*,
::before,
::after,
hr,
hr::before,
hr::after,
input[type="search"],
input[type="search"]::before,
input[type="search"]::after {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

::selection {
	background: #CEEBF8;
}
html,
body {
	font-family: 'Rubik', sans-serif;
	margin: 0;
	padding: 0;
	-webkit-font-smoothing: antialiased;
	-webkit-text-size-adjust: 100%;
	color: #28282b;
	/*scroll-behavior: smooth;*/
	
}
body {
	font-size: 16px;
	line-height: 24px;
	letter-spacing: 0.2px;
	background-color: #fff;
	font-weight: 400;
	width: 100%;
	height: 100%;
	transition: all 0.3s;
}

h1,
h2,
h3,
h4,
h5,
h6,
p {
	margin: 0;
}

h1 {
	font-size: 62px;
}
h2 {
	font-size: 40px;
}
h3 {
	font-size: 28px;
}
h4 {
	font-size: 22px;
}
h5 {
	font-size: 16px;
}
h6 {
	font-size: 12px;
}
p {
	font-size: 20px;
}
p:last-child {
	margin-bottom: 0px;
}

ul {
	padding: 0px;
	margin-left: 15px;
}

a {
	/*display: block;*/
	font-size: 18px;
	color: #038945;
	text-decoration: none;
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	transition: all 0.5s;
	-webkit-font-smoothing: antialiased;
}

a:focus,
a:hover {
	color: #038945;
	text-decoration: none;
}

img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
img.rounded
{
	border-radius: 50%;
}
hr {
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
i
{
	transition: all 0.3s;
}
.mb0 {
	margin-bottom: 0px !important;
}

.mb5 {
	margin-bottom: 5px !important;
}

.mb10 {
	margin-bottom: 10px !important;
}

.mb15 {
	margin-bottom: 15px !important;
}

.mb20 {
	margin-bottom: 20px !important;
}

.mb30 {
	margin-bottom: 30px !important;
}

.mb40 {
	margin-bottom: 40px !important;
}

.mb60 {
	margin-bottom: 60px !important;
}

.mb80 {
	margin-bottom: 80px !important;
}

.mb100 {
	margin-bottom: 100px !important;
}

.mt0 {
	margin-top: 0px !important;
}

.mt5 {
	margin-top: 5px;
}

.mt10 {
	margin-top: 10px !important;
}

.mt20 {
	margin-top: 20px;
}

.mt30 {
	margin-top: 30px;
}

.mt40 {
	margin-top: 40px;
}

.mt60 {
	margin-top: 60px;
}

.mt80 {
	margin-top: 80px;
}

.mt100 {
	margin-top: 100px;
}

.mt120 {
	margin-top: 120px;
}

.mt140 {
	margin-top: 140px;
}
.btn-transition {
	display: inline-block;
	position: relative;
	min-width: 200px;
	padding: 15px 20px;
	border-radius: 20px;
	background-color: #038945;
	border: 0;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-align: center;
}
.btn-transition span {
	opacity: 0;
	display: inline-block;
	color: #fff !important;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -4.5px;
	transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
	transform: translate(0, -20px);
}
.btn-transition:before {
	position: absolute;
	left: 0;
	content: attr(data-text);
	opacity: 1;
	transform: translate(0, 0px);
	transition: 0.25s cubic-bezier(0.5, -1, 0.5, 2);
	width: 100%;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
}
.btn-transition:hover:before, .btn-transition:focus:before {
	opacity: 0;
	transform: translate(0, 20px);
}
.btn-transition:hover span, .btn-transition:focus span {
	opacity: 1;
	transform: translate(0, 0);
}
.btn-transition:hover span:nth-child(1), .btn-transition:focus span:nth-child(1) {
	transition-delay: 0.025s;
}
.btn-transition:hover span:nth-child(2), .btn-transition:focus span:nth-child(2) {
	transition-delay: 0.05s;
}
.btn-transition:hover span:nth-child(3), .btn-transition:focus span:nth-child(3) {
	transition-delay: 0.075s;
}
.btn-transition:hover span:nth-child(4), .btn-transition:focus span:nth-child(4) {
	transition-delay: 0.1s;
}
.btn-transition:hover span:nth-child(5), .btn-transition:focus span:nth-child(5) {
	transition-delay: 0.125s;
}
.btn-transition:hover span:nth-child(6), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.15s;
}
.btn-transition:hover span:nth-child(7), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.175s;
}
.btn-transition:hover span:nth-child(8), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.2s;
}
.btn-transition:hover span:nth-child(9), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.225s;
}
.btn-transition:hover span:nth-child(10), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.25s;
}
.btn-transition:hover span:nth-child(11), .btn-transition:focus span:nth-child(6) {
	transition-delay: 0.275s;
}
.btn-utama {
	
	cursor: pointer;
	display: inline-block;
	overflow: hidden;
	min-width: auto;
	text-align: center;
	padding: 10px 16px;
	background-color: #038945;
	border: 0;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	color: #fff;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: -0.02em;
	text-decoration: none;
	-webkit-transition: all 500ms ease;
	transition: all 500ms ease;
}

.btn-utama:hover {
	color: #fff;
	box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);
}
.btn-utama:active,
.btn-utama:focus
{
	color: #fff;
}
.btn-kedua:active,
.btn-kedua:focus
{
	color: #038945;
}
.btn-kedua {
	background: transparent;
	color: #038945;
	position: relative;
	display: inline-block;
	width: auto;
	padding: 8px 16px;
	font-size: 18px;
	line-height: 24px;
	font-weight: 400;
	letter-spacing: 0.5px;
	text-decoration: none;
	text-align: center;
	border: 1px solid #038945;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.btn-pols {
	background: transparent;
	color: #e2a600;
	position: relative;
	display: inline-block;
	width: auto;
	border: 0;
	text-align: center;
	text-decoration: none;
	font-size: 18px;
	font-weight: normal;
	line-height: 18px;
	letter-spacing: 1.2px;
	padding: 8px 16px;
	border-radius: 15px;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
	box-shadow: none;
}
.btn-kedua:hover {
	color: #038945;
	box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);
}
.btn-pols:hover {
	color: #038945;
	/*box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);*/
}
.wa-bg
{
	background-color: #25D366;
}
.detail-wallet .wallet-history .transaction
{
	max-width: 100%;
	padding-bottom: 30px;
}
/*  ==========================  FORM FIELD  ==========================*/

.form-control:focus,
.has-warning .form-control:focus,
.has-error .form-control:focus,
.has-success .form-control:focus {
	outline: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.form-control[disabled] {
	border: 0;
	background-color: #dedede;
}

.form-control[disabled]:hover {
	border: 0;
}

.form-group {
	position: relative;
	margin-bottom: 20px;
}

.has-error .form-control {
	box-shadow: none;
}

input.form-control {
	position: relative;
	height: 50px;
	padding: 0 10px;
	background-color: transparent;
	border: 0;
	border-radius: 5px;
	border: 2px solid #28282b21;
	color: #28282b;
	box-shadow: rgba(0, 0, 0, 0) 0px 2px 4px;
	text-transform: none;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	transition: all 0.3s;
}

input.form-control::placeholder,
textarea.form-control::placeholder {
	color: rgba(0, 0, 0, 0.15);
}

input.form-control:hover,
input.form-control:focus,
input.form-control:active {
	border-color: #038945;
}
input.form-control[readonly]
{
	background-color: #ebe8e8;
	cursor: default;
}

select.form-control {
	/*color: #038945;*/
	height: 50px;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	padding: 0 30px 0 5px;
	background-color: transparent;
	color: #28282b;
	border-radius: 5px;
	/*-webkit-appearance: none;
	-moz-appearance: none;*/
	background-position: 95% 50%;
	background-repeat: no-repeat;
	background-image: url("../images/chevron-down.png");
	background-size: 24px;
	box-shadow: none;

}

select.form-control:hover,
select.form-control:focus,
select.form-control:active {
	border-color: #038945;
}

.select2-container--default .select2-selection--single {
	height: 40px !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
	border: 0 !important;
	border-radius: 0 !important;
	border-bottom: 2px solid rgba(0, 0, 0, 0.1) !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
	color: #038945 !important;
	font-size: 16px !important;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding: 5px !important;
}
textarea.form-control
{
	background-color: transparent;
	min-height: 40px;
	position: relative;
	display: block;
	width: 100%;
	padding: 10px;
	text-transform: none;
	font-size: 18px;
	line-height: 24px;
	letter-spacing: 1px;
	font-weight: 400;
	border-radius: 5px;
	color: #28282b;
	border: 2px solid #28282b21;
	box-shadow: none;
	/*resize: none;*/
}
textarea.form-control:hover,
textarea.form-control:focus,
textarea.form-control:active
{
	border: 2px solid #038945;
}
label.control-label
{
	position: relative;
	display: inline-block;
	font-size: 16px;
	color: #28282b;
	letter-spacing: 1px;
	font-weight: 700;
	border-radius: 0;
	margin-left: 0;
	margin-bottom: 5px;
}
.underline
{
	text-decoration: underline;
}
.flex
{
	display: flex;
}
.flexmid
{
	align-items: center;
}
/*====================================== SECTION MODAL SECTION ======================================*/
.modal-content
{
	background-color: #fff;
	border: 1px solid #fff;
	border-radius: 20px;
}
.modal-header
{
	/*background-color: #fcf5eb;*/
	/*padding-bottom: 20px;*/
	border-top-left-radius: 20px;
	border-top-right-radius: 20px;
	/*cursor: default;*/
}
.modal-header .modal-logo
{
	max-width: 125px;
	margin: 0 auto 15px auto;
}
.modal-header .box-category
{
	display: inline-block;
	position: relative;
}
.modal-header .close
{
	position: absolute;
	top: -1px;
	right: -1px;
	border: 1px solid #038945;
	border-bottom-left-radius: 20px;
	border-top: 0;
	border-right: 0;
	color: #038945;
	font-size: 30px;
	width: 45px;
	height: 35px;
	margin-top: 0;
	transition: all 0.3s;
}
.modal-header .close:hover
{
	opacity: 1;
}
.modal-header .close span
{
	color: #038945;
	position: relative;
	/*top: 3px;*/
}
.modal-body
{
	padding-bottom: 0;
}
.modal-footer
{
	padding: 15px;
	border: 0;
	text-align: center;
}
.modal.fade .modal-dialog
{
	filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
	opacity: 0;
	-moz-transform: scale(2, 2);
	-ms-transform: scale(2, 2);
	-webkit-transform: scale(2, 2);
	transform: scale(2, 2);
	-moz-transition: all 0.5s;
	-o-transition: all 0.5s;
	-webkit-transition: all 0all 0.5s;
	transition: all 0.5s;
}
.modal.fade.in .modal-dialog
{
	filter: progid:DXImageTransform.Microsoft.Alpha(enabled=false);
	opacity: 1;
	-moz-transform: scale(1, 1);
	-ms-transform: scale(1, 1);
	-webkit-transform: scale(1, 1);
	transform: scale(1, 1);
}
/*====================================== SECTION END OF MODAL SECTION ======================================*/
#select-dropdown {
	margin-top: 5px;
	background: transparent;
	padding-bottom: 5px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.25);
	outline: 0;
	display: block;
	text-align: left;
	font-size: 16px;
	width: 100%;
	
	color: #5A5957;
	text-decoration: none;
	transition: all 550ms cubic-bezier(0.19, 1, 0.22, 1);
	opacity: 1;
	-webkit-transform-origin: right top;
	transform-origin: right top;
}

#select-dropdown.open {
	opacity: 0;
}

.button-group {
	position: relative;
	width: 215px;
}

.button-group .marka {
	position: absolute;
	right: 8px;
	top: 10px;
	z-index: 9999;
	
}

.button-group .marka i {
	background: grey !important;
}

.marka-icon-times {
	border: 1px solid grey;
	border-radius: 50%;
	top: 5px !important;
	right: 5px !important;
}

#dropdown-menu {
	position: absolute;
	top: -1em;
	right: 0;
	left: 0;
	margin: 1em auto;
	padding: 15px 20px;
	width: 100%;
	list-style: none;
	text-align: left;
	border-radius: 5px;
	background: #fff;
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: scale(0);
	transform: scale(0);
	-webkit-transform-origin: right top;
	transform-origin: right top;
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
}

#dropdown-menu li {
	position: relative;
	line-height: 24px;
	margin-bottom: 15px;
	-webkit-transform: translate3d(0, -10px, 0);
	transform: translate3d(0, -10px, 0);
	opacity: 0;
}

#dropdown-menu li:nth-last-child(1) {
	margin-bottom: 0;
}

#dropdown-menu li:hover {
	background-color: #33b8c41a;
}

#dropdown-menu li a {
	color: #5A5957;
	text-decoration: none;
	font-size: 1em;
}

#dropdown-menu.open {
	-webkit-transform: scale(1);
	transform: scale(1);
}

#dropdown-menu.open li {
	transition: all 350ms cubic-bezier(0.19, 1, 0.22, 1);
	-webkit-transform: translate3d(0, 0, 0);
	transform: translate3d(0, 0, 0);
	opacity: 1;
}

.open li:nth-child(1) {
	transition-delay: 0.07s !important;
}

.open li:nth-child(2) {
	transition-delay: 0.14s !important;
}

.open li:nth-child(3) {
	transition-delay: 0.21s !important;
}

.open li:nth-child(4) {
	transition-delay: 0.28s !important;
}

.open li:nth-child(5) {
	transition-delay: 0.35s !important;
}

/*====================================== SECTION WORD ======================================*/
.box-head {
	line-height: 80px;
	letter-spacing: -0.02em;
	font-weight: 700;
	color: #28282b;
	text-transform: capitalize;
	transition: all 0.3s;
}
.box-category
{
	line-height: 50px;
	letter-spacing: 0px;
	font-weight: 400;
	color: #28282b;
	text-transform: capitalize;
	transition: all 0.3s;
}
h3.box-category
{
	line-height: 42px;
}
.box-main
{
	font-weight: 400;
	line-height: 24px;
	letter-spacing: 0.5px;
	color: #038945;
	transition: all 0.3s;
}
.box-semi
{
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.5px;
	color: #28282b;
	transition: all 0.3s;
}
.box-info
{
	line-height: 24px;
	letter-spacing: 0.25px;
	font-weight: 300;
	color: rgba(0, 0, 0, 0.50);
	transition: all 0.3s;
}
.box-break
{
	text-overflow: ellipsis;
	white-space: nowrap;
	overflow: hidden;
}
.box-small
{
	font-size: 12px;
	color: rgba(0, 0, 0, 0.50);
	line-height: 20px;
	letter-spacing: 0.5px;
	transition: all 0.3s;
}
.black
{
	color: #28282b;
}
.main-color
{
	color: #038945 !important;
}
.red
{
	color: #ea0000 !important;
}
.btn-kedua.red
{
	border-color: #ea0000;
}
.blue
{
	color: #0056A8 !important;
}
.dana-color
{
	color: #108ee9;
}
.info
{
	color: rgba(0, 0, 0, 0.50) !important;
}
.bold
{
	font-weight: 600 !important;
}
.extra-bold
{
	font-weight: 700 !important;
}
.white 
{
	color: #fff !important;
}
.box-shadow
{
	-webkit-transition: box-shadow .5s ease-out;
	box-shadow: 0 8px 18px 0 rgba(0, 0, 0, .18);
	transition: box-shadow .5s ease-out;
}
.no-pad
{
	padding: 0;
}
.block
{
	display: block;
}
.full
{
	max-width: 100% !important;
	width: 100% !important;
}
.inline-block
{
	display: inline-block;
}
.regular
{
	font-weight: 400;
}
.normal
{
	font-weight: 300;
}
.no-transform
{
	text-transform: none !important;
}
.italic
{
	font-style: italic;
}
.justify
{
	text-align: justify;
}
.navbar-space
{
	margin-top: 100px;
}
.subject-heading
{
	max-width: 720px;
	margin: 0 auto 40px auto;
}
.subject-heading .word
{
	margin-bottom: 20px;
}
.sticky-subhead
{
	position: -webkit-sticky;
	position: sticky;
	top: 0;
}
.section-shadow
{
	z-index: -1;
	position: absolute;
	left: 0;
	top: 25px;
}
.section-heading
{
	max-width: 480px;
	margin: 0 auto;
	margin-bottom: 20px;
}
.section-heading .image
{
	max-width: 320px;
	margin: 0 auto 20px auto;
}
.section-heading .action
{
	margin: 20px 0;
}
.relative
{
	position: relative;
}
.overflow-hidden
{
	overflow: hidden
}
.no-result
{
	background-color: #03894569;
	padding: 15px;
	text-align: center;
	border-radius: 10px;
	margin-bottom: 20px;
}
.radius
{
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
}
/*====================================== SECTION NAVBAR ======================================*/
header {
	/*background-color: #fff;*/
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	/*border-bottom: 2px solid #fff;*/
	z-index: 99;
	will-change: transform;
	transition: background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s;
	transition: transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1), background 0.3s, -webkit-transform 0.5s cubic-bezier(0.694, 0.048, 0.335, 1);
	transform: translateY(0);
	-webkit-transform: translateY(0);
}
header nav
{
	overflow: hidden;
	padding: 5px 15px;
}
header nav ul {
	list-style: none;
	padding-left: 0;
	margin: 0;
}	
header #navigation .logo
{
	display: block;
	float: left;
	margin-top: -13px;
	margin-right: 1rem;
	font-size: 1.25rem;
	line-height: inherit;
	font-weight: 500;
	color: #393e46;
}
#navigation
{
	background-color: #fff;
	box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
}
header #navigation .logo img.navbar-logo
{
	margin-top: 20px;
	width: 150px;
	object-fit: contain;
}
@media (min-width: 768px) {
	header nav ul li {
		float: left;
		margin-left: 2rem;
	}
}
@media (max-width: 768px) {
	.nav-toggle
	{
		display: block;
	}
}
ul.menu-right
{
	float: right;
}
ul.menu-right li 
{
	margin-left: 20px;
}
ul.menu-right li a
{
	position: relative;
	color: #28282b;
	display: block;
	padding: 15px;
	font-size: 18px;
}
ul.menu-right li a .nav-qty
{
	position: absolute;
	top: 2px;
	right: 2px;
	display: inline-block;
	width: 20px;
	height: 20px;
	background-color: #038945;
	text-align: center;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
}
ul.menu-right li a .nav-qty span
{
	color: #fff;
	font-size: 12px;
	font-weight: 700;
}
.nav-toggle {
	display: none;
	border-radius: 5px;
	background-color: transparent;
	float: right;
	height: 38px;
	width: 38px;
	padding: 5px;
	margin-top: 0;
	position: relative;
	top: 5px;
}
.nav-toggle span:nth-child(2)
{
	width: 65%;
	margin-left: auto;
}
.nav-toggle span:last-child 
{
	width: 90%;
	margin-left: auto;
}
.nav-toggle.open span:first-child {
	transform: rotate(45deg) translate(4.4px, 5.4px);
}
.nav-toggle.open span:nth-child(2) {
	width: 0;
	opacity: 0;
}
.nav-toggle.open span:last-child {
	width: 100%;
	transform: rotate(-45deg) translate(4.4px, -6.4px);
}
.nav-toggle span {
	position: relative;
	display: block;
	height: 2px;
	width: 100%;
	margin-top: 6px;
	background-color: #038945;
	transition: all 0.3s;
}
#navigation.scrolled .nav-toggle span
{
	background-color: #fff;
}
#navigation.scrolled
{
	background-color: #8fc0a9;
	transition: all 0.3s;
}
#navigation.scrolled .menu-right li a:before {
	height: 100%;
	left: calc(0%);
	background-color: #ffffff29;
}
#navigation.scrolled ul.menu-right li a
{
	color: #fff;
}
#navigation.scrolled ul.menu-right li.count a
{
	background-color: #fff;
	color: #1a1a1a;
}
.swiper-container {
	width: 100%;
	height: 100%;
}
.swiper-wrapper
{
	margin: 20px 0;
}
.swiper-slide {
	background: transparent;
	width: auto;
	margin-right: 20px;
	border-radius: 5px;
	margin-right: 0;
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
}
.swiper-wrapper .swiper-slide > a{
	width: 100%;
}
.swiper-button-wrapper
{
	position: absolute;
	top: 22px;
	text-align: center;
}
.swiper-button-next
{
	background-color: transparent;
	background-image: url("../images/chevron-right.png") !important;
	opacity: 1;
	transition: all 0.3s;
	right: 20px;
	padding: 15px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
}
.swiper-button-prev
{
	background-color: transparent;
	background-image: url("../images/chevron-left.png") !important;
	opacity: 1;
	transition: all 0.3s;
	left: 20px;
	border-radius: 50%;
	box-shadow: 0px 0px 10px 0px hsl(0deg 0% 0% / 25%);
}
.swiper-button-next, .swiper-button-prev
{
	top: 45%;
	width: 48px !important;
	height: 48px !important;
	background-size: contain;
}
.swiper-button-prev:after, .swiper-button-next:after
{
	opacity: 0;
}
.swiper-button-next.swiper-button-disabled, .swiper-button-prev.swiper-button-disabled
{
	opacity: 0.1
}
.line-clamp
{
	display: -webkit-box;
	-webkit-line-clamp: 2;
	-webkit-box-orient: vertical;  
	overflow: hidden;
}
.row-middle
{
	display: flex;
	align-items: center;
}
/*====================================== SECTION HOME PAGE ======================================*/
section.section-home-hero
{
	position: relative;
	margin-top: 50px;
	height: 100vh;	
}
section.section-home-about
{
	background-image: url("../images/bg-right.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 250px;
}
.home-hero .image-wrapper
{
	overflow: hidden;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100vh;
	margin-bottom: 100px;
}
.home-hero .image
{
	position: relative;
	width: 100%;
}
.home-hero.home-hero-word
{
	height: 100vh;
	position: relative;
}
.home-hero.home-hero-word .word
{
	max-width: 650px;
	position: absolute;
	top: 30%;
	left: 0;
	padding: 0 15px;
}
.home-about .logo
{
	max-width: 320px;	
}
.home-about .image
{
	max-width: 480px;
}
section.section-home-category
{
	position: relative;
	height: 100vh;
	display: flex;
	align-items: center;
}
.home-parallax
{
	position: absolute;
}
.home-parallax .image
{
	max-width: 750px;
}
.home-parallax.parallax-left
{
	transform: rotate(6deg);
	left: 5%;
	bottom: 5%;
}
.home-parallax.parallax-mid
{
	transform: rotate(0deg);
	left: 50%;
	bottom: 0%;
}
.home-parallax.parallax-right
{
	transform: rotate(-6deg);
	right: 2%;
	bottom: 10%;
}
.home-category
{
	position: relative;
	padding: 75px 0;
	background-color: #038945;
	border-top-right-radius: 100px;
	border-bottom-left-radius: 100px;
	display: flex;
	text-align: center;
	flex-direction: column;
	justify-content: center;
}
.home-category .logo-bg
{
	position: absolute;
	top: 20%;
	width: 100%;
	text-align: center;
}
.home-category .logo-bg .image
{
	opacity: 0.8;
	width: 200px;
	height: 200px;
	margin: 0 auto;	
}
.home-category .word
{
	z-index: 2;
	max-width: 720px;
	margin: 0 auto;
}
.home-category .cta
{
	z-index: 2;
}
.home-category .cta .btn-utama,
.home-cta .word .cta .btn-utama
{
	background-color: #fff;
	color: #038945;
}
.home-why
{
	padding: 50px 0;
	background-image: url("../images/bg-dark.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
}
.why-card
{
	display: flex;
	flex-direction: column;
	margin-bottom: 20px;
	text-align: center;
}
.why-card .image
{
	width: 150px;
	margin: 0 auto;
}
section.section-home-price
{
	background-image: url("../images/bg-right.png");
	background-repeat: no-repeat;
	background-position: center right;
	background-size: 200px;
}
section.section-home-why,
section.section-home-price,
section.section-home-client
{
	margin: 100px 0;
}
.home-service
{
	background-image: url("../images/bg-light.png");
	background-repeat: no-repeat;
	background-position: center bottom;
	background-size: contain;
	max-width: 480px;
	margin: 0 auto;
}
.home-service
{
	max-width: 320px;
	height: 250px;
	margin: 0 auto 20px auto;
}
.home-location .wrapper .list
{
	display: flex;
}
.home-location .wrapper .list .image
{
	max-width: 50px;
	width: 100%;
	margin-right: 20px;
}
.home-client
{
	background-image: url("../images/bg-dark.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: contain;
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
}
.home-client .image
{
	flex-basis: 15%;
	height: 100px;
	margin: 0 20px 30px 20px;
}
.home-cta
{
	max-width: 720px;
	margin: 0 auto;
}
.home-cta .image .wrapper
{
	position: absolute;
	top: 150px;
	left: 0;
	width: 100%;
	text-align: center;
}
.home-cta .image .wrapper .word
{
	max-width: 480px;
	margin: 0 auto;
}
@media only screen and (max-device-width: 1248px)
{
	.home-hero .image
	{
		height: 100%;
	}
	.home-hero.home-hero-word .word
	{
		max-width: 480px;
		top: 20%;
	}
}
/*====================================== SECTION ABOUT PAGE ======================================*/
section.section-about-hero
{
	margin-top: 150px;
}
.about-hero
{
	margin-top: -100px;
}
.about-intermezo
{
	margin: 50px 0;
	display: flex;
	align-items: center;
	justify-content: center;
}
.about-intermezo .image
{
	max-width: 250px;
}
.about-intermezo .word
{
	max-width: 500px;
	padding: 0 15px;
}
.about-intermezo .word .logo
{
	max-width: 300px;
	margin: 0 auto 20px auto;
}
.about-visimisi .image
{
	padding: 30px;
	margin: 0 auto;
}
.about-visimisi .wrapper
{
	position: absolute;
	width: 100%;
	left: 0;
	text-align: center;
	padding: 0 30px;
}
.about-visimisi .wrapper .word
{
	z-index: 3;
	position: relative;
	max-width: 400px;
	margin: 0 auto;
}
.about-visimisi .wrapper .word ul li
{
	font-size: 16px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.5px;
	color: #fff;
	transition: all 0.3s;
}
.about-visimisi.misi
{
	text-align: center;
	align-items: center;
	border-top-right-radius: 40px;
	border-bottom-left-radius: 40px;
	background: url('../images/about/about-misi.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
}
.about-visimisi.misi .wrapper
{
	position: static;
	padding: 75px 30px;
	text-align: center;
}
.about-parallax
{
	position: absolute;
	z-index: 1;
}
.about-parallax .image
{
	max-width: 750px;
}
.about-parallax.parallax-left
{
	transform: rotate(6deg);
	left: 10%;
	bottom: 15%;
}
.about-parallax.parallax-mid
{
	transform: rotate(0deg);
	left: 40%;
	bottom: 0%;
}
.about-parallax.parallax-right
{
	transform: rotate(-6deg);
	right: 15%;
	bottom: 25%;
}
/*====================================== SECTION SERVICE PAGE ======================================*/
.section-service-list
{
	position: relative;
	padding: 50px 0;
}
.row-reverse
{
	flex-direction: row-reverse;
}
.section-service-list:nth-child(even)
{
	background: url('../images/bg-left.png');
	background-size: 150px;
	background-position: center left;
	background-repeat: no-repeat;
}
.section-service-list:nth-child(odd)
{
	background: url('../images/bg-right.png');
	background-size: 150px;
	background-position: center right;
	background-repeat: no-repeat;
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #058045;
}
.section-service-list:nth-child(odd):before
{
	content: "";
	background: url('../images/service/kerning-top.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: -100px;
	left: 0px;
	width: 100%;
	height: 100px;
}
.section-service-list:nth-child(odd):after
{
	content: "";
	background: url('../images/category/kerning-bottom.png');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -100px;
	left: 0px;
	width: 100%;
	height: 100px;
}
.section-service-list:nth-child(odd) .service-card .word h2,
.section-service-list:nth-child(odd) .service-card .word p
{
	color: #fff;
}
.section-service-list .service-card .word h2,
.section-service-list .service-card .word p
{
	position: relative;
	z-index: 3;
}
.section-service-list:nth-child(odd) .service-card .cta a.btn-utama
{
	background-color: #fff;
	color: #038945;
}
section.section-home-cta.service-cta
{
	margin-top: 200px;
}
.service-card .image
{
	max-width: 400px;
	margin: 0 auto;
}
.service-card .cta .btn-utama.btn-white
{
	border: 1px solid #fff !important;
}
.service-card .word .number
{
	position: absolute;
	top: 0%;
	left: -30px;
	font-size: 100px;
	color: #b2b2b2;
}
.section-service-list:nth-child(odd) .service-card .word .number
{
	color: #4da77c;
}
/*====================================== SECTION CATEGORY PAGE ======================================*/
section.section-service-hero,
section.section-category-hero,
section.section-contact
{
	margin-top: 150px;
}
section.section-category-search
{
	margin-top: 25px;
	padding-top: 60px;
	background: url('../images/bg-dark.png');
	background-size: 100px;
	background-position: center top 30px;
	background-repeat: no-repeat;
}
.category-search
{	
	max-width: 480px;
	margin: 0 auto 75px auto;
}
.category-search .select2-container
{
	width: 100% !important;
}
.category-search input.form-control
{
	border-color: #038945;
}
section.section-category-list
{
	position: relative;
	padding: 50px 0;
}
section.section-category-list:nth-child(even)
{
	margin-top: 100px;
	margin-bottom: 100px;
	background-color: #058045;
}
section.section-category-list:nth-child(even):before
{
	content: "";
	background: url('../images/category/kerning-top.png');
	background-size: cover;
	background-position: center top;
	background-repeat: no-repeat;
	position: absolute;
	top: -100px;
	left: 0px;
	width: 100%;
	height: 100px;
}
section.section-category-list:nth-child(even):after
{
	content: "";
	background: url('../images/category/kerning-bottom.png');
	background-size: cover;
	background-position: center bottom;
	background-repeat: no-repeat;
	position: absolute;
	bottom: -100px;
	left: 0px;
	width: 100%;
	height: 100px;
}
.section-category-list ul
{
	margin: 0;
	padding: 0;
}
ul.ul-category
{
	background: url('../images/bg-fade.png');
	background-size: 400px;
	background-position: center center;
	background-repeat: no-repeat;
	display: flex;
	justify-content: center;
	align-items: center;
	align-content: center;
	flex-wrap: wrap;
}
.folio-item
{
	flex-basis: 33%;
	list-style-type: none;
	text-align: center;
	position: relative;
	margin-bottom: 30px;
}
.hex-clip
{
	background-color: #e7f2ec;
	-webkit-clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	clip-path: polygon(50% 0%, 100% 25%, 100% 75%, 50% 100%, 0% 75%, 0% 25%);
	width: 250px;
	height: 272px;
	margin: 0 auto;
	overflow: hidden;
}
.hex-clip .image
{
	display: flex;
	width: 100%;
	height: 100%;
	padding: 45px;
}
.hex-clip img
{
	width: 100%;
	height: 100%;
}
.folio-item .details
{
	margin-top: 10px;
	width: 100%;
	text-align: center;
}
section.section-category-list:nth-child(odd) .folio-item .details p.box-semi
{
	color: #038945;
}
section.section-category-list:nth-child(even) .folio-item .details p.box-semi
{
	color: #fff;
}
section.section-category-list:nth-child(even) .subject-heading h2.box-category
{
	color: #fff;
}
section.section-category-list:nth-child(even) .folio-item .hex-clip
{
	background-color: #9cc49c;	
}
/*====================================== SECTION ARSIP PAGE ======================================*/
section.section-arsip-hero
{
	margin-top: 100px !important;
}
.arsip-form
{
	max-width: 720px;
	margin: 30px auto;
}
/*====================================== SECTION CONTACT PAGE ======================================*/
.contact-iframe iframe
{
	width: 100%;
	height: 400px;
	border-radius: 20px;
}
.contact-location
{
	border-left: 4px solid #038945;
	padding-left: 15px;
}
.sticky-contact
{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}
.contact-wrapper ul
{
	max-width: 350px;
	margin: 0 auto;
	border-radius: 0;
	padding: 75px 50px;
	background-image: url("../images/contact/contact-wrapper.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
	list-style: none;
}
.contact-wrapper ul li
{
	margin-bottom: 15px;
}
.contact-wrapper ul li a
{
	font-size: 20px;
}
.contact-wrapper ul li a span
{
	color: #28282b;
	width: 30px;
	height: 30px;
	display: inline-block;
	margin-right: 10px;
	text-align: center;
	font-size: 24px;
}
.contact-wrapper ul li a:hover
{
	text-decoration: underline;
}
/*====================================== SECTION LOGIN USER, SECTION REGISTER USER ======================================*/
section.section-loginregis
{
	margin-top: 150px;
}
.loginregis-form
{
	padding: 30px;
	border: 2px solid #038945;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
}
.form-group .forgot_pass
{
	margin-right: auto;
	border-bottom: 1px solid #038945;
	padding: 2px 5px;
}
.row-loginregis
{
	display: flex;
	align-items: center;
}
.row-regis
{
	display: flex;
	align-items: center;
}
.show-pwd{
	position: absolute;
	right: 15px;
	top: 45px;
	z-index: 2;
}
/*====================================== SECTION DASHBOARD USER ======================================*/
.menu-mobile
{
	display: none;
}
section.dashboard-user
{
	min-height: 100vh;
	margin-top: 100px;
}
.dashboard-col
{
	position: -webkit-sticky;
	position: sticky;
	top: 100px;
}
.dashboard-menu
{
	position: relative;
	max-width: 400px;
	margin: 0 auto;
	background-color: #038945;
	padding: 20px 15px;
	border-top-right-radius: 30px;
	border-bottom-left-radius: 30px;
	box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);
}
.dashboard-menu .shortcut
{
	margin: 15px 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
.dashboard-menu .shortcut .menu-left,
.dashboard-menu .shortcut .menu-right
{	
	flex-basis: 50%;
	transition: all 0.3s;
}
.dashboard-menu .shortcut .menu-left a,
.dashboard-menu .shortcut .menu-right a
{
	display: block;
	width: 100%;
	height: 100%;
}
.dashboard-menu .shortcut .menu-left:hover,
.dashboard-menu .shortcut .menu-right:hover
{
	background-color: #005a204a;
}
.dashboard-menu .shortcut .info
{
	margin-top: 5px;
}
.dashboard-menu .request .btn-kedua
{
	color: #038945;
	border-color: #038945;
	background-color: #fff;
}
.dashboard-menu .request .btn-kedua.disabled
{
	background-color: #a2a2a2;
	opacity: 0.7;
}
.dashboard-menu .timbang .btn-kedua
{
	color: #038945;
	border-color: #038945;
	background-color: #fff;
}
.dashboard-menu .menu ul
{
	margin: 0;
	list-style: none;
}
.dashboard-menu .menu ul li
{
	margin-bottom: 5px;
}
.dashboard-menu .menu ul li a
{
	overflow: hidden;
	display: block;
	background-color: transparent;
	color: #fff;
	font-size: 18px;
	font-weight: 400;
	line-height: 32px;
	letter-spacing: 0.5px;
	color: #fff;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	padding: 5px 15px;
	transition: all 0.3s;
}
.dashboard-menu .menu ul li a span
{
	display: inline-block;
	float: right;
	transform: translateX(-450px);
	opacity: 0;
	transition: ease-out 0.6s;
}
.dashboard-menu .menu ul li a span i
{
	color: #fff;
}
.dashboard-menu .menu ul li.menu-logout
{
	margin-top: 20px;
}
.dashboard-menu .menu ul li.menu-logout a span
{
	transform: none;
}
.dashboard-menu .menu ul li.active a
{
	background-color: #005a20;
	font-weight: 700;
}
.dashboard-menu .menu ul li.active a span
{
	opacity: 1;
	float: left;
	background-color: #fff;
	width: 8px;
	height: 8px;
	border-radius: 50%;
	transform: none;
	margin-top: 10px;
	margin-right: 5px;
}
.dashboard-menu .menu ul li.active a span i
{
	display: none;
}
.dashboard-menu .menu ul li:hover a
{
	background-color: #005a2070;
	font-weight: 700;
}
.dashboard-menu .menu ul li:hover a span
{
	opacity: 1;
	transform: none;
}
.dashboard-menu .menu ul li.menu-logout:hover a,
.dashboard-menu .menu ul li.menu-logout:hover a span i
{
	color: red;
}
.dashboard-menu .menu ul li.active:hover a
{
	background-color: #005a20;
}
.dashboard-title
{
	padding-bottom: 0;
	margin-bottom: 10px;
	border-bottom: 2px solid #28282b;
}
/*====================================== SECTION DASHBOARD USER - PROFILE ======================================*/
.address-wrapper
{
	position: relative;
	display: flex;
	align-items: center;
	justify-content: space-between;
	border: 1px solid rgba(0, 0, 0, 0.2);
	padding: 10px 15px;
	border-top-right-radius: 20px;
	border-bottom-left-radius: 20px;
	margin-bottom: 20px;
}
.address-wrapper.choosen
{
	background-color: #02894426;
	border: 0;
	box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 5%);
}
.address-wrapper .detail .address
{
	max-width: 80%;
}
.address-wrapper .cta .wrapper
{
	margin: 0 10px;
}
.address-wrapper .remove
{
	position: absolute;
	top: 0;
	right: 0;
}
.address-wrapper .remove .btn-kedua
{
	border-top: 0;
	border-right: 0;
	padding: 5px 15px;
}
.address-pinpoint iframe
{
	width: 100%;
	height: 300px;
	margin-bottom: 30px;
}
/*====================================== SECTION DASHBOARD USER - REQUEST ======================================*/
.req-form .req-label
{
	padding: 5px 15px;
	border-radius: 5px;
	background-color: #02894426;
	margin-bottom: 10px;
}
.search-map
{
	background-color: #038945;
	max-width: 480px;
	margin: -30px auto 30px auto;
	border-radius: 20px;
	text-align: center;
}
.search-map input.form-control
{
	background-color: #fff;
	border-color: #038945;
	box-shadow: -2px 6px 18px 2px hsl(0deg 0% 0% / 25%);
	border-radius: 20px;
}
.req-fill .wrapper
{
	/*background-color: #02894426;*/
	padding: 15px;
}
.checkbox-custom .category-container
{
	border-bottom: 1px solid rgba(0,0,0,0.25);
	margin-bottom: 10px;
}
.checkbox-custom .category-head span.img-category,
.checkbox-custom .category span.img-category,
.timbang-container h4 span.img-category
{
	display: inline-block;
	width: 20px;
	height: 20px;
}
.checkbox-custom .category-list
{
	display: flex;
	flex-wrap: wrap;
}
.checkbox-custom .category
{
	display: flex;
	flex-wrap: wrap;
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 25%;
	margin-bottom: 10px;
}
.checkbox-custom label 
{
	min-width: 110px;
	-webkit-user-select: none; /* Safari */
	-ms-user-select: none; /* IE 10 and IE 11 */
	user-select: none; /* Standard syntax */
}
.checkbox-custom input[type=checkbox] { display:none; } /* to hide the checkbox itself */
.checkbox-custom input[type=checkbox] + label
{
	cursor: pointer;
}
.checkbox-custom input[type=checkbox] + label:before {
	font-family: FontAwesome;
	display: inline-block;
}
.checkbox-custom input[type=checkbox] + label:before { content: "\f096"; } /* unchecked icon */
.checkbox-custom input[type=checkbox] + label:before { letter-spacing: 5px; } /* space between checkbox and label */
.checkbox-custom input[type=checkbox]:checked + label:before { content: "\f046"; color: #038945;} /* checked icon */
.checkbox-custom input[type=checkbox]:checked + label:before { letter-spacing: 5px; } /* allow space for check mark */
.checkbox-custom input[type=checkbox]:checked + label
{
	color: #038945;
}
.req-wrapper
{
	margin: 25px auto; 
	max-width: 500px; 
	text-align: center;
}
.button_outer
{
	background: #038945; 
	border-radius:30px; 
	text-align: center; 
	height: 50px; 
	width: 200px; 
	display: inline-block; 
	transition: .2s; 
	position: relative; 
	overflow: hidden;
}
.btn_upload
{
	padding: 12px;
	color: #fff;
	text-align: center;
	position: relative;
	display: inline-block;
	overflow: hidden;
	z-index: 3;
	white-space: nowrap;
}
.btn_upload input
{
	position: absolute;
	width: 100%;
	left: 0;
	top: 0;
	width: 100%;
	height: 105%;
	cursor: pointer;
	opacity: 0;
}
.file_uploading
{
	width: 100%;
	height: 10px;
	margin-top: 20px;
	background: #ccc;
}
.file_uploading .btn_upload
{
	display: none;
}
.processing_bar
{
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
	height: 100%;
	border-radius: 30px;
	background: #038945;
	transition: 3s;
}
.file_uploading .processing_bar
{
	width: 100%;
}
.success_box
{
	display: none;
	width: 100%;
	height: 100%;
	position: relative;
	text-align: center;
}
.success_box:before
{
	content: '';
	display: block;
	width: 10px;
	height: 18px;
	border-bottom: 6px solid #fff;
	border-right: 6px solid #fff;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	left: 20px;
	top: 14px;
}
.file_uploaded .success_box
{
	display: inline-block;
}
.file_uploaded
{
	margin-top: 0;
	width: 50px;
	background:#038945;
	height: 50px;
}
.uploaded_file_view
{
	max-width: 300px;
	width: 100%;
	height: 0;
	margin: 0 auto 0 auto;
	text-align: center;
	position: relative;
	transition: .3s;
	opacity: 0;
	border: 2px solid #daede3;
	border-radius: 5px;
	padding: 5px;
}
.file_remove
{
	width: 30px;
	height: 30px;
	border-radius: 50%;
	display: block;
	position: absolute;
	background: #038945;
	border: 2px solid transparent;
	line-height: 30px;
	color: #fff;
	font-size: 12px;
	cursor: pointer;
	right: -15px;
	top: -15px;
	transition: .3s;
}
.file_remove:hover
{
	background: #fff;
	border: 2px solid #038945;
	color: #038945;
}
.uploaded_file_view img
{
	max-width: 100%;
	/*object-fit: cover;*/
	border-radius: 5px;
}
.uploaded_file_view.show
{
	height: 300px;
	opacity: 1;
}
.error_msg
{
	text-align: center;
	color: #f00
}
.row-payment
{
	display: flex;
	align-items: center;
	margin-bottom: 10px;
}
.payment-table
{
	margin-top: -1px;
	border: 1px solid #038945;
	/*max-width: 49%;*/
	padding: 8px 5px 5px 5px;
	margin-left: auto;
	display: flex;
	justify-content: space-around;
	align-items: center;
	flex-direction: row;
}
.payment-table span
{
	font-weight: 400;
	font-size: 16px;
}
.row-payment .customer-category ul li label
{
	height: auto;
	padding: 10px 10px 10px 45px;
	margin: 5px;
	font-size: 18px;
}
.row-payment .customer-category ul li .check
{
	width: 20px;
	height: 20px;
	top: 15px;
}
.row-payment .customer-category ul li .check::before
{
	height: 6px;
	width: 6px;
	top: 2px;
	left: 2px;
}
/*====================================== SECTION DASHBOARD USER - HISTORY ======================================*/
.filter-date
{
	margin-bottom: 30px;
}
.filter-date .action
{
	margin-top: 30px;
}
.pointer
{
	cursor: pointer
}
table#history tr th
{
	text-align: center;
}

table#history tr.pointer:hover
{
	background-color: #03894533;
}
table#history tbody tr td.history-detail
{
	color: #038945;
	cursor: pointer;
	font-weight: 700;
}
.detail-wrapper .wrapper
{
	display: flex;
	align-items: center;
	justify-content: space-between;
	border-bottom: 1px solid rgba(0,0,0,0.1);
	padding: 5px 0;
}
.detail-wrapper .wrapper .label-name
{
	flex: 30%;
}
.detail-wrapper .wrapper .fill
{
	text-align: right;
	flex: 70%;
}
.detail-wrapper .detail-stuff table th,
.detail-wrapper .detail-stuff table td
{
	text-align: center;
	border: 1px solid rgba(0,0,0,0.1);
	padding: 5px;
}
.detail-wrapper .detail-stuff table tr.total td
{
	background-color: #038945;
}
.detail-wrapper .detail-stuff table tr.total td.noborder
{
	background-color: transparent;
	border: 0;
}
.detail-wrapper .detail-stuff table tr.total td
{
	color: #fff;
}
.detail-wrapper .detail-stuff table th:last-child,
.detail-wrapper .detail-stuff table td:last-child
{
	text-align: right;
}
.detail-wrapper .detail-stuff table tr.total:nth-last-child(1) td
{
	font-size: 20px;
}

.nav-trans
{
	margin: 0 auto 20px auto;
	text-align: center;
}
.nav-trans li
{
	float: none;
	display: inline-block;
	margin-right: 10px;
	margin-bottom: 10px;
}
.nav-trans li a
{
	border: 1px solid #038945;
	border-radius: 20px;
}
.nav-trans li.active a
{
	background-color: #038945 !important;
	border-radius: 20px;
	padding: 10px 20px;
}
.trans-ongoing
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	padding: 5px 10px;
	border: 4px solid transparent;
	border-radius: 5px;
	background-color: #eee;
	margin-bottom: 15px;
}
.trans-ongoing.active
{
	background-color: #03894538;
	border-left-color: #038945;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.trans-ongoing .left
{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 75%;
}
.req-upload .prove .image
{
	max-width: 300px;
	height: 300px;
	margin: 0 auto;
}
.req-upload .prove .image
{
	width: 100%;
	height: 100%;
}
.req-upload .prove .image img
{
	object-fit: cover;
	border-radius: 5px;
}
.esign-form
{
	padding-top: 10px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
}
.esign-form .esign-wrapper
{
	margin-bottom: 10px;
}
.esign-form .esign-wrapper .esign
{
	height: 200px;
	padding: 15px;
}
.esign-form .esign-wrapper .esign img
{
	object-fit: contain;
}
.esign-name input.form-control
{
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	text-align: center;
	margin: 0 auto 5px auto;
	height: 40px;
}
/*====================================== SECTION DASHBOARD USER - WALLET ======================================*/
.wallet-container
{
	max-width: 480px;
	margin: 0 auto 30px auto;
}
.wallet-wrapper
{
	border: 2px solid #038945;
	display: flex;
	justify-content: space-between;
	align-items: flex-end;
	flex-direction: row;
	border-radius: 20px;
	padding: 15px;
	margin-bottom: 10px;
}
.wallet-wrapper .btn-kedua
{
	border-color: #fff;
	color: #fff;
}
.wallet-history .transaction.income
{
	background-color: #03894538;
}
.wallet-history .transaction.wd
{
	background-color: #ea000033;
}
.wallet-history .transaction.tf
{
	background-color: #0056a866;
}
.wallet-history .transaction.dana
{
	background-color: #108ee966;
}
.wallet-history .transaction
{
	max-width: 480px;
	position: relative;
	border-radius: 5px;
	margin: 0 auto 10px auto;
	padding: 5px 15px;
	text-align: center;
}
.wallet-history .transaction .status
{
	position: absolute;
	top: 0;
	right: 0;
	border-bottom-left-radius: 20px;
	padding: 2px 5px 2px 10px;
}
.wallet-history .transaction .status span
{
	position: relative;
	top: -2px;
}
.wallet-history .transaction.income .status
{
	background-color: #038945;
}
.wallet-history .transaction.wd .status
{
	background-color: #ea0000;
}
.wallet-history .transaction.tf .status
{
	background-color: #0056A8;
}
.wallet-history .transaction .status.dana
{
	background-color: #108ee9;
}
.wallet-history .transaction .cta
{
	position: absolute;
	transform: translateY(5px);
}
.wallet-history .transaction .cta .btn-utama
{
	font-size: 18px;
}
.wallet-history .transaction.income .logo
{
	opacity: 0.5;
	position: absolute;
	top: 10px;
	left: 10px;
	width: 100px;
}
.wallet-history .note ul
{
	list-style: none;
	margin: 0;
}
.wallet-history .note ul li
{
	text-align: left;
	width: 100%;
	margin: 0 auto;
}
.wallet-history .note ul li span
{
	float: right;
}
/*====================================== SECTION DASHBOARD DRIVER ======================================*/
section.dashboard-driver
{
	min-height: 100vh;
	margin-top: 100px;
}
/*====================================== SECTION DASHBOARD DRIVER - TIMBANG ======================================*/
ul.timbang-list
{
	list-style-type: upper-greek;
	list-style-position: 100px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
ul.timbang-list li
{
	flex-grow: 0;
	flex-shrink: 0;
	flex-basis: 20%;
	padding: 0 0 0 0;
	margin: 0 0 10px 0;
}
ul.timbang-list li::marker
{
	display: list-item;
	position: absolute;
	left: 0;
	top: 0;
}
ul.timbang-list li .input-kg
{
	margin-right: 25px;
}
.timbang-list .input-kg input.form-control
{
	text-align: center;
	display: inline-block;
	width: 60px;
	height: 100%;
	margin-right: 5px;
	font-weight: 700;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
	color: #038945;
}
.timbang-list .input-kg span
{
	font-weight: 700;
}
.timbang-add
{
	display: flex;
	align-items: center;
}
.timbang-add button.btn-utama
{
	flex-basis: 85%;
	margin: 0 15px;
}
.weigh-detail
{
	margin-top: 20px;
}
.customer-category ul
{
	list-style: none;
	margin: 0 0 30px 0;
	padding: 0;
	overflow: auto;
	text-align: center;
}
.customer-category ul li
{
	color: #AAAAAA;
	display: inline-block;
	position: relative;
}
.customer-category ul li input[type=radio]
{
	display: none;
	position: absolute;
	visibility: hidden;
}
.customer-category ul li label
{
	display: block;
	position: relative;
	font-weight: 400;
	font-size: 1.35em;
	padding: 20px 25px 25px 60px;
	margin: 10px auto;
	height: 30px;
	z-index: 9;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
}

.customer-category ul li:hover label
{
	color: #038945;
}
.customer-category ul li .check
{
	display: block;
	position: absolute;
	border: 5px solid #AAAAAA;
	border-radius: 100%;
	height: 25px;
	width: 25px;
	top: 30px;
	left: 20px;
	z-index: 5;
	transition: border .3s ease;
	-webkit-transition: border .3s ease;
}
/*.customer-category ul li:hover .check
{
	border: 5px solid #FFFFFF;
}
*/
.customer-category ul li .check::before
{
	display: block;
	position: absolute;
	content: '';
	border-radius: 100%;
	height: 9px;
	width: 9px;
	top: 3px;
	left: 3px;
	margin: au
	margin: auto;
	transition: background 0.3s ease;
	-webkit-transition: background 0.3s ease;
}
.customer-category input[type=radio]:checked ~ .check
{
	border: 5px solid #038945;
}
.customer-category input[type=radio]:checked ~ .check::before
{
	background: #038945;
}
.customer-category input[type=radio]:checked ~ label
{
	color: #038945;
}
/*====================================== SECTION DASHBOARD DRIVER - SCHEDULE ======================================*/
.schedule-timeline
{
	margin-bottom: 30px;
}
.schedule-timeline .timeline
{
	position: relative;
	margin: 5px auto 10px auto;
	padding: 10px;
	padding-left: 20px;
	background-color: #eee;
	border-radius: 5px;
}
.schedule-timeline .timeline.active
{
	background-color: #03894530;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
	border-left: 4px solid #038945;
}
.schedule-timeline .timeline.wh-ask
{
	background-color: #03894530;
	border-top-left-radius: 0;
	border-bottom-left-radius: 0;
}
.schedule-timeline .timeline .status
{
	position: absolute;
	top: 10px;
	right: 10px;
	background-color: grey;
	padding: 2px 10px;
	border-radius: 20px;
}
.schedule-timeline .timeline .id-trans
{
	cursor: pointer;
}
.schedule-timeline .timeline .name p.box-semi.main-color
{
	color: grey !important;
}
.schedule-timeline .timeline .from,
.schedule-timeline .timeline .from .point,
.schedule-timeline .timeline .to .point
{
	position: relative;
}
.schedule-timeline .timeline .from .point,
.schedule-timeline .timeline .to .point
{
	padding: 5px;
}
.schedule-timeline .timeline .from .point span
{
	display: inline-block;
	background-color: #038945;
	padding: 0 8px;
	border-radius: 50%;
	font-size: 20px;
	color: #fff;
}
.schedule-timeline .timeline .from:before
{
	content: "";
	position: absolute;
	left: -10px;
	top: 20px;
	width: 2px;
	height: 95%;
	border-left: 2px dashed grey;
	/*background-color: #038945;*/
}
.schedule-timeline .timeline .from .point:before
{
	content: "";
	position: absolute;
	top: 15px;
	left: -13px;
	width: 8px;
	height: 8px;
	background-color: grey;
	border-radius: 50%;
}
.schedule-timeline .timeline .to .point:before
{
	font-family: "FontAwesome";
	content: "";
	position: absolute;
	top: 5px;
	left: -15px;
	width: 8px;
	height: 8px;
	color: grey;
}
.schedule-timeline .timeline .btn-utama:disabled
{
	background-color: #cecece;
}
/*TIMEINE ACTIVE*/
.schedule-timeline .timeline .name p.box-semi.main-color
{
	color: #038945 !important;
}
.schedule-timeline .timeline.active .from:before
{
	border-left: 2px dashed #038945;
}
.schedule-timeline .timeline.active .from .point:before
{
	background-color: #038945;
}
.schedule-timeline .timeline.active .to .point:before
{
	color: #038945;
}
.schedule-timeline .timeline.active .status
{
	background-color: #038945;
}
.schedule-timeline .timeline .map,
.schedule-timeline .timeline .cta
{
	padding: 0 15px;
	margin-bottom: 10px;
}
.subcategory-name
{
	max-width: 80%;
}
.subcategory-name .price
{
	margin-left: 5px;
	position: relative;
	top: -2px;
	display: inline-block;
	cursor: pointer;
}
.subcategory-name .price:hover span.box-small
{
	color: #038945;
	text-decoration: underline;
}
.subcategory-name .price .price-edit
{
	position: absolute;
	top: -5px;
	right: -15px;
}
.modal-dialog.modal-sm
{
	max-width: 320px;
	margin: 50px auto;
}

.subcategory-name .price .price-edit span
{
	font-size: 12px;
}
.price-adjust .form-group input.form-control
{
	display: inline-block;
	max-width: 50%;
}
.category-container .add
{
	position: absolute;
	top: 5px;
	right: 5px;
}
.category-container .add .btn-utama
{
	/*border-radius: 50%;*/
	font-size: 16px;
	padding: 5px 10px;
	font-weight: 700;
}
.checkbox-custom.category-timbangan .input-kg
{
	width: 75px;
	height: auto;
	margin-left: auto;
	margin-right: 10px;
}
.checkbox-custom.category-timbangan .input-kg input.form-control
{
	text-align: center;
	display: inline-block;
	width: 55px;
	height: 100%;
	border: 0;
	border-bottom: 1px solid;
	border-radius: 0;
}
.timbang-erase .btn-kedua
{
	width: 40px;
	height: 30px;
	background-color: #ea0000;
	border-color: #ea0000;
	color: #fff;
	border-radius: 10px;
	font-size: 16px;
	padding: 0;
	font-weight: 700;
}
.timbang-wrapper
{
	background-color: #038945;
	padding: 5px 10px;
	margin-bottom: 10px;
}
.timbang-fill
{
	padding-top: 10px;
}
.timbang-container
{
	background-color: #e5f0e8;
	padding: 15px 15px 5px 15px;
	margin-bottom: 10px;
}
.timbang-container .category-container
{
	border-bottom: 2px solid rgba(0,0,0,0.1);
	margin-bottom: 15px;
}
.timbang-container .category-container:last-child
{
	border-bottom: 0;
}
.modal-header #detail_trx_title
{
	max-width: 200px;
	line-height: 30px;
	margin: 0 auto;
}
/*====================================== SECTION DASHBOARD DRIVER - HISTORY ======================================*/
table#history tr
{
	text-align: center;
}
.detail-wrapper .driver-photo
{
	max-width: 480px;
	margin: 0 auto;
}
.detail-wrapper .driver-photo img
{
	object-fit: contain;
}
.timbang-detail
{
	cursor: pointer;
	transition: all 0.3s;
}
.timbang-detail:focus,
.timbang-detail:active,
.timbang-detail:hover,
.timbang-breakdown
{
	background-color: #03894545;
}
.timbang-breakdown td table
{
	max-width: 425px;
	margin: 0 auto;
}
.timbang-breakdown td table tr td
{
	font-weight: 700;
	border: 0 !important;
	border-bottom: 1px solid rgba(0,0,0,0.1) !important;
	/*border-right: 1px solid rgba(0,0,0,0.1) !important;*/
}
.timbang-breakdown td table tr:last-child td
{
	border-bottom: 0 !important;
}
.timbang-breakdown td table tr td:nth-child(1)
{
	text-align: left;
}
.timbang-breakdown td table tr td:nth-child(2)
{
	text-align: right !important;
}
/*====================================== SECTION DASHBOARD DRIVER - PREVIEW ======================================*/
.preview-container
{
	max-width: 720px;
	margin: 0 auto;
	border: 2px solid #038945;
	padding: 15px 30px;
	border-top-left-radius: 30px;
	border-bottom-right-radius: 30px;
}
#sig-canvas
{
	touch-action: none;
	border: 2px dashed #CCCCCC;
	border-radius: 15px;
	cursor: crosshair;
}
.row-sgn .btn-utama,
.row-sgn .btn-kedua
{
	font-size: 12px;
	font-weight: 600;
	padding: 5px 10px;
}
.preview-container .esign-form .esign-wrapper .esign.customer
{
	max-width: 320px;
	margin: 0 auto 15px auto;
}
.preview-container .esign-form .esign-wrapper .esign.customer canvas
{
	width: 100%;
	height: 100%;
}
/*====================================== SECTION PAGE NOT FOUND ======================================*/
section.section-notfound
{
	margin-top: 100px;
	margin-bottom: 0;
}
.pagenotfound .image
{
	max-width: 320px;
	margin: 0 auto 0 auto;
}
/*====================================== SECTION TERMS ======================================*/
section.section-terms
{
	margin-top: 100px;
	margin-bottom: 0;
}
ul.terms-li li
{
	font-size: 20px;
	list-style-type: upper-alpha;
}
ul.terms-li li ol
{
	padding-left: 20px;
	margin-bottom: 10px;
}
ul.terms-li li ol li
{
	list-style-type: decimal;
	margin-left: 0;
}
ul.terms-li li ol ul li
{
 margin-left: 10px;
 list-style-type: lower-alpha;
}
/*====================================== SECTION FOOTER ======================================*/
.wa-floating
{
	z-index: 999;
	position: fixed;
	bottom: 2%;
	right: 25px;
	transition: all 0.3s;
}

.wa-floating:hover {
	transform: translateY(-10px);
	/*box-shadow: 0 8px 18px 0 rgba(0,0,0,.18);*/
}
.wa-floating a {
	display: block;
	width: 100%;
	height: 100%;
	color: #fff;
}
.wa-floating p
{
	margin-top: 10px;
	font-size: 12px;
	line-height: 16px;
	color: #28282b;
}
.wa-floating .image {
	max-width: 60px;
}
.footer-top
{
	margin-top: 50px;
	margin-bottom: -12px;
}
.footer-top .wrapper
{
	max-width: 1024px;
	text-align: center;
}
footer.footer
{
	background-color: #038945;
	padding: 0 0 20px 0;
	position: relative;
}
.footer-menu .footer-logo .image
{
	max-width: 250px;
	margin: 0 auto 25px auto;
}
.footer-menu .footer-header
{
	margin-bottom: 30px;
}
.footer-menu ul
{
	margin: 0;
}
.footer-menu ul li
{
	display: block;
	margin-bottom: 20px;
	transition: all 0.3s;
}
.footer-menu ul li.footer-flex
{
	display: flex;
	flex-direction: row;
	align-items: center;
}
.footer-menu ul li:hover
{
	transform: translateY(-3px);
}
.footer-menu ul li .icon .image
{
	width: 40px;
	height: 40px;
	margin-right: 20px;
}
.footer-menu ul li a
{
	color: #fff;
	padding-bottom: 2px;
	border-bottom: 1px solid transparent;
}
.footer-menu ul li:hover a
{
	border-bottom: 1px solid #fff;
}
.footer-copyright .image-footer .image
{
	display: none !important;
	/*background-color: #fef9ee;*/
	padding: 10px;
	border-radius: 10px;
	display: inline-block;
	max-width: 175px;
	margin: 15px auto 0 auto;
	border-radius: 20px;
	transition: all 0.3s;
	/*box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);*/
}
.footer-copyright .image-footer .image img
{
	border-radius: 20px;
}
.footer-logo .image a
{
	display: block;
	width: 100%;
	height: 100%;
}
.footer-logo .image:hover a
{
	transform: translateY(-5px);
	box-shadow: 0 8px 18px 0 rgb(255 255 255 / 39%);
}
.footer-copyright .copyright
{
	margin-top: 10px
}
.footer-copyright .copyright p.box-semi
{
	font-size: 16px
}
