@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@100;200;300;400;500;600;700;800;900&display=swap');

:root {
    /* --operatorcolor: ; */
    /* --heading-font: ; */
    --text-font: 'Poppins', sans-serif !important;
    --heading-font-size: 30px;
    --text-font-size: 14px;
}

html {
    font-size: unset;
    -webkit-text-size-adjust: unset;
    -ms-text-size-adjust: unset;
}

body {
    font-size: 14px !important;
    font-family: var(--text-font) !important;
    font-weight: 400;
}

.bootstrap5 *,
.bootstrap5 *::before,
.bootstrap5 *::after {
    font-size: 14px;
}

.bootstrap5 .btn-toolbar:before {
    content: unset;
}

/* Change Autocomplete styles in Chrome*/
.bootstrap5 input:-webkit-autofill,
.bootstrap5 input:-webkit-autofill:hover,
.bootstrap5 input:-webkit-autofill:focus,
.bootstrap5 textarea:-webkit-autofill,
.bootstrap5 textarea:-webkit-autofill:hover,
.bootstrap5 textarea:-webkit-autofill:focus,
.bootstrap5 select:-webkit-autofill,
.bootstrap5 select:-webkit-autofill:hover,
.bootstrap5 select:-webkit-autofill:focus {
    -webkit-text-fill-color: rgb(0, 0, 0);
    -webkit-box-shadow: 0 0 0px 1000px #ffffff inset;
    transition: background-color 5000s ease-in-out 0s;
    color: #000;
}

/* ===================
21. Date picker css 
====================== */
.ui-datepicker {
    z-index: 10050 !important;
}

.ui-datepicker .ui-datepicker-header .ui-corner-all>span,
.ui-datepicker .ui-datepicker-header .ui-state-hover>span {
    display: none;
}

.ui-datepicker.ui-widget-content {
    border: none;
    padding: 8px;
    border-radius: 8px;
    box-shadow: 0 3px 24px rgb(0 0 0 / 10%);
}

.ui-datepicker .ui-datepicker-header .ui-corner-all,
.ui-datepicker .ui-datepicker-header .ui-state-hover {
    cursor: pointer;
    border: 0;
    background: none;
    font-weight: 500;
    top: 3px;
}

.ui-datepicker .ui-datepicker-prev:after {
    content: url(../images/ars_prev.png);
    left: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-datepicker-next:after {
    content: url(../images/ars_next.png);
    right: 5px;
    top: 4px;
    position: absolute;
    font-family: "Font Awesome 6 Pro";
}

.ui-datepicker .ui-widget-header {
    background: var(--operatorcolor);
    color: white;
    border: none;
    border-radius: 8px;
}

.ui-datepicker td span,
.ui-datepicker td a {
    display: block;
    padding: 0.2em;
    text-align: center;
    text-decoration: none;
}

.ui-state-default,
.ui-widget-content .ui-state-default,
.ui-widget-header .ui-state-default,
.ui-button,
html .ui-button.ui-state-disabled:hover,
html .ui-button.ui-state-disabled:active {
    border: none;
    border-radius: 8px;
}

.ui-state-highlight,
.ui-widget-content .ui-state-highlight,
.ui-widget-header .ui-state-highlight {
    border: none;
    background: #013f7e88;
    color: white;
}

.ui-state-active,
.ui-widget-content .ui-state-active,
.ui-widget-header .ui-state-active,
a.ui-button:active,
.ui-button:active,
.ui-button.ui-state-active:hover {
    background: var(--operatorcolor);
    color: white;
}

/* end datepick */

.bootstrap5 ol,
.bootstrap5 ul {
    padding-right: 0px;
}

.bootstrap5 ul {
    margin-bottom: 0px;
    padding-left: 0px;
}

.bootstrap5 li {
    list-style: none;
}

.bootstrap5 a {
    text-decoration: none;
}

.bootstrap5 p {
    line-height: 2;
    font-size: 14px;
    margin: 0px;
}

body .bootstrap5 {
    font-family: var(--text-font);
    position: relative;
}

/* Chrome, Safari, Edge, Opera */
/* input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
} */

/* Firefox */
/* input[type=number] {
    -moz-appearance: textfield;
} */

/* about us */
h1,
h2,
h3,
h4,
h5,
h6,
.gallery .bootstrap5,
.ticket-cancel .bootstrap5,
.p-policy .bootstrap5,
.rp_agentreg .bootstrap5,
.rp_feedback .bootstrap5,
.cr-policy .bootstrap5,
.bpoint .bootstrap5,
.contactus .bootstrap5,
.aboutus .bootstrap5 {
    font-family: var(--text-font);
}

.contactus .bootstrap5 h4,
.gallery .bootstrap5 h3,
.ticket-cancel .bootstrap5 h3,
.p-policy .bootstrap5 h3,
.rp_agentreg .bootstrap5 h3,
.rp_feedback .bootstrap5 h3,
.cr-policy .bootstrap5 h3,
.bpoint .bootstrap5 h3,
.contactus .bootstrap5 h3,
.aboutus .bootstrap5 h3,
.aboutus .bootstrap5 h3 b {
    font-family: var(--text-font);
    font-size: var(--heading-font-size);
    margin-bottom: 20px;
}

.aboutus .bootstrap5 ul {
    text-align: start;
}

.tc .bootstrap5 ul li,
.p-policy .bootstrap5 ul li,
.cr-policy .bootstrap5 ul li,
.aboutus .bootstrap5 ul li {
    line-height: 2;
    margin-bottom: 14px;
    font-size: var(--text-font-size);
    display: block;
    text-align: justify;
}

/* .contactus */
.contactus .bootstrap5 .adderss {
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
    transition: 0.3s;
    background-color: white;
    border-radius: 6px;
    border-top: 5px solid var(--operatorcolor);
}

.contactus .bootstrap5 .adderss:hover {
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.25);
}

.contactus .bootstrap5 h4 {
    color: var(--operatorcolor);
    margin-bottom: 10px;
    font-size: 20px;
}

.contactus .bootstrap5 p {
    font-size: var(--text-font-size);
    line-height: 2;
}

/* bpoint */
.bootstrap5 .form-select:focus {
    border-color: unset;
    outline: 0;
    box-shadow: unset;
}

.bootstrap5 .form-select option {
    max-width: 100% !important;
}

#bpointHolder {
    width: 100%;

}

#bpointHolder .form-select {
    background-image: unset;
    padding-right: 0.75rem;
}

.bootstrap5 .form-select {
    border-radius: 7px;
}

#bpointHolder .stoplist {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
    border-radius: 3px;
    height: 100%;
}

#bpointHolder .stoplist h4 {
    font-size: var(--text-font-size);
    font-weight: bold;
    text-transform: uppercase;
}

.ticket-cancel .bootstrap5 .group-input label,
.rp_agentreg .bootstrap5 .group-input label,
.rp_feedback .bootstrap5 .group-input label {
    font-size: 14px;
    font-weight: 700;
    padding: 0px;
}

.ticket-cancel .bootstrap5 .group-input textarea,
.ticket-cancel .bootstrap5 .group-input select,
.ticket-cancel .bootstrap5 .group-input input,
.rp_agentreg .bootstrap5 .group-input textarea,
.rp_agentreg .bootstrap5 .group-input select,
.rp_agentreg .bootstrap5 .group-input input,
.rp_feedback .bootstrap5 .group-input textarea,
.rp_feedback .bootstrap5 .group-input select,
.rp_feedback .bootstrap5 .group-input input {
    padding: 10px 15px;
    border-radius: 7px;
    color: #8C8C8C;
    border: 1px solid #8C8C8C;
}

.ticket-cancel .bootstrap5 .group-input p,
.rp_feedback .bootstrap5 .group-input p {
    font-size: 12px;
    position: absolute;
    line-height: 1.5;
}

/* .ticket-cancel */
.bootstrap5 .refundbtn,
.ticket-cancel .bootstrap5 .tbtn button,
.ticket-cancel .bootstrap5 .tbtn input {
    padding: 10px;
    background-color: var(--operatorcolor);
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    border: 1px solid #8c8c8c;
    border-radius: 6px;
    width: 100%;
}

@media (max-width: 576px) {

    .ticket-cancel .bootstrap5 .tbtn button,
    .ticket-cancel .bootstrap5 .tbtn input {
        font-size: 11px;
    }
}

.bootstrap5 #CancelTicket,
.bootstrap5 #EditTicketDetails {
    position: fixed !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) !important;
    z-index: 12 !important;
    background-color: white !important;
    padding: 2px !important;
    border-radius: 7px !important;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25) !important;
}

.bootstrap5 #CancelTicket .card-title,
.bootstrap5 #EditTicketDetails .card-title {
    padding: 10px;
    background-color: var(--operatorcolor);
    font-weight: 600;
}

.bootstrap5 #CancelTicket label,
.bootstrap5 #EditTicketDetails label {
    font-size: 14px;
}

.bootstrap5 #CancelTicket select,
.bootstrap5 #EditTicketDetails select {
    padding: 10px;
    border: 1px solid #8C8C8C;
    border-radius: 4px;
}

/* gallery */

.gallery .bootstrap5 .photo .col-3 div {
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}

.gallery .bootstrap5 .photo .col-6 div figure {
    overflow: hidden;
    margin: 0px;
}

.gallery .bootstrap5 .photo img {
    width: 100%;
    height: 170px;
    object-fit: cover;
    object-position: center;
    transition: 0.5s;
}

.gallery .bootstrap5 .photo figure:hover img {
    transform: scale(1.1);
}

.lb-closeContainer {
    position: fixed;
    right: 20px;
    top: 25px;
}

.lb-outerContainer {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.lb-details {
    position: fixed;
    bottom: 10px;
    left: 10px;
}

/* ticket */


/* .ticket-item,
.travel-time,
.ticket-item-footer .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
} */

.ticket-item {
    background: #fff;
    margin-bottom: 15px;
    border-radius: 5px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);

}

.ticket-item img {
    height: 16px;
}

.ticket-item .sb-amenities img {
    height: 20px;
}

.ticket-item:last-child {
    margin-bottom: 0;
}

@media (max-width: 575px) {
    .ticket-item {
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
    }
}

.ticket-item-inner {
    -webkit-box-flex: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
}

.ticket-item-inner .bus-name {
    font-size: 14px;
}

.ticket-item-inner .bus-name span {
    font-size: 12px;
    text-transform: uppercase;
    background-color: #007bff;
    border-radius: 4px;
    padding: 0px 5px;
    color: white;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
    text-wrap: nowrap;
}

@media (max-width: 767px) {
    .ticket-item-inner {
        width: 100%;
        text-align: left;
    }
}

.ticket-item-inner p {
    line-height: unset;
}

.ticket-item-inner .bus-info {
    font-size: 13px;
    color: #6c757d;
    text-transform: capitalize;
}

.ticket-item-inner .bus-info object {
    height: 20px;
}

.ticket-item-inner .bus-info span {
    font-size: 12px;
}

.ticket-item-inner .seats-left,
.ticket-item-inner .starting-fare {
    color: #6c757d;
    font-size: 12px;
}

.ticket-item-inner .bus-time p,
.ticket-item-inner .place {
    color: #6c757d;
    text-transform: capitalize;
    font-size: 12px;
}


.ticket-item-inner .bus-time {
    text-align: center;
    padding: 0px 8px 0px 0px;
}

.ticket-item-inner .bus-time object {
    width: 30px;
}

.ticket-item-inner .bus-time .time {
    font-size: 18px;
    color: #1f1f1f;
    font-weight: 500;
}

.ticket-item-inner button {
    height: auto;
    width: auto;
    padding: 10px 15px;
    margin: 0;
    line-height: 1;
    font-weight: 600;
    word-spacing: 3px;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 10px;
}

.bootstrap5 .progress {
    width: 80px;
    height: 5px;
}

.travel-time {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media (max-width: 767px) {
    .travel-time {
        text-align: left;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        margin-top: 12px;
    }
}

.travel-time div {
    padding: 0 10px;
}


.book-ticket {
    text-align: center;
}

.book-ticket .rent-offer {
    font-size: 20px;
    color: #8c8c8c;
    font-weight: 500;
    line-height: unset;
}


.book-ticket .rent-offer svg {
    height: 20px;
    width: 20px;
}

.book-ticket .seats-left {
    color: #6c757d;
    font-weight: 400;
}

.book-ticket .seats-left span {
    font-size: 12px;
}

.ticket-item-footer {
    margin-top: 10px;
    width: 100%;
    position: relative;
    background-color: #f1f1f1;
}

.ticket-item-footer span {
    cursor: pointer;
    font-size: 13px;
}

.ticket-item-footer .info-list div {
    border-right: 1px solid #8C8C8C;
    font-size: 14px;
}

.ticket-item-footer .info-list div:last-child {
    border-right: none;
}

.ticket-item-footer .tracking {
    width: fit-content;
    background: #f1f1f1;
    padding: 4px 10px;
    border-radius: 4px;
    font-size: 12px;
    border: 1px dashed #1C9B4A;
}

.ticket-item-footer .tracking object {
    height: 20px;
}

.ticket-item-inner .bus-time object {
    width: 20px;
}

.facilities button {
    cursor: unset !important;
}

.btn--base {
    width: 130px;
    color: #fff !important;
    background: var(--operatorcolor);
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #8C8C8C;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    user-select: none;
    border: 1px solid var(--operatorcolor);
    padding: 0.375rem 0.75rem;
    font-size: 16px;
    border-radius: 0.25rem;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
}

.badge--primary {
    background-color: rgba(115, 103, 240, 0.15);
    border: 1px solid #7367f0;
    color: #7367f0;
}

/* modifi */

.sb-title-section {
    position: relative;
}

.sb-title-section h3 {
    color: #8c8c8c;
    font-family: var(--heading-font);
}

.sb-title-section label {
    font-size: 12px;
}

.sb-title-section .swap {
    position: relative;
}

.sb-title-section .swap .swapani {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 30px;
    height: 30px;
    border-radius: 100px;
    border: 1px dashed var(--operatorcolor);
    padding: 3px;
    -moz-transition: all .5s linear;
    -webkit-transition: all .5s linear;
    transition: all .5s linear;
}


.sb-title-section .swap .swapani.down {
    -moz-transform: translate(-50%, -50%) rotate(-180deg);
    -webkit-transform: translate(-50%, -50%) rotate(-180deg);
    transform: translate(-50%, -50%) rotate(-180deg);
}

.sb-title-section .swap img {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    width: 19px;
}

.sb-title-section select.form-select,
.sb-title-section input.form-control,
.sb-title-section button.btn {
    padding: 7px 10px;
    border: none;
    border-radius: 0px;
    font-size: 14px;
    border-bottom: 1px solid rgba(0, 0, 0, .15);
    box-shadow: unset;
}

.sb-title-section select:focus-visible,
.sb-title-section input:focus-visible {
    outline: 0;
}

.sb-title-section button.btn {
    background-color: var(--operatorcolor);
    font-weight: 700;
    color: white;
}

.bootstrap5 .form-control:disabled,
.bootstrap5 .form-control[readonly] {
    background-color: white;
}

.bootstrap5 .form-control:focus {
    border-color: rgba(0, 0, 0, .15);
    box-shadow: none;
}

.sb-searchbox {
    padding: 15px;
    background: #fff;
    border-radius: 0px 5px 5px 0px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 54%, .25);
}

.sb-date a:hover,
.sb-date object:hover,
.sb-date svg:hover {
    cursor: pointer;
}

.sb-date img {
    height: 15px;
}

.sb-date .from-to span {
    font-size: 14px;
    text-transform: capitalize;
    font-weight: 700;
    letter-spacing: 1px;
}

.bootstrap5 .badge {
    color: #6c757d;
    font-size: 12px;
    padding: 0px;
    line-height: 1.5;
    font-weight: 400;
}

.Resdisabled {
    position: relative;
}

.Resdisabled::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    z-index: 1;
}

/* map */
.map.bootstrap5 {
    padding: 0px;
}

.bootstrap5 .nave {
    z-index: 1;
    width: 95%;
    position: fixed;
    left: 0px;
    right: 0px;
    background-color: white;
    border-radius: 10px;
    padding: 10px;
    box-shadow: 0 2px 6px 0 hsla(0, 0%, 54%, .25);
}

.bootstrap5 .nave .row {
    display: flex;
    align-items: center;
}

.bootstrap5 .nave h5 {
    text-transform: uppercase;
    font-size: 20px;
    margin: 0px;
    font-weight: 700;
}

.bootstrap5 .nave img {
    height: 50px;
}


.bootstrap5 .m-footer {
    position: fixed;
    width: 100%;
    bottom: 0px;
    left: 0px;
    text-align: center;
}

.bootstrap5 .m-footer .container {
    width: 95%;
    left: 0px;
    right: 0px;
    background-color: white;
    border-radius: 10px 10px 0px 0px;
    box-shadow: 0 -2px 6px 0 hsla(0, 0%, 54%, .25);
    border-top: 5px solid var(--operatorcolor);
}

.bootstrap5 .m-footer .container.container-f {
    border-radius: 0px;
    box-shadow: none;
    border: none;
}

.bootstrap5 .footer p {
    background-color: white;
    color: #8C8C8C;
}

.bootstrap5 .m-footer p.mp {
    font-size: 12px;
    text-align: center;
    color: #8C8C8C;
}

.live-map {
    width: 100%;
    height: 100%;
    position: fixed;
    z-index: 0;
    object-fit: cover;
}

.m-footer .f-nave p {
    font-size: 16px;
    text-align: start;
}

.m-footer .f-nave .img-downarrow {
    text-align: end;
}

.m-footer .f-nave .img-downarrow img {
    transition: 0.3s;
    height: 16px;
}

.m-footer .f-nave .img-downarrow.active img {
    transform: rotateX(180deg);
}

.m-footer .details {
    border-top: 1px solid #8C8C8C33330;
}

.m-footer .details table {
    font-size: 16px;
    line-height: 1.5;
    width: 100%;
}

.m-footer .details table tr td:first-child {
    text-transform: uppercase;
    font-weight: 700;
}

.m-footer .details .green {
    color: green;
}

.m-footer .details button {
    padding: 8px 7px;
    width: 100%;
    border-radius: 3px;
    line-height: 1.7;
    font-size: 16px;
    border: none;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    text-transform: capitalize;
}

.m-footer .details button.my-seat {
    background-color: var(--operatorcolor);
    color: #8c8c8c;
}

.m-footer .details button.call {
    background-color: green;
    color: white;
}


/* selectSeat */
.bootstrap5 .selectSeat {
    border: none;
    width: 100%;
    margin-bottom: 0px;
    padding: 0px;
    border-top: 1px dashed #bbbbbb;
}

.ex-seats-color {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    grid-gap: 0.5rem;
}

.seat-legend a {
    color: #8c8c8c;
    font-size: 12px;
    background-color: var(--operatorcolor);
    padding: 5px 10px;
    border-radius: 3px;
}

.seat-legend a:hover {
    color: #8c8c8c;
}

.boarding-point label {
    font-size: 14px;
    font-weight: 600;
    text-transform: capitalize;
}

.bootstrap5 .boarding-Address,
.bootstrap5 .boarding-Address {
    background-color: #f8f9fa;
    line-height: 1.7;
    color: #6c757d;
    border-radius: 3px;
    text-transform: capitalize;
    font-size: 14px;
}

.bootstrap5 .select-BoardingPOint span,
.bootstrap5 .select-DropingPOint span {
    font-size: 14px;
    text-transform: capitalize;
}

.bootstrap5 .select-BoardingPOint .row .col-8 span,
.bootstrap5 .select-DropingPOint .row .col-8 span {
    font-size: 12px;
    color: #6c757d;
    text-transform: capitalize;
}

.bootstrap5 .fare-del div {
    line-height: 2;
    text-transform: capitalize;
    font-size: 14px;
}

.bootstrap5 .fare-del div:nth-child(even) {
    font-weight: bold;
}

.bootstrap5 .fare-del div th {
    line-height: 2;
}

/* returntrippopup */
.bootstrap5 #returntrippopup .btn--base {
    width: 100px;
    margin: 0px 15px;
}

.bootstrap5 .modal {
    padding-top: 0px;
}

/* NoSeatDiv */
.bootstrap5 #NoSeatDiv p:first-child {
    font-size: 18px;
}

.bootstrap5 #NoSeatDiv p:last-child {
    font-size: 14px;
}

/* Cancelpolicy */
.bootstrap5 #PickupPoint h4,
.bootstrap5 #Cancelpolicy h4 {
    font-size: 18px;
    font-weight: 600;
}

.bootstrap5 #PickupPoint,
.bootstrap5 #Cancelpolicy {
    text-transform: capitalize;
}

.bootstrap5 .sb-amenities,
.bootstrap5 #Cancelpolicy.row,
.bootstrap5 #PickupPoint.row {
    border: none;
    border-top: 1px dashed #bbbbbb;
    background-color: #f1f1f1;
    max-height: 300px;
    overflow-y: scroll;
}

.bootstrap5 .sb-amenities .facilities div {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    grid-gap: 0.5rem;
}

.bootstrap5 .sb-amenities .facilities div button {
    background-color: unset;
    border: none;
    text-align: start;
}

.bootstrap5 .sb-amenities .facilities div span {
    font-size: 14px;
    text-transform: capitalize;
}

.passengerinfo .bootstrap5 .offercode table .total td,
.passengerinfo .bootstrap5 .offercode table .total th,
.passengerinfo .bootstrap5 .offercode table .total td span {
    font-size: 19px;
    font-weight: 600;
}

.passengerinfo .bootstrap5 .offercode table .total {
    border-top: 1px dashed #e0e0e0;
}

.passengerinfo .bootstrap5 .returnjourney .col-3,
.passengerinfo .bootstrap5 .onwardjourney .col-3 {
    display: grid;
    place-items: center;
}

.passengerinfo .bootstrap5 .returnjourney img,
.passengerinfo .bootstrap5 .onwardjourney img {
    width: 30px;
}

.passengerinfo .bootstrap5 .returnjourney .return-card,
.passengerinfo .bootstrap5 .onwardjourney .onward-card {
    border-radius: 8px;
}

.passengerinfo .bootstrap5 .returnjourney .return-card div:last-child,
.passengerinfo .bootstrap5 .onwardjourney .onward-card div:last-child {
    text-align: end;
}

.passengerinfo .bootstrap5 .returnjourney .return-card h6,
.passengerinfo .bootstrap5 .onwardjourney .onward-card h6 {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 300;
}

.passengerinfo .bootstrap5 .returnjourney .return-card h5,
.passengerinfo .bootstrap5 .onwardjourney .onward-card h5 {
    font-size: 18px;
    font-weight: 700;
}

.passengerinfo .bootstrap5 .returnjourney .return-card p,
.passengerinfo .bootstrap5 .onwardjourney .onward-card p {
    font-size: 12px;
}

.passengerinfo .bootstrap5 .form-control {
    font-size: 14px;
}

.passengerinfo .bootstrap5 .offercode div {
    line-height: 2.2;
    text-align: justify;
}

.passengerinfo .bootstrap5 .offercode table .total {
    /*    background-color: var(--operatorcolor);*/
    border-radius: 8px;
    font-weight: 700;
    font-size: 14px;
}

.passengerinfo .bootstrap5 #PaymentFrm table thead {
    border-bottom: 1px dashed #e0e0e0;
}

.passengerinfo .bootstrap5 .offercode .paymenttype span {
    line-height: 3;
}

#PageLoading {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 100%;
    width: 100%;
}

#PageLoading img {
    left: 50%;
    position: absolute;
    top: 50%;
    transform: translate(-50%, -50%);
}

.showchar .truncated,
.showchar .read-more {
    font-size: 12px;
}

.ex-seats {
    display: flex;
    align-items: center;
}

/* mobile view */
@media (max-width: 992px) {

    .ex-seats-color span,
    .ticket-item-inner .starting-fare,
    .ticket-item-footer .tracking,
    .ticket-item-inner .bus-info,
    .ticket-item-inner .seats-left,
    .ticket-item-inner .bus-time p,
    .ticket-item-inner .place {
        font-size: 11px;
    }

    .ticket-item-inner .bus-time .time {
        font-size: 12px;
    }

    .travel-time div {
        padding: 0px 10px 0px 0px;
    }

    .ticket-item-inner .bus-name,
    .btn--base {
        font-size: 15px;
    }

    .bootstrap5 .sb-amenities .facilities div,
    .ex-seats-color {
        grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
    }

    .sb-title-section .swap div {
        left: unset;
        transform: rotate(90deg) translatex(-50%);
    }

    .bootstrap5 .sb-amenities .facilities div button {
        text-align: start;
    }

    .newseatlayout .busFloorSearArrange ul.deck li a span {
        font-size: 10px;
    }

}

@media screen and (min-width: 768px) {

    .searchbus .bootstrap5 .modal:before,
    .searchbus .modal:before {
        display: unset !important;
        vertical-align: unset !important;
        content: " " !important;
        height: unset !important;
    }
}

@media (min-width: 576px) {

    .searchbus .bootstrap5 .modal-dialog,
    .searchbus .modal-dialog {
        max-width: fit-content !important;
    }
}

.check-spinner__worm-a,
.check-spinner__worm-b {
    visibility: hidden;
}

.check-spinner {
    margin-bottom: 1em;
    overflow: visible;
    width: 6.25em;
    height: 6.25em;
}

.check-spinner__worm-a {
    animation: worm-a 1.2s linear;
}

.check-spinner__worm-b {
    animation: worm-b 1.2s 1.2s linear forwards;
    stroke-dashoffset: 0.01;
}

.check-spinner__circle {
    animation: circle 0.2s 2.3s cubic-bezier(0, 0, 0.42, 1.33) forwards;
}

/* Animations */
@keyframes worm-a {
    from {
        stroke-dashoffset: 36.1;
        visibility: visible;
    }

    to {
        stroke-dashoffset: -252.9;
        visibility: visible;
    }
}

@keyframes worm-b {
    from {
        animation-timing-function: linear;
        stroke-dasharray: 0 0 72.2 341.3;
        visibility: visible;
    }

    69.7% {
        animation-timing-function: ease-out;
        stroke-dasharray: 0 207 45 341.3;
        visibility: visible;
    }

    to {
        animation-timing-function: ease-out;
        stroke-dasharray: 0 297 45 341.3;
        visibility: visible;
    }
}

@keyframes circle {
    from {
        r: 0;
    }

    to {
        r: 50px;
    }
}

@keyframes reappear {
    from {
        visibility: hidden;
    }

    to {
        visibility: visible;
    }
}

/* pg-offer */
.bootstrap5 p.pg-offer img {
    height: 12px;
}

.bootstrap5 p.pg-offer span {
    font-size: 12px;
    color: #1C9B4A;
}

/* filter-top */
.filter-top div {
    border-radius: 6px;
    background-color: var(--operatorcolor);
}

.filter-top div {
    cursor: pointer;
}

.filter-top div a,
.filter-top div a:hover {
    color: white;

}

:is(.filter-top) img {
    height: 16px;
}

.sortorder.reverse {
    transform: rotate(180deg);
}

/* filter-card */
.filter-card {
    background-color: #f1f1f1;
    box-shadow: rgba(0, 0, 0, 0.15) 1.95px 1.95px 2.6px;
}

.filter-card label p {
    line-height: 1;
}

.filter-card h5 {
    font-size: 14px;
    font-weight: bold;
}

.filter-card h5 span span {
    background-color: var(--operatorcolor);
    color: white;
    padding: 0px 6px;
    border-radius: 100px;
    font-size: 12px;
    font-weight: 600;
}

.filter-card .select-scr label {
    border: unset;
    border-radius: 0px;
    padding: 0;
    background-color: unset;
    width: 100%;
}

.filter-card .select-scr input:checked+label {
    background-color: unset;
    color: unset;
}

.filter-card .select-title img {
    background-color: var(--operatorcolor);
    height: 18px;
    border-radius: 100px;
    transform: rotate(90deg);
}

#Boardingpoint,
#Droppingpoint {
    transition: 0.8s;
}

#Boardingpoint input::placeholder,
#Droppingpoint input::placeholder {
    font-size: 14px;
}

.filter-card .select-title img.active {
    transform: rotate(-180deg);
    transition: 0.5s;
}


.filter-card label {
    cursor: pointer;
    border: 1px solid var(--operatorcolor);
    border-radius: 6px;
    padding: 8px 10px;
    background-color: white;
}

.filter-card input:checked+label {
    background-color: var(--operatorcolor);
    color: white;
}

.filter-card input:checked+label p {
    color: white;
}

.m-filterlist .m-filterbox label svg path,
.filter-card label svg path {
    fill: var(--operatorcolor);
}

.filter-card input:checked+label svg path {
    fill: white;
}

.filter-card .filter-Title p {
    font-size: 16px;
    text-transform: uppercase;
    font-weight: 600;

}

.filter-card .filter-Title p:nth-child(1) {
    color: var(--operatorcolor);
}

.filter-card .filter-Title p:nth-child(2) {
    color: #d84e55;
    text-decoration: underline;
    cursor: pointer;
}

.busFloorSymbolsLbl {
    font-size: 12px;
}

.filter-card .select-option {
    max-height: 200px;
    overflow-y: scroll;
}

/* m-filterlist */
.fixed-bottom {
    box-shadow: rgba(0, 0, 0, 0.35) 0px 5px 15px;
    background-color: white;
    /* background-color: var(--operatorcolor); */
}

.m-filterlist {
    width: max-content;
}

.m-filtermenu p,
.m-filterlist p {
    margin: 0px;
    font-size: 11px;
}

.m-filterlist .m-filterbox {
    width: fit-content;
    text-align: center;
}

.m-filterlist .m-filterbox label {
    cursor: pointer;
    border: 1px solid var(--operatorcolor);
    border-radius: 6px;
    padding: 8px 10px;
    background-color: white;
}

.m-filterlist .m-filterbox input:checked+label {
    background-color: var(--operatorcolor);
    color: white;
    border: 1px solid white;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.m-filterlist .m-filterbox input:checked+label p {
    color: white;
}

.m-filtermenu {
    display: grid;
    place-items: center;
    padding: 0px;
    box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}

.m-filtermenu label {
    text-align: center;
}

.m-filtermenu label svg {
    height: 30px;
}

.m-filtermenu label svg g {
    stroke: var(--operatorcolor);
}

.m-filtermenu label svg path {
    color: var(--operatorcolor);
}

.m-filterlist .m-filterbox input:checked+label svg path {
    fill: white;
}

.m-fullfilter {
    position: fixed;
    height: 100%;
    top: 0px;
    z-index: 999;
}

@media (min-width: 992px) {
    .m-fullfilter {
        position: relative;
        height: unset;
        z-index: 1;
    }
}

.m-popup-btn div p {
    font-size: 18px;
    text-align: center;
    font-weight: 600;
    color: black;
}

.m-popup-btn div:last-child {
    background-color: #d84e55;
}

.m-sortlist a {
    background-color: var(--operatorcolor);
    color: white;
    padding: 9px;
    height: 40px;
    border-radius: 6px;
}

.m-sortlist a:hover {
    color: white;
}

.m-sortlist a img {
    height: 20px;
}

path.busoperatorcolor {
    fill: var(--operatorcolor);
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: unset;
}

.passengerseatdata {
    border: 1px solid #e2e2e2;
    height: 48px;
    width: 110px;
    padding: 5px 10px;
    border-radius: 8px;
    position: relative;
    font-size: 10px;
}

.passengerseatdata .p-data {
    display: flex;
    justify-content: space-between;
}

.passengerseatdata .p-data svg {
    height: 25px;
    width: 25px;
}

.passengerseatdata p {
    line-height: 1.5;
    font-size: 12px;
    text-transform: capitalize;
}

.passengerseatdata h6 {
    text-transform: uppercase;
    position: absolute;
    top: -9px;
    right: 15px;
    font-weight: 600;
    background-color: white;
    padding: 0px 5px;
}

.lowerDeck,
.upperDeck {
    border-left: 7px solid #8C8C8C;
}

.upperDeck-data,
.lowerDeck-data {
    position: relative;
    height: 230px;
    padding: 10px;
    border: 1px solid #e2e2e2;
    overflow-x: scroll;
    border-radius: 8px;
}


.passengerseatdata .bdpoints {
    margin-left: 10px;
}

.passengerseatdata .bdpoints p {
    position: relative;
}

.passengerseatdata .bdpoints p span {
    display: block;
    white-space: nowrap;
    width: 170px;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
}

.passengerseatdata .bdpoints p::after {
    position: absolute;
    content: "";
    height: 4px;
    width: 4px;
    background-color: #8c8c8c;
    border-radius: 10px;
    left: -10px;
    top: 50%;
    transform: translateY(-50%);
}

.passengerseatdata .bdpoints p:first-child:before {
    position: absolute;
    content: "";
    height: 70%;
    width: 11px;
    border-left: 2px dashed #8c8c8c;
    left: -9px;
    top: 90%;
    transform: translateY(-50%);
}

/* ticket design start */
:root {
    --title-color: #111111;
    --body-color: #6E6E6E;
    --smoke-color: #f3f3f3;
    --smoke-dark: #E1ECFF;
    --white-color: #ffffff;
    --light-color: #72849B;
    --border-color: #C4C4C4;
    --title-font: 'Nunito Sans', sans-serif;
    --body-font: 'Nunito Sans', sans-serif;
    --main-container: 1380px;
    --container-gutters: 24px;
    --section-space: 50px;
    --section-title-space: 70px;
    --ripple-ani-duration: 5s
}

.restaurant-template {
    --operatorcolor: #EE1C25
}

.photography-template {
    --operatorcolor: #FB9F0D
}

.electronics-template,
.it-template {
    --operatorcolor: #557497
}

.hall-template {
    --operatorcolor: #1A8E5F
}

.train-template {
    --operatorcolor: #7539FF
}

.hospital-template {
    --operatorcolor: #01B3F2
}

.hosting-template {
    --operatorcolor: #3865EF
}

.zoo-template {
    --operatorcolor: #00C764
}

.stadium-template {
    --operatorcolor: #B22C19
}

ul {
    list-style-type: disc
}

.ticket ol li {
    list-style: unset;
}

.ticket .ticket-tc li {
    font-size: 11px;
    text-align: justify;
}

.ticket table {
    margin: 0 0 1.5em;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
}

.ticket th {
    font-weight: 700;
    color: var(--title-color)
}

.ticket td,
.ticket th {
    border: 1px solid var(--border-color);
    padding: 2px 12px
}

.ticket-del td,
.ticket-del th {
    padding: 9px 12px
}

.ticket a {
    color: var(--operatorcolor);
    text-decoration: none;
    outline: 0;
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

button {
    -webkit-transition: all ease 0.4s;
    transition: all ease 0.4s
}

img {
    border: none;
    max-width: 100%
}

ins {
    text-decoration: none
}

pre {
    font-family: var(--body-font);
    background: #f5f5f5;
    color: #666;
    font-size: 14px;
    margin: 20px 0;
    overflow: auto;
    padding: 20px;
    white-space: pre-wrap;
    word-wrap: break-word
}

span.ajax-loader:empty,
p:empty {
    display: none
}

p {
    margin: 0 0 18px 0;
    color: var(--body-color);
    line-height: 1.571
}

.space,
.space-top {
    padding-top: var(--section-space)
}

.space,
.space-bottom {
    padding-bottom: var(--section-space)
}

.invoice-number,
.invoice-date {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
}

.th-invoice {
    position: relative;
    z-index: 4;
    background-color: var(--white-color)
}

.th-invoice .download-inner {
    padding: 50px
}

.th-invoice b {
    color: var(--title-color)
}


.th-invoice .header-bottom {
    margin-top: 22px;
    margin-bottom: 19px
}

.th-invoice .invoice-left b,
.th-invoice .invoice-right b {
    font-size: 18px;
    font-weight: 700
}

.th-invoice .invoice-left.text-white p,
.th-invoice .invoice-left.text-white b,
.th-invoice .invoice-right.text-white p,
.th-invoice .invoice-right.text-white b {
    color: var(--white-color)
}

.th-invoice address {
    margin-bottom: 0
}

.invoice-right {
    text-align: right
}

.invoice-table {
    border: none;
    margin-bottom: 25px
}

.invoice-table th {
    color: var(--title-color)
}

.invoice-table th,
.invoice-table td {
    padding: 5px 20px;
    border: none
}

.invoice-table th:last-child,
.invoice-table td:last-child {
    text-align: right
}

.invoice-table tr {
    border-bottom: 1px solid var(--border-color);
    position: relative
}

.invoice-table thead tr {
    border-bottom: none
}

.invoice-table th {
    background-color: var(--operatorcolor);
    color: var(--white-color);
    font-size: 14px
}

.invoice-table th:first-child {
    border-radius: 0
}

.invoice-table th:last-child {
    border-radius: 0
}

.invoice-table tfoot td,
.invoice-table tfoot th {
    text-align: right !important
}

.invoice-table.td-big tbody td {
    padding: 23px 20px
}

.invoice-table.style2 thead th,
.invoice-table.style2 thead td {
    background: -webkit-linear-gradient(bottom, #21171F 0%, #3E4049 100%);
    background: linear-gradient(0deg, #21171F 0%, #3E4049 100%)
}

.invoice-table.style2 tbody td {
    padding: 23px 20px;
    background-color: #F5F5F5
}

.invoice-table.style2 tr {
    border-bottom: 1px solid var(--white-color)
}

.invoice-table.mb-30 {
    margin-bottom: 30px
}

.table-stripe thead th,
.table-stripe thead td {
    background-color: var(--smoke-dark)
}

.table-stripe tr {
    border-bottom: none
}

.table-stripe tr:nth-child(2n) th,
.table-stripe tr:nth-child(2n) td {
    background-color: var(--smoke-color)
}

.table-stripe tr:nth-child(2n) th:first-child,
.table-stripe tr:nth-child(2n) td:first-child {
    border-radius: 0
}

.table-stripe tr:nth-child(2n) th:last-child,
.table-stripe tr:nth-child(2n) td:last-child {
    border-radius: 0
}

.table-style1 {
    border: 1px solid var(--smoke-color);
    margin-top: -10px
}

.table-style1 tr th,
.table-style1 tr td {
    text-align: left !important;
    border-radius: 0 !important;
    border-bottom: 1px solid var(--smoke-color);
    width: 32.90%
}

.table-style1 thead {
    background-color: var(--smoke-color)
}

.table-style1 thead th,
.table-style1 thead td {
    border-right: 1px solid var(--border-color)
}

.table-style1 thead th:last-child,
.table-style1 thead td:last-child {
    border-right: none
}

.table-style2 b,
.table-style2 th {
    font-weight: 600
}

.table-style2 th,
.table-style2 td {
    border-radius: 0 !important;
    border-right: 1px solid var(--smoke-color);
    padding: 4px 20px
}

.table-style2 th:first-child,
.table-style2 td:first-child {
    border-left: 1px solid var(--smoke-color)
}

.table-style2 td {
    font-size: 12px
}

.table-style2 td:last-child {
    text-align: left
}

.table-style2 tr {
    border-bottom: none
}

.table-style2 tr:last-child {
    border-bottom: 1px solid var(--smoke-color)
}

.table-style2 tr:last-child th,
.table-style2 tr:last-child td {
    padding-bottom: 15px
}

.table-style2 tr:first-child {
    border-top: 1px solid var(--smoke-color)
}

.table-style2 tr:first-child th,
.table-style2 tr:first-child td {
    padding-top: 15px
}

.total-table {
    border: none;
    margin-bottom: 0;
    margin-top: -4px
}

.total-table th {
    font-size: 18px
}

.total-table th,
.total-table td {
    border: none;
    padding: 4px 20px
}

.total-table th:nth-child(2),
.total-table td:nth-child(2) {
    text-align: right
}

.total-table tr:last-child {
    border-top: 1px solid var(--border-color)
}

.total-table tr:last-child th,
.total-table tr:last-child td {
    padding: 15px 20px
}

.total-table tr:nth-last-child(2) th,
.total-table tr:nth-last-child(2) td {
    padding: 4px 20px 16px 20px
}

hr.style1 {
    margin-top: 24px;
    margin-bottom: 24px;
    background-color: var(--border-color);
    opacity: 1
}

.table-title {
    font-size: 18px;
    margin-bottom: 7px
}

.text-title {
    color: var(--title-color);
    font-weight: 500
}

.invoice-note {
    border-top: 1px solid var(--border-color);
    border-bottom: 1px solid var(--border-color);
    padding-top: 5px;
    padding-bottom: 5px;
    text-align: center
}

.invoice-note svg {
    margin-right: 5px;
    margin-top: -3px
}

.invoice-note b {
    margin-right: 5px
}

.invoice-note2 {
    margin-right: 3px
}

.background-image {
    background-size: 100% 100%
}

.body-shape1,
.body-shape2,
.body-shape3,
.body-shape4 {
    position: absolute;
    z-index: -1;
    left: 0
}

.body-shape1 img,
.body-shape2 img,
.body-shape3 img,
.body-shape4 img {
    width: 100%
}

.invoice-buttons {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 3px;
    padding: 3px;
    overflow: hidden;
    margin-top: 45px;
    position: relative;
    top: -50px;
    background-color: var(--white-color);
    box-shadow: 0px 0px 15px rgba(119, 119, 119, 0.25);
    border-radius: 10px;
    max-width: 129px;
    margin-left: auto;
    margin-right: auto
}

.invoice-buttons a,
.invoice-buttons button {
    border: none;
    height: 46px;
    width: 60px;
    line-height: 44px;
    text-align: center;
    border-radius: 7px 0 0 7px;
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    background-color: transparent;
    position: relative;
    z-index: 2
}

.invoice-buttons a::before,
.invoice-buttons button::before {
    content: '';
    position: absolute;
    inset: 0;
    background-color: var(--operatorcolor);
    opacity: 0.25;
    border-radius: inherit;
    z-index: -1;
    -webkit-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out
}

.invoice-buttons a svg path,
.invoice-buttons button svg path {
    -webkit-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out
}

.invoice-buttons a:hover:before,
.invoice-buttons button:hover:before {
    opacity: 1;
    background-color: var(--title-color)
}

.invoice-buttons a:hover svg path,
.invoice-buttons button:hover svg path {
    fill: #fff
}

.invoice-buttons .download_btn {
    border-radius: 0 7px 7px 0
}

.invoice-buttons .download_btn:before {
    opacity: 1
}

.invoice-buttons .download_btn:hover:before {
    background-color: var(--title-color)
}

.body-bg {
    position: absolute;
    inset: 0;
    z-index: -1
}

.body-bg img {
    height: 100%;
    width: 100%
}

@media print {
    .invoice-buttons {
        opacity: 0 !important
    }

    .th-invoice .download-inner {
        padding: 0;
        padding-top: 40px
    }

    .invoice-container {
        width: 100%;
        max-width: 880px
    }

    .invoice-container-wrap {
        overflow-x: hidden
    }

    .invoice_style2 .body-shape2 {
        bottom: -50px
    }

    .invoice-table th {
        color: #8c8c8c !important
    }

    .invoice-table tr {
        border-color: #e6e6e6 !important
    }

    .invoice-table th,
    .invoice-table td {
        border: 1px solid #e6e6e6 !important;
        border-color: #e6e6e6 !important
    }
}

.invoice-number {
    margin-bottom: 0
}

.invoice-date {
    margin-bottom: 0
}




.table-stripe-column tbody {
    background-color: #f5f5f5
}

.table-stripe-column tbody th:nth-child(odd),
.table-stripe-column tbody td:nth-child(odd) {
    background-color: #E7E9ED
}

.table-stripe-column th:nth-last-child(-n+3),
.table-stripe-column td:nth-last-child(-n+3) {
    text-align: center
}

.table-stripe-column tr:last-child {
    border-bottom: none
}

.table-style3 {
    --smoke-color: #E7E9ED;
    border: 1px solid var(--smoke-color)
}

.table-style3 tr {
    border-bottom: 1px solid var(--smoke-color)
}

.table-style3 tr:nth-child(odd) th,
.table-style3 tr:nth-child(odd) td {
    background-color: var(--smoke-color)
}

.table-style3 th,
.table-style3 td {
    border-right: 1px solid #f5f5f5;
    width: 27%;
    padding: 11px
}

.table-style3 th:last-child,
.table-style3 td:last-child {
    border-right: none;
    text-align: left
}

.table-style3 th:first-child,
.table-style3 td:first-child {
    width: 19%
}

.invoice_style8 {
    --border-color: #DADADA;
}

.invoice_style8 .invoice-table {
    --border-color: #DADADA;
    text-align: center
}

.invoice_style8 .invoice-table tbody tr:last-child {
    border-bottom: 1px solid var(--border-color)
}

.invoice_style8 .invoice-table tbody,
.invoice_style8 .invoice-table tfoot {
    background-color: #F9F9F9
}

.total-table3 {
    border: none
}


.ticket .total-table3 th,
.ticket .total-table3 td {
    border: none;
    text-transform: uppercase;
}

.ticket .cancellation.total-table3 th,
.ticket .cancellation.total-table3 td {
    font-size: 11px;
}

.total-table3 th:last-child,
.total-table3 td:last-child {
    text-align: right;
    padding-right: 20px
}

[dir='rtl'] .invoice-buttons {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: row-reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse
}

[dir='rtl'] .invoice-buttons button svg {
    margin-left: 6px;
    margin-right: 0
}

[dir='rtl'] .header-layout12 .big-title {
    text-align: left;
    font-size: 40px
}

[dir='rtl'] .header-layout12 span {
    text-align: left
}

[dir='rtl'] .invoice-right {
    text-align: left
}

[dir='rtl'] .table-style9 th:last-child,
[dir='rtl'] .table-style9 td:last-child {
    border-right: 1px solid var(--smoke-color);
    text-align: left
}

[dir='rtl'] .table-style9 tfoot th:not(:last-child),
[dir='rtl'] .table-style9 tfoot td:not(:last-child) {
    padding-left: 0;
    text-align: left
}

[dir='rtl'] .total-table2 th:last-child,
[dir='rtl'] .total-table2 td:last-child {
    text-align: left
}

.ticket-del .tc-head,
.ticket-del .tc-footer {
    background-color: var(--operatorcolor);
    color: white;
}

.ticket-del .tc-head {
    padding: 15px;
    border-top-right-radius: 8px;
    border-top-left-radius: 8px;
}

.ticket-del .tc-head h3 {
    font-size: 16px;
    margin-bottom: 0px;
}

.ticket-del .tc-head h3 span {
    color: white;
    margin: 0px;
    font-size: 12px;
}

.ticket-del .tc-head p {
    color: white;
    margin: 0px;
    font-size: 13px;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.ticket-del .tc-footer {
    padding: 8px;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
}

.bdpoint-del h3 {
    font-size: 16px;
    font-weight: 600;
    margin: 0px;
    text-transform: uppercase;
}

.bdpoint-del p {
    font-size: 12px;
    margin: 0px;
}

.tc-landmark p {
    text-align: start;
    font-size: 14px;
}

.tc-maintrip p:first-child,
.tc-bodytop div p:first-child {
    font-weight: bold;
    font-size: 14px;
    text-transform: uppercase;
}

.tc-maintrip p:last-child,
.tc-bodytop div p:last-child {
    font-size: 12px;
    line-height: 1;
}

.left-ticket {
    border-right: 1px dashed #C4C4C4;
}

.ticket-del {
    border-top: 1px dashed #C4C4C4;
}

.invoice_style8 {
    width: 1000px;
    margin: auto;
    background-repeat: no-repeat;
    background-size: cover;
}

.ticket-card {
    box-shadow: rgba(100, 100, 111, 0.2) 0px 0px 8px 0px;
    border-radius: 8px;
}

/* ticket design end */
/* filter fare seate start  */
.bootstrap5 h3.seatpricetitle {
    font-size: 16px;
    text-transform: capitalize;
}

.seatprice {
    text-align: center;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 10px;
}

@media (min-width: 600px) {
    .seatprice {
        display: grid;
        grid-template-columns: repeat(5, 1fr);
    }
}

@media (min-width: 800px) {
    .seatprice {
        display: grid;
        grid-template-columns: repeat(7, 1fr);
    }
}

@media (min-width: 1240px) {
    .seatprice {
        display: grid;
        grid-template-columns: repeat(9, 1fr);
    }
}

.seatprice div p {
    margin-bottom: 5px;
    cursor: pointer;
    width: 80px;
    background-color: white;
    border: 1px solid #8C8C8C;
    text-align: center;
    margin: auto;
    color: #8c8c8c;
    border-radius: 5px;
    font-size: 14px;
}

.seatprice div span {
    position: relative;
}

.seatprice div span s {
    font-size: 12px;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.seatprice div p.price-selected {
    background-color: var(--operatorcolor);
    border: 1px solid var(--operatorcolor);
    color: white;
}

.notallowed.All,
.opacity-25 {
    opacity: 0.25 !important;
}

.opacity-100 {
    opacity: 1;
}

.notallowed.All,
.offonclick.All {
    position: relative;
}

.notallowed.All::after,
.offonclick.All::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 100%;
    background-color: transparent;
    top: 0px;
    left: 0px;
    z-index: 1;
}

/* filter fare seate end */

/* login design */
#loginpage {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-color: white;
    min-height: 100vh;
}

#loginpage .login-card {
    border-radius: 5px;
    background-color: white;
    border-top: 5px solid var(--operatorcolor);
    box-shadow: 0 15px 16.83px 0.17px rgba(0, 0, 0, .05);
}

.oplogo img {
    max-width: 100%;
    object-fit: cover;
    object-position: center;
    margin-bottom: 15px;
}

#loginpage h4 {
    text-transform: uppercase;
    font-size: 19px;
    font-weight: 600;
}

.input-theam {
    position: relative;
}

#loginpage .input-theam input {
    padding: 10px 8px 10px 40px;
    border: 1px solid #999;
    font-size: 14px;
}

#loginpage .input-Captcha input {
    padding: 9px;
    border: 1px solid #999;
    font-size: 16px;
    text-align: center;
    letter-spacing: 4px;
}

#loginpage .input-Captcha input::placeholder {
    letter-spacing: 0px;
    font-size: 14px;
}

#loginpage .input-theam input:focus,
#loginpage .input-Captcha input:focus {
    border: 1px solid #222;
}


#loginpage .input-theam svg {
    position: absolute;
    left: 9px;
    top: 42px;
    height: 16px;
}

#loginpage .input-theam svg path {
    fill: var(--operatorcolor);
}

#loginpage .input-theam i {
    position: absolute;
    right: 11px;
    top: 42px;
}

#loginpage .input-theam i::before {
    font-size: 15px;
}

#loginpage .captchaimg {
    display: flex;

}

#ForgotPsw:hover {
    cursor: pointer;
}

/* #loginpage .captchaimg div {
    display: grid;
    place-items: center;
    height: 40px;

} */


/* #loginpage .captchaimg div:first-child {
    width: 230px;
    box-shadow: 0px 0px 4px 0px rgba(0, 0, 0, 0.25);
    border-radius: 2px;
}

#loginpage .captchaimg div:last-child {
    width: 57px;
    background-color: var(--operatorcolor);
} */

#loginpage input.errClass {
    border: 1px solid #FF0000;
    border-color: #dc3545 !important;
    box-shadow: 0 0 2px #dc35458c;
    outline: medium none;
}

#loginpage .login-btn {
    position: relative;
    padding: 8px;
    font-weight: 600;
    background-color: var(--operatorcolor);
    box-shadow: rgba(0, 0, 0, 0.3) 4px 4px 3px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
    transition: 0.3s ease-in-out;
}

#loginpage .login-btn:hover {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 0px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}

#loginpage #forgetpwd .input-theam svg {
    left: 3px;
    height: 13px;
}

#loginpage .c-code {
    position: relative;
}

#loginpage .c-code i {
    position: absolute;
    right: 5px;
    bottom: 3px;
    color: white;

}

#loginpage .captchaimg div i::before {
    font-size: 14px;
    cursor: pointer;
}

#CaptchaImageCode {
    height: 43px;
    width: fit-content;
    position: relative;
}

/* login end */
.bootstrap5 .tab-content {
    width: unset;
    padding: unset;
    padding-left: unset;
    display: unset;
    background-color: unset;
}

#returntrippopup.fade,
.bootstrap5 .tab-content .fade {
    opacity: unset;
}

.modal-backdrop.fade.show {
    opacity: 0.5;
}

#redateclear {
    position: absolute;
    height: 18px;
    right: 16px;
    top: 31px;
    border: 1px solid;
    padding: 3px;
    border-radius: 46px;
}

/* reschedule */
.bootstrap5 .reschedule label,
.bootstrap5 .reschedule input {
    font-size: 14px;
}

.loginpagelogo {
    max-height: 100px;
}


.bootstrap5 .reschedule-title {
    background-color: var(--operatorcolor);
    text-transform: capitalize;
}

.bootstrap5 .ErrresDate {
    font-size: 12px;
}

.bootstrap5 .form-select:disabled {
    background-color: white;
}

/* Cp Offer */

.cpoffer.bootstrap5 * {
    font-size: 13px;
    line-height: 1.5;
    font-family: var(--text-font) !important;
}

.cpoffer.bootstrap5 h6 {
    font-size: 15px;
    text-transform: capitalize;
}

#tripDate {
    position: relative;
    width: 100%;
    text-align: left;
    border: 1px solid #aaa;
    background-color: #fff;
    padding: 5px 20px 5px 5px;
    margin-top: 1px;
    color: #aaa;
    outline-offset: -2px;
    white-space: nowrap;
}

.cpoffer.bootstrap5 select,
.cpoffer.bootstrap5 input,
#tripDate,
.ms-options-wrap>button {
    height: 39px;
    border-radius: 0.25rem;
}

.cpoffer.bootstrap5 input[type=checkbox],
.cpoffer.bootstrap5 input[type=radio] {
    height: 1em;
}

.cpoffer.bootstrap5 input[type=button] {
    width: 150px;
}

.cpoffer.bootstrap5 .card-shadow {
    box-shadow: rgba(0, 0, 0, 0.1) 0px 0px 5px 0px, rgba(0, 0, 0, 0.1) 0px 0px 1px 0px;
    border-left: 5px solid var(--operatorcolor);
}

.cpoffer.bootstrap5 .table> :not(caption)>*>* {
    background-color: white;
}

#sidenavebar {
    z-index: 1021;
}

.bootstrap5 .nav-pills .nav-link.active,
.bootstrap5 .nav-pills .show>.nav-link {
    background-color: var(--operatorcolor);
}