:root {
	--color-primary: #0a67b2;
	--color-secondary: #ff7200;
}

html,
body {
	height: 100% !important;
	scroll-behavior: smooth;
	font-size: 13px;
}

body {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
	color: #36445a;
	background-color: #f7f7f7;
	height: 100%;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.font-primary,
#form-reservation .form-control,
#form-reservation .select2 {
	font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
		Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.font-secondary,
.form-control,
.select2,
.select2-container .select2-results__option {
	font-family: "Rubik", "Helvetica", "Arial", sans-serif;
}
/* Note: Try to remove the following lines to see the effect of CSS positioning */
.affix {
	top: 20px;
	z-index: 888;
}

a:hover,
a:focus {
	text-decoration: none;
}

ul li .fa,
ul li .fas,
ul li .far,
ul li .fab {
	vertical-align: middle;
	display: inline-block;
}

label {
	font-weight: normal;
}

.btn:focus {
	box-shadow: none;
	color: inherit;
}

#form-schedule {
	background-color: #ffffff;
}

.slider-home {
	background-color: #49b3e8;
	background-image: linear-gradient(-180deg, rgba(0, 160, 255, 0), #0a67b2);
	margin-bottom: -34px;
}

.animated {
	-webkit-animation-duration: 0.5s;
	animation-duration: 0.5s;
}

.container-fluid {
	display: flex;
	flex-direction: column;
}

.container {
	padding-right: 15px;
	padding-left: 15px;
	margin-right: auto;
	margin-left: auto;
}

.my-container {
	flex: 1 0 auto;
}

.panel-heading,
.panel-body,
.panel-footer {
	padding: 20px 28px !important;
	word-wrap: break-word;
}

.panel-body-collapse {
	padding: 0 28px !important;
}

.panel-row-collapse {
	padding: 20px 0 !important;
}

.modal-footer {
	border-bottom-right-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}

@media screen and (min-width: 768px) {
	.slider-home {
		height: 356px;
	}
	.mySlides img {
		-o-object-fit: cover !important;
		object-fit: cover !important;
		width: 100% !important;
	}

	.my-container {
		min-height: 498px;
	}

	.container {
		width: 1210px;
	}

	.my-font-big {
		font-size: 17pt !important;
	}

	.my-form-padding {
		padding: 0px 5px !important;
	}

	.my-left-side {
		padding: 20px !important;
	}

	.my-right-side {
		padding: 20px !important;
	}

	.my-content {
		padding: 20px !important;
		margin-top: 0px !important;
	}

	.my-content2 {
		padding: 20px !important;
		margin-top: 0px !important;
	}

	.my-schedule-container {
		margin-top: 0px !important;
		padding: 0px;
	}

	.left {
		padding-right: 5px !important;
	}

	.right {
		padding-left: 5px !important;
	}

	.my-fluid-height {
		margin-top: 70px !important;
	}

	.my-row {
		margin-right: -15px !important;
	}

	.my-terms {
		padding-top: 120px !important;
	}

	.sc {
		width: 100% !important;
		overflow-y: hidden !important;
		overflow-x: hidden !important;
	}
}

.nav-tabs > li > a,
.nav-tabs.nav-justified > .active > a,
.nav-tabs.nav-justified > .active > a:focus,
.nav-tabs.nav-justified > .active > a:hover {
	border: none;
}
#popup-info .flaticon-error,
.modal-info .flaticon-error {
	cursor: pointer;
	position: absolute;
	right: 12px;
	top: -18px;
	z-index: 2;
}

#popup-info .flaticon-error:before,
.modal-info .flaticon-error:before {
	color: rgba(255, 255, 255, 0.8);
	text-align: center;
	font-size: 32px;
	font-weight: 600;
	background: #868686;
	border-radius: 50%;
	height: 32px;
	width: 32px;
	box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.3);
}

.my-content-container {
	height: auto;
	min-height: calc(100vh - 763px);
	margin: 42px auto 168px;
}

/*------------ 
* responsive 
*-----------*/

/* col-lg: Large desktops and laptops */
@media (min-width: 1200px) {
	.container {
		width: 1170px;
	}
	.no-padding-left-sm-md {
		padding-left: 0px;
	}

	.no-padding-right-sm-md {
		padding-right: 0px;
	}

	.modal-lg {
		/*width: 960px;*/
		/* width: 1020px; */
		width: 1140px;
	}

	.modal-dialog {
		margin: 70px auto 30px;
	}

	.navbar-right-md,
	.row-nav-md {
		float: right !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 0;
		margin-right: 0;
		margin: 0;
	}

	.col-md-3-box {
		width: 30%;
	}

	.col-md-4-box {
		width: 40%;
	}

	.my-footer-info {
		min-height: 25.4%;
		max-width: 1200px !important;
		align-items: unset;
	}

	.my-footer-foot {
		min-height: 4.6%;
	}

	.nav-pills > li.active > a,
	.nav-pills > li.active > a:focus {
		border-bottom: 3px solid #0a67b2 !important;
	}

	.nav-tabs.nav-justified > li > a {
		border-bottom: none;
	}

	.slider-home {
		height: 418px;
	}

	.my-panel-xs .my-panel-body-xs {
		padding: 0 !important;
	}

	.side-panel {
		min-width: 360px;
	}
}

/* col-md:; Landscape tablets and medium desktops */
@media (min-width: 992px) and (max-width: 1199px) {
	.container {
		width: 970px;
	}
	.no-padding-left-sm-md {
		padding-left: 0px;
	}

	.no-padding-right-sm-md {
		padding-right: 0px;
	}

	.modal-lg {
		width: 960px;
	}

	.modal-dialog {
		margin: 70px auto 30px;
	}

	.navbar-right-md,
	.row-nav-md {
		float: right !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 0;
		margin-right: 0;
		margin: 0;
	}

	.col-md-3-box {
		width: 30%;
	}

	.col-md-4-box {
		width: 40%;
	}

	.my-footer-info {
		min-height: 25.4%;
	}

	.my-footer-foot {
		min-height: 4.6%;
	}

	.my-panel-xs .my-panel-body-xs {
		padding: 0 !important;
	}

	.side-panel {
		min-width: 293px;
	}
}

/* col-sm: Portrait tablets and small desktops */
@media (min-width: 768px) and (max-width: 991px) {
	.container {
		width: 750px;
	}

	#result-schedule-content .col-md-12,
	#result-schedule-content .col-sm-12,
	#result-schedule-content .col-xs-12 {
		padding-left: 21px !important;
		padding-right: 21px !important;
	}

	.my-panel-ticket .my-panel-title {
		padding-top: 0 !important;
	}

	.no-padding-left-sm-md {
		padding-left: 0px;
	}

	.no-padding-right-sm-md {
		padding-right: 0px;
	}

	.modal-dialog {
		width: auto;
	}

	.navbar-right-md,
	.row-nav-md {
		float: right !important;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		-webkit-box-pack: end;
		-ms-flex-pack: end;
		justify-content: flex-end;
		padding-right: 0;
		margin-right: 0;
		margin: 0;
	}

	.modal-lg {
		width: 90%;
	}

	.slider-home {
		height: 356px;
	}

	.my-panel-xs .my-panel-body-xs {
		padding: 0 !important;
	}
}

/* col-xs: Landscape phones and portrait tablets */
@media (max-width: 767px) {
	.slider-home {
		height: 226px;
	}

	.no-padding-left-right {
		padding-left: 0;
		padding-right: 0;
	}

	.navbar-nav {
		margin: 0;
	}

	.navbar-nav > li > a {
		padding: 10px 15px !important;
	}

	.my-container {
		min-height: 617px;
	}

	.preview-schedule {
		background-color: #0a67b2 !important;
		color: #fff;
	}

	.preview-schedule .color555,
	.preview-schedule .color-grey {
		color: #fff;
	}

	#result-schedule-content .col-md-12,
	#result-schedule-content .col-sm-12,
	#result-schedule-content .col-xs-12 {
		padding-left: 21px !important;
		padding-right: 21px !important;
	}

	.my-panel-ticket .my-panel-title {
		padding-top: 0 !important;
	}

	.modal-dialog {
		margin: 30px 10px !important;
	}

	#modal-register .panel-body {
		padding: 20px 15px !important;
	}

	.btn-xs-block {
		display: block;
		width: 100%;
	}

	#step-wizard {
		margin-top: 8px !important;
	}

	.step-title {
		margin-top: 8px !important;
	}

	.row-min .my-font-medium {
		font-size: 12px !important;
	}

	#result-schedule-content .nav-pills {
		background-color: #fff;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
		position: static !important;
		position: -webkit-sticky;
		top: 62px !important;
		z-index: 699 !important;
		margin-top: -15px;
		margin-left: -21px;
		margin-right: -21px;
		width: unset !important;
	}

	.nav-justified > li {
		display: table-cell;
		width: 1%;
	}

	.nav-justified > li > a {
		margin-bottom: 0;
	}

	.nav-pills {
		border-bottom: none !important;
	}

	.nav-pills > li > a {
		color: #ffffff !important;
		background-color: #0a67b2 !important;
		border-bottom: 3px solid #0a67b2 !important;
		padding: 15px;
	}

	.nav-pills > li.active > a,
	.nav-pills > li.active > a:focus,
	.nav-pills > li.active > a:hover {
		color: #fff;
		background-color: transparent;
		border-bottom: 3px solid #fff !important;
	}

	.my-ticket-trip .my-panel-heading-ticket {
		padding: 10px 10px 0px !important;
	}

	.my-ticket-trip .my-panel-footer-ticket {
		padding: 15px 10px 15px !important;
	}

	.my-ticket-trip {
		font-size: 0.975rem;
	}

	.trans-number {
		font-size: 0.975rem !important;
	}

	.my-btn-light-line-xs,
	.my-btn-light-line-xs:focus {
		background-color: transparent;
		color: #fff !important;
		border: 1px solid #fff !important;
	}

	.popover .passengers-desc {
		display: inline;
	}

	/* modal fullscreen xs */
	.modal.modal-fullscreen-xs {
		background: none !important;
	}
	.modal.modal-fullscreen-xs .modal-dialog,
	.modal.modal-fullscreen-xs .modal-content {
		/*bottom: 0;*/
		left: 0;
		position: absolute;
		right: 0;
		top: 0;
	}

	.modal.modal-fullscreen-xs .modal-content {
		min-height: 100%;
		height: auto;
	}

	.modal.modal-fullscreen-xs .modal-dialog {
		margin: 0 !important;
		width: 100%;
		height: 100%;
		animation-duration: 0.3s;
	}
	.modal.modal-fullscreen-xs .modal-content {
		border: none;
		-moz-border-radius: 0;
		border-radius: 0;
		-webkit-box-shadow: inherit;
		-moz-box-shadow: inherit;
		-o-box-shadow: inherit;
		box-shadow: inherit;
	}

	.modal.modal-fullscreen-xs.force-fullscreen .modal-body {
		padding: 0;
	}
	.modal.modal-fullscreen-xs.force-fullscreen .modal-header,
	.modal.modal-fullscreen-xs.force-fullscreen .modal-footer {
		left: 0;
		position: absolute;
		right: 0;
	}
	.modal.modal-fullscreen-xs.force-fullscreen .modal-header {
		top: 0;
	}
	.modal.modal-fullscreen-xs.force-fullscreen .modal-footer {
		bottom: 0;
	}

	.slide-in-right-xs {
		-webkit-animation-name: slideInRight;
		animation-name: slideInRight;
	}

	.slide-out-right-xs {
		-webkit-animation-name: slideOutRight;
		animation-name: slideOutRight;
	}

	.slide-in-up-xs {
		-webkit-animation-name: slideInUp;
		animation-name: slideInUp;
	}

	.slide-out-up-xs {
		-webkit-animation-name: slideOutDown;
		animation-name: slideOutDown;
	}

	.vertical-align {
		display: flex !important;
		align-items: center;
	}

	.col-md-min-6,
	.col-sm-min-6,
	.col-xs-min-6,
	.col-md-min-12,
	.col-sm-min-12,
	.col-xs-min-12 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	.row-min {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}
	#sidebar-wrapper {
		top: 0;
		right: -200px;
		width: 200px;
		background-color: #5677fc;
		color: white;
		position: fixed;
		height: 100%;
		z-index: 1;
		filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1));
	}
	.sidebar-nav {
		position: absolute;
		/*top: 0;*/
		margin: 0;
		padding: 0;
		width: 200px;
		list-style: none;
	}
	.sidebar-nav li a {
		display: block;
		text-decoration: none;
		padding: 10px 15px;
	}
	.sidebar-nav li a:hover {
		background: rgba(0, 0, 0, 0.05) !important;
		text-decoration: none;
	}
	.sidebar-nav li a:active,
	.sidebar-nav li a:focus {
		text-decoration: none;
	}
	#sidebar-wrapper.sidebar-toggle {
		transition: all 0.3s ease-out;
		margin-right: -200px;
	}
	.navbar-collapse {
		border-top: 0px !important;
	}

	#booking-detail .my-panel-footer {
		padding: 15px;
	}

	#booking-detail .my-panel-footer .vertical-align {
		display: block !important;
	}

	#booking-detail .my-panel-footer .pull-right {
		float: none !important;
	}

	#booking-detail .my-panel-footer .my-font-small {
		margin-bottom: 10px !important;
		text-align: center !important;
	}

	#order-detail .icon-trip {
		margin-top: 0px !important;
	}

	.my-panel-xs {
		background-color: #fff;
		border: none !important;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) !important;
	}

	.my-panel-xs .my-panel-body-xs {
		padding: 15px !important;
	}

	.text-right-xs {
		text-align: right !important;
	}

	.grecaptcha-badge {
		bottom: 74px !important;
		z-index: 3;
	}

	.modal-lg {
		width: 90%;
	}

	.btn-manage-order {
		max-width: 100% !important;
	}

	.disclaimer-form {
		padding-bottom: 15px;
	}

	.navbar-header {
		text-align: center;
	}

	.navbar-brand {
		float: unset;
	}

	/* .navbar-brand > img {
    display: none;
  } */

	.navbar-brand > img {
		display: inherit;
	}

	.my-navbar-brand {
		line-height: 70px;
	}

	.corner-ribbon.top-right {
		top: -6px !important;
		right: -82px !important;
	}
	.corner-ribbon i.fas {
		transform: rotate(-45deg);
		font-size: 18px;
	}

	#sidebar-wrapper {
		display: block;
	}

	.middle-items {
		height: calc(100vh - 213px);
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		align-items: center;
	}

	.fare-pax {
		font-size: 18px;
	}

	.btn-wa {
		/* display: none !important; */
		bottom: 70px !important;
		padding: 9px !important;
		height: 40px !important;
		width: 40px !important;
		z-index: 2 !important;
	}

	.btn-app {
		border-radius: 6px !important;
		position: relative;
		padding: 8px !important;
		margin: 0 10px 10px 0;
		width: 80px;
		height: 55px;
		text-align: center;
		background-color: #fff;
		font-size: 8px;
		font-weight: normal !important;
		box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	}
	.btn-app img {
		display: block;
		margin: 0 auto 5px;
	}

	.panel-watermark {
		background: #ffffff url(../images/channel_booking/asdp-new-custome.svg)
			repeat-y right -3px top 0 !important;
	}

	.panel-watermark .panel-heading,
	.panel-watermark .panel-body,
	.panel-watermark .panel-footer {
		padding-right: 25px !important;
	}

	.user-accounts-header {
		padding-top: 32px !important;
	}

	.panel-heading,
	.panel-body,
	.panel-footer {
		padding: 15px !important;
	}

	.panel-body-collapse {
		padding: 0 15px !important;
	}

	.panel-row-collapse {
		padding: 15px 0 !important;
	}

	.modal-info .modal-footer {
		display: none;
	}

	.modal-info .modal-body img {
		border-radius: 6px;
	}

	.no-padding-xs {
		padding: 0px !important;
	}

	.no-padding-xs .my-panel {
		border-radius: 0 !important;
	}

	.row-no-margin {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}

	.modal-fullscreen-xs .modal-footer {
		position: absolute;
		bottom: 0;
		width: 100%;
	}

	.my-content-container {
		height: auto;
		min-height: calc((var(--vh, 1vh) * 100) - 104px);
		margin: 0;
		padding: 15px 15px 0;
	}
}

/* Portrait phones and smaller */
@media (max-width: 480px) {
	.mobile-booking {
		display: block;
		position: fixed;
		right: 0;
		top: 200px;
		z-index: 1000;
	}

	.preview-schedule {
		background-color: #0a67b2 !important;
		color: #fff;
	}

	.preview-schedule .color555,
	.preview-schedule .color-grey {
		color: #fff;
	}

	#result-schedule-content .col-sm-12,
	#result-schedule-content .col-xs-12 {
		padding-left: 21px !important;
		padding-right: 21px !important;
	}

	.my-panel-ticket .my-panel-title {
		padding-top: 0 !important;
	}

	.panel {
		margin-bottom: 8px;
	}

	/*.panel-body {
        padding: 10px !important;
    }*/

	.my-panel-footer-ticket {
		padding: 5px 10px 15px !important;
	}

	#modal-register .panel-body {
		padding: 15px !important;
	}

	#schedule-content-depart .panel-heading {
		padding: 15px !important;
	}

	.my-panel-ticket:hover .btn-select-schedule {
		display: block;
		animation: none !important;
		-webkit-animation: none !important;
		-moz-animation: none !important;
	}

	.col-md-min-6,
	.col-sm-min-6,
	.col-xs-min-6,
	.col-md-min-12,
	.col-sm-min-12,
	.col-xs-min-12 {
		padding-left: 8px !important;
		padding-right: 8px !important;
	}

	/* #result-content .col-xs-min-12, */
	#result-content.col-xs-min-12,
	#result-content.col-xs-12 {
		padding-left: 0px !important;
		padding-right: 0px !important;
	}
	/* #result-content .col-xs-min-12 .my-panel, */
	#result-content.col-xs-min-12 .my-panel,
	#result-content.col-xs-12 .my-panel {
		border-radius: 0 !important;
	}

	.row-min {
		margin-left: -8px !important;
		margin-right: -8px !important;
	}

	.grecaptcha-badge {
		bottom: 74px !important;
		z-index: 3;
	}

	.modal-lg {
		width: 90%;
	}

	#schedule-content-depart .panel-heading .panel-title {
		font-size: 14px;
	}
	.panel-watermark {
		background: #ffffff url(../images/channel_booking/asdp-new-custome.svg)
			repeat-y right -3px top 0 !important;
	}

	.panel-watermark .panel-heading,
	.panel-watermark .panel-body,
	.panel-watermark .panel-footer {
		padding-right: 25px !important;
	}

	.user-accounts-header {
		padding-top: 32px;
	}

	.panel-heading,
	.panel-body,
	.panel-footer {
		padding: 15px !important;
	}

	.panel-body-collapse {
		padding: 0 15px !important;
	}

	.panel-row-collapse {
		padding: 15px 0 !important;
	}

	#form-schedule {
		background-color: #f7f7f7f6;
	}

	.schedule-box {
		margin: 28px auto 60px;
	}

	.slider-home {
		margin-bottom: 0px;
		height: 153px;
		background-color: unset;
		background-image: unset;
	}

	.slider-home .slick-dots {
		bottom: -8px;
		text-align: center;
		/* padding: 0 30%; */
	}

	.slider-home .slick-dots li {
		width: 12px;
		height: 12px;
	}

	.slider-home .slick-dots li button {
		width: 10px;
		height: 10px;
	}
	.slider-home .slick-dots li button::before {
		font-size: 8px;
		width: 10px;
		height: 10px;
	}

	.slider-home .slick-dots li button:before,
	.slider-home .slick-dots li.slick-active button:before {
		color: #f7b917;
	}

	#popup-info .flaticon-error,
	.modal-info .flaticon-error {
		right: calc(50% - 12px);
		top: -45px;
	}

	#popup-info .flaticon-error:before,
	.modal-info .flaticon-error:before {
		font-size: 24px;
		font-weight: normal;
		text-align: center;
		background: none;
		box-shadow: none;
	}

	.popover .passengers-desc {
		display: block;
	}

	.no-padding-xs {
		padding: 0px !important;
	}

	.no-padding-xs .my-panel {
		border-radius: 0 !important;
	}

	.row-no-margin {
		margin-left: 0 !important;
		margin-right: 0 !important;
	}
	.btn {
		padding: 10px 20px;
	}
}

@media (max-width: 415px) {
	.slider-home {
		height: 142px;
	}
	.ui-autocomplete.ui-widget-content,
	.ui-menu-item-wrapper {
		max-width: 278px;
	}
}

@media (max-width: 376px) {
	.slider-home {
		height: 130px;
	}
	.ui-autocomplete.ui-widget-content,
	.ui-menu-item-wrapper {
		max-width: 253px;
	}
}

@media (max-width: 321px) {
	.slider-home {
		height: 112px;
	}
	.ui-autocomplete.ui-widget-content,
	.ui-menu-item-wrapper {
		max-width: 213px;
	}
}

.sc {
	width: 100%;
	overflow-y: hidden;
	overflow-x: scroll;
}

.my-row {
	margin-right: 3px !important;
}

.my-padding-right {
	padding-right: 0px !important;
}

.my-fluid-height {
	margin-top: 70px;
}

.my-font-small {
	font-size: 11px;
}

.my-font-medium {
	font-size: 14px;
}

.my-font-big {
	font-family: inherit;
	font-size: 16px;
}

.my-font-small-panel {
	font-size: 13px;
	margin: 0 0 5px 0;
	line-height: normal;
}

.my-font-h4 {
	font-size: 18px !important;
	font-family: "Inter", sans-serif !important;
	margin: 0 0 5px 0;
}

.navbar {
	height: 70px !important;
}

.navbar-right,
.row-nav {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: end;
	-ms-flex-pack: end;
	justify-content: flex-end;
	padding-right: 0;
	margin-right: 0;
	margin: 0;
}

nav a {
	/*padding-top: 20px !important;
padding-bottom: 20px !important;*/
	font-size: 18px;
	transition: all 0.3s ease;
}

nav .navbar-toggle {
	margin: 13px 15px 13px 0;
}

.navbar-toggle {
	padding: 10px;
	margin-top: 18px;
	margin-right: 15px;
	margin-bottom: 18px;
}

nav.navbar.shrink {
	min-height: 50px;
	background-color: #fff;
}

nav.shrink a {
	padding-top: 15px !important;
	padding-bottom: 15px !important;
}

nav.shrink .navbar-brand {
	font-size: 13px;
	height: 48px;
	padding: 15px;
}

nav.shrink .navbar-toggle {
	padding: 7px 8px;
	margin: 8px 15px 8px 0;
}

nav.shrink .navbar-collapse.collapse {
	height: initial !important;
}

.navbar-default .navbar-collapse,
.navbar-default .navbar-form {
	border-color: #e6e6e6;
}

.navbar-collapse {
	padding-right: 0;
	padding-left: 0;
}

.my-navbar {
	background-color: #f7f7f7;
	border-radius: 0px;
	margin-bottom: 0 !important;
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.my-navbar-light {
	background-color: #fff;
}

.my-navbar-brand {
	padding: 14px;
	height: 70px;
}

.my-navbar-text {
	color: white !important;
	font-weight: bold;
	text-align: center;
}

.navbar-default {
	border: 0px !important;
	background-color: #fff !important;
}

.navbar-nav > li > a {
	font-family: "Inter", sans-serif;
	font-size: 14px;
	padding: 25px 15px;
	color: #36445a;
	display: flex;
	align-items: center;
	white-space: nowrap;
	cursor: pointer;
}

.navbar-nav > li > a > .flaticon:before {
	margin-right: 5px;
	font-size: 28px;
}

.navbar-nav > li > a:focus {
	outline: none;
}

.navbar-default .navbar-toggle {
	border: none;
}

.my-navbar-header {
	color: white;
}

.navbar-brand-xs {
	height: 64px;
	padding: 20px 15px;
}

.dropdown-menu > li > a {
	font-size: 14px !important;
	color: #36445a;
}

.list-group-item {
	margin-bottom: 0px;
	border: none;
	font-size: 14px;
}

.tab-content .active {
	background-color: none !important;
}

.nav-pills {
	border-bottom: 1px solid #c6c9da !important;
	margin-bottom: 20px;
}

.nav-pills > li > a {
	border-radius: 0 !important;
	color: #36445a;
}

.nav-pills > li > a:hover {
	background-color: transparent;
}

.nav-pills > li.active > a,
.nav-pills > li.active > a:focus,
.nav-pills > li.active > a:hover {
	color: #0a67b2;
	background-color: transparent;
	border-bottom: 3px solid #0a67b2;
}

.nav-tabs.nav-justified > li > a {
	margin-bottom: 0px;
}

.my-header {
	background-color: black;
	float: right;
	height: 100px;
	width: 50%;
}

.my-icon {
	/* color:#f44336; */
	color: #0a67b2;
}

.my-full-width {
	padding: 0px;
}

.my-navbar-toggle {
	border: 0px;
	font-size: 20pt;
	padding: 0px;
}

.my-row-full-width {
	margin-left: 0;
	margin-right: 0;
}

.my-navbar-toggle:hover,
.my-navbar-toggle:focus {
	background-color: #0a67b2 !important;
}

.my-form-reservation {
	z-index: 100;
	width: 100%;
	margin-bottom: 20px;
}

.my-form-reservation .input-group-addon {
	color: #0a67b2;
}

.my-bottom-line {
	/* border-bottom: 3px solid #f44336; */
	border-bottom: 3px solid #09b83e; /* Materialui-socialcolors */
}

.my-form-control {
	background-color: white !important;
	padding: 0 8px;
	border: 1px solid #c6c9da;
}

.my-form-control-readonly {
	border-radius: 0px;
	background-color: #e7e7e7 !important;
	padding: 5px;
	border: 1px solid #c6c9da;
}

.my-form-control-feedback {
	line-height: 80px;
	padding-left: 10px;
}

.form-control-disable[disabled] {
	color: #c6c9da !important;
}

.has-feedback .form-control {
	padding-right: 20px;
}

.my-group-addon {
	border: 0px;
	border-radius: 0px;
	cursor: pointer;
}

.error {
	line-height: 1.5;
	font-weight: 300 !important;
	padding-top: 4px;
	margin-bottom: 0;
	font-size: 0.975rem !important;
	color: #f44336 !important;
	display: inline-block;
}

.has-detail {
	display: inline-block;
	line-height: 1.5;
	font-weight: 300;
	margin-top: 4px;
	font-size: 0.975rem;
	color: #a1a5bc;
}

.btn {
	padding: 10px 38px;
	font-weight: 600;
	text-transform: uppercase;
}

.my-btn {
	border: 0px;
	border-radius: 21.5px !important;
	-webkit-transition-duration: 0.1s;
	transition-duration: 0.1s;
	padding: 11px 24px;
}

.my-btn-white {
	background-color: #fff;
	border: 1px solid #c6c9da;
}

.my-btn-default {
	border: 1px solid #c6c9da;
	color: #36445a;
}

.my-btn-default:hover {
	color: #909090;
}

.my-btn-primary {
	background-color: #0a67b2;
	color: white;
}

.my-btn-primary:hover {
	background-color: #0d4d86;
}

.my-btn-secondary:hover {
	background-color: #eaac07;
}

.my-btn-primary:focus,
.my-btn-secondary:focus,
.my-btn-tertiary:focus,
.my-btn-primary:hover,
.my-btn-tertiary:hover,
.my-btn-secondary:hover {
	color: white;
}

.my-btn-slave {
	background-color: #dee9f3;
	color: #0a67b2;
}
.my-btn-slave:hover,
.my-btn-slave:focus {
	background-color: #0a67b2;
	color: #ffffff;
}

.my-btn-primary-line,
.my-btn-primary-line:focus {
	background-color: transparent;
	color: #0a67b2;
	border: 2px solid #0a67b2;
}

.my-btn-primary-line:hover {
	background-color: #0a67b2;
	color: #fff;
}

.my-btn-secondary {
	background-color: #f7b917;
	color: #fff;
}

.my-btn-tertiary {
	background-color: #f58630;
	color: #fff;
}

.my-btn-tertiary:hover {
	background-color: #ce6b1e;
}

.my-btn-secondary-line,
.my-btn-secondary-line:focus {
	background-color: transparent;
	color: #f58630;
	border: 2px solid #f7b917;
}

.my-btn-light-line,
.my-btn-light-line:focus,
.my-btn-light-line:hover {
	background-color: transparent;
	color: #fff;
	border: 1px solid #fff;
}

.my-btn-secondary-line:hover {
	background-color: #eaac07;
	color: #fff;
}

.my-btn-danger-line,
.my-btn-danger-line:focus {
	background-color: transparent;
	border: 2px solid #d9534f;
	color: #d9534f;
}

.my-btn-danger-line:hover {
	background-color: #d9534f;
	color: #fff;
}

.my-btn-plain {
	background-color: transparent;
	font-weight: 600;
}

.my-btn-plain:hover {
	background-color: #e7e7e7;
	color: #686868;
}
.my-btn-plain:active {
	box-shadow: none;
	background-color: #ececec;
}

.my-btn-socmed {
	border-radius: 0px;
	padding: 12px 8px;
	font-weight: 600;
	justify-content: center;
	text-transform: inherit;
}

.navbar-nav > li > a .my-btn-login,
.my-btn-login {
	padding: 0 12px 0 6px !important;
	background: #f5f5f5;
	border-radius: 23px;
	-webkit-transition: background-color 0.2s ease-out;
	transition: background-color 0.2s ease-out;
	font-size: 14px;
	line-height: 1.4 !important;
	max-width: 124px;
}

.my-btn-login .flaticon.flaticon-user-2::before {
	color: #b4b4b4;
	margin-right: 4px;
}

.btn-login:hover,
.btn-login:focus {
	background-color: #fff !important;
	opacity: 0.8;
	box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.18);
}

.my-btn-register {
	padding: 4px 8px !important;
	border-radius: 4px;
	color: #fff !important;
	border: 2px solid #fff;
	font-weight: bold;
	margin-left: 5px;
	margin-right: 5px;
}

.btn,
.btn-block {
	border-radius: 24px;
}

.input-group-btn:first-child > .btn,
.input-group-btn:last-child > .btn {
	border-radius: 0 !important;
	border: 1px solid #c6c9da;
	height: 42px;
	padding: 6px 12px;
}

.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group {
	margin-right: -2px;
}

.bootstrap-touchspin .input-group-btn:first-child > .btn {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}

.bootstrap-touchspin .input-group-btn:last-child > .btn {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

.my-divider-blank {
	margin-top: 10px;
	margin-bottom: 10px;
}

.my-divider-blank-small {
	margin-top: 0px;
	margin-bottom: 0px;
}

.my-footer-info {
	padding: 35px 15px;
}

.my-footer-widget {
	padding-top: 20px;
}

.my-footer-info ul {
	list-style: none;
	padding-left: 0;
}

.my-footer-info .footer-contact ul {
	list-style: none;
	padding-left: 25px;
}

.my-footer-info ul li {
	margin: 7px 0;
}

.my-footer-info ul li a {
	color: inherit;
}

.my-footer-info ul li a:hover {
	color: #ff7200;
}

.my-footer-info .fa:before {
	margin-left: -10px !important;
	font-size: 12px;
}

.my-footer-info .footer-contact .fa:before,
.my-footer-info .footer-contact .fab:before,
.my-footer-info .footer-contact .fas:before,
.my-footer-info .footer-contact .far:before {
	margin-left: -25px !important;
	font-size: 16px;
}

.my-footer-info .social .fa {
	color: #000;
}

.my-footer-info .footer-title {
	font-size: 16px;
	font-weight: 600;
	margin: 0;
	margin-bottom: 24px;
}

.footer-content {
	position: relative;
	border-top: 1px solid #f3f3f3;
}
.footer-content::before {
	background-color: #fff;
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	z-index: -2;
}
.footer-content::after {
	content: "";
	display: block;
	position: absolute;
	top: 0;
	right: 0;
	width: 100%;
	height: 100%;
	opacity: 0.2;
	z-index: -1;
	background: url("../images/bglogin.png");
	background-repeat: no-repeat;
	background-position: right -469px bottom;
}
.footer-content .flex {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 35px 15px;
	max-width: 1200px !important;
	-webkit-box-align: unset;
	-ms-flex-align: unset;
	align-items: unset;
}
.footer-191 {
	min-width: 280px;
}
.footer-col {
	-webkit-box-flex: 1;
	-ms-flex: 1 1;
	flex: 1 1;
	width: 215px;
}
.footer-content .find-me,
.footer-content .follow-us {
	-ms-flex-item-align: start;
	align-self: start;
	width: 215px;
	line-height: 108px;
}
.footer-copyright {
	background-color: #f7b917;
	color: #fff;
	font-size: 13px;
	padding-top: 15px;
	padding-bottom: 15px;
	text-align: center;
}
.social.circle li a {
	display: block;
	width: 30px;
	height: 30px;
	font-size: 14px;
	border-radius: 50%;
	text-align: center;
	line-height: 28px;
	color: #fff;
	background-color: #1d67af;
}
.social.circle li a:hover {
	background-color: #f58630;
	color: #fff;
}
.social li {
	display: inline-block;
	vertical-align: middle;
	margin: 0 10px 0 0 !important;
}
.my-container {
	background-color: #f7f7f7;
	background-repeat: repeat;
	position: relative;
}

.my-content {
	background-color: white;
	padding: 10px;
	margin-top: 20px;
	min-height: 200px;
}

.my-color-success {
	background-color: #00ce00;
}

.my-color-primary {
	background-color: #6ca4f8;
}

.my-color-danger {
	background-color: #f44336;
}

.my-schedule-container {
	padding: 0px;
	margin-top: 10px;
}

.my-schedule-header {
	min-height: 0px;
	padding: 0px;
	/*background-color: #e74b40;*/
}

.search-schedule-content {
	/*min-height: 305px; */
	background-color: #f7f7f7;
}

.reservation-ship {
	/* top: -65px; */
	/* max-width: 980px; */
	margin: 0 auto;
	position: relative;
	width: 100%;
}

.schedule-box {
	/* position: absolute; */
	background-color: #fff;
	width: 100%;
	z-index: 1002;
}

.my-form-reservation-header {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	padding: 24px 15px 8px;
}

.my-date-slider {
	padding: 5px;
	cursor: pointer;
}

.my-date-slider-item {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
	border-right: 1px solid #e7e7e7;
}

.my-date-selected {
	background-color: #0a67b2;
	border-top: 1px solid #0a67b2;
	border-bottom: 1px solid #0a67b2;
	font-weight: bold;
	color: white;
}

.my-schedule-table > thead > tr {
	border-top: 1px solid #e7e7e7;
	border-bottom: 1px solid #e7e7e7;
}

.my-info {
	border-radius: 0px !important;
	padding: 10px !important;
}

.my-info-success {
	color: green;
}

.seat-container {
	display: inline-table;
	cursor: pointer;
}

.seat-image {
	width: 30px;
}

.seat-label {
	position: absolute;
	margin-left: -30px;
	width: 30px;
	align-content: center;
	margin-top: -12px;
	color: #686868;
	font-size: 10pt;
}

.seat-label-empty {
	color: transparent;
}

.seat-checkbox {
	display: none;
	/*position: absolute;*/
}

.modal {
	/* z-index: 1061; */
	overflow-y: auto;
	background: rgba(51, 51, 51, 0.75);
}

.modal-md-login {
	width: 90%;
	max-width: 400px;
	margin: 30px auto !important;
}

/*.my-modal {
top: 5%;
}*/

.my-modal-content {
	border-radius: 0px;
}

.my-modal-content > .modal-body {
	padding: 0px;
}

.my-ul-list {
	list-style-type: none;
	padding: 5px;
}

.my-ul-list > li {
	padding: 3px;
	padding-left: 10px;
	font-size: 11pt;
}

.my-ul-list-subtitle {
	padding: 5px;
	background-color: #e7e7e7;
	font-size: 12pt !important;
}

.my-ul-list > li.my-list-item-payment {
	padding: 0px;
	cursor: pointer;
	font-size: 20px;
	border-bottom: 1px solid #e7e7e7;
}

.my-ul-list > li.my-list-item:hover {
	background-color: #0a67b2;
	color: white;
	cursor: pointer;
}

.custom-counter {
	margin: 0;
	padding: 0;
	list-style-type: none;
}

.custom-counter li {
	counter-increment: step-counter;
	margin-bottom: 10px;
	position: relative;
	padding-left: 35px;
}

.custom-counter li::before {
	position: absolute;
	left: 15px;
	content: counter(step-counter) ".";
}

.my-ol {
	padding-left: 20px;
}

.payment-logo {
	width: 35%;
}

select::-ms-expand {
	display: none;
}

select {
	/*for firefox*/
	-moz-appearance: none;
	/*for chrome*/
	-webkit-appearance: none;
}

/**
* Custom JQuery Datepicker 
*
*/

.ui-widget.ui-widget-content {
	border: none !important;
	border-radius: 6px;
	box-shadow: 0 4px 12px 0 rgba(53, 64, 90, 0.2);
	font-family: inherit;
	padding: 10px;
}

.ui-widget {
	font-family: inherit;
	font-size: inherit;
	color: inherit !important;
	font-weight: normal;
}

.ui-widget-header {
	background: transparent !important;
	color: inherit;
	border: none;
	font-weight: normal;
}

.ui-datepicker {
	z-index: 9999 !important;
	width: auto;
}

.ui-datepicker table {
	margin: 0;
}

.ui-datepicker th {
	font-weight: normal;
}

.ui-datepicker td {
	text-align: center;
	position: relative;
}

.ui-datepicker thead th,
.datetimepicker-days th,
.datetimepicker-hours th {
	font-weight: normal;
	font-size: 0.8em;
}

.ui-datepicker-calendar thead th:first-child.ui-datepicker-week-end {
	color: #f34646 !important;
}

.ui-datepicker .ui-datepicker-title {
	margin: 0 2.3em 0.8em;
	line-height: 2em;
	text-align: center;
	font-weight: 600;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button {
	border: none;
	background: none;
	font-weight: 500;
	color: inherit;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight,
.ui-datepicker td.ui-datepicker-today {
	color: #0a67b2;
}

.ui-datepicker td span,
.ui-datepicker td a,
.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td.day:hover {
	padding: 11px;
	text-align: center;
	border-radius: 6px;
	height: 40px;
	width: 40px;
	-webkit-transition: background-color 0.3s ease, color 0.3s ease;
	transition: background-color 0.3s ease, color 0.3s ease;
}

.datetimepicker .datetimepicker-days td {
	height: 40px !important;
	width: 40px !important;
}

.datetimepicker table tr td.active:active,
.datetimepicker table tr td.active:hover:active,
.datetimepicker table tr td.active.disabled:active,
.datetimepicker table tr td.active.disabled:hover:active,
.datetimepicker table tr td.active.active,
.datetimepicker table tr td.active:hover.active,
.datetimepicker table tr td.active.disabled.active,
.datetimepicker table tr td.active.disabled:hover.active,
.datetimepicker table tr td span.active,
.datetimepicker table tr td span.active:hover,
.datetimepicker table tr td span.active.disabled,
.datetimepicker table tr td span.active.disabled:hover {
	background-color: #eaac07 !important;
	background-image: none !important;
	border-color: none !important;
}

.ui-datepicker {
	margin-top: 10px;
}
.ui-datepicker .ui-state-active,
.ui-datepicker .ui-widget-content .ui-state-active,
.ui-datepicker .ui-widget-header .ui-state-active,
.ui-datepicker a.ui-button:active,
.ui-datepicker .ui-button:active,
.ui-datepicker .ui-button.ui-state-active:hover {
	background-color: #eaac07;
	color: #fff !important;
}

.ui-state-default:hover {
	background-color: #f5f5f5;
	-webkit-transition: transform 0.15s ease;
	transition: transform 0.15s ease;
}

.ui-datepicker td.ui-datepicker-today:after {
	content: "Hari ini";
	font-size: 0.65em;
	position: absolute;
	left: 0px;
	bottom: 1px;
	width: 100%;
}

.ui-datepicker table,
.datetimepicker .day {
	font-size: 1em;
}

.datetimepicker table tr td.disabled,
.datetimepicker table tr td.disabled:hover,
.datetimepicker table tr td span.disabled,
.datetimepicker table tr td span.disabled:hover {
	opacity: 0.35;
}

.weekend a {
	color: #f34646 !important;
}

.ui-datepicker .fas {
	color: gray;
}

.ui-datepicker .ui-datepicker-prev-hover .fas,
.ui-datepicker .ui-datepicker-next-hover .fas {
	color: #36445a;
}

.ui-datepicker td.ui-datepicker-today a.ui-state-active {
	color: #fff !important;
}

.modal-sign .input-group .form-control:not(:first-child):not(:last-child) {
	border-left: 0;
	border-right: 0;
}

.modal-sign .input-group .form-control:first-child {
	border-right: 0;
	padding-left: 12px;
}

.input-group .form-control:last-child {
	border-top-left-radius: 0px;
	border-top-right-radius: 6px;
	border-bottom-right-radius: 6px;
	border-bottom-left-radius: 0px;
}

.input-group .form-control:last-child,
.input-group-addon:last-child,
.input-group-btn:first-child > .btn-group:not(:first-child) > .btn,
.input-group-btn:first-child > .btn:not(:first-child),
.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group > .btn,
.input-group-btn:last-child > .dropdown-toggle,
.input-group .form-control:not(:first-child):not(:last-child),
.input-group-addon:not(:first-child):not(:last-child),
.input-group-btn:not(:first-child):not(:last-child),
.input-group .select2-container--default .select2-selection--single:last-child {
	border-left: 0;
}

.input-group
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 42px;
}

.select2-container .select2-selection--single {
	height: 42px;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	padding-right: 28px;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	color: #36445a;
	line-height: 42px;
}
.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 42px;
}

.select2-center
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	text-align: center;
}

.inp-disable .input-group-addon,
.inp-disable .form-control {
	background-color: #f7f7f7 !important;
}

.select2-container--default.select2-container--disabled
	.select2-selection--single {
	background-color: #f7f7f7;
}

.select2-container--default.select2-container--disabled
	.select2-selection--single
	.select2-selection__rendered {
	color: #c6c9da;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.my-form-control,
.form-control {
	background-color: white;
	border: 1px solid #c6c9da;
	line-height: 1.42857143;
	box-shadow: none !important;
	-webkit-appearance: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
}

.select2-container--default .select2-selection--single,
.select2-container--default .select2-selection--multiple,
.form-control {
	border-radius: 6px;
}

.input-group:first-child .select2-container--default .select2-selection--single,
.input-group:first-child
	.select2-container--default
	.select2-selection--multiple,
.input-group:first-child {
	border-top-left-radius: 0 !important;
	border-bottom-left-radius: 0 !important;
}

.select2-results__option {
	padding: 10px 12px;
}

.select2-container
	.select2-selection--single
	.select2-container--default
	.select2-selection--multiple {
	box-sizing: border-box;
	cursor: pointer;
	display: block;
	height: 35px;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.select2-container--default .select2-selection--multiple:focus {
	border: 1px solid #c6c9da;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: 1px solid #c6c9da;
}

.validation-error-label,
.validation-valid-label {
	display: block;
	color: #f44336;
	position: relative;
	padding-left: 0px;
}

.icon-select2 {
	padding-top: 40%;
}

.no-padding {
	padding: 0px !important;
}

.no-padding-left {
	padding-left: 0px;
}

.no-padding-right {
	padding-right: 0px;
}

.no-margin-left-right {
	margin-left: 0;
	margin-right: 0;
}

.no-margin {
	margin: 0px !important;
}

.nowrap {
	white-space: nowrap;
}

input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

.form-group {
	margin-bottom: 10px;
}

.select2-full-width + span.select2 {
	width: 100% !important;
}

.select2-nowrap + span.select2 .select2-results__options {
	white-space: nowrap;
}
.r-l-0 {
	padding-left: 0px;
	padding-right: 2px;
}

.loading-passenger {
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	display: none;
	text-align: center;
}

.my-price {
	background-color: #0a67b2;
	color: white;
	padding: 1px;
	border-radius: 3px;
}

.panel-body {
	padding: 15px;
	padding-bottom: 0px;
}

.my-form {
	border-style: solid;
	border-width: 1px;
	border-color: #337ab7;
}

.my-reservation {
	padding-top: 10px;
	padding-bottom: 10px;
}

.right {
	/*position: relative;*/
	width: 100%;
	text-align: right;
	padding: 10px;
	font-size: 15pt;
	font-weight: bold;
}

/* Custom */
.my-panel {
	border: none !important;
	border-radius: 10px !important;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1) !important;
}

.my-panel-border {
	border-radius: 6px !important;
	box-shadow: none;
	border: 1px solid #c6c9da;
}

.my-panel-heading {
	border-bottom: 1px solid #e7e7e7 !important;
}

.my-panel-title {
	font-size: 16px;
	font-weight: 600;
	/* font-family: "Titillium Web", sans-serif; */
}

.my-panel-footer {
	background-color: #fff;
}

.nav-footer-ticket {
	margin-right: 16px;
	padding: 30px 0;
	display: inline-block;
	border-bottom: 2px solid transparent;
}

.nav-footer-ticket:not(.collapsed) {
	border-bottom: 2px solid #337ab7;
	font-weight: 600;
}

.my-panel-ticket .my-panel-title {
	padding-top: 1.5px;
}

.my-panel-ticket .my-panel-label,
.my-panel-label {
	font-size: 12px;
	font-weight: 700;
	margin-bottom: 5px;
	color: rgba(54, 68, 90, 0.65);
	text-transform: uppercase;
}

.my-panel-ticket .my-panel-label-ticket {
	text-align: right;
	margin: 0;
	font-weight: normal;
}

.my-panel-ticket ul {
	padding: 0;
	list-style: none;
}

.my-panel-ticket .my-ticket-trip:nth-child(odd) {
	border-bottom: 1px dashed #fff;
}

.my-panel-ticket .my-ticket-trip:nth-child(even) {
	border-bottom: 1px dashed #fff;
}

.my-panel-ticket .my-ticket-trip:last-child {
	border-bottom: none;
}

.my-panel-ticket .my-ticket-trip:first-child .trans-number {
	visibility: visible;
}

.my-panel-ticket .my-ticket-trip:nth-child(1n + 2) .trans-number {
	visibility: hidden;
}

.my-ticket-trip .my-panel-heading-ticket {
	padding-bottom: 0px;
}

.my-ticket-trip-grey:nth-child(odd) {
	border-bottom: 1px dashed #e7e7e7;
	padding-bottom: 15px;
}

.my-ticket-trip-grey:nth-child(even) {
	border-bottom: 1px dashed #e7e7e7;
	padding-top: 15px;
}

.my-ticket-trip-grey:last-child {
	border-bottom: none;
}

.my-ticket-trip-expired span,
.my-ticket-trip-expired p span,
.my-ticket-trip-expired a,
.my-ticket-trip-expired img,
.my-ticket-trip-expired .trans-number p,
.my-ticket-trip-expired .flaticon {
	opacity: 0.3 !important;
}

.label {
	padding: 0.5em 1.2em !important;
	border-radius: 4px;
}

.my-label-danger {
	/* background-color: transparent !important; */
	/* border: 2px solid #d9534f !important; */
	color: #d9534f !important;
	background: #ffcecc;
}

.my-label-warning {
	color: #f0ad4e;
	background: #ffebce;
	/* background-color: transparent; */
	/* border: 2px solid #f0ad4e; */
}

.my-label-success {
	color: #5cb85c;
	background: #bdf5bd;
	/* background-color: transparent;
  border: 2px solid #5cb85c; */
}

.my-label-primary {
	color: #337ab7;
	background-color: #d7edff;
	/* border: 2px solid #337ab7; */
}

.my-label-default {
	color: #fff;
	background-color: #c5c5c5;
}

.color-grey {
	color: #686868;
}

.color555 {
	color: #36445a;
}

.color-white,
.color-white:hover {
	color: #fff;
}

.color-success {
	color: green;
}

.color-primary {
	color: #0a67b2;
}
.color-secondary {
	color: #ff7200 !important;
}
.color-error {
	color: #f44336 !important;
}

.bg-facebook {
	background-color: #3b5998;
}

.bg-facebook:focus {
	color: #fff !important;
}

.bg-facebook:hover {
	background-color: #2e4881;
}

.bg-google {
	background-color: #fff;
}

.bg-google:hover {
	background-color: #f7f8f8;
}

.bg-passenger-valid {
	background-color: #e1f5fe !important;
}

.bg-passenger-invalid {
	background-color: #fff3e0 !important;
}

.my-panel-footer {
	border-top: 1px solid #e7e7e7;
	background: none;
}

.my-panel-ticket {
	box-shadow: none !important;
	/* filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.1)) !important; */
	filter: drop-shadow(0px 2px 4px rgba(53, 64, 90, 0.1)) !important;
	background: none;
	border-radius: 6px;
}

#schedule-content-depart .panel.my-panel:hover {
	/* filter: drop-shadow(1px 1px 3px rgba(0, 0, 0, 0.2)) !important; */
	filter: drop-shadow(0px 2px 4px rgba(53, 64, 90, 0.2)) !important;
}

.my-panel-heading-ticket,
.my-panel-body-ticket,
.my-panel-footer-ticket,
.rip {
	background-color: #fff;
}

.my-panel-heading-ticket {
	border-top-right-radius: 10px !important;
	border-top-left-radius: 10px !important;
}

.my-panel-footer-ticket {
	border-top: none;
	background-color: #fff;
	border-bottom-right-radius: 10px !important;
	border-bottom-left-radius: 10px !important;
	/* padding: 5px 15px 15px; */
}

.my-panel-collapse {
	border-radius: 5px !important;
	box-shadow: none;
	border: 1px solid #c6c9da;
	/*padding: 6px 0px;*/
}

.my-panel-collapse > .panel-heading > .panel-title {
	display: block;
}

.my-panel-collapse > .panel-heading {
	padding: 0;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.my-panel-collapse > .panel-heading a {
	display: block;
	padding: 12px 15px;
	font-size: 14px;
}

.my-panel-collapse > .panel-heading a:after {
	content: "";
	position: relative;
	top: 1px;
	display: inline-block;
	font-family: "Font Awesome 5 Free";
	font-style: normal;
	font-weight: 600;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	transition: transform 0.25s linear;
	-webkit-transition: -webkit-transform 0.25s linear;
}

.my-panel-collapse > .panel-heading a[aria-expanded="true"]:after {
	content: "\f104";
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
}

.my-panel-collapse > .panel-heading a[aria-expanded="false"]:after {
	content: "\f104";
}

.my-panel-collapse > .panel-heading a:focus {
	outline: none;
}

.my-panel-collapse > .panel-collapse > .panel-body {
	font-size: 12px !important;
	line-height: 1.5;
}

.my-panel-collapse > .panel-collapse > .panel-body ol {
	padding-left: 30px;
}

.accordion-option {
	width: 100%;
	float: left;
	clear: both;
	margin: 15px 0;
}

.accordion-option .title {
	font-size: 20px;
	font-weight: bold;
	float: left;
	padding: 0;
	margin: 0;
}

.accordion-option .toggle-accordion {
	float: right;
	font-size: 16px;
	color: #6a6c6f;
}

/*.panel-body .detail-harga {
    padding-top: 10px;
}*/

.row-line {
	height: 2px;
	margin-top: 10px;
	margin-bottom: 10px;
	border-top: 1px solid #e7e7e7;
}

.row-line-dashed {
	height: 2px;
	margin-top: 8px;
	margin-bottom: 10px;
	border-top: 1px dashed #e7e7e7;
}

.my-panel-footer-ticket .total-payment,
.panel-body .detail-harga .total-payment,
.my-panel-heading-ticket .total-payment,
.total-payment {
	/* font-size: 20px; */
	color: #ff7200;
	font-weight: 600;
	margin: 0;
}

.my-panel-footer-ticket .panel-group {
	margin-bottom: 0;
}

.my-panel-footer-ticket .panel-group .panel {
	margin-bottom: 0;
	border-radius: none;
}

.my-panel-footer-ticket .panel {
	margin-bottom: 0;
	border: none;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}

.my-panel-footer-ticket .panel-group .panel + .panel {
	margin-top: 0;
}

.rip {
	height: 20px;
	margin: 0 10px;
	background-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAYAAAACCAYAAAB7Xa1eAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAAJcEhZcwAADsMAAA7DAcdvqGQAAAAYdEVYdFNvZnR3YXJlAHBhaW50Lm5ldCA0LjAuOWwzfk4AAAAaSURBVBhXY5g7f97/2XPn/AcCBmSMQ+I/AwB2eyNBlrqzUQAAAABJRU5ErkJggg==);
	background-size: 4px 1px;
	background-repeat: repeat-x;
	background-position: center;
	position: relative;
	box-shadow: 0 1px 0 0 #fff, 0 -1px 0 0 #fff;
}
.rip-no-line {
	background-image: none !important;
}

.rip:before,
.rip:after {
	content: "";
	position: absolute;
	width: 30px;
	height: 30px;
	top: 50%;
	transform: translate(-50%, -50%) rotate(45deg);
	border: 5px solid transparent;
	border-top-color: #fff;
	border-right-color: #fff;
	border-radius: 100%;
	pointer-events: none;
}
.rip:before {
	left: -10px;
}
.rip:after {
	transform: translate(-50%, -50%) rotate(225deg);
	right: -40px;
}

.form-control {
	height: 42px;
}

.panel-title,
.panel-footer,
.row-total {
	display: flex;
	align-items: center;
}

.panel-title > i {
	margin-right: 10px;
	font-weight: normal !important;
}

.panel-title > i.flaticon-panel-title {
	color: #0a67b2;
}

.panel-title > i.flaticon-panel-title-arrow {
	margin-right: 10px !important;
	margin-left: 10px !important;
}

.flaticon-panel-title-arrow {
	margin-right: 10px;
	margin-left: 10px;
}

#order-detail .icon-trip {
	margin-top: 22px;
}

.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--single,
.select2-container--default.select2-container--open.select2-container--below
	.select2-selection--multiple {
	border-bottom-left-radius: 6px;
	border-bottom-right-radius: 6px;
}

.select2-dropdown {
	border-radius: 6px !important;
	font-size: 13px;
}

.select2-container--open .select2-dropdown {
	margin: 8px 0px;
	border: none;
	box-shadow: 0 4px 12px 0 rgba(53, 64, 90, 0.2);
	position: absolute;
	overflow: hidden;
	top: 100%;
}

.select2-search--dropdown {
	padding: 10px 12px;
}

.select2-results {
	display: block;
	box-sizing: border-box;
	direction: ltr;
	max-height: 200px;
	position: relative;
	will-change: transform;
	overflow: auto;
	pointer-events: auto;
}

.select2-container--default .select2-results > .select2-results__options {
	width: auto;
	height: auto;
	max-width: 704px;
	position: relative;
}

.select2-container--default
	.select2-results__option--highlighted[aria-selected] {
	background-color: #f5f5f5;
	color: inherit;
}

.select2-dropdown,
.select2-container--default .select2-search--dropdown .select2-search__field {
	border: none;
	border-bottom: 1px solid #c6c9da;
}

label,
.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	font-size: 13px;
}

input:focus,
textarea:focus,
select:focus,
button:focus,
a:focus,
.select2-container *:focus {
	outline: none;
}

textarea.form-control {
	padding: 8px;
}

input[type="number"]::-webkit-outer-spin-button,
input[type="number"]::-webkit-inner-spin-button {
	-webkit-appearance: none;
	margin: 0;
}

input[type="number"] {
	appearance: textfield;
	-moz-appearance: textfield;
	-webkit-appearance: textfield;
}

.input-group-addon:first-child {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
}
.input-group-addon:last-child {
	border-top-right-radius: 6px !important;
	border-bottom-right-radius: 6px !important;
}

i[class^="flaticon-"]::before,
i[class*=" flaticon-"]::before {
	line-height: unset;
}

.flaticon:before {
	margin-left: 0 !important;
	font-size: 24px;
}

.flaticon-inline::before {
	font-size: 18px;
}

.flaticon-panel-title-arrow:before {
	font-size: 16px;
}

.flaticon-small:before {
	font-size: 14px;
}

.transform-flip {
	-webkit-transform: scaleX(-1);
	-moz-transform: scaleX(-1);
	-ms-transform: scaleX(-1);
	-o-transform: scaleX(-1);
	transform: scaleX(-1);
	display: inline-block;
}

.transform-180 {
	-webkit-transform: rotate(180deg);
	-moz-transform: rotate(180deg);
	-ms-transform: rotate(180deg);
	-o-transform: rotate(180deg);
	transform: rotate(180deg);
	display: inline-block;
}

#modal-register .panel-body {
	padding: 30px 40px;
}

.swap {
	position: absolute;
	top: 12px;
	right: 0;
	z-index: 2;
	width: auto;
}

.popover {
	border: none !important;
	border-radius: 6px;
	box-shadow: 0 4px 12px 0 rgba(53, 64, 90, 0.2) !important;
	padding: 0 !important;
	font-family: inherit;
	z-index: 1049;
}

.popover-title {
	background-color: #fff !important;
	border-bottom: none !important;
	padding: 15px 0 5px 15px;
	display: block;
	font-size: 13px;
	border-radius: 6px 8px 0 0 !important;
}

.popover > .arrow::after,
.popover > .arrow {
	border: none !important;
}

.popover .passengers-desc {
	font-size: 11px;
	font-weight: normal;
	font-style: italic;
	display: block !important;
}

.popover-content {
	padding: 15px;
	display: flex;
	flex-direction: column;
}

.popover-content span.error {
	font-size: 11px;
}

.popover .input-group .form-control:not(:first-child):not(:last-child) {
	border-left: 1px solid #c6c9da;
}

@media only screen and (min-device-width: 320px) and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2) {
	.popover .passengers-desc {
		display: inline;
	}
}

.bootstrap-touchspin-injected .btn {
	background-color: #fff;
}

.bootstrap-touchspin-injected .btn:hover {
	background-color: #ddd;
}

.bootstrap-touchspin-injected .bootstrap-touchspin-down {
	color: #989898 !important;
}

.bootstrap-touchspin-injected .bootstrap-touchspin-up {
	color: #0a67b2 !important;
	border-radius: 0 !important;
	border-color: #c6c9da !important;
}

.bootstrap-touchspin .input-group-btn:last-child > .btn {
	border-left: 1px solid #c6c9da !important;
}

.number-spinner .spinner .minus {
	color: #989898;
}

.number-spinner .spinner.input-group-addon:hover {
	background: #ddd;
}

.col-padding-bottom {
	padding-bottom: 7px;
}

.photo-id img {
	width: 100%;
	height: auto;
}

.alert {
	font-weight: 300;
	font-size: 13px;
	border-radius: 6px;
}

.alert p {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
	margin: 0px;
	line-height: 1.5;
}

.alert-info {
	background-color: #f4faff;
}

.alert-default {
	color: gray;
	background-color: transparent;
	border-color: #c6c9da;
}

.alert-popup {
	color: #ff7200;
	background-color: #ffebd8;
	border-color: #ff7200;
}

.vertical-align {
	display: flex;
	align-items: center;
}

.privacy-warning {
	text-align: left;
	font-size: 12px;
	margin-bottom: 12px;
	font-weight: 300;
}

.modal-content {
	border-radius: 6px;
	-webkit-box-shadow: 0 4px 8px 0 rgba(27, 27, 27, 0.2),
		0 16px 24px 0 rgba(27, 27, 27, 0.1);
	box-shadow: 0 4px 8px 0 rgba(27, 27, 27, 0.2),
		0 16px 24px 0 rgba(27, 27, 27, 0.1);
}

/* step wizard */

#step-wizard {
	margin-top: 20px;
}

.stepwizard-step p {
	margin-top: 0px;
	color: #666;
}
.stepwizard-row {
	display: table-row;
}
.stepwizard {
	display: table;
	width: 100%;
	position: relative;
}

.stepwizard .btn.disabled,
.stepwizard .btn[disabled],
.stepwizard fieldset[disabled] .btn {
	opacity: 1 !important;
	color: #bbb;
	border: 2px solid #e0e0e0;
}

.step-title {
	font-size: 18px;
	font-weight: 600;
	color: #36445a;
}

.stepwizard .connecting-line {
	height: 2px;
	background: #e0e0e0;
	position: absolute;
	width: 70%;
	margin: 0 auto;
	left: 0;
	right: 0;
	top: 20%;
	z-index: 0;
}
.stepwizard-step {
	display: table-cell;
	text-align: center;
	position: relative;
}
.btn-circle {
	width: 30px;
	height: 30px;
	text-align: center;
	padding: 6px 0;
	font-size: 12px;
	line-height: 1.428571429;
	border-radius: 15px;
}

.btn-circle.active {
	border: none;
}

.nav-step {
	line-height: 70px;
	margin-left: 15px;
	margin-right: 15px;
}

.line {
	width: 50px;
	height: 0;
	border: 1px solid #bfbebe;
	display: inline-block;
}

.circle-step {
	width: 26px;
	height: 26px;
	text-align: center;
	padding: 5px;
	font-size: 12px;
	line-height: 1.2;
	border-radius: 15px;
	background-color: #fff;
	display: inline-block;
	color: #36445a;
	margin-right: 4px;
	border: 1px solid #36445a;
	font-weight: 500;
}

.circle-step-done {
	background-color: #0a67b2;
	color: #fff;
	border: 1px solid #0a67b2;
}

/* Radion Payment Method */

.panel-payment-gateway {
	position: relative;
	padding: 12px 16px;
	margin-bottom: 12px;
	width: 100%;
	border-radius: 4px;
	border: 1px solid #dadada;
}

.scope-payment-gateway {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.scope-payment-gateway::after {
	display: block;
	clear: both;
	opacity: 0;
	content: "";
	height: 0;
	visibility: hidden;
}

.scope-payment-gateway .input-radio-pg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.scope-payment-gateway label {
	left: 16px;
	margin-top: -10px;
	width: 20px;
	height: 20px;
	border: 1px solid #a1a1a1;
	border-radius: 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
}

.scope-payment-gateway label::after {
	display: block;
	content: "";
	left: 50%;
	margin-top: -6px;
	margin-left: -6px;
	width: 12px;
	height: 12px;
	border-radius: 100%;
	background: #0a67b2;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.scope-payment-gateway label,
.scope-payment-gateway label::after {
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.scope-payment-gateway .input-radio-pg:checked + label::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.scope-payment-gateway .input-radio-pg:checked + label {
	border: 1px solid #0a67b2;
}

.pg-name {
	padding: 2px 0 2px 36px;
}

.pg-name p:first-child {
	padding: 0;
	margin: 0;
	font-size: 16px;
	font-weight: 500;
	/* color: #686868; */
	line-height: 20px;
}

.img-payment {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -12px;
}

._1jUTI {
	height: 24px;
}

.pay-channel {
	height: 16px;
}

.modal-sign .modal-body {
	padding: 20px 30px 20px;
}

.modal-sign .form-group {
	margin-bottom: 20px;
}

.modal-sign label {
	font-weight: normal;
	font-size: 13px;
}

.modal-sign .form-control {
	min-height: 35px;
	box-shadow: none !important;
	border-radius: 6px;
}

.text-muted {
	color: rgba(54, 68, 90, 0.75);
}

.text-disable {
	color: rgb(193, 195, 211);
}

.text-divider {
	position: relative;
	margin: 1em 0;
	text-align: center;
}

.text-divider:after {
	content: "";
	width: 100%;
	height: 1px;
	background-color: #e6e6e6;
	position: absolute;
	top: 50%;
	left: 0;
}

.text-divider span {
	font-size: 1em;
	font-weight: 300;
	background-color: #fff;
	padding: 0 1em;
	position: relative;
	z-index: 1;
	font-style: italic;
}

.form-control {
	font-size: 13px;
}

input:focus + .input-group-addon,
.form-control:focus ~ span.input-group-addon,
.select2-container--default.select2-container--open .select2-selection--single,
.form-control:focus {
	border-color: var(--color-primary) !important;
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-group-focus .input-group-addon,
.input-group-focus .input-group-btn {
	border-color: var(--color-primary);
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-reservation
	.select2-container--default.select2-container--open
	.select2-selection--single,
.form-reservation input:focus,
.form-reservation .form-control:focus,
.form-reservation textarea:focus,
.form-reservation select:focus,
.form-reservation .input-group-focus .input-group-addon {
	border-color: #ccc !important;
}

.input-group-addon {
	max-width: 42px;
	text-align: center;
	background: none;
	-webkit-transition: border-color ease-in-out 0.15s,
		-webkit-box-shadow ease-in-out 0.15s;
	-o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
	transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.input-group-addon:first-child {
	padding-right: 0;
}

.modal-sign .input-group-addon .flaticon:before {
	font-size: 18px;
	color: #999;
}

.input-group-addon .flaticon:before {
	font-size: 20px;
	color: #999;
}

.flaticon.flaticon-2x:before {
	font-size: 2em !important;
}

.flaticon.flaticon-3x:before {
	font-size: 3em !important;
}

.flaticon.flaticon-4x:before {
	font-size: 4em !important;
}

.my-btn-socmed img {
	height: 22px;
	margin-right: 5px;
}

/*label cbx*/
.label-cbx {
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	cursor: pointer;
}
.label-cbx input:checked + .cbx {
	border-color: #0a67b2;
}
.label-cbx input:checked + .cbx svg path {
	fill: #0a67b2;
}
.label-cbx input:checked + .cbx svg polyline {
	stroke-dashoffset: 0;
}
.label-cbx:hover .cbx svg path {
	stroke-dashoffset: 0;
}
.label-cbx .cbx {
	position: relative;
	top: 2px;
	float: left;
	margin-right: 8px;
	width: 18px;
	height: 18px;
	border: 1px solid #c6c9da;
	border-radius: 0;
}
.label-cbx .cbx svg {
	position: absolute;
	top: -2px;
	left: -2px;
}
.label-cbx .cbx svg path {
	fill: none;
	stroke: #0a67b2;
	stroke-width: 1;
	stroke-dasharray: 71px;
	stroke-dashoffset: 71px;
	transition: all 0.6s ease;
}
.label-cbx .cbx svg polyline {
	fill: none;
	stroke: #fff;
	stroke-width: 2;
	stroke-linecap: round;
	stroke-linejoin: round;
	stroke-dasharray: 18px;
	stroke-dashoffset: 16px;
	transition: all 0.3s ease;
}
.label-cbx > span {
	pointer-events: none;
	vertical-align: middle;
}

.invisible {
	position: absolute;
	z-index: -1;
	width: 0;
	height: 0;
	opacity: 0;
}

.display-none {
	display: none;
}

/* sticky bar */

.mobile-booking {
	display: none;
}

.mobile-booking img {
	width: 100%;
	filter: drop-shadow(-2px 1px 3px rgba(0, 0, 0, 0.1));
}

/* modal fullscreen */
.modal.modal-fullscreen .modal-dialog,
.modal.modal-fullscreen .modal-content {
	bottom: 0;
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
}
.modal.modal-fullscreen .modal-dialog {
	margin: 0;
	width: 100%;
	animation-duration: 0.6s;
}
.modal.modal-fullscreen .modal-content {
	border: none;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: inherit;
	-moz-box-shadow: inherit;
	-o-box-shadow: inherit;
	box-shadow: inherit;
	/* change bg color below */
	/* background:#1abc9c; */
}
.modal.modal-fullscreen.force-fullscreen .modal-body {
	padding: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header,
.modal.modal-fullscreen.force-fullscreen .modal-footer {
	left: 0;
	position: absolute;
	right: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-header {
	top: 0;
}
.modal.modal-fullscreen.force-fullscreen .modal-footer {
	bottom: 0;
}

.moto {
	background-color: #fff;
	padding-top: 30px;
	padding-bottom: 30px;
	box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.15), 0 6px 12px 0 rgba(0, 0, 0, 0.15);
}

/* 
CSS Loader
 */

.spinner {
	margin: 30px auto;
	width: 70px;
	text-align: center;
}

.spinner > div {
	width: 18px;
	height: 18px;
	background-color: #0a67b2;

	border-radius: 100%;
	display: inline-block;
	-webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
	animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}

.spinner .bounce1 {
	-webkit-animation-delay: -0.32s;
	animation-delay: -0.32s;
}

.spinner .bounce2 {
	-webkit-animation-delay: -0.16s;
	animation-delay: -0.16s;
}

@-webkit-keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
	}
}

@keyframes sk-bouncedelay {
	0%,
	80%,
	100% {
		-webkit-transform: scale(0);
		transform: scale(0);
	}
	40% {
		-webkit-transform: scale(1);
		transform: scale(1);
	}
}

/*
ship schedule page
*/

.preview-schedule {
	background-color: #fff;
	/* border-bottom: 1px solid #e8e8e8; */
	position: sticky !important;
	position: -webkit-sticky !important;
	top: 0px !important;
	z-index: 699 !important;
	margin-top: 0;
}

.preview-schedule .container {
	margin-top: 0;
	margin-bottom: 0;
}

.nav-route {
	padding: 10px 0;
}
.selected-schedule {
	padding: 15px;
	border-radius: 4px;
	font-size: 12px;
}

.slide-up {
	animation: slide-up 0.1s linear;
	-webkit-animation: slide-up 0.1s linear;
	-moz-animation: slide-up 0.1s linear;
}

.my-panel-ticket:hover .btn-select-schedule {
	display: block;
	animation: slide-up 0.1s linear;
	-webkit-animation: slide-up 0.1s linear;
	-moz-animation: slide-up 0.1s linear;
}

.select-depart .btn-change-depart {
	display: none;
	cursor: pointer;
}

.select-depart:hover .btn-change-depart {
	display: block;
	animation: slide-up 0.1s linear;
	-webkit-animation: slide-up 0.1s linear;
	-moz-animation: slide-up 0.1s linear;
}

.select-depart .price-depart {
	cursor: pointer;
	animation: slide-down 0.1s linear;
	-webkit-animation: slide-down 0.1s linear;
	-moz-animation: slide-down 0.1s linear;
}

.select-depart:hover .price-depart {
	display: none;
}

.select-return .btn-change-return {
	display: none;
	cursor: pointer;
}

.select-return:hover .btn-change-return {
	display: block;
	animation: slide-up 0.1s linear;
	-webkit-animation: slide-up 0.1s linear;
	-moz-animation: slide-up 0.1s linear;
}

.select-return .price-return {
	cursor: pointer;
	animation: slide-down 0.1s linear;
	-webkit-animation: slide-down 0.1s linear;
	-moz-animation: slide-down 0.1s linear;
}

.select-return:hover .price-return {
	display: none;
}

@keyframes slide-up {
	0% {
		opacity: 1;
		-webkit-transform: translateY(40%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}
@keyframes slide-down {
	0% {
		opacity: 1;
		-webkit-transform: translateY(-40%);
	}
	to {
		opacity: 1;
		-webkit-transform: translateY(0);
	}
}

.swal-overlay {
	background-color: rgba(2, 2, 2, 0.7) !important;
}
.swal2-popup {
	border-radius: 10px !important;
	width: 48em !important;
}

.swal-modal {
	border-radius: 10px !important;
}

.swal-title {
	padding: 0 15px !important;
	color: #36445a;
	font-size: 18px;
	font-family: inherit;
}

.swal2-title {
	font-size: 1.4rem !important;
}

.swal-title:not(:last-child) {
	margin-bottom: 8px;
}

.swal-text,
.swal2-content {
	font-family: "Rubik", Arial, Helvetica, sans-serif !important;
	font-size: 13px !important;
	color: gray;
	text-align: center;
	line-height: 1.4 !important;
}

.swal-footer {
	padding: 10px !important;
	background-color: #f7f7f7;
	border-top: 1px solid #e5e5e5;
	margin-top: 15px;
}

.swal-button {
	border-radius: 21.5px;
	padding: 11px 24px;
	font-size: 14px;
	margin: 5px;
	font-weight: 600;
	text-transform: uppercase;
}

.swal-button:focus {
	box-shadow: none !important;
}

.swal-button--confirm {
	background-color: #0a67b2;
}

.swal-button--confirm:hover,
.swal-button--danger:hover {
	background-color: #0d4d86 !important;
}

.swal-button--cancel {
	background-color: transparent;
	color: #0a67b2;
}

.swal-button--cancel:hover {
	background-color: #e7e7e7;
	color: #686868;
}

.swal-popup-loading {
	max-width: 50% !important;
}

.swal-actions-loading {
	margin: 0.25em auto 0 !important;
}

.mobile-bottom-nav {
	position: fixed;
	bottom: 0;
	left: 0;
	right: 0;
	z-index: 1000;
	will-change: transform;
	-webkit-transform: translateZ(0);
	transform: translateZ(0);
	display: flex;
	height: 50px;
	box-shadow: 1px -1px 3px -1px rgba(0, 0, 0, 0.1);
	background-color: #fff;
}
.mobile-bottom-nav__item {
	flex-grow: 1;
	text-align: center;
	font-size: 0.75em;
	display: flex;
	flex-direction: column;
	justify-content: center;
	line-height: 1.25;
}
.mobile-bottom-nav__item .flaticon:before {
	font-size: 20px;
}
.mobile-bottom-nav__item--active {
	color: #0a67b2;
}
.mobile-bottom-nav__item--active i[class^="fi-rr-"]::before,
.mobile-bottom-nav__item--active i[class*=" fi-rr-"]::before,
.mobile-bottom-nav__item--active span[class^="fi-rr-"]::before,
.mobile-bottom-nav__item--active span[class*="fi-rr-"]::before {
	font-family: uicons-solid-rounded !important;
}
.mobile-bottom-nav__item-content {
	display: flex;
	flex-direction: column;
}

img.img-flag {
	margin: 0 !important;
	display: inherit !important;
	height: 15px;
	/*width: 18px;*/
}

.qr-right img {
	float: right;
}

.qr-center img {
	margin: 0 auto;
}

#qrbooking-xs img {
	padding: 10px;
}

/*
Centering vertical and horizontal modal
**/

.modal {
	text-align: center;
	/*padding: 0!important;*/
}

.modal:before {
	content: "";
	display: inline-block;
	height: 100%;
	vertical-align: middle;
	margin-right: -4px;
}

.modal-dialog {
	display: inline-block;
	text-align: left;
	vertical-align: middle;
}

.alert ol,
.alert ul,
.panel-alert ol,
.panel-alert ul {
	padding-left: 24px;
	margin-left: 0px;
}

ol {
	padding-left: 1rem;
}

.modal-body ol {
	padding-left: 15px;
	margin-left: 8px;
}

.has-error .form-control {
	border-color: #f44336 !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.has-error .input-group-addon {
	color: #f44336;
	background-color: inherit;
	border-color: #f44336;
}

.has-error .input-group-addon .flaticon:before {
	color: #f44336;
}

.has-error .checkbox,
.has-error .checkbox-inline,
.has-error .control-label,
.has-error .help-block,
.has-error .radio,
.has-error .radio-inline,
.has-error.checkbox label,
.has-error.checkbox-inline label,
.has-error.radio label,
.has-error.radio-inline label {
	color: #f44336 !important;
}

.has-error .form-control:focus,
.has-error .form-control:focus ~ span.input-group-addon,
.has-error .select2-selection {
	border-color: #f44336 !important;
}

.has-success .form-control,
.has-success .form-control:focus,
.has-success .form-control:focus ~ span.input-group-addon,
.has-success .select2-selection,
.has-success .input-group-addon,
.has-success .input-group-addon .flaticon:before {
	border-color: #22c55e !important;
}

.backdrop::before {
	content: "";
	pointer-events: all;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #232a31;
	opacity: 0.92;
	-webkit-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
	z-index: 1001;
}

.carousel-indicators {
	bottom: 56px;
	z-index: 1 !important;
}

.btn-wa {
	position: fixed;
	bottom: 55px;
	right: 30px;
	z-index: 1;
	background-color: #4caf50;
	padding: 14px;
	height: 60px;
	width: 60px;
	border-radius: 50%;
	-webkit-box-shadow: 0 10px 20px 0 rgba(53, 64, 90, 0.2);
	box-shadow: 0 10px 20px 0 rgba(53, 64, 90, 0.2);
	cursor: pointer;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.grecaptcha-badge {
	display: none;
}

.schedule-box
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered,
.schedule-box .my-form-control,
.form-reservation
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered,
.form-reservation .my-form-control {
	font-weight: 600;
}

.select2-container--default.select2-container--focus
	.select2-selection--multiple {
	border-color: var(--color-primary);
}

.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice {
	background-color: #f58630;
	border: none;
	border-radius: 2px;
	padding: 2px 8px;
	color: #fff;
	font-size: 80%;
}
.select2-container--default
	.select2-selection--multiple
	.select2-selection__choice__remove {
	color: #fff;
}

.navbar-default .navbar-nav > li > a,
a.list-group-item,
button.list-group-item {
	color: #36445a;
}

.chevron::after {
	font-family: "Flaticon";
	content: "\f11d";
	font-size: 14px;
	color: #337ab7;
}

.manage-order {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
	margin: 0;
}
.my-panel-heading[aria-expanded="true"] .chevron::after {
	font-family: "Flaticon";
	content: "\f11d";
	display: inline-block;
	transform: rotate(180deg) !important;
	-webkit-transform: rotate(180deg) !important;
}
.btn-manage-order {
	cursor: pointer;
	-webkit-box-flex: 6;
	-ms-flex-positive: 6;
	flex-grow: 6;
	margin-bottom: 16px;
	max-width: 49%;
	width: 100%;
	border: 1px solid #e7e7e7;
	border-radius: 4px;
	-webkit-transition: border 0.3s ease, color 0.3s ease;
	-o-transition: border 0.3s ease, color 0.3s ease;
	transition: border 0.3s ease, color 0.3s ease;
}
.btn-manage-order:hover {
	color: #0a67b2;
	border: 1px solid #0a67b2;
}
.btn-manage-order.disabled {
	cursor: not-allowed;
	background-color: #f7f7f7;
	color: #c0c0c0;
}
.btn-manage-order.disabled:hover {
	border: 1px solid #c0c0c0;
}
.btn-manage-order .item {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	padding: 12px;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	border: none;
	color: inherit;
	margin: 0;
}
.btn-manage-order .icon-wrapper {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	justify-content: center;
	height: 32px;
	width: 32px;
	padding: 4px;
	border-radius: 50%;
	/* background-color: #f5f6fa; */
	background-image: linear-gradient(to bottom right, #dfebf7, #f9f9f9);
}
.btn-manage-order .icon-wrapper .icon {
	display: inline-block;
	height: 18px;
	width: 18px;
	background-position: 50%;
	background-repeat: no-repeat;
	background-size: contain;
}
/* .btn-manage-order .icon-wrapper .icon-ticket {
  background-image: url('../assets/images/icon8/ticket.svg');
} */
.btn-manage-order .text {
	display: grid;
	padding-left: 16px;
}
#schedule-content-depart .panel-heading {
	padding: 25px 30px 0 !important;
}

.loaders {
	/* height: 1%; */
	width: 10%;
}

.notif-badge::after {
	content: "";
	width: 8px;
	height: 8px;
	background-color: red;
	display: inline-block;
	border-radius: 50%;
	margin-left: 8px;
}

.arrow-collapse:after {
	content: "\f11d";
	position: relative;
	font-family: "Flaticon";
	font-style: normal;
	font-weight: 600;
	line-height: 1.7;
	font-size: 1rem;
	color: #337ab7;
	transition: transform 0.25s linear;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	-webkit-transition: -webkit-transform 0.25s linear;
	float: right;
}

.arrow-collapse[aria-expanded="false"]:after {
	content: "\f11d";
}

.arrow-collapse[aria-expanded="true"]:after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}

.arrow-collapse:focus {
	outline: none;
}

.route {
	line-height: 2.75;
	font-size: 14px;
	padding-left: 4px;
}

.fare-xs {
	display: flex;
	align-items: center;
}

.dot-line {
	position: relative;
	border-radius: 50%;
	border: 1px solid #c6c9da;
	height: 6px;
	width: 6px;
}

.dot-fill {
	background-color: #c6c9da;
}

.sparate-line {
	background: #c6c9da;
	display: block;
	margin: 2px;
	height: calc(100% - 28px);
	opacity: 1;
	width: 1px;
}

.horizontal-line {
	display: inline-block;
	margin-right: 8px;
}

.flex {
	display: flex;
}

.grid {
	display: grid;
}

.grid-cols-1 {
	grid-template-columns: repeat(1, minmax(0, 1fr));
}
.grid-cols-5 {
	grid-template-columns: repeat(5, minmax(0, 1fr));
}
.grid-cols-2 {
	grid-template-columns: repeat(2, minmax(0, 1fr));
}
.grid-cols-10 {
	grid-template-columns: repeat(10, minmax(0, 1fr));
}
.grid-cols-3 {
	grid-template-columns: repeat(3, minmax(0, 1fr));
}
.grid-cols-6 {
	grid-template-columns: repeat(6, minmax(0, 1fr));
}
.align-center {
	align-items: center !important;
}

.justify-center {
	justify-content: center;
}
.justify-end {
	justify-content: end;
}
.justify-between {
	justify-content: space-between;
}

@keyframes heartbeat {
	0% {
		transform: scale(0.75);
		font-size: 2rem;
	}

	20% {
		transform: scale(1);
		font-size: 2.25rem;
	}

	40% {
		transform: scale(0.75);
		font-size: 2rem;
	}

	60% {
		transform: scale(1);
		font-size: 2.25rem;
	}

	80% {
		transform: scale(0.75);
		font-size: 2rem;
	}

	100% {
		transform: scale(0.75);
		font-size: 2rem;
	}
}

@-webkit-keyframes heartbeat {
	0% {
		transform: scale(0.75);
		font-size: 2rem;
	}

	20% {
		transform: scale(1);
		font-size: 2.25rem;
	}

	40% {
		transform: scale(0.75);
		font-size: 2rem;
	}

	60% {
		transform: scale(1);
		font-size: 2.25rem;
	}

	80% {
		transform: scale(0.75);
		font-size: 2rem;
	}

	100% {
		transform: scale(0.75);
		font-size: 2rem;
	}
}

.heart-beat,
.heart-beat::before {
	animation: heartbeat 1s infinite;
	-webkit-animation: heartbeat 1s infinite;
	-moz-animation: heartbeat 1s infinite;
	width: 50px;
	height: 50px;
}
.modal-ticket {
	width: 270px;
}

.modal-ticket .modal-body {
	padding: 30px;
}

.modal-ticket .modal-body::before {
	display: inline-block;
	content: "";
	width: 7px;
	height: 14px;
	position: absolute;
	z-index: 10;
	background-image: -webkit-linear-gradient(
		190deg,
		rgb(36, 36, 36),
		rgb(27, 27, 27)
	);
	background-image: -o-linear-gradient(
		190deg,
		rgb(36, 36, 36),
		rgb(27, 27, 27)
	);
	background-image: linear-gradient(260deg, rgb(36, 36, 36), rgb(27, 27, 27));
	bottom: -7px;
	left: -1px;
	border-top-right-radius: 90px;
	border-bottom-right-radius: 90px;
}

.modal-ticket .modal-body::after {
	display: inline-block;
	content: "";
	width: 7px;
	height: 14px;
	position: absolute;
	z-index: 10;
	background-image: -webkit-linear-gradient(
		320deg,
		rgb(36, 36, 36),
		rgb(27, 27, 27)
	);
	background-image: -o-linear-gradient(
		320deg,
		rgb(36, 36, 36),
		rgb(27, 27, 27)
	);
	background-image: linear-gradient(130deg, rgb(36, 36, 36), rgb(27, 27, 27));
	bottom: -7px;
	right: -1px;
	border-top-left-radius: 90px;
	border-bottom-left-radius: 90px;
}

.ellipsis {
	max-width: 95%;
	overflow: hidden;
	display: block;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.user-accounts-header {
	display: block;
	padding: 68px 0 9px;
	text-align: center;
}

.btn-sso {
	/* position: absolute !important;
  top: 50% !important;
  left: 32px !important;
  transform: translateY(-50%) !important; */
	margin-right: 15px;
}

.icon-google {
	display: inline-block;
	background-size: contain;
	width: 16px;
	height: 17px;
	background: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0naHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmcnIHhtbG5zOnhsaW5rPSdodHRwOi8vd3d3LnczLm9yZy8xOTk5L3hsaW5rJyB3aWR0aD0nMTYnIGhlaWdodD0nMTcnIHZpZXdCb3g9JzAgMCAxNiAxNyc+PGRlZnM+PHBhdGggaWQ9J2EnIGQ9J00wIC4wNDJWMTYuMzVoMTUuOTgyVi4wNEgweicvPjxwYXRoIGlkPSdjJyBkPSdNMTIuNzc2LjA0MUguMDM3djYuNTdoMTIuNzRWLjA0MXonLz48L2RlZnM+PGcgZmlsbD0nbm9uZScgZmlsbC1ydWxlPSdldmVub2RkJz48ZyB0cmFuc2Zvcm09J3RyYW5zbGF0ZSgwIC4wMDMpJz48bWFzayBpZD0nYicgZmlsbD0nI2ZmZic+PHVzZSB4bGluazpocmVmPScjYScvPjwvbWFzaz48cGF0aCBmaWxsPScjRkZGJyBkPSdNNS40OS40ODhBOC4yIDguMiAwIDAgMCAuODcgNC41MzRhOC4wNzMgOC4wNzMgMCAwIDAtLjcxIDIuMDUxIDguMTgyIDguMTgyIDAgMCAwIC43MDYgNS4yNzMgOC4yMjcgOC4yMjcgMCAwIDAgMi4yMTQgMi43MjMgOC4xMjQgOC4xMjQgMCAwIDAgMi45NjMgMS40OTRjMS4zNTkuMzY0IDIuODA1LjM1NiA0LjE3My4wNDRhNy40IDcuNCAwIDAgMCAzLjM0LTEuNzM2Yy45ODctLjkwNyAxLjY5Mi0yLjEgMi4wNjUtMy4zODQuNDA4LTEuMzk4LjQ2LTIuODkzLjIwNi00LjMzSDguMTU2VjkuODVIMTIuNmEzLjg0IDMuODQgMCAwIDEtMS42MzEgMi41MiA0LjY3MSA0LjY3MSAwIDAgMS0xLjc5Ny43MWMtLjY0LjExLTEuMzA3LjEyMy0xLjk0Ny0uMDA0YTQuODI3IDQuODI3IDAgMCAxLTEuODE0LS43ODVBNS4wNDIgNS4wNDIgMCAwIDEgMy41NDQgOS43OWE0Ljk0OCA0Ljk0OCAwIDAgMSAwLTMuMTczQTUuMDkzIDUuMDkzIDAgMCAxIDQuNzI4IDQuNjlhNC44MzYgNC44MzYgMCAwIDEgMi40MzctMS4zNTQgNC44NjUgNC44NjUgMCAwIDEgMi4zOTQuMDk2IDQuMzkgNC4zOSAwIDAgMSAxLjc1NyAxLjAzNWwxLjUtMS41Yy4yNjMtLjI2Ny41MzktLjUyNS43OTMtLjgwMkE3Ljk1IDcuOTUgMCAwIDAgMTAuOTgzLjU0IDguMjMgOC4yMyAwIDAgMCA1LjQ5MS40ODgnIG1hc2s9J3VybCgjYiknLz48L2c+PGcgdHJhbnNmb3JtPSd0cmFuc2xhdGUoLjgzMyAuMDAzKSc+PG1hc2sgaWQ9J2QnIGZpbGw9JyNmZmYnPjx1c2UgeGxpbms6aHJlZj0nI2MnLz48L21hc2s+PHBhdGggZmlsbD0nI0VBNDMzNScgZD0nTTQuNjU4LjQ4OGE4LjI1NyA4LjI1NyAwIDAgMSA1LjQ5Mi4wNDhjLjk3My4zNiAxLjg2My45MiAyLjYyNiAxLjYyNi0uMjU0LjI3Ni0uNTMuNTM1LS43OTMuODAybC0xLjUgMS41YTQuNDQgNC40NCAwIDAgMC0xLjc1Ny0xLjAzNSA0LjgxNCA0LjgxNCAwIDAgMC0yLjM5NC0uMDk3Yy0uOTIuMTk4LTEuNzc1LjY4LTIuNDM3IDEuMzU1YTUuMDYgNS4wNiAwIDAgMC0xLjE4NCAxLjkyNEMxLjgyMSA1LjkyLjkzMSA1LjIzMS4wMzcgNC41MzhhOC4xOTMgOC4xOTMgMCAwIDEgNC42Mi00LjA1JyBtYXNrPSd1cmwoI2QpJy8+PC9nPjxwYXRoIGZpbGw9JyNGQkJDMDUnIGQ9J00uMTY1IDYuNTgzYy4xNDQtLjcxLjM4LTEuNDAyLjcxLTIuMDUxLjg5LjY5MiAxLjc4IDEuMzggMi42NzQgMi4wNzNhNC45MTggNC45MTggMCAwIDAgMCAzLjE3NGMtLjg5LjY5My0xLjc4IDEuMzg1LTIuNjcgMi4wNzNhOC4xMTMgOC4xMTMgMCAwIDEtLjcxNC01LjI2OScvPjxwYXRoIGZpbGw9JyM0Mjg1RjQnIGQ9J004LjE1NiA2LjY2N2g3LjY3MWE5LjY0MyA5LjY0MyAwIDAgMS0uMjA2IDQuMzNjLS4zNzMgMS4yODUtMS4wNzggMi40NzctMi4wNjUgMy4zODVsLTIuNTktMi4wMTJhMy44NCAzLjg0IDAgMCAwIDEuNjMtMi41MjFIOC4xNTFjLjAwNS0xLjA2LjAwNS0yLjEyMi4wMDUtMy4xODInLz48cGF0aCBmaWxsPScjMzRBODUzJyBkPSdNLjg3IDExLjg1N2MuODktLjY4OSAxLjc4LTEuMzgxIDIuNjctMi4wNzRhNS4wNjcgNS4wNjcgMCAwIDAgMS44NjcgMi41MDMgNC44NTcgNC44NTcgMCAwIDAgMS44MTUuNzg1Yy42NC4xMzEgMS4zMDIuMTE0IDEuOTQ2LjAwNGE0LjY3IDQuNjcgMCAwIDAgMS43OTgtLjcxbDIuNTkgMi4wMTJjLS45MzMuODY0LTIuMTA0IDEuNDUxLTMuMzQgMS43MzYtMS4zNjguMzExLTIuODE0LjMyLTQuMTczLS4wNDRhOC4wNTcgOC4wNTcgMCAwIDEtMi45NjMtMS40OTQgOC4yMDkgOC4yMDkgMCAwIDEtMi4yMS0yLjcxOCcvPjwvZz48L3N2Zz4K)
		center no-repeat;
}

.icon-facebook {
	display: inline-block;
	background-size: contain;
	width: 16px;
	height: 17px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiIHN0YW5kYWxvbmU9Im5vIj8+PHN2ZyAgIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgICB4bWxuczpjYz0iaHR0cDovL2NyZWF0aXZlY29tbW9ucy5vcmcvbnMjIiAgIHhtbG5zOnJkZj0iaHR0cDovL3d3dy53My5vcmcvMTk5OS8wMi8yMi1yZGYtc3ludGF4LW5zIyIgICB4bWxuczpzdmc9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiAgIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgICB4bWxuczpzb2RpcG9kaT0iaHR0cDovL3NvZGlwb2RpLnNvdXJjZWZvcmdlLm5ldC9EVEQvc29kaXBvZGktMC5kdGQiICAgeG1sbnM6aW5rc2NhcGU9Imh0dHA6Ly93d3cuaW5rc2NhcGUub3JnL25hbWVzcGFjZXMvaW5rc2NhcGUiICAgdmVyc2lvbj0iMS4xIiAgIGlkPSJMYXllcl8xIiAgIHg9IjBweCIgICB5PSIwcHgiICAgdmlld0JveD0iMCAwIDUxMiA1MTIiICAgc3R5bGU9ImVuYWJsZS1iYWNrZ3JvdW5kOm5ldyAwIDAgNTEyIDUxMjsiICAgeG1sOnNwYWNlPSJwcmVzZXJ2ZSIgICBzb2RpcG9kaTpkb2NuYW1lPSJmYWNlYm9vay5zdmciICAgaW5rc2NhcGU6dmVyc2lvbj0iMC45Mi4zICgyNDA1NTQ2LCAyMDE4LTAzLTExKSI+PG1ldGFkYXRhICAgaWQ9Im1ldGFkYXRhMzkiPjxyZGY6UkRGPjxjYzpXb3JrICAgICAgIHJkZjphYm91dD0iIj48ZGM6Zm9ybWF0PmltYWdlL3N2Zyt4bWw8L2RjOmZvcm1hdD48ZGM6dHlwZSAgICAgICAgIHJkZjpyZXNvdXJjZT0iaHR0cDovL3B1cmwub3JnL2RjL2RjbWl0eXBlL1N0aWxsSW1hZ2UiIC8+PC9jYzpXb3JrPjwvcmRmOlJERj48L21ldGFkYXRhPjxkZWZzICAgaWQ9ImRlZnMzNyIgLz48c29kaXBvZGk6bmFtZWR2aWV3ICAgcGFnZWNvbG9yPSIjZmZmZmZmIiAgIGJvcmRlcmNvbG9yPSIjNjY2NjY2IiAgIGJvcmRlcm9wYWNpdHk9IjEiICAgb2JqZWN0dG9sZXJhbmNlPSIxMCIgICBncmlkdG9sZXJhbmNlPSIxMCIgICBndWlkZXRvbGVyYW5jZT0iMTAiICAgaW5rc2NhcGU6cGFnZW9wYWNpdHk9IjAiICAgaW5rc2NhcGU6cGFnZXNoYWRvdz0iMiIgICBpbmtzY2FwZTp3aW5kb3ctd2lkdGg9IjEzNjYiICAgaW5rc2NhcGU6d2luZG93LWhlaWdodD0iNzAxIiAgIGlkPSJuYW1lZHZpZXczNSIgICBzaG93Z3JpZD0iZmFsc2UiICAgaW5rc2NhcGU6em9vbT0iMC40NjA5Mzc1IiAgIGlua3NjYXBlOmN4PSItNTkuNjYxMDE3IiAgIGlua3NjYXBlOmN5PSIyNTYiICAgaW5rc2NhcGU6d2luZG93LXg9IjAiICAgaW5rc2NhcGU6d2luZG93LXk9IjI4IiAgIGlua3NjYXBlOndpbmRvdy1tYXhpbWl6ZWQ9IjEiICAgaW5rc2NhcGU6Y3VycmVudC1sYXllcj0iTGF5ZXJfMSIgLz48cGF0aCAgIHN0eWxlPSJmaWxsOiNmZmZmZmYiICAgZD0iTTEzNC45NDEsMjcyLjY5MWg1Ni4xMjN2MjMxLjA1MWMwLDQuNTYyLDMuNjk2LDguMjU4LDguMjU4LDguMjU4aDk1LjE1OSAgYzQuNTYyLDAsOC4yNTgtMy42OTYsOC4yNTgtOC4yNThWMjczLjc4aDY0LjUxOWM0LjE5NSwwLDcuNzI1LTMuMTQ4LDguMjA0LTcuMzE1bDkuNzk5LTg1LjA2MWMwLjI2OS0yLjM0LTAuNDcyLTQuNjg0LTIuMDM4LTYuNDQgIGMtMS41NjctMS43NTctMy44MS0yLjc2My02LjE2NC0yLjc2M2gtNzQuMzE2VjExOC44OGMwLTE2LjA3Myw4LjY1NC0yNC4yMjQsMjUuNzI2LTI0LjIyNGMyLjQzMywwLDQ4LjU5LDAsNDguNTksMCAgYzQuNTYyLDAsOC4yNTgtMy42OTgsOC4yNTgtOC4yNThWOC4zMTljMC00LjU2Mi0zLjY5Ni04LjI1OC04LjI1OC04LjI1OGgtNjYuOTY1QzMwOS42MjIsMC4wMzgsMzA4LjU3MywwLDMwNy4wMjcsMCAgYy0xMS42MTksMC01Mi4wMDYsMi4yODEtODMuOTA5LDMxLjYzYy0zNS4zNDgsMzIuNTI0LTMwLjQzNCw3MS40NjUtMjkuMjYsNzguMjE3djYyLjM1MmgtNTguOTE4Yy00LjU2MiwwLTguMjU4LDMuNjk2LTguMjU4LDguMjU4ICB2ODMuOTc1QzEyNi42ODMsMjY4Ljk5MywxMzAuMzc5LDI3Mi42OTEsMTM0Ljk0MSwyNzIuNjkxeiIgICBpZD0icGF0aDIiIC8+PGcgICBpZD0iZzQiPjwvZz48ZyAgIGlkPSJnNiI+PC9nPjxnICAgaWQ9Imc4Ij48L2c+PGcgICBpZD0iZzEwIj48L2c+PGcgICBpZD0iZzEyIj48L2c+PGcgICBpZD0iZzE0Ij48L2c+PGcgICBpZD0iZzE2Ij48L2c+PGcgICBpZD0iZzE4Ij48L2c+PGcgICBpZD0iZzIwIj48L2c+PGcgICBpZD0iZzIyIj48L2c+PGcgICBpZD0iZzI0Ij48L2c+PGcgICBpZD0iZzI2Ij48L2c+PGcgICBpZD0iZzI4Ij48L2c+PGcgICBpZD0iZzMwIj48L2c+PGcgICBpZD0iZzMyIj48L2c+PC9zdmc+)
		center no-repeat;
}

.text-through {
	text-decoration: line-through;
}

/* Radion Button */

.panel-radio {
	position: relative;
	padding: 6px 16px;
	margin-bottom: 12px;
	width: 100%;
	border-radius: 6px;
	border: 1px solid #c6c9da;
	height: 42px;
}

.scope-radio {
	position: absolute;
	display: inline-block;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
}

.scope-radio::after {
	display: block;
	clear: both;
	opacity: 0;
	content: "";
	height: 0;
	visibility: hidden;
}

.scope-radio .input-radio-pg {
	position: absolute;
	width: 100%;
	height: 100%;
	opacity: 0;
	z-index: 2;
	cursor: pointer;
}

.scope-radio label {
	right: 16px;
	margin-top: -8px;
	width: 16px;
	height: 16px;
	border: 1px solid #a1a1a1;
	border-radius: 23px;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	z-index: 1;
	background-color: #fff;
}

.scope-radio label::after {
	display: block;
	content: "";
	left: 50%;
	margin-top: -4px;
	margin-left: -4px;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background: #0a67b2;
	-webkit-transform: scale(0);
	transform: scale(0);
}

.scope-radio label,
.scope-radio label::after {
	position: absolute;
	top: 50%;
	-webkit-transition: all 0.3s ease;
	transition: all 0.3s ease;
}

.scope-radio .input-radio-pg:checked + label::after {
	-webkit-transform: scale(1);
	transform: scale(1);
}

.scope-radio .input-radio-pg:checked + label {
	border: 1px solid #0a67b2;
}

.label-name {
	padding: 2px 0;
}

.label-name p:first-child {
	padding: 0;
	margin: 0;
	font-size: 13px;
	font-weight: 600;
	/* color: #686868; */
	line-height: 24px;
}

.img-payment {
	position: absolute;
	right: 16px;
	top: 50%;
	margin-top: -12px;
}

._1jUTI {
	height: 24px;
}

.pay-channel {
	height: 16px;
}

/* banner top bar */
.topbar_announcement {
	position: sticky;
	position: -webkit-sticky;
	top: 0;
	padding: 2rem 5rem 2rem 2rem;
	text-align: center;
	font-weight: 600;
	/* color: #fff; */
	background-color: #ffdc00;
}

.banner__cross {
	right: 2rem;
	top: 50%;
	transform: translateY(-50%);
	position: absolute;
	cursor: pointer;
}

@media (max-width: 767px) and (max-width: 480px) {
	.topbar_announcement {
		max-height: 62px;
		font-size: 1rem;
		padding: 1.2rem 4rem 1.2rem 1.2rem;
	}
}

/*ihaab*/
.inputpanjang::-webkit-input-placeholder {
	/* WebKit browsers */
	font-size: 0.8em;
}

.inputpanjang:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	font-size: 0.8em;
}

.inputpanjang::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	font-size: 0.8em;
}

.inputpanjang:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	font-size: 0.8em;
}

label.with-icon {
	display: flex;
	justify-content: flex-start;
	flex-direction: row;
	align-items: center;
}

label.with-icon a {
	margin-left: auto !important;
}

label.with-icon .flaticon:before {
	font-size: 13px !important;
	margin-right: 2px;
}

.choosen label.with-icon {
	margin-top: -15px;
	padding-bottom: 0;
}

.dropdown-menu {
	border: none;
	border-radius: 6px !important;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	min-width: 240px;
	right: 0;
	left: auto;
}

.dropdown-menu > li > a {
	line-height: 35px;
}

.panel > .list-group:last-child .list-group-item:last-child,
.panel > .panel-collapse > .list-group:last-child .list-group-item:last-child {
	border-bottom: 0;
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.list-group-item {
	padding: 12px 20px;
}

.countdown-payment {
	background-color: #ffa000;
	position: relative;
	width: 100%;
	padding: 0 10px;
	text-align: center;
	height: 32px;
}

.countdown-payment .step {
	margin: auto;
}

.countdown-payment .countdown-desc {
	line-height: 32px;
	color: white;
}

.btn:focus {
	outline: none !important;
}

.alert,
.disclaimer,
.content-paragraph {
	font-family: "Rubik", Arial, Helvetica, sans-serif;
}

.popover-content .panel-radio {
	min-width: 248px;
}

.popover-content .hide {
	display: none !important;
}

.choosen .popover {
	overflow: hidden;
}

.choosen .popover-content {
	min-height: 310px;
	padding: 15px;
	max-height: 334px;
	overflow: auto;
}

.choosen .popover-content .choosen-content {
	max-height: 334px;
	overflow: auto;
}

.choosen .panel-radio:hover {
	/* border-color: #939292; */
	border-color: var(--color-primary);
}

.scope-popover-title {
	padding: 0 0 15px;
}

.scope-popover-title .popover-back {
	padding: 15px 10px 15px 15px;
	margin-left: -15px;
	border-top-left-radius: 6px;
	cursor: pointer;
}
.scope-popover-title .popover-back:hover,
.choosen .closes:hover {
	background-color: #d5cfcf57;
}

.choosen .closes {
	padding: 15px;
	cursor: pointer;
	margin-right: -15px;
	border-top-right-radius: 6px;
}

/* ------------------------------------------------------------------------------
 *
 *  # PNotify notifications
 *
 *  Styles for pnotify.min.js - a flexible JavaScript notification plugin
 *
 *  Version: 1.1
 *  Latest update: Mar 10, 2016
 *
 * ---------------------------------------------------------------------------- */
.ui-pnotify {
	top: 20px;
	right: 20px;
	position: absolute;
	height: auto;
	z-index: 2;
	border-radius: 3px;
}
body > .ui-pnotify {
	position: fixed;
	z-index: 100040;
}
.ui-pnotify.alert-rounded > .ui-pnotify-container {
	border-radius: 100px;
}
.ui-pnotify[class*="bg-"] > .ui-pnotify-container {
	background-color: inherit;
	border-color: transparent;
	color: #fff;
}
.ui-pnotify[class*="text-"] > .ui-pnotify-container,
.ui-pnotify[class*="alpha-"] > .ui-pnotify-container {
	background-color: inherit;
	border-color: inherit;
	color: inherit;
}
.ui-pnotify.stack-top-left,
.ui-pnotify.stack-bottom-left {
	left: 20px;
	right: auto;
}
.ui-pnotify.stack-bottom-right,
.ui-pnotify.stack-bottom-left {
	bottom: 20px;
	top: auto;
}
.ui-pnotify.stack-modal {
	left: 50%;
	right: auto;
	margin-left: -150px;
}
.ui-pnotify.stack-custom-right {
	top: auto;
	left: auto;
	bottom: 200px;
	right: 200px;
}
.ui-pnotify.stack-custom-left {
	top: 200px;
	left: 200px;
	right: auto;
	bottom: auto;
}
.ui-pnotify.stack-custom-top {
	right: 0;
	left: 0;
	top: 0;
}
.ui-pnotify.stack-custom-bottom {
	right: 0;
	left: 0;
	bottom: 0;
	top: auto;
}
.ui-pnotify.ui-pnotify-in {
	display: block !important;
}
.ui-pnotify.ui-pnotify-move {
	-webkit-transition: left 0.5s ease, top 0.5s ease, right 0.5s ease,
		bottom 0.5s ease;
	-o-transition: left 0.5s ease, top 0.5s ease, right 0.5s ease,
		bottom 0.5s ease;
	transition: left 0.5s ease, top 0.5s ease, right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-slow {
	-webkit-transition: opacity linear 0.6s;
	-o-transition: opacity linear 0.6s;
	transition: opacity linear 0.6s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-slow.ui-pnotify.ui-pnotify-move {
	-webkit-transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease,
		right 0.5s ease, bottom 0.5s ease;
	-o-transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease,
		right 0.5s ease, bottom 0.5s ease;
	transition: opacity 0.6s linear, left 0.5s ease, top 0.5s ease,
		right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-normal {
	-webkit-transition: opacity linear 0.4s;
	-o-transition: opacity linear 0.4s;
	transition: opacity linear 0.4s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-normal.ui-pnotify.ui-pnotify-move {
	-webkit-transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease,
		right 0.5s ease, bottom 0.5s ease;
	-o-transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease,
		right 0.5s ease, bottom 0.5s ease;
	transition: opacity 0.4s linear, left 0.5s ease, top 0.5s ease,
		right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-fast {
	transition: opacity 0.2s linear;
	-webkit-transition: opacity linear 0.2s;
	-o-transition: opacity linear 0.2s;
	transition: opacity linear 0.2s;
	opacity: 0;
	filter: alpha(opacity=0);
}
.ui-pnotify.ui-pnotify-fade-fast.ui-pnotify.ui-pnotify-move {
	-webkit-transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease,
		right 0.5s ease, bottom 0.5s ease;
	-o-transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease,
		right 0.5s ease, bottom 0.5s ease;
	transition: opacity 0.2s linear, left 0.5s ease, top 0.5s ease,
		right 0.5s ease, bottom 0.5s ease;
}
.ui-pnotify.ui-pnotify-fade-in {
	opacity: 1;
	filter: alpha(opacity=100);
}
.ui-pnotify-container {
	padding: 15px 20px;
	height: 100%;
	position: relative;
	left: 0;
	margin: 0;
	border-radius: 3px;
}
.ui-pnotify-container:after {
	content: " ";
	visibility: hidden;
	display: block;
	height: 0;
	clear: both;
}
.ui-pnotify-container.ui-pnotify-sharp {
	border-radius: 0;
}
.ui-pnotify-title {
	display: block;
	margin-top: 0;
	margin-bottom: 7px;
	font-size: 15px;
}
.ui-pnotify-text {
	display: block;
	text-align: center !important;
}
.ui-pnotify-icon {
	display: block;
	float: left;
	line-height: 1;
}
.ui-pnotify-icon > [class^="icon-"] {
	margin-top: 4px;
	margin-right: 15px;
}
.ui-pnotify-closer,
.ui-pnotify-sticker {
	float: right;
	margin-left: 8px;
	margin-top: 4px;
	line-height: 1;
	outline: 0;
}
.ui-pnotify-modal-overlay {
	background-color: rgba(0, 0, 0, 0.5);
	top: 0;
	left: 0;
	position: absolute;
	height: 100%;
	width: 100%;
	z-index: 1;
}
body > .ui-pnotify-modal-overlay {
	position: fixed;
	z-index: 100039;
}
.brighttheme {
	border: 1px solid;
}
.ui-pnotify[class*="bg-"] > .brighttheme {
	background-color: inherit;
	border-color: inherit;
	color: inherit;
}
.brighttheme-notice {
	background-color: #fff3e0;
	border-color: #ff9800;
}
.brighttheme-info {
	background-color: #e3f2fd;
	border-color: #1e88e5;
}
.brighttheme-success {
	background-color: #e8f5e9;
	border-color: #4caf50;
}
.brighttheme-error {
	background-color: #fbe9e7;
	border-color: #ff5722;
}
.brighttheme-icon-closer,
.brighttheme-icon-sticker {
	position: relative;
	width: 16px;
	height: 16px;
	display: inline-block;
	width: 10px;
	height: 10px;
	outline: 0;
}
.brighttheme-icon-closer:after,
.brighttheme-icon-sticker:after {
	content: "";
	font-family: "Icomoon";
	font-size: 10px;
	display: block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.brighttheme-icon-closer:after {
	content: "\ed6a";
}
.brighttheme-icon-sticker:after {
	content: "\ee70";
}
.brighttheme-icon-sticker.brighttheme-icon-stuck:after {
	content: "\ee75";
}
.ui-pnotify[class*="alert-styled-"] {
	border-width: 0;
	padding: 0;
}
.ui-pnotify.alert-styled-left .brighttheme {
	border-left-width: 44px;
}
.ui-pnotify.alert-styled-left:after {
	left: 0;
}
.ui-pnotify.alert-styled-right .brighttheme {
	border-right-width: 44px;
}
.ui-pnotify.alert-styled-right:after {
	right: 0;
}
.brighttheme .ui-pnotify-action-bar {
	padding-top: 15px;
}
.brighttheme .ui-pnotify-action-bar textarea,
.brighttheme .ui-pnotify-action-bar input {
	display: block;
	width: 100%;
	border: 1px solid #ddd;
	background-color: #fff;
	margin-bottom: 15px !important;
	color: #333333;
	padding: 7px 12px;
}
.ui-pnotify[class*="bg-"] .brighttheme .ui-pnotify-action-bar textarea,
.ui-pnotify[class*="bg-"] .brighttheme .ui-pnotify-action-bar input {
	border-color: #fff;
	color: #fff;
}
.ui-pnotify[class*="bg-"]
	.brighttheme
	.ui-pnotify-action-bar
	textarea::-moz-placeholder,
.ui-pnotify[class*="bg-"]
	.brighttheme
	.ui-pnotify-action-bar
	input::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.ui-pnotify[class*="bg-"]
	.brighttheme
	.ui-pnotify-action-bar
	textarea:-ms-input-placeholder,
.ui-pnotify[class*="bg-"]
	.brighttheme
	.ui-pnotify-action-bar
	input:-ms-input-placeholder {
	color: #fff;
}
.ui-pnotify[class*="bg-"]
	.brighttheme
	.ui-pnotify-action-bar
	textarea::-webkit-input-placeholder,
.ui-pnotify[class*="bg-"]
	.brighttheme
	.ui-pnotify-action-bar
	input::-webkit-input-placeholder {
	color: #fff;
}
.ui-pnotify[class*="bg-"] .form-control {
	border-bottom-color: #fff;
	color: #fff;
}
.ui-pnotify[class*="bg-"] .form-control::-moz-placeholder {
	color: #fff;
	opacity: 1;
}
.ui-pnotify[class*="bg-"] .form-control:-ms-input-placeholder {
	color: #fff;
}
.ui-pnotify[class*="bg-"] .form-control::-webkit-input-placeholder {
	color: #fff;
}
.ui-pnotify-history-container {
	position: absolute;
	top: 0;
	right: 20px;
	width: 70px;
	border-top: none;
	padding: 0;
	z-index: 10000;
	border-top-right-radius: 0;
	border-top-left-radius: 0;
}
.ui-pnotify-history-container.ui-pnotify-history-fixed {
	position: fixed;
}
.ui-pnotify-history-container .ui-pnotify-history-header {
	padding: 2px;
	text-align: center;
}
.ui-pnotify-history-container button {
	cursor: pointer;
	display: block;
	width: 100%;
}
.ui-pnotify-history-container .ui-pnotify-history-pulldown {
	display: block;
	margin: 0 auto;
}
@media (max-width: 480px) {
	.ui-pnotify-mobile-able.ui-pnotify {
		position: fixed;
		top: 0;
		right: 0;
		left: 0;
		width: auto !important;
		-webkit-font-smoothing: antialiased;
		-moz-font-smoothing: antialiased;
		-ms-font-smoothing: antialiased;
	}
	.ui-pnotify-mobile-able.ui-pnotify .ui-pnotify-shadow {
		border-bottom-width: 5px;
		-webkit-box-shadow: none;
		box-shadow: none;
	}
	.ui-pnotify-mobile-able.ui-pnotify.stack-top-left,
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
		left: 0;
		right: 0;
	}
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right,
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left {
		left: 0;
		right: 0;
		bottom: 0;
		top: auto;
	}
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow,
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-right .ui-pnotify-shadow,
	.ui-pnotify-mobile-able.ui-pnotify.stack-bottom-left .ui-pnotify-shadow {
		border-top-width: 5px;
		border-bottom-width: 1px;
	}
	.ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-fade {
		opacity: 0.2;
		filter: alpha(opacity=20);
	}
	.ui-pnotify-mobile-able.ui-pnotify.ui-pnotify-nonblock-hide {
		display: none !important;
	}
	.ui-pnotify-mobile-able .ui-pnotify-container {
		border-radius: 0;
	}
}
.no-border-radius {
	border-radius: 0;
}
.bg-default {
	background-color: #b9babc;
}
.bg-black {
	background-color: #1b1e23;
}
.bg-primary {
	background-color: var(--color-primary);
}
.bg-secondary {
	background-color: var(--color-secondary);
}
.bg-danger {
	background-color: #f44336;
	border-color: #f44336;
	color: #fff;
}
.bg-success {
	background-color: #4caf50;
	border-color: #4caf50;
	color: #fff;
}
.bg-warning {
	background-color: #ff5722;
	border-color: #ff5722;
	color: #fff;
}
.bg-info {
	background-color: #00bcd4;
	border-color: #00bcd4;
	color: #fff;
}

.loader-ferizy {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 1000;
	background-color: rgba(255, 255, 255, 0.8);
	/* background: rgb(255, 187, 21) */
}

.loader-ferizy-inner {
	display: block;
	position: relative;
	left: calc(50% - 204px);
	top: calc(50% - 51px);
	width: 408px;
	padding: 0 15px;
}

.breath {
	transform-origin: 50% 50%;
	animation: 1s linear 0s infinite normal forwards running breathing;
}

@keyframes breathing {
	0% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}

	50% {
		-webkit-transform: scale(1);
		-ms-transform: scale(1);
		transform: scale(1);
	}

	100% {
		-webkit-transform: scale(0.9);
		-ms-transform: scale(0.9);
		transform: scale(0.9);
	}
}

/*-----------------------------
*
* start style slider home page
*
*------------------------------*/

.slick-prev {
	z-index: 1 !important;
}

.slick-next {
	z-index: 2 !important;
}

.slick-arrow {
	height: 95%;
	width: 7%;
}

.slick-prev {
	left: 0px !important;
	background-image: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 0.2) 0,
		rgba(0, 0, 0, 0.0001) 100%
	);
}

.slick-prev:hover {
	background-image: -webkit-linear-gradient(
		left,
		rgba(0, 0, 0, 0.4) 0,
		rgba(0, 0, 0, 0.0001) 100%
	);
}

.slick-next {
	right: 0px !important;
	background-image: -webkit-linear-gradient(
		right,
		rgba(0, 0, 0, 0.2) 0,
		rgba(0, 0, 0, 0.0001) 100%
	);
}

.slick-next:hover {
	right: 0px !important;
	background-image: -webkit-linear-gradient(
		right,
		rgba(0, 0, 0, 0.4) 0,
		rgba(0, 0, 0, 0.0001) 100%
	);
}

.slick-prev:before {
	content: "\f053";
}

.slick-next:before {
	content: "\f054";
}

.slick-prev:before,
.slick-next:before {
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
	font-size: 36px;
}

.slick-dots {
	bottom: 25px;
}

.slick-dots li {
	margin: 0;
}

.slick-dots li.slick-active button:before {
	opacity: 0.75;
	color: #ffffff;
}

.slick-dots li button:before {
	opacity: 0.3;
	color: #ffffff;
	font-size: 10px;
}

.slider-slick,
.slider-text-pers,
.slider-text-pers-xs {
	opacity: 0;
	visibility: hidden;
	transition: opacity 1s ease;
	-webkit-transition: opacity 1s ease;
}

.slider-slick.slick-initialized,
.slider-text-pers.slick-initialized,
.slider-text-pers-xs.slick-initialized {
	visibility: visible;
	opacity: 1;
}

.slider-slick img {
	height: auto;
	width: 98%;
	border-radius: 6px;
	box-shadow: 1px 1px 3px rgba(0, 0, 0, 0.1);
	margin-top: 5px;
	margin: 10px auto;
}

/*-----------------------------
*
* end style slider home page
*
*------------------------------*/

li.passenger:nth-child(odd) {
	background-color: #f1f1f1;
}

li.passenger:nth-child(even) {
	background-color: #ebebeb;
}

.passenger-name {
	font-size: 14px;
	padding-bottom: 11px;
}

.passenger-order {
	padding-right: 10px;
	width: 32px;
	display: inherit;
}

.my-label-tag {
	margin-left: 12px;
	font-size: 11px;
	font-weight: 500;
	padding: 3px 8px;
	border-radius: 4px;
	color: #ffffff;
}

.passenger-detail {
	font-size: 12px;
	line-height: 1.5;
	padding-left: 32px;
}

.list-group-selected {
	color: #337ab7 !important;
}

.account-connect .socmed {
	margin-top: 24px;
}

.account-connect .socmed img.google,
.account-connect .socmed img.facebook {
	padding: 5px;
	border-radius: 50%;
}

.account-connect .socmed img.google {
	border: 2px solid #e7e7e7;
}

.account-connect .socmed img.facebook {
	border: 2px solid #3b5998;
}

.account-connect .socmed .content {
	line-height: 40px;
}

.account-connect .socmed .content .connect {
	color: #00a651;
}

.account-connect .socmed .content .connect svg {
	vertical-align: middle;
}

.account-connect .socmed .title {
	margin: 0 5px 0 15px;
}

.feature-account {
	padding: 0 15px;
}
.feature-account .list-group-item {
	border-bottom: 1px solid #e7e7e7;
	padding: 10px 0;
}
.feature-account .list-group-item:last-child {
	border-bottom: none;
}
.feature-account .list-group-item .arrow {
	color: #8a93a7;
	position: absolute;
	right: 0;
}

.feature-account .list-group-item .arrow .flaticon:before {
	font-size: 12px;
}

.feature-account a.list-group-item:hover {
	background-color: #fff;
}

#payment-channel .img {
	margin: 0 15px;
	justify-content: center;
	width: 100px;
	height: 60px;
	line-height: 60px;
}

.form-error {
	border-color: #f44336;
}

a.list-group-item:focus,
a.list-group-item:hover,
button.list-group-item:focus,
button.list-group-item:hover,
.dropdown-menu > li > a:focus,
.dropdown-menu > li > a:hover {
	color: inherit;
	text-decoration: none;
	background-color: #f4fbfe;
}

/* custom changemonth changeyear style datepicker*/

.ui-datepicker select.ui-datepicker-month,
.ui-datepicker select.ui-datepicker-year {
	background-color: white;
	border: 1px solid #c6c9da;
	line-height: 1.42857143;
	box-shadow: none !important;
	-webkit-appearance: none;
	-webkit-box-shadow: none !important;
	-moz-box-shadow: none !important;
	padding: 0 8px;
	height: 30px;
	font-family: inherit;
	text-align: center;
}

.ui-datepicker select.ui-datepicker-month {
	border-radius: 5px 0 0 5px;
	border-right-color: transparent;
}

.ui-datepicker select.ui-datepicker-year {
	border-radius: 0 5px 5px 0;
}

.ui-widget-header .ui-icon {
	opacity: 0.8;
}
.ui-widget-header .ui-icon:hover {
	opacity: 0.95;
}
.ui-widget-header .ui-state-disabled .ui-icon {
	opacity: 0.15;
}

td.ui-datepicker-current-day.ui-datepicker-today::after {
	color: #fff !important;
}

.ui-datepicker .ui-datepicker-prev span,
.ui-datepicker .ui-datepicker-next span {
	margin-left: -4px;
	margin-top: -6px;
}

.ui-datepicker .ui-datepicker-prev:hover,
.ui-datepicker .ui-datepicker-next:hover {
	border-radius: 50%;
	background-color: #f5f5f5;
	-webkit-transition: transform 0.15s ease;
	transition: transform 0.15s ease;
}

.spinner-input {
	position: absolute;
	top: 36px;
	right: 24px;
}

.spinner-input .fas::before {
	color: #ccc;
}

.ui-autocomplete.ui-widget-content {
	padding: 0px;
	max-height: 220px;
	overflow: auto;
}

.ui-menu .ui-menu-item-wrapper {
	cursor: pointer;
	width: 100%;
	height: auto;
	padding: 12px;
	position: relative;
	font-family: "Rubik", "Helvetica", "Arial", sans-serif;
}

.ui-menu .ui-menu-item:not(:last-child) .ui-menu-item-wrapper::before {
	content: "";
	position: absolute;
	width: calc(100% - 24px);
	height: 1px;
	bottom: 0;
	border-bottom: 1px solid rgba(198, 201, 218, 0.3);
}

.ui-menu .ui-state-active,
.ui-menu .ui-widget-content .ui-state-active,
.ui-menu .ui-widget-header .ui-state-active,
.ui-menu a.ui-button:active,
.ui-menu .ui-button:active,
.ui-menu .ui-button.ui-state-active:hover {
	background-color: transparent;
	color: inherit;
	border-color: transparent;
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b {
	border-color: unset;
	border-style: none;
	border-width: unset;
	left: 50%;
	margin-left: -5px;
	margin-top: -10px;
	position: absolute;
	top: 50%;
	width: 0;
	font-family: "Font Awesome 5 Free";
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b::before {
	content: "\f107";
	color: #d5d5d5;
}

.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b::before {
	content: "\f106";
}

.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 20px;
	border-left: 1px solid #d5d5d5;
	margin-top: 11px;
	margin-bottom: 11px;
	width: 28px;
}

.form-reservation
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	border: none;
}

.form-reservation
	.select2-container--default.select2-container--open
	.select2-selection--single
	.select2-selection__arrow
	b::before {
	border-style: none;
	content: "";
}

.input-group
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b::before,
.form-reservation
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b::before {
	border-style: none;
	content: "";
}

.middle {
	vertical-align: middle !important;
}

.input-group-phone.input-group:first-child
	.select2-container--default
	.select2-selection--single {
	border-top-left-radius: 6px !important;
	border-bottom-left-radius: 6px !important;
	border-top-right-radius: 0;
	border-bottom-right-radius: 0;
	border-right: 0;
}

.input-group-phone
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	border-left: 0;
	border-right: 1px solid #d5d5d5;
}

.input-group .form-control:first-child,
.input-group-addon:first-child,
.input-group-btn:first-child > .btn,
.input-group-btn:first-child > .btn-group > .btn,
.input-group-btn:first-child > .dropdown-toggle,
.input-group-btn:last-child > .btn-group:not(:last-child) > .btn,
.input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle) {
	border-top-right-radius: 0 !important;
	border-bottom-right-radius: 0 !important;
}

.input-group-country .input-group-btn {
	font-size: inherit;
}

.input-group-country .input-group-addon {
	padding: 0;
	max-width: inherit;
}

.input-group-country .select2-container .select2-selection--single {
	height: 40px;
	border: none;
}

.input-group-country
	.select2-container--default
	.select2-selection--single
	.select2-selection__rendered {
	line-height: 40px;
}

.input-group-country
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	height: 22px;
	margin-top: 8px;
	margin-bottom: 8px;
}

.select-flag-country-phone {
	width: 246px !important;
}

.flag-icon {
	margin-right: 8px;
}

.flag-emoticon {
	width: 1.1em;
	margin-right: 8px;
	font-size: 1.7em;
	display: inline-block;
}

.select-flag-country .select2-results__option {
	padding: 6px 12px;
}

.panel-border {
	border-radius: 6px !important;
	padding: 10px;
	border: 1px solid #c6c9da;
	margin-bottom: 20px;
	font-size: 13px;
	background-color: #fff;
	/* filter: drop-shadow(0px 2px 4px rgba(53, 64, 90, 0.1)) !important; */
}

.panel-border label {
	font-weight: 600;
}

.panel-body .panel-border:last-child {
	margin-bottom: 8px;
}

.panel-border .error {
	padding-top: 0;
}

.text-success {
	color: #05944f;
}

.text-danger {
	color: #d9534f;
}

.panel-border-success {
	border-color: #05944f;
}

.panel-border-danger {
	color: #d9534f;
	border-color: #d9534f;
}

.panel-body .form-reason {
	margin-left: 29px;
	margin-top: 10px;
}

.swal2-validation-message {
	text-align: left;
	margin: 0.7em -3.3em 0 !important;
	background: #fef1f1 !important;
	color: #e96666 !important;
	font-weight: normal !important;
}
/*------------
* Tailwind Base 
*--------------*/
.visible {
	visibility: visible;
}
.invisible {
	visibility: hidden;
}
.static {
	position: static;
}
.fixed {
	position: fixed;
}
.absolute {
	position: absolute;
}
.relative {
	position: relative;
}
.sticky {
	position: sticky;
}
.text-xs {
	font-size: 0.75rem;
	line-height: 1rem;
}
.text-sm {
	font-size: 0.875rem;
	line-height: 1.25rem;
}
.text-base {
	font-size: 1rem;
	line-height: 1.5rem;
}
.text-lg {
	font-size: 1.125rem;
	line-height: 1.75rem;
}
.text-xl {
	font-size: 1.25rem;
	line-height: 1.75rem;
}
.text-2xl {
	font-size: 1.5rem;
	line-height: 2rem;
}
.text-3xl {
	font-size: 1.875rem;
	line-height: 2.25rem;
}
.text-4xl {
	font-size: 2.25rem;
	line-height: 2.5rem;
}
.text-5xl {
	font-size: 3rem;
	line-height: 1;
}
.text-6xl {
	font-size: 3.75rem;
	line-height: 1;
}
.text-7xl {
	font-size: 4.5rem;
	line-height: 1;
}
.text-8xl {
	font-size: 6rem;
	line-height: 1;
}
.text-9xl {
	font-size: 8rem;
	line-height: 1;
}
.font-thin {
	font-weight: 100;
}
.font-extralight {
	font-weight: 200;
}
.font-light {
	font-weight: 300;
}
.font-normal {
	font-weight: 400 !important;
}
.font-medium {
	font-weight: 500;
}
.font-semibold {
	font-weight: 600;
}
.font-bold {
	font-weight: 700;
}
.font-extrabold {
	font-weight: 800;
}
.font-black {
	font-weight: 900;
}
.uppercase {
	text-transform: uppercase;
}
.lowercase {
	text-transform: lowercase;
}
.capitalize {
	text-transform: capitalize;
}
.normal-case {
	text-transform: none;
}
.italic {
	font-style: italic;
}
.not-italic {
	font-style: normal;
}

.mb-5 {
	margin-bottom: 3rem !important;
}

.mb-4 {
	margin-bottom: 1.5rem !important;
}

.mb-3 {
	margin-bottom: 1rem !important;
}

.mb-2 {
	margin-bottom: 0.5rem;
}

.mb-1 {
	margin-bottom: 0.25rem;
}

.mb-0 {
	margin-bottom: 0 !important;
}

.leading-none {
	line-height: 1;
}
.leading-tight {
	line-height: 1.25;
}
.leading-snug {
	line-height: 1.375;
}
.leading-normal {
	line-height: 1.5;
}
.leading-relaxed {
	line-height: 1.625;
}
.leading-loose {
	line-height: 2;
}
.w-full {
	width: 100%;
}
.relative {
	position: relative;
}
/*---------------
skeleton loading 
----------------*/

.skeleton-box {
	display: inline-block;
	height: 1.05rem;
	position: relative;
	overflow: hidden;
	background-color: #ebebeb;
	border-radius: 4px;
}
.skeleton-box::after {
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	transform: translateX(-100%);
	background-image: linear-gradient(
		90deg,
		rgba(255, 255, 255, 0) 0,
		rgba(255, 255, 255, 0.2) 20%,
		rgba(255, 255, 255, 0.5) 60%,
		rgba(255, 255, 255, 0)
	);
	-webkit-animation: shimmer 2s infinite;
	animation: shimmer 2s infinite;
	content: "";
}
@-webkit-keyframes shimmer {
	100% {
		transform: translateX(100%);
	}
}
@keyframes shimmer {
	100% {
		transform: translateX(100%);
	}
}

/*---------------
end skeleton loading 
----------------*/

td.detail-value p:last-of-type {
	margin-bottom: 0;
}

.btn-square {
	border-radius: 6px !important;
}

.btn-inline {
	margin: 0 !important;
}

.form-label p:last-of-type {
	margin-bottom: 0;
}

.countdown-verification {
	padding: 10px 15px;
	color: var(--color-primary);
	background-color: #d4ebff;
	border-radius: 6px;
}

[class*="icheck-"] > input:first-child + label::before,
[class*="icheck-"] > input:first-child + input[type="hidden"] + label::before {
	background-color: #ffffff;
}

i.fi {
	vertical-align: middle;
}

.btn-link:hover,
.btn-link:focus {
	text-decoration: none;
	color: inherit;
}

.btn-link[disabled] {
	cursor: not-allowed;
	opacity: 0.65;
	color: unset;
}

.panel-alert {
	width: 100%;
	border-radius: 8px;
	position: relative;
	margin-bottom: 15px;
	padding: 0px;
	overflow: hidden;
	color: rgba(49, 53, 59, 0.96);
}

.panel-alert-info {
	flex: 0 0 auto;
	position: relative;
	width: 100%;
	padding: 12px 15px;
	background-color: #eaf6ff;
	overflow: hidden;
}

.panel-alert-info::before {
	content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" xml:space="preserve"><g><g><path fill="rgba(110, 163, 244, 0.4)" d="M257,0C116.39,0,0,114.39,0,255s116.39,257,257,257s255-116.39,255-257S397.61,0,257,0z M287,392c0,16.54-13.47,30-30,30c-16.54,0-30-13.46-30-30V240c0-16.54,13.46-30,30-30c16.53,0,30,13.46,30,30V392z M257,150c-16.54,0-30-13.46-30-30s13.46-30,30-30c16.53,0,30,13.46,30,30S273.53,150,257,150z"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
	width: 35px;
	height: 35px;
	position: absolute;
	left: -5px;
	top: -5px;
}

.panel-alert-warning {
	flex: 0 0 auto;
	position: relative;
	width: 100%;
	padding: 12px 15px;
	background-color: #fcf8e3;
	overflow: hidden;
}

.panel-alert-warning::before {
	content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 295.428 295.428" style="enable-background:new 0 0 295.428 295.428;" xml:space="preserve"><path fill="rgb(138, 109, 59, .5)" d="M147.714,0C66.264,0,0,66.264,0,147.714s66.264,147.714,147.714,147.714c81.45,0,147.714-66.264,147.714-147.714 S229.164,0,147.714,0z M147.714,232.68c-8.284,0-15-6.716-15-15c0-8.284,6.716-15,15-15c8.284,0,15,6.716,15,15 C162.714,225.964,155.998,232.68,147.714,232.68z M162.714,155.68c0,8.284-6.716,15-15,15c-8.284,0-15-6.716-15-15v-79 c0-8.284,6.716-15,15-15c8.284,0,15,6.716,15,15V155.68z"/><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
	width: 35px;
	height: 35px;
	position: absolute;
	left: -5px;
	top: -5px;
}

.panel-alert-danger {
	flex: 0 0 auto;
	position: relative;
	width: 100%;
	padding: 12px 15px;
	background-color: #fdf1f5;
	overflow: hidden;
}

.panel-alert-danger::before {
	content: url('data:image/svg+xml;utf8,<svg version="1.1" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="enable-background:new 0 0 512 512;" xml:space="preserve"><g><g><path fill="rgb(249, 185, 206)" d="M257,0C116.39,0,0,114.39,0,255s116.39,257,257,257s255-116.39,255-257S397.61,0,257,0z M383.22,338.79c11.7,11.7,11.7,30.73,0,42.44c-11.61,11.6-30.64,11.79-42.44,0L257,297.42l-85.79,83.82c-11.7,11.7-30.73,11.7-42.44,0c-11.7-11.7-11.7-30.73,0-42.44l83.8-83.8l-83.8-83.8c-11.7-11.71-11.7-30.74,0-42.44c11.71-11.7,30.74-11.7,42.44,0L257,212.58l83.78-83.82c11.68-11.68,30.71-11.72,42.44,0c11.7,11.7,11.7,30.73,0,42.44l-83.8,83.8L383.22,338.79z"/></g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g><g></g></svg>');
	width: 35px;
	height: 35px;
	position: absolute;
	left: -5px;
	top: -5px;
}

.panel-alert p,
.panel-alert ol,
.panel-alert ul {
	margin: 0;
	line-height: 1.5;
}

.divide-y > :not([hidden]) ~ :not([hidden]) {
	border-top: 1px solid #ccc;
}

.p-10 {
	padding: 10px;
}

.p-20 {
	padding: 20px;
}

.p-30 {
	padding: 30px;
}

.py-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.py-20 {
	padding-top: 20px;
	padding-bottom: 20px;
}

.py-30 {
	padding-top: 30px;
	padding-bottom: 30px;
}

.px-10 {
	padding-left: 10px;
	padding-right: 10px;
}

a.disabled {
	pointer-events: none;
	cursor: default;
}

.nav-notif-badge {
	position: absolute;
	top: -6px;
	right: -5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: red;
	/* margin: 0 auto; */
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: 300;
	cursor: default;
}

.notification-nav.open > a {
	background: none !important;
}

.notification-nav > .dropdown-menu > .nav-tabs > li,
.modal-notification .nav-tabs > li {
	flex-grow: 1;
}

.notification-nav > .dropdown-menu > .nav-tabs > li > a,
.modal-notification .nav-tabs > li > a {
	margin: 0;
	font-size: 13px;
	text-align: center;
}

.notification-nav > .dropdown-menu > .nav-tabs > li.active > a,
.modal-notification .nav-tabs > li.active > a {
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: #e57818 !important;
	border-radius: 0 !important;
	border-width: 0 0.5px 3px 0.5px !important;
}

.notification-nav.open .notif-icon-label {
	filter: drop-shadow(0px 2px 4px rgb(0 0 0 / 18%));
}

.notification-nav > li > a:focus,
.notification-nav > li > a:hover {
	background-color: none;
	filter: drop-shadow(0px 2px 4px rgb(0 0 0 / 18%));
}

.notification-nav .nav-tabs > li > a {
	margin: 0 !important;
}

/* .notification-nav > .dropdown-menu > .tab-content > .tab-pane > div, 
.modal-notification .tab-content > .tab-pane > div {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 400px;
} */

.notification-date {
	padding: 5px;
	background-color: #eff0f4;
	font-size: 15px;
	font-weight: 600;
}

.notification-date p {
	margin: 0 !important;
}

.notification-detail {
	padding: 15px 10px;
	border-bottom: 1px solid #aba6a6;
	display: flex;
	align-items: center;
}

.notification-detail:hover {
	background-color: rgba(88, 93, 97, 0.26) !important;
}

.notification-detail p {
	margin: 0 !important;
}

.overlay {
	width: 100%;
	backdrop-filter: blur(2px);
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0.5;
	z-index: 100;
}

.overy-hidden {
	overflow-y: hidden;
}

.notification-detail.unread {
	/* background-color: rgb(39 106 164 / 26%); */
	background-color: #eff6ff;
}

.read-more {
	background: url(../images/read-more.png);
	height: 30px;
	width: 30px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.read-more-arrow {
	background: url(../images/next.png);
	height: 25px;
	width: 25px;
	margin: auto;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

.notif-icon-label {
	background: url(../images/bell.png);
	height: 28px;
	width: 28px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.modal-notification .modal-header {
	background-color: #304e8c;
	color: #fff;
}

.modal-notification .modal-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dropdown-menu-notification {
	background-color: #fafafa;
}

/* Topic Slider (News, Promo) */
.slideshow-container {
	overflow-x: auto;
}

.slideshow-container .topic-no-result {
	display: flex;
	height: 120px;
	align-items: center;
	justify-content: center;
}

.slider-slick-news,
.slider-slick-promo {
	margin: 0 60px 30px;
}

.slider-slick-news .slick-slide,
.slider-slick-promo .slick-slide {
	margin: 0 10px;
}

.slider-slick-news .slick-list,
.slider-slick-promo .slick-list {
	padding: 10px 0;
	margin: 0 -10px;
}

.slider-slick-news .slick-arrow,
.slider-slick-promo .slick-arrow {
	height: auto;
	width: auto;
	opacity: 1;
}

.slider-slick-news .slick-arrow.slick-disabled,
.slider-slick-promo .slick-arrow.slick-disabled {
	opacity: 0;
}

.slider-slick-news .slick-prev,
.slider-slick-promo .slick-prev {
	left: -50px !important;
}

.slider-slick-news .slick-next,
.slider-slick-promo .slick-next {
	right: -50px !important;
}

.slider-slick-news .slick-prev,
.slider-slick-news .slick-next,
.slider-slick-promo .slick-prev,
.slider-slick-promo .slick-next {
	background-image: none;
}

.slider-slick-news .slick-prev:before,
.slider-slick-news .slick-next:before,
.slider-slick-promo .slick-prev:before,
.slider-slick-promo .slick-next:before {
	color: #000;
}

.slider-slick-promo .slick-dots,
.slider-slick-news .slick-dots {
	bottom: initial;
}
.slider-slick-promo .slick-dots li button::before,
.slider-slick-news .slick-dots li button::before {
	color: #0a67b2;
}
.slider-slick-promo .slick-dots li.slick-active button::before,
.slider-slick-news .slick-dots li.slick-active button::before {
	color: #0a67b2;
}

.topic-slide-item {
	border-radius: 10px;
	display: flex !important;
	border: 1px solid #d0d3d4;
}

.topic-slide-item > div {
	width: 100%;
	max-width: 100%;
}

.topic-slide-item .topic-thumb {
	padding: 2px;
	/* flex: 1 0 0%; */
	flex: 0 0 auto;
	width: 55%;
}

.topic-slide-item .topic-thumb img {
	aspect-ratio: 4/3;
	width: 100%;
	height: 100%;
	/* width: 240px;
	height: 180px; */
	object-fit: cover;
	border-radius: 8px 0 0 8px;
}

.topic-slide-item .topic-content {
	color: #000;
	position: relative;
	/* flex: 1 0 0%; */
	flex: 0 0 auto;
	width: 45%;
	display: flex;
	padding: 10px;
	justify-content: space-between;
	flex-direction: column;
}

.topic-slide-item .topic-content .info .title {
	height: 75px;
	overflow: hidden;
}

.topic-slide-item .topic-content .info .title p {
	font-weight: 600;
	color: #0a67b2;
	/* font-size: 1.125rem; */
	font-size: 16px;
	line-height: 1.75rem;
}

.topic-slide-item .topic-content .info .subtitle {
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 75px;
	text-align: justify;
	text-justify: distribute;
	font-family: sans-serif;
}

.topic-slide-item .topic-content .additional-info {
	display: flex;
	justify-content: space-between;
}

.topic-slide-item .topic-content .additional-info .date {
	margin: 0;
	font-weight: 600;
	color: #0a67b2;
}

.topic-slide-item .topic-content .additional-info .link {
	margin-left: auto;
	margin-bottom: 0;
	word-break: break-word;
}

.topic-slide-item .topic-content .additional-info .link:hover {
	color: #0a67b2;
	cursor: pointer;
}

.topic-slide-list {
	display: flex !important;
	gap: 20px;
}

@media (max-width: 767px) {
	.topic-slide-item {
		width: 280px;
		display: block !important;
	}

	.topic-slide-item .topic-thumb,
	.topic-slide-item .topic-content {
		width: 100%;
	}

	.topic-slide-item .topic-thumb {
		padding: 0;
	}

	.topic-slide-item .topic-thumb img {
		width: 100%;
		height: 210px;
		border-radius: 8px;
	}
}

/* Topic List (News, Promo) */
.topic-item {
	display: inline-block;
	width: 100%;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin-bottom: 24px;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.3s ease-out;
	overflow: hidden;
}

.topic-item:hover {
	box-shadow: 5px 5px 10px #b5b3b3;
}

.topic-item .topic-thumb img {
	max-width: 100%;
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.topic-item .topic-content {
	padding: 16px;
}

.topic-item .topic-content .topic-title {
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
}

.topic-item .topic-content .topic-title p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	word-break: break-word;
}

.topic-item .topic-content .topic-subtitle {
	font-size: 12px;
	padding: 12px;
	font-weight: 400;
	color: #000;
	border: 1px solid #dadada;
	background: #f7f7f7;
	margin-bottom: 16px;
	border-radius: 3px;
	height: 95px;
}

.topic-item .topic-content .topic-subtitle p {
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	text-align: justify;
	text-justify: distribute;
	font-family: Arial;
}

.topic-item .topic-content .btn {
	font-weight: 500;
	text-transform: unset;
	padding: 8px 16px;
	font-size: 14px;
	border-radius: 6px;
}

@media (max-width: 767px) {
	.topic-item {
		border-radius: 10px;
		box-shadow: 0 10px 10px #b5b3b3;
	}

	.topic-item .topic-content .topic-title {
		font-size: 1.125rem;
		line-height: 1.75rem;
		height: 70px;
	}

	.topic-item .topic-content .topic-subtitle {
		padding: 0;
		border: none;
		height: auto;
	}

	.topic-item .topic-content .topic-date {
		margin: 0;
	}

	.topic-item .topic-content .btn {
		display: none;
	}
}

<<<<<<< HEAD .nav-notif-badge {
	position: absolute;
	top: -6px;
	right: -5px;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background-color: red;
	/* margin: 0 auto; */
	text-align: center;
	color: white;
	font-size: 12px;
	font-weight: 300;
	cursor: default;
}

.notification-nav.open > a {
	background: none !important;
}

.notification-nav > .dropdown-menu > .nav-tabs > li,
.modal-notification .nav-tabs > li {
	flex-grow: 1;
}

.notification-nav > .dropdown-menu > .nav-tabs > li > a,
.modal-notification .nav-tabs > li > a {
	margin: 0;
	font-size: 13px;
	text-align: center;
}

.notification-nav > .dropdown-menu > .nav-tabs > li.active > a,
.modal-notification .nav-tabs > li.active > a {
	border-top-color: transparent !important;
	border-left-color: transparent !important;
	border-right-color: transparent !important;
	border-bottom-color: #e57818 !important;
	border-radius: 0 !important;
	border-width: 0 0.5px 3px 0.5px !important;
}

.notification-nav.open .notif-icon-label {
	filter: drop-shadow(0px 2px 4px rgb(0 0 0 / 18%));
}

.notification-nav > li > a:focus,
.notification-nav > li > a:hover {
	background-color: none;
	filter: drop-shadow(0px 2px 4px rgb(0 0 0 / 18%));
}

.notification-nav .nav-tabs > li > a {
	margin: 0 !important;
}

/* .notification-nav > .dropdown-menu > .tab-content > .tab-pane > div, 
.modal-notification .tab-content > .tab-pane > div {
	display: flex;
	align-content: center;
	justify-content: center;
	align-items: center;
	height: 400px;
} */

.notification-date {
	padding: 5px;
	background-color: #eff0f4;
	font-size: 15px;
	font-weight: 600;
}

.notification-date p {
	margin: 0 !important;
}

.notification-detail {
	padding: 15px 10px;
	border-bottom: 1px solid #aba6a6;
	display: flex;
	align-items: center;
}

.notification-detail:hover {
	background-color: rgba(88, 93, 97, 0.26) !important;
}

.notification-detail p {
	margin: 0 !important;
}

.overlay {
	width: 100%;
	backdrop-filter: blur(2px);
	height: 100%;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	right: 0;
	background: #000000;
	opacity: 0.5;
	z-index: 100;
}

.overy-hidden {
	overflow-y: hidden;
}

.notification-detail.unread {
	/* background-color: rgb(39 106 164 / 26%); */
	background-color: #eff6ff;
}

.read-more {
	background: url(../images/read-more.png);
	height: 30px;
	width: 30px;
	display: inline-block;
	background-size: contain;
	background-repeat: no-repeat;
}

.read-more-arrow {
	background: url(../images/next.png);
	height: 25px;
	width: 25px;
	margin: auto;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
}

.notif-icon-label {
	background: url(../images/bell.png);
	height: 28px;
	width: 28px;
	display: block;
	background-size: contain;
	background-repeat: no-repeat;
	position: relative;
}

.modal-notification .modal-header {
	background-color: #304e8c;
	color: #fff;
}

.modal-notification .modal-title {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.dropdown-menu-notification {
	background-color: #fafafa;
}

/* Topic Slider (News, Promo) */
.slideshow-container {
	overflow-x: auto;
}

.slideshow-container .topic-no-result {
	display: flex;
	height: 120px;
	align-items: center;
	justify-content: center;
}

.slider-slick-news,
.slider-slick-promo {
	margin: 0 60px 30px;
}

.slider-slick-news .slick-slide,
.slider-slick-promo .slick-slide {
	margin: 0 10px;
}

.slider-slick-news .slick-list,
.slider-slick-promo .slick-list {
	padding: 10px 0;
	margin: 0 -10px;
}

.slider-slick-news .slick-arrow,
.slider-slick-promo .slick-arrow {
	height: auto;
	width: auto;
	opacity: 1;
}

.slider-slick-news .slick-arrow.slick-disabled,
.slider-slick-promo .slick-arrow.slick-disabled {
	opacity: 0;
}

.slider-slick-news .slick-prev,
.slider-slick-promo .slick-prev {
	left: -50px !important;
}

.slider-slick-news .slick-next,
.slider-slick-promo .slick-next {
	right: -50px !important;
}

.slider-slick-news .slick-prev,
.slider-slick-news .slick-next,
.slider-slick-promo .slick-prev,
.slider-slick-promo .slick-next {
	background-image: none;
}

.slider-slick-news .slick-prev:before,
.slider-slick-news .slick-next:before,
.slider-slick-promo .slick-prev:before,
.slider-slick-promo .slick-next:before {
	color: #000;
}

.slider-slick-promo .slick-dots,
.slider-slick-news .slick-dots {
	bottom: initial;
}
.slider-slick-promo .slick-dots li button::before,
.slider-slick-news .slick-dots li button::before {
	color: #0a67b2;
}
.slider-slick-promo .slick-dots li.slick-active button::before,
.slider-slick-news .slick-dots li.slick-active button::before {
	color: #0a67b2;
}

.topic-slide-item {
	border-radius: 10px;
	display: flex !important;
	border: 1px solid #d0d3d4;
}

.topic-slide-item > div {
	width: 100%;
	max-width: 100%;
}

.topic-slide-item .topic-thumb {
	padding: 2px;
	/* flex: 1 0 0%; */
	flex: 0 0 auto;
	width: 55%;
}

.topic-slide-item .topic-thumb img {
	aspect-ratio: 4/3;
	width: 100%;
	height: 100%;
	/* width: 240px;
	height: 180px; */
	object-fit: cover;
	border-radius: 8px 0 0 8px;
}

.topic-slide-item .topic-content {
	color: #000;
	position: relative;
	/* flex: 1 0 0%; */
	flex: 0 0 auto;
	width: 45%;
	display: flex;
	padding: 10px;
	justify-content: space-between;
	flex-direction: column;
}

.topic-slide-item .topic-content .info .title {
	height: 75px;
	overflow: hidden;
}

.topic-slide-item .topic-content .info .title p {
	font-weight: 600;
	color: #0a67b2;
	/* font-size: 1.125rem; */
	font-size: 16px;
	line-height: 1.75rem;
}

.topic-slide-item .topic-content .info .subtitle {
	font-size: 13px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	height: 75px;
	text-align: justify;
	text-justify: distribute;
	font-family: sans-serif;
}

.topic-slide-item .topic-content .additional-info {
	display: flex;
	justify-content: space-between;
}

.topic-slide-item .topic-content .additional-info .date {
	margin: 0;
	font-weight: 600;
	color: #0a67b2;
}

.topic-slide-item .topic-content .additional-info .link {
	margin-left: auto;
	margin-bottom: 0;
	word-break: break-word;
}

.topic-slide-item .topic-content .additional-info .link:hover {
	color: #0a67b2;
	cursor: pointer;
}

.topic-slide-list {
	display: flex !important;
	gap: 20px;
}

@media (max-width: 767px) {
	.topic-slide-item {
		width: 280px;
		display: block !important;
	}

	.topic-slide-item .topic-thumb,
	.topic-slide-item .topic-content {
		width: 100%;
	}

	.topic-slide-item .topic-thumb {
		padding: 0;
	}

	.topic-slide-item .topic-thumb img {
		width: 100%;
		height: 210px;
		border-radius: 8px;
	}
}

/* Topic List (News, Promo) */
.topic-item {
	display: inline-block;
	width: 100%;
	border: 1px solid #dadada;
	border-radius: 3px;
	margin-bottom: 24px;
	vertical-align: top;
	cursor: pointer;
	transition: all 0.3s ease-out;
	overflow: hidden;
}

.topic-item:hover {
	box-shadow: 5px 5px 10px #b5b3b3;
}

.topic-item .topic-thumb img {
	max-width: 100%;
	width: 100%;
	aspect-ratio: 4/3;
	object-fit: cover;
}

.topic-item .topic-content {
	padding: 16px;
}

.topic-item .topic-content .topic-title {
	height: 60px;
	overflow: hidden;
	margin-bottom: 10px;
}

.topic-item .topic-content .topic-title p {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.5;
	word-break: break-word;
}

.topic-item .topic-content .topic-subtitle {
	font-size: 12px;
	padding: 12px;
	font-weight: 400;
	color: #000;
	border: 1px solid #dadada;
	background: #f7f7f7;
	margin-bottom: 16px;
	border-radius: 3px;
	height: 95px;
}

.topic-item .topic-content .topic-subtitle p {
	font-size: 12px;
	display: -webkit-box;
	-webkit-line-clamp: 4;
	-webkit-box-orient: vertical;
	overflow: hidden;
	margin: 0;
	text-align: justify;
	text-justify: distribute;
	font-family: Arial;
}

.topic-item .topic-content .btn {
	font-weight: 500;
	text-transform: unset;
	padding: 8px 16px;
	font-size: 14px;
	border-radius: 6px;
}

@media (max-width: 767px) {
	.topic-item {
		border-radius: 10px;
		box-shadow: 0 10px 10px #b5b3b3;
	}

	.topic-item .topic-content .topic-title {
		font-size: 1.125rem;
		line-height: 1.75rem;
		height: 70px;
	}

	.topic-item .topic-content .topic-subtitle {
		padding: 0;
		border: none;
		height: auto;
	}

	.topic-item .topic-content .topic-date {
		margin: 0;
	}

	.topic-item .topic-content .btn {
		display: none;
	}
}

.radius-popup-icon,
.swal-custom-icon {
	width: 150px;
	height: 150x;
	margin: auto;
}

.btn-whatsapp {
	background-color: #00c307;
	color: #fff;
	transition: 0.3s;
}

.btn-whatsapp:hover,
.btn-whatsapp:active,
.btn-whatsapp:focus {
	background-color: #009005;
	color: #fff;
}

.btn-dark {
	background-color: #2f3330;
	color: #fff;
	transition: 0.3s;
}

.btn-dark:hover,
.btn-dark:active,
.btn-dark:focus {
	background-color: #171817;
	color: #fff;
}

.verified {
	display: flex;
	align-items: center;
	gap: 1em;
}

.verified-badge {
	display: flex;
	align-items: center;
	gap: 0.5em;
	font-size: 0.75em;
	color: #337ab7;
}

.verified-badge > i::before {
	font-size: 1.5em;
}

.phone-input-group {
	position: relative;
	width: 100%;
	display: grid;
	grid-template-columns: repeat(6, minmax(0, 1fr));
	gap: 0 0.75rem;
}

.phone-input-group .select2-container {
	grid-column: span 2 / span 2;
}

.phone-input-group
	.select2-container--default
	.select2-selection--single:last-child {
	border: 1px solid #c6c9da;
}

.phone-input-group
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow
	b::before {
	content: "\f107";
}

.select2-container--open .select2-dropdown.select-flag-country-code {
	width: 325px !important;
}

.country-option,
.country-code-option {
	display: flex;
	align-items: center;
	gap: 1em;
}

.country-option > img.country-flag,
.country-code-option > img.country-flag {
	width: 1.5em;
	height: auto;
}

.country-option .country-number,
.country-code-option .country-number {
	margin-left: 0.5em;
	color: #a0a0a0;
}

.phone-input-group > div {
	position: relative;
	grid-column: span 4 / span 4;
}

.phone-input-group select.hidden + div {
	grid-column: span 6 / span 6;
}

.phone-input-group select.hidden + div::before {
	width: 0;
	height: 0;
}

.phone-input-group .form-control:first-child {
	border-radius: 6px !important;
	border: 1px solid #c6c9da !important;
}

.phone-input-group .error {
	grid-column: span 6 / span 6;
}

.phone-input-group #spinner {
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
}

#form-otp > .form-group {
	display: flex;
	gap: 1em;
}

.otp-field {
	font-size: 1.5em;
	text-align: center;
}

.section-heading {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 1em;
}

.img-otp-ship {
	max-width: 100%;
	width: 100px;
	display: block;
	margin: auto;
}

#modal-periodic-verification i::before {
	font-size: 4rem;
}

.modal-sm {
	width: 460px;
}

@media (max-width: 767px) {
	.modal-sm {
		width: auto;
	}
}

.phone-form-row {
	margin-bottom: 20px;
}

.phone-form-row > [class^="col-"] > .form-group {
	margin-bottom: 0;
}

.phone-form-row .spinner-input {
	top: 50%;
	transform: translate(-50%, -50%);
	left: 50%;
}

.phone-form-row
	.select2-container--default
	.select2-selection--single
	.select2-selection__arrow {
	border: none;
}

.col-message > .has-detail {
	display: block;
}

.my-btn-socmed svg {
	margin-right: 0.375rem;
}
