body {
	font-family: Montserrat, sans-serif;
	font-size: 16px;
	min-height: 100vh;
}

html,
body {
	/* mobile viewport bug fix */
	height: -webkit-fill-available;
	min-height: -webkit-fill-available;
}

h1 {
	font-size: 18px;
	font-weight: bold;
}

#panel {
	background: #f6f9ff !important;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	min-height: 100vh;
	min-height: -webkit-fill-available;
}

#content {
	padding: 1.5rem 0;
	-webkit-box-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

#menu-list {
	min-height: calc(100vh - 270px);
}

#menu-list li:hover a {
	box-shadow: inset 250px 0px 60px var(--theme-primay-color);
	transition: 1s ease;
}

#menu-list li a {
	transition: .3s ease;
}

#menu-list li:hover :where(i, a) {
	transition: .5s ease;
	color: #fff;
	font-weight: 700;
	letter-spacing: 1px;
	text-shadow: 2px 2px 3px #777;
}

footer {
	background-color: #6c757d;
	color: #ffffff;
	font-size: .9rem;
}

.m3 {
	margin: 3rem 0;
}

.fs-xs {
	font-size: 0.75rem;
}

.fs-sm {
	font-size: .9rem;
}

.fs-md {
	font-size: 1.2rem;
}

.slideout-menu {
	position: fixed;
	top: 0;
	bottom: 0;
	width: 256px;
	min-height: 100vh;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
	z-index: 0;
	display: none;
	padding: 0 10px;
}

.slideout-menu-left {
	left: 0;
}

.slideout-menu-right {
	right: 0;
}

.slideout-panel {
	position: relative;
	z-index: 1;
	/* will-change: transform; */
	background-color: #f5f5f5;
	/* A background-color is required */
	min-height: 100vh;
	-ms-touch-action: manipulation;
	touch-action: manipulation;
}

.slideout-open,
.slideout-open body,
.slideout-open .slideout-panel {
	overflow: hidden;
}

.slideout-open .slideout-menu {
	display: block;
}

#menu #user-greet {
	padding: 1rem 0 .70rem 0;
}

#menu-list {
	padding: 0;
	-webkit-padding-before: 0;
	padding-block-start: 0;
	list-style: none;
}

#menu-list>li {
	position: relative
}

#menu-list>li>i {
	position: absolute;
	top: 16px;
	right: 8px;
	font-size: 10px;
}

#menu-list>li:hover {
	background: #f8f9fa;
}

#menu-list>li>a {
	display: block;
	color: #212529;
	text-decoration: none;
	/* padding: .70rem 1.2rem;
	font-size: 14px; */
	padding: .50rem 1.2rem;
	font-size: 12px;
	background-color: #F5F5F5;
	border-radius: 3px;
	margin-bottom: 5px;
}


#menu-list>li>a>i {
	margin-right: 20px;
}

#menu-list>li>a.ticket>i::before {
	content: "\f207";
}

#menu-list>li>a.print>i::before {
	content: "\f02f";
}

#menu-list>li>a.reschedule>i::before {
	content: "\f783";
}

#menu-list>li>a.tracking>i::before {
	content: "\f124";
}

#menu-list>li>a.cancel>i::before {
	content: "\f057";
}

#menu-list>li>a.refund>i::before {
	content: "\f53c";
}

#menu-list>li>a.boarding>i::before {
	content: "\f5eb";
}

#menu-list>li>a.contact>i::before {
	content: "\f879";
}

#menu-list>li>a.terms>i::before {
	content: "\f0c5";
}

#menu-list>li>a.privacy>i::before {
	content: "\f3ed";
}

#menu-list>li>a.feedback>i::before {
	content: "\f27a";
}

#menu-list>li>a.login>i::before {
	content: "\f2f6";
}

#menu-list>li>a.agent>i::before {
	content: "\f007";
}

#menu-list>li>a.dashboard>i::before {
	content: "\f0db";
}

#menu-list>li>a.logout>i::before {
	content: "\f2f5";
}

.text-uppercase-isvalid:valid {
	text-transform: uppercase;
}

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

.main-logo {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 150px;
}

.search-panel-city {
	margin: 1.2em 0em 1.2em 0em;
	padding: 2em 1em 1em 1em;
	background: #ffffff;
}

#search-form {
	position: relative;
}

#search-form :required {
	background-color: #ffffff;
}

#search-swap-icon {
	position: absolute;
	z-index: 99;
	right: 25px;
	margin: -26px 0 0;
	padding: 10px;
	width: 48px;
	height: 48px;
}

p.justify {
	text-align: justify;
}

.modal-fullscreen {
	padding: 0 !important;
	margin: 0 !important;
	width: 100vw;
}

.modal-fullscreen .modal-dialog {
	padding: 0 !important;
	margin: 0 !important;
	max-height: 100vh;
	max-width: 100vw;
	height: 100%;
}

.modal-fullscreen .modal-content {
	border: none;
	border-radius: unset;
	max-height: 100vh;
}

.modal-fullscreen .modal-body {
	overscroll-behavior-y: contain;
	padding-bottom: 150px !important;
}

.modal-fullscreen .navbar.shadow-sm {
	z-index: 3;
}

.active[data-type="asc"]>i::before {
	content: "\f077";
}

.active[data-type="desc"]>i::before {
	content: "\f078";
}

.trip-infos {
	position: relative;
	margin: 1em 0em 1em 0em;
	padding: 5.5px 15px 0em 15px;
	background: #ffffff;
	border-radius: 0.3rem;
	-webkit-box-shadow: 0 0.125rem 0.25rem 2px rgb(0 0 0 / 8%);
	box-shadow: 0 0.125rem 0.25rem 2px rgb(0 0 0 / 8%);
}

.trip-infos .trip-displayName {
	font-size: 11px;
	color: #585858;
	/*6c6c6c*/
}

.trip-infos .trip-bustype {
	font-size: 15px;
}

.trip-infos .trip-starttime,
.trip-infos .trip-endtime {
	font-weight: 700;
	color: #3e3e52;
	font-size: 15px;
}

.trip-infos .trip-fare-lebel {
	font-size: 14px;
}

.trip-infos .trip-fare {
	font-weight: 700;
	font-size: 24px;
}

.trip-infos .trip-fare-originalD {
	font-weight: 700;
	font-size: 18px;
}


.trip-infos .trip-fare-original {
	font-size: 12px;
}

.trip-infos .trip-fare-info .fas {
	font-weight: 900;
}

.trip-infos .trip-duration {
	font-size: 13px;
	color: #585858;
	/*6c6c6c*/
}

.trip-infos .trip-seatsavail,
.trip-infos .trip-seatsavail-info {
	font-size: 14px;
	color: #58585d;
}

.trip-infos .trip-seatsavail-info,
.trip-infos .singleseats {
	font-size: 12px;
	color: #58585d
		/*#909098*/
}

.trip-infos .small,
.trip-infos small {
	font-size: 9px;
}

.trip-infos .trip-via {
	font-size: 12px;
	color: #3e3e52
}

.trip-infos .trip-reststop {
	font-size: 12px;
}

/* .trip-infos .fas {
	color: #d9cccc;
} */

.trip-offer-ribbon {
	position: absolute;
	right: -12px;
	padding: 0px 5px 0px 25px;
	border-radius: 3px;
	/* background-color: #dc3545; */
	color: #fff;
	font-size: 11px;
	white-space: nowrap;
	border-top-right-radius: 0;
	/* clip-path: polygon(0 0, 100% 0, 100% 100%, 15% 100%); */
	background: rgb(220 53 69);
	background: linear-gradient(44deg, rgba(255, 255, 255, 1) 15%, rgba(220, 53, 69, 1) 15%);
}

.trip-offer-ribbon::after {
	content: '';
	position: absolute;
	border-bottom: 8px solid #b71c1c;
	border-right: 6px solid transparent;
	right: 0px;
	top: -8px;
	z-index: -1;
}

.strike-red {
	display: inline-block;
	position: relative;
	color: #dc3545;
	text-decoration: none;
}

.trip-infos .trip-fare-original::before {
	content: "";
	position: absolute;
	left: 0;
	right: 0;
	top: 54%;
	transform: translateY(-50%);
	border-bottom: 1px solid #dc3545;
}

.trip-offer-ribbon .fas {
	color: #fff;
}

.trip-tabs {
	font-size: 11px;
	padding: 0.5rem 0;
	border-bottom-right-radius: .3rem;
	border-bottom-left-radius: .3rem;
	border-top: 1px solid #ddd;
	flex-wrap: nowrap;
	overflow: auto;
}

.trip-tabs::before,
.trip-tabs::after {
	content: '';
	margin: auto;
}

.trip-tabs .col-auto {
	padding-right: 10px;
	padding-left: 10px;
}

.trip-tabs .col-auto:not(:last-child) {
	border-right: 1px solid #aaaaaa;
	appearance: none;
	-webkit-appearance: none;
}

.trip-tabs-content {
	font-size: 12px;
}

.trip-tabs-content:not(:empty) {
	padding: .5rem 0;
}

[data-tabcontent="AMENITIES"] img {
	width: 16px;
	min-width: 16px;
	margin-right: .5rem;
}

[data-tabcontent="STATIONPOINTS"] {
	max-height: 250px;
	overflow: auto;
}

.sp-amenities .ezeeicon-amenities {
	font-size: 11px;
}

.sp-amenities .badge-light {
	background-color: #eeeeee;
}

/* Bootstrap orverrides */

.input-group-text {
	background-color: #fff !important;
}

.form-control {
	font-size: 1.05em;
}

.btn.active.focus,
.btn.active:focus,
.btn.focus,
.btn.focus:active,
.btn:active:focus,
.btn:focus {
	outline: 0 !important;
	outline-offset: 0 !important;
	background-image: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
}

.form-control:focus {
	-webkit-backface-visibility: hidden;
	outline: none;
	-webkit-transition: 0.25s;
	-o-transition: 0.25s;
	transition: 0.25s;
	-webkit-box-shadow: none;
	box-shadow: none;
}

#selected-seat-footer {
	position: fixed;
	background: #fff;
	width: 100%;
	bottom: 0;
	-webkit-box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, .075);
	box-shadow: 0 -0.125rem 0.25rem rgba(0, 0, 0, .075);
	z-index: 1051;
	left: 0;
}

#selected-seat-footer .selected-seats-info {
	padding-top: .65rem;
	padding-bottom: .65rem;
}

.input-group-text,
.input-group-append .btn {
	font-size: inherit;
}

#pass-alert .alert {
	margin-bottom: 0;
}

.searchbar .input-group-text,
.searchbar .form-control,
.searchbar .form-control:focus {
	border: unset !important;
}

.searchbar [type="button"] {
	appearance: none;
	-webkit-appearance: none;
}

.search-input {
	border-left: 0;
	border-right: 0;
}

.search-input:invalid+.input-group-append>.input-group-text {
	color: #ffffff;
	pointer-events: none;
}

.search-input:-webkit-autofill,
.search-input:-webkit-autofill:hover,
.search-input:-webkit-autofill:focus,
.search-input:-webkit-autofill:active {
	-webkit-transition: background-color 0s ease-in-out 5000s;
	transition: background-color 0s ease-in-out 5000s;
}

.popover {
	max-width: 95vw;
	font-size: 12px;
}

.popover-body {
	max-height: 400px;
	overflow: auto;
}

/* Disount */
.discounts-list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	overflow: auto;
}

.discount-card {
	display: inline-block;
	padding: 1rem;
	margin: 1.5rem 0.5rem;
	border-radius: 1rem;
	background-color: #6c757d;
	min-width: 250px;
}

.discount-card:nth-child(odd) {
	background: -webkit-gradient(linear, left top, left bottom, from(#1ECBF4), to(#194DC3));
	background: -o-linear-gradient(#1ECBF4, #194DC3);
	background: linear-gradient(#1ECBF4, #194DC3);
}

.discount-card:nth-child(even) {
	background: -webkit-gradient(linear, left top, left bottom, from(#EF427C), to(#B41C8B));
	background: -o-linear-gradient(#EF427C, #B41C8B);
	background: linear-gradient(#EF427C, #B41C8B);
}

.discount-code {
	text-transform: uppercase;
	color: #ffffff;
	font-size: 1.25rem;
	font-weight: bolder;
	letter-spacing: 2px;
	text-shadow: 0px 1px, 1px 0px, 1px 1px;
}

.discount-info {
	font-size: 0.7rem;
	color: rgba(255, 255, 255, 0.8);
}

.discount-till {
	font-size: 0.6rem;
	color: rgba(255, 255, 255, 0.8);
	margin-top: 1.7rem;
	display: inline-block;
}

.discount-apply {
	float: right;
	color: #ffff;
	margin-top: 1.5rem;
	font-weight: bold;
}

/* Footer */
footer {
	background-color: #f6f9ff;
	color: #707070;
	line-height: 1.2;
}

footer .rights {
	font-size: 0.75rem;
}

footer .powered {
	font-size: 0.65rem;
}

/* App bar */
.app-banner {
	background-color: #f8f7f7;
}

/* Search Form */
#search-form {
	padding: 1rem 0;
}

#search-form .form-group label {
	margin-bottom: 0;
	margin-left: 0.7rem;
	font-size: 0.75rem;
	color: #a0a9bb;
}

#search-form .form-group {
	position: relative;
	padding: .375rem .75rem .375rem 2rem;
	background: #ffffff;
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
	border-radius: 4px;
	margin-bottom: 0.5rem;
	color: #212529;
}

#search-form .calander .form-group {
	padding: .375rem .75rem;
}

#search-form .select-icon-1 {
	position: absolute;
	left: 15px;
	top: 15px;
}

#search-form .select-icon-2 {
	position: absolute;
	left: 18px;
	top: 15px;
}

#search-form .form-control::-webkit-input-placeholder {
	color: #212529;
}

#search-form .form-control::-moz-placeholder {
	color: #212529;
}

#search-form .form-control:-ms-input-placeholder {
	color: #212529;
}

#search-form .form-control::-ms-input-placeholder {
	color: #212529;
}

#search-form .form-control::placeholder {
	color: #212529;
}

#search-form .form-control {
	border: none;
	/*background: #faffc1;*/
	color: #000;
	font-weight: bolder;
}

#search-form .calander button {
	margin-bottom: 0.5rem;
}

#search-form #search-onward-date {
	padding-top: 0;
	height: calc(1.5em + 2px);
}

#search-btn {
	padding: 0.5rem .75rem;
	-webkit-box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
	box-shadow: 0px 3px 1px -2px rgba(0, 0, 0, 0.2), 0px 2px 2px 0px rgba(0, 0, 0, 0.14), 0px 1px 5px 0px rgba(0, 0, 0, .12);
}

[data-date="0"] {
	margin-left: .5rem;
	margin-right: .5rem;
}

.home-content {
	/* background: url(../images/bg.png); */
	background-size: 100% auto;
	background-position: bottom;
	background-repeat: no-repeat;
}

.form-control-icon {
	padding: 1rem 1.25rem 1rem 2.5rem;
	height: calc(1.5em + 1.5rem + 2px);
}

.form-control-icon+.placholder-icon {
	font-size: 1.1rem;
	color: #949494;
	position: absolute;
	top: 15px;
	left: 15px;
}

#pass-fare-details {
	color: #495057;
}

#pass-fare-details .ticket-fare-tr {
	font-size: 15px;
	color: #212529;
}

#pass-fare-details .total-fare-tr {
	font-size: 16px;
	color: #212529;
	border-top: 2px solid #C2C9CE;
}

#pass-fare-details .total-fare-tr td {
	padding-top: 1rem;
}

#station-list-modal .station-list-label {
	background: #eee;
	padding: .45rem 1rem;
	font-size: 11px;
	font-weight: bold;
}

/* Filter */
.trip-filter-toggle label * {
	pointer-events: none;
}

.trip-filter-toggle .btn:hover {
	color: inherit;
	background-color: transparent;
	background-image: none;
	border-color: inherit;
}

.trip-filter-collapse,
.trip-filter-collapse:hover {
	text-decoration: none;
}

.trip-filter-collapse .badge-count {
	line-height: 1.1;
	margin-right: .3rem;
	vertical-align: text-top;
}

.trip-filter-collapse i {
	line-height: 1.5;
	-webkit-transition: -webkit-transform .35s ease;
	transition: -webkit-transform .35s ease;
	-o-transition: transform .35s ease;
	transition: transform .35s ease;
	transition: transform .35s ease, -webkit-transform .35s ease;
}

.trip-filter-collapse[aria-expanded="true"] i {
	-webkit-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
}

.filter-cb-list {
	max-height: 200px;
	overflow-y: auto;
}

#trip-filter-modal .modal-body {
	margin-bottom: 8rem;
}

#trip-filter-modal .modal-footer {
	position: fixed;
	bottom: 0;
	width: 100%;
	background-color: #ffffff;
}

.search-datenav-btn {
	width: 85px;
	box-shadow: 0 0.2rem 0.5rem 1px rgb(0 0 0 / 8%);
	border: 3px solid #ddd;
}

/* .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
	background: unset;
} */

/* .navbar-red {
	background-color: #F71F1F!important;
	color: #fff!important;
}

.nav-pills-red a.active {
	background-color: #F71F1F!important;
	color: #fff!important;
} */
.bar-upcomming,
.bar-completed,
.bar-cancelled {
	text-align: center;
	font-size: 12px;
	padding: 4px;
	color: #fff;
}

.bar-upcomming {
	background: #f71f1f;
}

.bar-completed {
	background: #001E53;
}

.bar-cancelled {
	background: #f71f1f;
}

.banner-slide {
	border-radius: .75rem !important;
	overflow: hidden;
	margin-right: 1rem;
}

.banner-slider .slick-track {
	margin-left: 0;
	margin-right: 0;
}

.float-pane {
	position: fixed;
	bottom: 25px;
	right: 10px;
	z-index: 100;
}

.wa-float-icon>img {
	width: 78px;
}

.phone-float-icon {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 60px;
	height: 60px;
	margin: 0 auto 10px;
}

.phone-float-icon .fas {
	font-size: 28px;
}

.app-page-logo {
	text-align: center;
	border: 1px solid #fff;
	box-shadow: 0 .5rem 1rem rgba(0, 0, 0, .15) !important;
	border-radius: 20%;
	height: 250px;
	width: 250px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin: 10px 0;
}

.app-page-logo img {
	width: auto;
	height: auto;
	max-width: 200px;
	max-height: 200px;
}

/* amenities start*/
.amenities a:hover {
	text-decoration: none;
}

.ezeeicon-amenities {
	font-size: 16px;
	color: #000;
	padding-left: 5px;
	vertical-align: bottom;
}

.ezeeicon-amenities[data-amenities="AMEF1QG68"]:before {
	content: "\e973";
}

/* video */
.ezeeicon-amenities[data-amenities="AMEE55J8"]:before {
	content: "\e92e";
}

/* gps */
.ezeeicon-amenities[data-amenities="AMEE55B6"]:before {
	content: "\e9c8";
}

/* wifi */
.ezeeicon-amenities[data-amenities="AMEF18G67"]:before {
	content: "\e976";
}

/* water bottles */
.ezeeicon-amenities[data-amenities="AMEE55B5"]:before {
	content: "\e976";
}

/* water bottle */
.ezeeicon-amenities[data-amenities="AMEK7AC36522"]:before {
	content: "\e979";
}

/* Sanitizer  */
.ezeeicon-amenities[data-amenities="AMEG74D55512"]:before {
	content: "\e97c";
}

/* camera  */
.ezeeicon-amenities[data-amenities="AMEHBDIE517"]:before {
	content: "\e92c";
}

/* Earphone  */
.ezeeicon-amenities[data-amenities="AMEE55B7"]:before {
	content: "\e9d2";
}

/* Mobile Charger  */
.ezeeicon-amenities[data-amenities="AMEF18G66"]:before {
	content: "\e925";
}

/* Blankets  */
.ezeeicon-amenities[data-amenities="AMEHBDIE518"]:before {
	content: "\e911";
}

/* Customer Service Call  */
.ezeeicon-amenities[data-amenities="AMEK58I53519"]:before {
	content: "\e988";
}

/* Social Distancing */
.ezeeicon-amenities[data-amenities="AMEH5PGC514"]:before {
	content: "\e975";
}

/*Personal TV */
.ezeeicon-amenities[data-amenities="AMEF6QMJA74"]:before {
	content: "\e98e";
}

/* Urinal Toilet */
.ezeeicon-amenities[data-amenities="AMEF18G65"]:before {
	content: "\e990";
}

/* Pillow */
.ezeeicon-amenities[data-amenities="AMEI7K8V521"]:before {
	content: "\e927";
}

/* Fire Extinguisher*/
.ezeeicon-amenities[data-amenities="AMEHB4I5516"]:before {
	content: "\e994";
}

/* Soft drink*/
.ezeeicon-amenities[data-amenities="AMEHB4I4515"]:before {
	content: "\e997";
}

/* Snacks */
.ezeeicon-amenities[data-amenities="AMEG82E50513"]:before {
	content: "\e99b";
}

/* Fan */
.ezeeicon-amenities[data-amenities="AMEHB4I4515"]:before {
	content: "\e996";
}

/* Snacks */
.ezeeicon-amenities[data-amenities="AMEI7K8U519"]:before {
	content: "\e971";
}

/* Hammer */
.ezeeicon-amenities[data-amenities="AMEI7K8U520"]:before {
	content: "\e98a";
}

/* Emergency exit */
.ezeeicon-amenities[data-amenities="AMEF2GIA69"]:before {
	content: "\e97f";
}

/* Headset */
.ezeeicon-amenities[data-amenities="AMEL4OA551"]:before {
	content: "\e99c";
}

/* Newspaper */
.ezeeicon-amenities[data-amenities="WTLONGE"]:before {
	content: "\e91c";
}

/* Waiting lounge */
.ezeeicon-amenities[data-amenities="ACWTLONGE"]:before {
	content: "\e910";
}

/* AC Waiting lounge */
.ezeeicon-amenities[data-amenities="WASHRM"]:before {
	content: "\e98e";
}

/* Wash Room */
.ezeeicon-amenities[data-amenities="MTRCONNT"]:before {
	content: "\e922";
}

/* Metro Connecting */
.ezeeicon-amenities[data-amenities="CCTVSRVLCE"]:before {
	content: "\e97c";
}

/* CCTV Surveillance */
.ezeeicon-amenities[data-amenities="TVENTMT"]:before {
	content: "\e975";
}

/* Television Entertainment */
.ezeeicon-amenities[data-amenities="AMENBAC584"]:before {
	content: "\e9f4";
}

/* Emergency Contact number */
.ezeeicon-amenities[data-amenities="AMEN9MJA2"]:before {
	content: "\e9bc";
}

/* Reading Light */
.ezeeicon-amenities[data-amenities="AMENBAD15"]:before {
	content: "\e9d0";
}

/* USB Port */
.ezeeicon-amenities[data-amenities="AMENBAC553"]:before {
	content: "\e9ca";
}

/* M ticket */
.ezeeicon-amenities[data-amenities="AMENBAD26"]:before {
	content: "\e9d4";
}

/* Deep cleaned Buses */
.ezeeicon-amenities[data-amenities="AMEO7QG51"]:before {
	content: "\e9fe";
}

/* Boarding Crew */
.ezeeicon-amenities[data-amenities="AMEP3IF411"]:before {
	content: "\e9dc";
}

/* Bio restroom */
.ezeeicon-amenities[data-amenities="AMEP45FV1"]:before {
	content: "\ea00";
}

/* Napkin */
/* amenities end*/

.p-0 {
	padding: 0;
}

.searchpage {
	overflow: hidden;
}

.sharing {
	background-color: #f4f4f4;
	border-radius: 50%;
	padding: 3px;
	margin-left: 5px;
}

.mini-busmap-layers .busmap-legend {
	font-size: 11px;
}

.mini-busmap-layers .busmap-overflow {
	position: relative;
	overflow: auto;
}

.mini-busmap-layers {
	border: .5px solid #797979;
	padding: 2px;
	border-radius: 5px;
}

.mini-busmap-layers .vertical-text {
	writing-mode: vertical-lr;
	white-space: nowrap;
	font-size: 10px;
	margin-bottom: 0;
	rotate: 180deg;
	color: #797979;
	margin: 1.5px 3px;
}

.trip-fare .onwardTag {
	font-size: 11px;
	position: relative;
	top: -5px;
	font-weight: 500;
	color: #585858;
	/* #797979; */
}

.seatTag {
	position: relative;
	top: -3px;
}

.mini-busmap-layers .mini-upper-layer,
.mini-busmap-layers .mini-lower-layer {
	width: max-content;
	border-radius: 4px;
}

.mini-busmap-layers .mini-lower-layer {
	margin-top: 1.5px;
}

.mini-busmap-layers .driver-icon::before {
	content: '';
	display: inline-block;
	background: url(../images/icons/steering.png) no-repeat center top;
	background-size: 15px 15px;
	height: 25px;
	width: 20px;
}

/* Seat Type Styles */
.mini-busmap-layers .seat-select-visibilitys {
	border: .5px solid #cecece;
}

#minibusmap .busmap-overflow {
	overflow: hidden;
	margin-bottom: 0;
}

#minibusmap .seat-booked-ladies {
	border: 1px solid #ff4598;
	background-color: #ff89be;
}

#minibusmap .seat-booked-gents {
	border: 1px solid #067ea3;
	background-color: #02c9de;
}

.mini-busmap-layers .seat-lay-details {
	display: inline-block;
	height: 14px;
	width: 14px;
	margin-bottom: 5px;
	border-radius: 2px;
	vertical-align: text-top;
}

.mini-busmap-layers .seat-lay-searchs,
.mini-busmap-layers .sleeper-lay-searchs,
.mini-busmap-layers .restroom-sleeper-filer {
	float: left;
	position: relative;
	font-size: 11px;
	cursor: pointer;
	margin: .5px;
	border-radius: 1px;
}

.mini-busmap-layers .seat-lay-searchs {
	width: 6.6px;
	height: 6.6px;
	line-height: 19px;
}

.mini-busmap-layers .sleeper-lay-searchs {
	width: 15px;
	height: 7px;
	line-height: 19px;
}

.mini-busmap-layers .vertical-seat {
	margin-top: -6px;
	margin-bottom: 0px;
	height: 15px;
	width: 7px;
	line-height: 18px;
	writing-mode: vertical-lr;
}

.mini-busmap-layers .restroom-sleeper-filer {
	width: 15px;
	height: 12px;
}

.mini-busmap-layers .restroom-lay {
	position: absolute;
	width: 100%;
	height: 46px;
	/* background: url(../images/icons/restroom.png) no-repeat center center; */
	background-size: contain;
	border: 1px solid #bbbbbb;
	border-radius: 2px;
	z-index: 1;
}

.mini-upper-layer-seats {
	border-bottom: 1px dashed #868886;
}

.minibusfilter {
	/* display: none; */
	filter: blur(1px);
}

/* mini busmap seat color */
.mini-busmap-layers .seat-booked-gents {
	border: .5px solid #017099;
	background-color: #88D1F2;
}

.mini-busmap-layers .seat-booked-ladies {
	border: .5px solid #FF89BE;
	background-color: #FFCFE3;
}

.mini-busmap-layers .seat-booked-blocked {
	border: .5px solid #B88A4C;
	background-color: #EED4AF;
}

/* Seat Status Styles */
/* .seat-booked {
	border: .5px solid #A0A0A0;
	background-color: #E8E8E8;
}

.seat-booked-gents {
	border: .5px solid #017099;
	background-color: #88D1F2;
}

.seat-booked-ladies {
	border: .5px solid #FF89BE;
	background-color: #FFCFE3;
}

.seat-available-gents {
	border: 1px solid #017099;
	background-color: #FFFFFF;
}

.seat-available-ladies {
	border: 1px solid #FF89BE;
	background-color: #FFFFFF;
}

.seat-booked-blocked {
	border: .5px solid #B88A4C;
	background-color: #EED4AF;
}

.seat-blocked-socialdis {
	border: .5px solid #6E6D6D;
	background-color: #C7C5AB;
}

.seat-available-other {
	border: .5px solid #bbbbbb;
	background-color: #d3d7d7;
}

.seat-available-you {
	border: .5px solid #008b00;
	background-color: #FFFFFF;
}

.seat-available-all {
	border: .5px solid #CCCCCC;
	background-color: #FFFFFF;
}

.seat-selected {
	border: .5px solid #12532e;
	background-color: #27AE60;
}

.seat-disabled {
	color: #000;
	background-color: #dbd9d9;
} */

.sort-filters {
	border-radius: 4px;
	padding: 0 2px;
	display: inline-block;
}

#trip-list-header {
	margin: 10px 5px;
	overflow: auto;
	scrollbar-color: transparent transparent;
	scrollbar-width: none;
}

.sort-btns {
	border-radius: 7px;
	border: #797979 1px solid;
	background: #fff;
	color: #000;
}

.sort-btns:focus {
	background: #c9e8fa !important;
	border: #c9e8fa 1px solid !important;
	outline: none !important;
}

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

.pl-0 {
	padding-left: 0 !important;
}

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

.boardingpoint-count,
.droppingpoint-count {
	height: 19px;
	width: 19px;
	border-radius: 50%;
	display: inline-block;
	background: #2d579f;
	color: white;
	text-align: center;
	font-size: 12px;
	padding: 1px;
	cursor: pointer;
}

.mr_2 {
	margin-right: 2px;
}

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

.journeyTime {
	background: #f6f6f6;
	color: #585858;
	border-radius: 30px 30px;
	padding: 4px 4px;
	font-size: 12px;
}

.datesoftrip {
	color: #585858;
}


.hr-bg {
	color: #ffa630;
	/* border: 1px solid #ffa630; */
}

.in-journey {
	color: #0078d7;
	/* border: 1px solid #0078d7; */
}

.comp {
	color: #64b92a;
	/* border: 1px solid #64b92a; */
}

#bus-status {
	border-radius: 4px;
	padding: 0 4px;
	margin: 2px 0;
	font-size: 13px;
	display: inline-block;
}

.searchPageCalendar {
	border: none;
	outline: none;
	position: absolute;
	left: 0;
	width: 100%;
	background: none;
	color: transparent;
	cursor: pointer;
}

.editableCalendar {
	position: relative;
	display: inline-block;
}

.mlr-7 {
	margin: 0 7px;
}

.img-clr-orange {
	filter: invert(52%) sepia(81%) saturate(602%) hue-rotate(-8deg) brightness(102%) contrast(101%);
}

.img-clr-blue {
	filter: invert(38%) sepia(94%) saturate(3760%) hue-rotate(174deg) brightness(92%) contrast(103%);
}

.img-clr-green {
	filter: invert(64%) sepia(35%) saturate(540%) hue-rotate(45deg) brightness(97%) contrast(90%);
}

.image-moves {
	margin: 3px;
	width: 20px;
}

.fn {
	font-weight: normal !important;
}

.m-b-5 {
	margin-bottom: 5px !important;
}

.mh {
	min-height: 111px;
}

.m-t-5 {
	margin-top: 5px !important;
}

#minibusmap {
	scrollbar-color: transparent transparent;
}

.justify-content-evenly {
	justify-content: space-evenly !important;
}

.justify-content-start {
	justify-content: flex-start !important;
}

.mb-60 {
	/* margin-bottom: 60px; */
}

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

.img-p {
	padding: 0 5px 5px 0;
	filter: invert(1);
}

.trip-offer {
	background: url(../common/discount-card.svg) no-repeat center center;
	background-size: contain;
	padding: 6px;
	padding: 9px;
	font-size: 12px;
	text-align: center;
	font-weight: bold;
}

.advertisement {
	width: 100%;
	background: rgb(179, 254, 250);
	background: linear-gradient(120deg, rgba(179, 254, 250, 1) 48%, rgba(255, 255, 255, 1) 90%);
	padding: 5px;
	border-radius: 0.3rem;
	font-size: 10px;
}

/* .btn-prev {
	border-top: 10px solid transparent;
    border-right: 20px solid #dedede;
    border-bottom: 10px solid transparent;
    width: 0;
    height: 0;
    position: absolute;

}
.btn-next{
	border-top: 10px solid transparent;
    border-left: 20px solid #dedede;
    border-bottom: 10px solid transparent;
    width: 0;
    height: 0;
    position: absolute;
} */


/* Modal overlay */
.dialog-overlay {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(0, 0, 0, 0.5);
	z-index: 999;
	/* Overlay behind the modal */
}

/* Modal box */
.dialog-box {
	position: fixed;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	background: #fff;
	padding: 10px;
	box-shadow: 0 0 15px rgba(0, 0, 0, 0.3);
	z-index: 1000;
	/* Modal in front of overlay */
	border-radius: 8px;
	/* text-align: center; */
}

/* Button style */
.dialog-box button {
	/* padding: 10px 20px;
	background-color: #007bff;
	color: white; */
	border: none;
	border-radius: 4px;
	cursor: pointer;
}

.dialog-box button:hover {
	background-color: #007bff;
	color: white;
}

.dialog-header {
	display: flex;
	-ms-flex-align: start;
	align-items: flex-start;
	-ms-flex-pack: justify;
	justify-content: space-between;
	padding: 1rem 1rem;
	border-bottom: 1px solid #dee2e6;
	border-top-left-radius: calc(.3rem - 1px);
	border-top-right-radius: calc(.3rem - 1px);
}

.upcoming-content,
.completed-content,
.cancelled-content {
	margin: .5rem 0;
}

.p-1r {
	padding: 1rem;
}

.p-t_5r {
	padding-top: .5rem;
}

.fr {
	float: right !important;
}

.bold {
	font-weight: bold !important;
}

.sp-time {
	font-weight: bold;
}

.sp-time span {
	font-weight: 500;
}

.mTB-3 {
	margin: 3px 0;
}

.mTB-5 {
	margin: 5px 0;
}

.crumbs-card {
	font-size: 12px;
}

.crumbs-heading {
	font-size: 14px !important;
}

.search-head {
	font-size: 14px;
	margin: 0;
}

.toproutes-conatiner {
	position: relative;
	padding: 1rem;
	color: #000;
	border-radius: 16px;
	margin: 7px;
	font-size: 12px;
}

.toproutes-conatiner .toproutes-heading {
	padding: .5rem 0;
	font-weight: bold;
}

.toproutes-conatiner .toproutes-card {
	padding-left: 0;
	text-decoration: none;
	line-height: 2;
	cursor: pointer;
}

.toproutes-conatiner .routes-symbol {
	display: inline-block;
	margin-right: .5rem;
}

.toproutes-conatiner .toproutes-card:not(:last-child) {
	margin-bottom: 1px;
}

.minH-240 {
	min-height: 260px;
	/* padding: 8rem; */
}

/* login bottomsheet */


/* bottom sheet */
.bottom-sheet {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	display: flex;
	align-items: center;
	justify-content: flex-end;
	flex-direction: column;
	opacity: 0;
	pointer-events: none;
	transition: 0.3s linear;
}

.bottom-sheet.show {
	opacity: 1;
	pointer-events: auto;
}

.overlay {
	position: fixed;
	top: 0;
	left: 0;
	height: 100%;
	width: 100%;
	background: #000;
	opacity: 0.2;
	z-index: -1;
}

.bottom-sheet .content {
	height: 50vh;
	max-height: 100vh;
	width: 100%;
	max-width: 1150px;
	background: #fff;
	padding: 25px 0 85px;
	border-radius: 12px 12px 0 0;
	box-shadow: 0 10px 20px rgba(0, 0, 0, 0.06);
	position: relative;
	transform: translateY(100%);
	transition: 0.3s ease;
}

.bottom-sheet.show .content {
	transform: translateY(0%);
}

.bottom-sheet.dragging .content {
	transition: none;
}

.bottom-sheet.fullscreen .content {
	border-radius: 0;
}

.bottom-sheet .content .header {
	display: flex;
	justify-content: center;
}

.bottom-sheet .content .header .drag-icon {
	padding: 15px;
	margin-top: -15px;
	cursor: grab;
	user-select: none;
}

.bottom-sheet .content .header .drag-icon span {
	height: 4px;
	width: 40px;
	background: #000;
	display: block;
	border-radius: 50px;
}

.bottom-sheet .content .body {
	position: relative;
	height: 100%;
	padding: 15px 0 40px;
	overflow-y: auto;
}

.bottom-sheet .content .body::-webkit-scrollbar {
	width: 0;
}

.bottom-sheet .content .body h2 {
	font-size: 1.8rem;
}

.bottom-sheet .content .body p {
	font-size: 1.06rem;
	margin-top: 20px;
}

.z-0 {
	z-index: 0;
}

.bus-profile {
	width: 50px;
	height: 50px;
	background-size: 100% 100%;
	display: inline-block;
	border-radius: 50%;
	margin-right: 10px;
}

#top-route-links {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

#top-route-links a {
	display: flex;
	align-items: center;
	justify-content: space-between;
	background: #fff;
	gap: 20px;
	color: #007bff;
	width: 48%;
	text-decoration: none;
	border: 1px solid #e0e0e0;
	border-radius: 6px;
	padding: 5px 10px;
	font-size: 14px;
	font-weight: 500;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.06);
	transition: background 0.2s, color 0.2s;
}

#top-route-links a .route-icon img {
	filter: invert(38%) sepia(99%) saturate(749%) hue-rotate(191deg) brightness(97%) contrast(101%);
	transition: filter 0.2s;
}

#top-route-links a:hover {
	background: #007bff;
	color: #fff;
}

#top-route-links a:hover .route-icon img {
	filter: invert(100%) sepia(0%) saturate(0%) hue-rotate(0deg) brightness(200%) contrast(100%);
	/* This makes the SVG arrow white on hover */
}

@media only screen and (max-width: 500px) {
	.dialog-box {
		height: auto;
		width: 362px;
		font-size: 12px;
	}
}

@media only screen and (max-width: 400px) {

	/* .tripinfo-container {
		width: max-content;
	} */
	.boardingpoint-count,
	.droppingpoint-count {
		height: 14px;
		width: 14px;
		font-size: 9px;
		padding: 1px;
	}

	.journeyTime {
		padding: 3px 3px;
		font-size: 9px;
	}

	.trip-infos .trip-starttime,
	.trip-infos .trip-endtime {
		font-size: 12px;
	}

	#bus-status,
	.trip-offer,
	.fare-div {
		font-size: 10px;
	}

	.datesoftrip {
		font-size: 11px;
	}

	.sort-btns {
		font-size: 12px !important;
	}

	#trip-list-header {
		padding: 0;

	}

	.fs {
		font-size: 1rem;
	}

	.fs-14 {
		font-size: 14px !important;
	}

	.dialog-box {
		height: auto;
		width: 362px;
		font-size: 12px;
	}

}
