/* ===== Scrollbar CSS ===== */
/* Firefox */
.bor{
    border:1px solid red;
}

:root{
    --bs-white: #fff;
    --main-theme-color: #0A8CF9;
    --main-bg-color: #37404f;
    --main-blue-color: #008BFF;
    --main-green-color: #23C86F;
    --main-green-color-hover: #18c569;
    --text-color: #252B33;
    --dark-blue: #25396f;
}

/* Chrome, Edge, and Safari */
*::-webkit-scrollbar {
    width: 1px !important;
    height: 4px !important;
}

*::-webkit-scrollbar-track {
    box-shadow: inset 0 0 5px grey; 
    border-radius: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field {
    outline: none;
}
*::-webkit-scrollbar-thumb {
    background: #008BFF; 
    border-radius: 10px;
}

.sidebar-wrapper .menu .sidebar-link i:hover {
    color: #23272E;
}

.container-body {
    background: var(--bs-body-bg);
    border-radius: 30px 0px 0px 0px;
    padding: 2rem;
}

.circle {
    width: 40px;
    height: 40px;
}

.user-member {
    margin-left: -1rem;
    width: 40px;
    height: 40px;
}


.admin-name {
    color: var(--text-color);
    font-size: 14px;
    font-style: normal;
    font-weight: 500;
    line-height: 16px;
}
.bor{
    border:1px solid red;
}
.date-range {
    border-radius: 8px;
    border: 1px solid rgba(0, 0, 0, 0.20);
    background: #2E343F;
    display: flex;
    padding: 8px 12px;
    color: var(--bs-white);
    justify-content: center;
    align-items: center;
    gap: 10px;
}

.rating {
    background: linear-gradient(90deg, #0057FF 0%, rgba(0, 87, 255, 0.00) 100%);
}
.rating-refunds {
    background: linear-gradient(90deg, #F23845 0%, rgba(0, 87, 255, 0.00) 100%); /* Red to transparent blue */
}

.theme-text-green {
    color: var(--main-green-color);
}

.theme-text-green-bg {
    color: var(--main-green-color);
}

.theme-rounded-green {
    border-radius: 5px;
    border: 1px solid var(--main-green-color);
}

.inactive {
    border-radius: 5px;
    border: 1px solid #728290;
}

.theme-bg-green {
    background: #E8FFF3;
}

.theme-text-purple {
    color: #C86EFF;
}

.table-heading {
    color: #728290;
    font-size: 13px;
    font-weight: 700;
    line-height: 24px;
    text-transform: uppercase;
}

.text-color {
    color: var(--text-color);
}

.table-custom {
    border-radius: 12px;
    /* border: 1px solid rgba(0, 0, 0, 0.20); */
    background: linear-gradient(0deg, #FFF 0%, #FFF 100%), linear-gradient(99deg, #CBD5E7 14.04%, #F1F4FA 67.2%);
    box-shadow: 0 .1875rem .75rem 0 rgba(47, 43, 61, .14);
}

.login-agent {
    width: 24px;
    height: 24px;
}

/* 
.table-responsive {
    height: 396px;
} */

.table-height {
    height: 400px;
    overflow: auto;
}

/* .table-my-hover>tbody>tr:hover:hover{
    background: var(--bs-blue-gradient);
    color: var(--bs-white);
    transition: 0.5s ease-in-out    ;
} */

table thead,
table tfoot {
    position: sticky;
}

table thead {
    inset-block-start: 0;
    /* "top" */

}

table tfoot {
    inset-block-end: 0;
    /* "bottom" */
}

.form-control-custom {
    padding: 8px 12px !important;
    color: var(--bs-white);
    border-radius: 8px !important;
    border: 1px solid rgba(0, 0, 0, 0.20) !important;
    font-size: 14px;
    /* background: #2E343F !important; */
}

.booking-btn {
    color: var(--text-color);
    padding: 8px 12px;
    background: var(--bs-white);
}

.booking-btn.active {
    color: var(--bs-white);
    padding: 8px 12px;
    background: #0A8CF9;
}

.overflow-rounded {
    border-radius: 8px;
    overflow: hidden;
}

.bid {
    width: 170px;
}

.pnr {
    color: var(--main-blue-color);
    border: 1px solid var(--main-blue-color) !important;
}

.text-blue {
    color: var(--main-blue-color);
}

.w-fc {
    width: fit-content;
}

.hover-class:hover {
    border: 2px solid var(--main-blue-color) !important;
    transition: 0.5s ease;
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, .075) !important;
}

.hover-shadow:hover {
    transition: 0.5s ease;
    box-shadow: 0 1rem 3rem rgba(0, 0, 0, .175) !important
}

.hover-elevate-up {
    position: relative;
    top: 0px;
    transition: 0.5s ease all;
}

.hover-elevate-up:hover {
    top: -3px;
    transition: 0.5s ease all;
    transform: rotate3d(360deg);
    box-shadow: -1px 3px 8px 2px rgba(90, 90, 90, .12);
}

#myBtn {
    display: none;
    position: fixed;
    bottom: 20px;
    right: 90px;
    z-index: 99;
    border: none;
    outline: none;
    background-color: #0A8CF9;
    color: white;
    cursor: pointer;
    align-items: center;
    /* padding: 8px 12px; */
    background: linear-gradient(180deg, var(--main-blue-color) 0%, #0057FF 100%);
    border-radius: 50%;
    height: 50px;
    width: 50px;
    justify-content: center;
}

#myBtn:hover {
    background-color: #2E343F;
    transition: 0.5s ease;
    transform: rotate(180deg);
}

.btn-indigo {
    color: var(--bs-white);
    background-color: #0468FC;
    border-color: #0468FC
}

.btn-check:focus+.btn-indigo, .btn-indigo:focus, .btn-indigo:hover {
    color: var(--bs-white);
    background-color: #0468FC;
    border-color: #0468FC;
}

.btn-check:focus+.btn-indigo, .btn-indigo:focus {
    box-shadow: 0 0 0 .25rem rgba(95, 118, 200, .5)
}

.btn-check:active+.btn-indigo, .btn-check:checked+.btn-indigo, .btn-indigo.active, .btn-indigo:active, .show>.btn-indigo.dropdown-toggle {
    color: var(--bs-white);
    background-color: #0468FC;
    border-color: #0469FC;
}

.btn-check:active+.btn-indigo:focus, .btn-check:checked+.btn-indigo:focus, .btn-indigo.active:focus, .btn-indigo:active:focus, .show>.btn-indigo.dropdown-toggle:focus {
    box-shadow: 0 0 0 .25rem rgba(95, 118, 200, .5)
}

.btn-indigo.disabled, .btn-indigo:disabled {
    color: var(--bs-white);
    background-color: #0468FC;
    border-color: #0468FC
}

.circle-gray {
    width: 40px;
    height: 40px;
}

.swip-bg {
    background: #DBE2EA;
}

.btn.btn-light-theme-success {
    background: var(--main-green-color);
}

.btn.btn-light-theme-success:hover {
    background: var(--main-green-color-hover);
    transition: 0.5s ease;
}

.w-140px {
    width: 140px !important;
}


.accordion {
    --bs-accordion-color: #607080;
    --bs-accordion-bg: var(--bs-white);
    --bs-accordion-transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out, border-radius .15s ease;
    --bs-accordion-border-color: var(--bs-border-color);
    --bs-accordion-border-width: 1px;
    --bs-accordion-border-radius: .45rem;
    --bs-accordion-inner-border-radius: calc(.45rem - 1px);
    --bs-accordion-btn-padding-x: 1.25rem;
    --bs-accordion-btn-padding-y: 1rem;
    --bs-accordion-btn-color: #607080;
    --bs-accordion-btn-bg: var(--bs-accordion-bg);
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%23607080'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-icon-width: 1.25rem;
    --bs-accordion-btn-icon-transform: rotate(-180deg);
    --bs-accordion-btn-icon-transition: transform .2s ease-in-out;
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%233c55ab'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-focus-border-color: #a1afdf;
    --bs-accordion-btn-focus-box-shadow: 0 0 0 .25rem rgba(67, 94, 190, .25);
    --bs-accordion-body-padding-x: 1.25rem;
    --bs-accordion-body-padding-y: 1rem;
    --bs-accordion-active-color: #3c55ab;
    --bs-accordion-active-bg: #eceff9
}

.accordion-button {
    position: relative;
    display: flex;
    align-items: center;
    width: 100%;
    padding: var(--bs-accordion-btn-padding-y) var(--bs-accordion-btn-padding-x);
    font-size: 1rem;
    color: var(--bs-accordion-btn-color);
    text-align: left;
    /* background-color: var(--bs-accordion-btn-bg); */
    border: 0;
    border-radius: 0;
    overflow-anchor: none;
    transition: var(--bs-accordion-transition)
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button {
        transition: none
    }
}



.accordion-button:not(.collapsed):after {
    /* background-image: var(--bs-accordion-btn-active-icon); */
    transform: var(--bs-accordion-btn-icon-transform);
    content: '\2212';
}

.accordion-button:after {
    flex-shrink: 0;
    width: var(--bs-accordion-btn-icon-width);
    height: var(--bs-accordion-btn-icon-width);
    margin-left: auto;
    content: "\002B";
    /* background-image: url(../images/other/arrow-top-bottom.png); */
    background-repeat: no-repeat;
    background-size: var(--bs-accordion-btn-icon-width);
    transition: var(--bs-accordion-btn-icon-transition);
    font-size: 30px;
    background: #2E343F;
    color: var(--bs-white);
    padding: 0px 7px;
    height: 36px;
    line-height: 38.1px;
    display: flex;
    width: 36px;
    border-radius: 10px;
    margin-top: 0px;
    align-items: center;
    justify-content: center;
}

@media (prefers-reduced-motion: reduce) {
    .accordion-button:after {
        transition: none
    }
}

.accordion-button:hover {
    z-index: 2
}

.accordion-button:focus {
    z-index: 3;
    border-color: var(--bs-accordion-btn-focus-border-color);
    outline: 0;
    box-shadow: var(--bs-accordion-btn-focus-box-shadow)
}

.accordion-header {
    margin-bottom: 0
}

.accordion-item {
    color: var(--bs-accordion-color);
    /* background-color: var(--bs-accordion-bg); */
    border: var(--bs-accordion-border-width) solid var(--bs-accordion-border-color)
}

.accordion-item:first-of-type {
    border-top-left-radius: var(--bs-accordion-border-radius);
    border-top-right-radius: var(--bs-accordion-border-radius)
}

.accordion-item:first-of-type .accordion-button {
    border-top-left-radius: var(--bs-accordion-inner-border-radius);
    border-top-right-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:not(:first-of-type) {
    border-top: 0
}

.accordion-item:last-of-type {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-item:last-of-type .accordion-button.collapsed {
    border-bottom-right-radius: var(--bs-accordion-inner-border-radius);
    border-bottom-left-radius: var(--bs-accordion-inner-border-radius)
}

.accordion-item:last-of-type .accordion-collapse {
    border-bottom-right-radius: var(--bs-accordion-border-radius);
    border-bottom-left-radius: var(--bs-accordion-border-radius)
}

.accordion-flush .accordion-collapse {
    border-width: 0
}

.accordion-flush .accordion-item {
    border-right: 0;
    border-left: 0;
    border-radius: 0
}

.accordion-flush .accordion-item:first-child {
    border-top: 0
}

.accordion-flush .accordion-item:last-child {
    border-bottom: 0
}

.accordion-flush .accordion-item .accordion-button, .accordion-flush .accordion-item .accordion-button.collapsed {
    border-radius: 0
}

[data-bs-theme=dark] .accordion-button:after {
    --bs-accordion-btn-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e9ed8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e");
    --bs-accordion-btn-active-icon: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16' fill='%238e9ed8'%3e%3cpath fill-rule='evenodd' d='M1.646 4.646a.5.5 0 0 1 .708 0L8 10.293l5.646-5.647a.5.5 0 0 1 .708.708l-6 6a.5.5 0 0 1-.708 0l-6-6a.5.5 0 0 1 0-.708z'/%3e%3c/svg%3e")
}

.accordion-button:focus {
    box-shadow: none;
}

.btn-gradient {
    background: linear-gradient(180deg, var(--main-blue-color) 0%, #0057FF 100%), #F0F0F0;
}

.top-bottom {
    border-radius: 10px;
    border: 1px solid #E0E0EB;
    background: #2E343F;
}

.black-box {
    background: var(--text-color);
    border-radius: 10px;
    width: 36px;
    height: 36px;
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
}

.calling {
    border: none;
}

.calling:focus {
    outline: none;
}

.calling.active {
    border: none;
    outline: none;
}

.p-9px {
    padding: 8px;
}

.page-content {
    margin-bottom: 65px;
}

/* 20 ki note 30 ki mala buri nazar wale tera muh kala */
.open-button {
    /* padding:10px 40px; */
    background-color: #04AA6D;
    color: white;
    font-size: 17px;
    max-width: 300px;
    border-radius: 20px;
    border: none;
    outline: none !important;
    cursor: pointer;
    border-radius: 30px;
    border: 1px solid rgba(134, 150, 177, 0.40);
    background: linear-gradient(180deg, var(--main-blue-color) 0%, #0057FF 100%);
    position: fixed;
    bottom: 20px;
    right: 30px;
    height: 50px;
    width: 50px;
    display: flex;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
}

/* The popup chat - hidden by default */
.chat-popup {
    display: none;
    position: fixed;
    bottom: 90px;
    right: 40px;
    z-index: 9;
    width: 342px;

}

/* Add styles to the form container */
.form-container {
    max-width: 300px;
    padding: 10px;
    border-radius: 20px;
    background-color: white;
    color: #777;
}

/* Full-width textarea */
.form-container textarea {
    width: 100%;
    padding: 15px;
    margin: 5px 0 22px 0;
    border: none;
    border-radius: 20px;
    background: #ddd;
    resize: none;
    min-height: 200px;
    color: #777;
}

/* When the textarea gets focus, do something */
.form-container textarea:focus {
    background-color: #ddd;
    outline: none;
}

/* Set a style for the submit/send button */
.form-container .btn {
    background-color: #04AA6D;
    color: white;
    font-size: 17px;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    width: 100%;
    margin-bottom: 10px;
}

/* Add a red background color to the cancel button */
.form-container .cancel {
    background-color: #1974D2;
}

/* Add some hover effects to buttons */
.form-container .btn:hover, .open-button:hover {
    opacity: 0.8;
}

.show-on-chat {
    display: -webkit-inline-box !important;
    z-index: -999999999;
}

.top-on-chat {
    display: -webkit-inline-box !important;
    z-index: 999999999;
}

.strip {
    background-image: url("../images/other/strip.png");
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.trip {
    border-radius: 8px 8px 0px 0px;
    border-top: 1px solid #E0E0EB;
    border-right: 1px solid #E0E0EB;
    border-left: 1px solid #E0E0EB;
    background: #F1F3F5;
    position: absolute;
    bottom: 0;
    left: 15px;
}

.radio-20 {
    width: 20px !important;
    height: 20px !important;
}

.border-custom {
    border: 1px solid #E0E0EB !important;
}

.border-top-custom {
    border-top: 1px solid #E0E0EB;
}

/* flight-loading */


/* $c-front: var(--bs-white);
$c-back: #1d1f20;
$c-back-light: #383838;
$c-hilight: 
$s-footer-height: 3rem; */

.svg-calLoader {
    width: 230px;
    height: 230px;
    transform-origin: 115px 115px;
    animation: 1.4s linear infinite loader-spin;
}

.cal-loader__plane {
    fill: var(--main-blue-color);
}

.cal-loader__path {
    stroke: gray;
    animation: 1.4s ease-in-out infinite loader-path;
}

@keyframes loader-spin {
    to {
        transform: rotate(360deg);
    }
}

@keyframes loader-path {
    0% {
        stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
    }

    50% {
        stroke-dasharray: 0, 450, 10, 30, 10, 30, 10, 30, 10;
    }

    100% {
        stroke-dasharray: 0, 580, 0, 0, 0, 0, 0, 0, 0;
    }
}

/* stepper */
.step-container {
    position: relative;
    text-align: center;
    /* transform: translateY(-16%); */
}

.step-circle {
    /* width: 30px; */
    /* height: 30px; */
    /* border-radius: 50%; */
    /* background-color: var(--bs-white); */
    /* border: 2px solid #007bff; */
    /* line-height: 25px; */
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    /* margin-bottom: 10px; */
    cursor: pointer;
    /* Added cursor pointer */
}

.step-completed {
    color: #007bff;
    border-bottom: 4px solid;
}

.step-line {
    position: absolute;
    top: 16px;
    left: 50px;
    width: calc(100% - 100px);
    height: 2px;
    background-color: #007bff;
    z-index: -1;
}

#multi-step-form {
    overflow-x: hidden;
}

.w-0 {
    width: 0rem !important;
}

.rounded-10 {
    border-radius: 0.7rem !important;
}

.summary {
    background: var(--bs-white);
}

.summary.active {
    box-shadow: none !important;
    outline: none !important;
    background: #0A8CF9 !important;
}

.table-header-bg {
    background: #F1F3F5 !important;
}

.bg-gradient-dark {
    background: linear-gradient(99deg, #2B313C 14.04%, #4A5870 67.2%);
}

.dateofbirth {
    max-width: 300px;
}

/* price range */
.wrapper {
    position: relative;
    background-color: var(--bs-white);
    border-radius: 10px;
}

.price-container {
    position: relative;
    width: 100%;
    height: 50px;
    /* margin-top: 30px; */
}

.price-range {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    width: 100%;
    outline: none;
    position: absolute;
    margin: auto;
    top: 0;
    bottom: 0;
    background-color: transparent;
    pointer-events: none;
}

.slider-track {
    width: 100%;
    height: 5px;
    position: absolute;
    margin: auto;
    top: 0;
    background: #0069FA;
    bottom: 0;
    border-radius: 5px;
}

.price-range::-webkit-slider-runnable-track {
    -webkit-appearance: none;
    height: 5px;
}

.price-range::-moz-range-track {
    -moz-appearance: none;
    height: 5px;
}

.price-range::-ms-track {
    appearance: none;
    height: 5px;
}

.price-range::-webkit-slider-thumb {
    -webkit-appearance: none;
    height: 1.7em;
    width: 1.7em;
    background-color: #3264fe;
    cursor: pointer;
    margin-top: -9px;
    pointer-events: auto;
    border-radius: 50%;
}

.price-range::-moz-range-thumb {
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}

.price-range::-ms-thumb {
    appearance: none;
    height: 1.7em;
    width: 1.7em;
    cursor: pointer;
    border-radius: 50%;
    background-color: #3264fe;
    pointer-events: auto;
}

.price-range:active::-webkit-slider-thumb {
    background-color: var(--bs-white);
    border: 3px solid #3264fe;
}

.price-container .values {
    background-color: #3264fe;
    width: 32%;
    position: relative;
    margin: auto;
    padding: 10px 0;
    border-radius: 5px;
    text-align: center;
    font-weight: 500;
    font-size: 25px;
    color: var(--bs-white);
}

.price-container .values:before {
    content: "";
    position: absolute;
    height: 0;
    width: 0;
    border-top: 15px solid #3264fe;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    margin: auto;
    bottom: -14px;
    left: 0;
    right: 0;
}

.box-pagination {
    width: 36px;
    height: 47px;
}

.box-40 {
    width: 40px;
    height: 40px;
}

.theme-dark {
    background: #2E343F;
}

.m-booking {
    padding: 0.1rem 1rem;
    color: var(--text-color);
    background: var(--bs-white);
    border: none;
}

.m-booking .price {
    padding: 0rem 1rem;
    color: var(--main-green-color);
}

.m-booking:hover, .m-booking.active {
    color: var(--bs-white) !important;
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, .15) !important;
    transition: 0.5s ease;
    background: #0057FF !important;
    outline: none !important;
}

/* .w-1222px{
    width: 1222px !important;
}

.w-240px {
    width: 240px !important;
}  */

.w-6rem {
    width: 6rem;
}

option {
    font-weight: normal;
    display: block;
    white-space-collapse: collapse;
    text-wrap: nowrap;
    min-height: 1.2em;
    padding: 0px 2px 1px;
    font-size: 16px;
}

.h-20px {
    height: 20px;
}

.input-select2 {
    padding: 0.500rem 1.75rem !important;
    border-radius: 8px !important;
}

.table-byme>:not(caption)>*>* {
    padding: 1rem !important;
}

.seat-select {
    color: var(--text-color) !important;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    background: var(--bs-white);
}

.seat-select.active {
    color: #0A8CF9 !important;
    transition: 0.5s ease;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
}

.nav-tabs .seat-select.active:after {
    content: "";
    width: 100%;
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: var(--main-theme-color) !important;
    left: 0;
    box-shadow: 0 2px 5px #068bf7 !important;
}

.border-5 {
    border-radius: 5px;
}

.w-20 {
    width: 20px;
    height: 20px;
}

/* plane seat */


.plane {
    margin: 20px auto;
    max-width: 360px;
    background: var(--bs-white);
    border-radius: 8px;
}

.cockpit {
    height: 250px;
    position: relative;
    overflow: hidden;
    text-align: center;
    border-bottom: 5px solid #d8d8d8;
}

.cockpit:before {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    height: 500px;
    width: 100%;
    border-radius: 50%;
    border-right: 5px solid #d8d8d8;
    border-left: 5px solid #d8d8d8;
}

.cockpit h1 {
    width: 60%;
    margin: 100px auto 35px auto;
}

.exit {
    position: relative;
    height: 50px;
    padding: 8px 12px;
}

.exit:before, .exit:after {
    content: "EXIT";
    font-size: 14px;
    line-height: 18px;
    padding: 8px 12px;
    display: block;
    font-family: Wix Madefor Display;
    position: absolute;
    background: #f1f3f5;
    border-radius: 8px;
    color: var(--text-color);
    top: 56%;
    font-weight: 600;
    transform: translate(0, -50%);
}

.exit:before {
    left: 0;
}

.exit:after {
    right: 0;
}

/* 
.fuselage {
    border-right: 5px solid #d8d8d8; 
     border-left: 5px solid #d8d8d8; 
} */

ol {
    list-style: none;
    padding: 0;
    margin: 0;
}

.seats {
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
}

.seat {
    display: flex;
    flex: 0 0 14.2857142857%;
    padding: 5px;
    position: relative;
}

.seat:nth-child(3) {
    margin-right: 14.2857142857%;
}

.seat input[type=checkbox] {
    position: absolute;
    opacity: 0;
}

.seat input[type=checkbox]:checked+label {
    background: var(--main-green-color);
    text-indent: -9999px;
    /* -webkit-animation-name: rubberBand; */
    /* animation-name: rubberBand; */
    /* animation-duration: 300ms; */
    /* animation-fill-mode: both; */
    color: var(--bs-white);
}

.seat input[type=checkbox]:disabled+label {
    background: #dddddd;
    text-indent: -9999px;
    overflow: hidden;
}

.seat input[type=checkbox]:disabled+label:after {
    content: "X";
    text-indent: 0;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.seat input[type=checkbox]:disabled+label:hover {
    box-shadow: none;
    cursor: not-allowed;
}

.seat input[type=checkbox]:checked+label:after {
    content: "\2713";
    text-indent: 0;
    position: absolute;
    top: 4px;
    left: 50%;
    transform: translate(-50%, 0%);
}

.seat label {
    display: block;
    position: relative;
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.5rem;
    padding: 4px 0;
    background: #E0F1FF;
    border-radius: 5px;
    font-size: 0.8rem;
    /* animation-duration: 300ms; */
    /* animation-fill-mode: both; */
    color: var(--text-color);
    font-weight: 700;
}

.seat label:before {
    content: "";
    position: absolute;
    width: 75%;
    height: 75%;
    top: 1px;
    left: 50%;
    transform: translate(-50%, 0%);
    background: rgba(255, 255, 255, 0.4);
    border-radius: 3px;
}

.seat label:hover {
    cursor: pointer;
    box-shadow: 0 0 0px 2px var(--main-theme-color);
}

.seat label.free-seat,
.free-seat {
    background: #C1FFDD;
}

.seat label.seat-200,
.seat-200 {
    background: #E0F1FF;
}

.seat label.seat-400,
.seat-400 {
    background: var(--main-theme-color);
}

.seat label.seat-500,
.seat-500 {
    background: #676CF0;
}

.seat label.seat-1000,
.seat-1000 {
    background: #9C6EFF;
}

.seat label.seat-1500,
.seat-1500 {
    background: #E85CFF;
}

.seat label.seat-2000,
.seat-2000 {
    background: #FFD65C;
}
.seat label.seat-2000-plus,
.seat-2000-plus {
    background: #ffb803;
}


.seat label.seat-booked,
.seat-booked {
    background: #F1F3F5;
}

.seat label.seat-not-available,
.seat-not-available {
    background: #728290;
}

@-webkit-keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

@keyframes rubberBand {
    0% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }

    30% {
        -webkit-transform: scale3d(1.25, 0.75, 1);
        transform: scale3d(1.25, 0.75, 1);
    }

    40% {
        -webkit-transform: scale3d(0.75, 1.25, 1);
        transform: scale3d(0.75, 1.25, 1);
    }

    50% {
        -webkit-transform: scale3d(1.15, 0.85, 1);
        transform: scale3d(1.15, 0.85, 1);
    }

    65% {
        -webkit-transform: scale3d(0.95, 1.05, 1);
        transform: scale3d(0.95, 1.05, 1);
    }

    75% {
        -webkit-transform: scale3d(1.05, 0.95, 1);
        transform: scale3d(1.05, 0.95, 1);
    }

    100% {
        -webkit-transform: scale3d(1, 1, 1);
        transform: scale3d(1, 1, 1);
    }
}

.rubberBand {
    -webkit-animation-name: rubberBand;
    animation-name: rubberBand;
}

.rating-danger {
    background: linear-gradient(90deg, #F23845 0%, rgba(242, 56, 69, 0.00) 100%);
}

.box-32 {
    width: 32px;
    height: 32px;
}

.one-round{
    background: var(--bs-white);
    color: #0057FF;
}

.h-9rem{
    height: 9.65rem;
}

.rounded-12{
    border-radius: 12px;
}

.line-stop{
    height: 0.1rem;
    width: 4rem;
    content: '';
}

.non-stop{
    background: var(--main-green-color);
}
.stop{
    background: #F6A723;
}

.box-25{
    width: 25px;
    height: 25px;
}

.wrapper-custom{
    white-space: nowrap; 
  width: 100px; 
  overflow: hidden;
  text-overflow: ellipsis; 
}

.bg-dark-blue{
    background: var(--dark-blue);
}

.mw-1478 {
    max-width: 1452px !important;
}

.link{
    color: #32c5ff !important;
}

.booked{
    right: 2rem;
    bottom: 10px;
    z-index: 3;
}

.cursor-pointer{
    cursor: pointer;
}

.middle{
    width: 90%;
    overflow-x: hidden;
}

.custom-success{
    color: #4cc98c;
}

.round-40px{
    border-radius: 40px;
}
.rotate:before{
    animation:spin 1s linear infinite;
}

.ms-minus-30{
    margin-left: -30px;
}

.session-popup{
    position: fixed;
    height: 100vh;
    z-index: 999;
    background-color: #62626261;
    padding: 18px 60px;
    border-radius: 10px;
    width: 100%;
}

.session-popup-box{
    margin:auto;
    background-color: #ffffff; 
    margin-top:50px;
    width:26%;
    padding:20px;
    border-radius: 10px;
}

.clear-btn-date-range{
    margin-left: -7px;
    border-radius: 0px 8px 8px 0px;
}

@keyframes spin { 
    100% { 
        -webkit-transform: rotate(360deg); 
        transform:rotate(360deg); 
    } 
}

.card-body .card.selected {
    border: 2px solid #007bff; /* Example border color */
    box-shadow: 0 0 5px rgba(0, 123, 255, 0.5); /* Example box shadow */
}

.h4-font{
    font-size: 16px;
    line-height: 24px;
}
.h2-font{
    font-size: 18px;
    line-height: 24px;
}
.main-price-box{
    border-radius: 10px;
    padding: 10px 10px;
    box-shadow: rgba(0, 0, 0, 0.20) 0px 5px 10px;
    height:120px;
    overflow:scroll;
    overflow-x:hidden;
}
.main-price-box .form-check{
    min-height: unset;
}
.main-price-box .form-check-input{
    border: 1px solid #1A1F24;
}
.main-price-box .common-box{
    margin-bottom: 5px;
}
.main-price-box .common-box:last-child{
    margin-bottom: 0px;
}

.main-price-box .color-1{
    border: 1px solid #FF9B26!important;
    background: #FFF6F3!important;
    color: #1A1F24!important;;
}
.main-price-box .color-2{
    border: 1px solid #8989D1!important;
    background: #F6F6FA!important;
    color: #1A1F24!important;
}

.main-price-box .color-3{
    border: 1px solid #FF541E;
    background: #FFF6F3!important;
    color: #1A1F24;
}

.main-price-box .color-4{
    border: 1px solid #0BCE89!important;;
    background: #F1FFFA!important;
    color: #1A1F24!important;;
}

#main {
    padding: 1rem;
}
.main{
    margin-left: 80px;
}

.flight-img{
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

#sidebar.active .sidebar-wrapper {
    left: 0
}
.custom-sidebar{
    width: 230px;
}
.top-navbar{
    margin-left: 230px;
}
.main-body{
    margin-left: 80px;
}
.main-body-II{
    margin-left: 230px;
}

.sidebar-hide{
    display: none;
}
.burger-btn i{
    color: #25396f;
}


.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #f4f4f4; /* Highlight selected items */
}
.select2-results__option {
    display: flex;
    align-items: center;
}
.set-icon{
    position: relative;
}
.modal-section .set-icon span{
    position: absolute;
    right: 10px;
    top: 12px;
    font-size: 16px;
}
.modal-section label{
    font-weight: 500;
    font-size: 16px;
    margin-bottom: 5px;
}

/* Chnage flatpicker date color and size */

span.flatpickr-weekday{
    color: #0A8CF9!important;
}
.accordion .select2-container .select2-selection--single .select2-selection__rendered{
    padding: 4px 12px!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover{
    background: linear-gradient(180deg, #008BFF 0%, #0057FF 100%)!important;
    border: 1px solid #008BFF!important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    background: linear-gradient(180deg, #008BFF 0%, #0057FF 100%)!important;
    border: 1px solid #008BFF!important;
}


.dataTables_wrapper .dataTables_paginate .paginate_button.disabled, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.disabled:active{
    color: #fff!important;
}
.dataTables_wrapper .dataTables_paginate .paginate_button:active{
    background: linear-gradient(180deg, #008BFF 0%, #0057FF 100%)!important;   
    color: #fff!important;
}
.dataTables_paginate{
    margin: 10px 0px!important;

}
.position-sticky{
    position: sticky;
    top: 10px;
}

.text-hidden-ellipsis{
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

table.table.table-md.fw-medium, th {
    white-space: nowrap;
}
.settings-card{
    border: 1px dashed #c8c8c8;
    border-radius: 10px;
}

 .status-data{
    font-size: 14px;
    font-weight: 700;
    margin-top: 0px;
}

.containerds {
  width: 95%;
  margin: auto;
}

.mobile-wrapper {
  background: #fff;
  position: relative;
  width: 100%;
  min-height: 100%;
  margin: auto;
  padding: 16px 0 2px;
  border-radius: 10px;
  box-shadow:0 .1875rem .75rem 0 rgba(47, 43, 61, .14);
  overflow: hidden;
}

.header {
  padding-bottom: 15px;
  margin-bottom: 40px;
}
.header .containerds {
  position: relative;
}
.header .containerds span {
  color: #444;
  font-family: "Ramabhadra";
  font-size: 21px;
  font-weight: 700;
}
.header .containerds h1 {
  margin-top: 5px;
  color: #919294;
  font-size: 13px;
  font-weight: 300;
}
.header .containerds .menu-toggle {
  width: 25px;
  height: 25px;
  background: #fff;
  padding: 24px;
  border-radius: 50%;
  direction: rtl;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: 0px 10px 30px -14px #000;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
}
.header .containerds .menu-toggle span {
  display: block;
  width: 25px;
  height: 2px;
  background: #777;
  border-radius: 2px;
  transition: all 300ms ease;
}
.header .containerds .menu-toggle span:not(:last-child) {
  margin-bottom: 5px;
}
.header .containerds .menu-toggle span:first-child {
  width: 20px;
}
.header .containerds .menu-toggle span:last-child {
  width: 15px;
}
.header .containerds .menu-toggle:hover span:first-child, .header .containerds .menu-toggle:hover span:last-child {
  width: 100%;
}
.header .containerds::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border: 6px solid transparent;
  border-left-color: #e8e8e8;
  position: absolute;
  bottom: -13px;
  right: 0px;
}
.header .containerds::after {
  content: "";
  display: block;
  width: calc(100% - 10px);
  height: 2px;
  background-color: #e8e8e8;
  position: relative;
  top: 8px;
}

.today-box {
  background: linear-gradient(to left, #485fed, rgba(255, 44, 118, 0.25)), #485fed;
  color: #FFF;
  padding: 5px 40px;
  position: relative;
  margin-bottom: 18px;
}
.today-box::before {
  content: "";
  background: linear-gradient(to left, #485fed, rgba(255, 44, 118, 0.25)), #485fed;
  opacity: 0.4;
  z-index: -1;
  display: block;
  width: 100%;
  height: 40px;
  margin: auto;
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translatex(-50%);
  border-radius: 50%;
  box-shadow: 0px 0px 40px 0 #485fed;
}
.today-box .breadcrumb {
  font-weight: 300;
  position: relative;
}
.today-box .date-title {
  font-size: 14px;
  margin: 7px 0 0 0;
  letter-spacing: 1px;
  font-weight: 600;
  color: #fff;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.15);
}
.today-box .plus-icon {
  /* border: 2px solid rgba(255, 255, 255, 0.6); */
  border-radius: 50%;
  box-shadow: 0px 10px 30px -14px #000;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 40px;
  cursor: pointer;
  transition: all 350ms ease;
  /* transition-timing-function: cubic-bezier(0.05, 1.8, 1, 1.57); */
}
/* .today-box .plus-icon:hover {
  transform: translateY(-40%);
} */
.today-box .plus-icon i {
  font-size: 22px;
  font-weight: 700;
  background: #fff;
  color: #777;
  width: 35px;
  height: 35px;
  border: 6px solid #485fed;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}
/* .today-box .plus-icon:active {
  top: 52%;
  transform: translatey(-52%);
  right: 38px;
  box-shadow: 0px 8px 30px -14px #000;
} */

.upcoming-events .containerds h3 {
  color: #333;
  font-size: 17px;
  margin-bottom: 16px;
  position: relative;
}
.upcoming-events .containerds h3::before {
  content: "";
  display: block;
  width: 58%;
  height: 2px;
  background-color: #e8e8e8;
  position: absolute;
  top: 60%;
  transform: translatey(-60%);
  right: 0;
}
.upcoming-events .containerds h3::after {
    content: "check";
    font-family: 'Material Symbols Outlined';
    font-weight: 200;
    vertical-align: middle;
    font-size: 28px;
    display: inline-block;
    background: #fff;
    color: #919294;
    width: 38px;
    text-align: center;
    position: absolute;
    right: 60px;
    top: -5px;
}
.upcoming-events .containerds .events-wrapper .event {
  position: relative;
  cursor: pointer;
  background: #e8e8e8;
  padding: 10px 0 10px 20px;
  margin-bottom: 14px;
  border-radius: 5px;
}
.upcoming-events .containerds .events-wrapper .event i {
  font-size: 24px;
  font-weight: 100;
  position: absolute;
  left: 0;
  top: -4px;
}
.upcoming-events .containerds .events-wrapper .event .event__point {
    margin: 0;
    color: #555;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: 1px;
}
.upcoming-events .containerds .events-wrapper .event .event__duration {
  position: absolute;
  top: 5px;
  right: 15px;
  color: #999;
  font-size: 10px;
  font-weight: 800;
  font-style: italic;
}
.upcoming-events .containerds .events-wrapper .event .event__description {
    margin-top: 4px;
    color: #919294;
    font-size: 10px;
    font-weight: 300;
    margin-bottom: 0px;
}
.upcoming-events .containerds .events-wrapper .event.active {
    background: #e8e8e8;
    padding: 10px 0 10px 20px;
    margin-bottom: 25px;
    border-radius: 5px;
}
.upcoming-events .containerds .events-wrapper .event.active::after {
  content: "";
  display: block;
  width: 90%;
  height: 10px;
  background: #fff;
  border: 2px solid #ddd;
  border-top: 0;
  border-radius: 0 0 5px 5px;
  position: absolute;
  bottom: -10px;
  left: 50%;
  transform: translatex(-50%);
}
.upcoming-events .containerds .events-wrapper .event.active i {
  position: absolute;
  left: 25px;
  top: 17px;
}
.upcoming-events .containerds .events-wrapper .event.active .event__description::before, .upcoming-events .containerds .events-wrapper .event.active .event__description::after {
    content: "check";
    font-family: 'Material Symbols Outlined';
  font-size: 32px;
  display: inline-block;
  color: #919294;
  text-align: center;
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.upcoming-events .containerds .events-wrapper .event.active .event__description::before {
  right: 45px;
  font-size: 22px;
  transition: all 550ms ease;
  transition-timing-function: cubic-bezier(0.05, 1.8, 1, 1.57);
}
.upcoming-events .containerds .events-wrapper .event.active:hover .event__description::before {
  transform: translate(15px, -12px);
}

.hot {
  color: #ee6b51;
}

.done {
  color: #999 !important;
}

.icon-in-active-mode {
  color: #43ff28;
  font-size: 20px !important;
}

.upcoming {
  font-weight: bold;
  color: #777;
}

.add-event-button {
  display: flex;
  align-items: center;
  margin-left: auto;
  border: 0;
  padding: 0;
  background: linear-gradient(to left, #485fed, rgba(255, 44, 118, 0.25)), #485fed;
  border-radius: 50px;
  cursor: pointer;
  box-shadow: 0px 0px 40px -9px #485fed;
}
.add-event-button:active {
  position: relative;
  top: 2px;
  left: 2px;
}
.add-event-button .add-event-button__title {
  color: #FFF;
  padding: 0 18px 0 23px;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.2);
  font-family: "Lato";
  font-size: 15px;
  font-weight: 600;
}
.add-event-button .add-event-button__icon {
  display: inline-block;
  background: rgba(255, 255, 255, 0.1);
  padding: 0 17px 0 12px;
  height: 100%;
}
.add-event-button .add-event-button__icon i {
  margin: 0;
  color: #fff;
  font-size: 25px;
  padding: 13px 0;
}

.icon-size span,i{
    font-size: 20px;
    color: #a8a0a0;
}
.icon-size i{
    font-size: 16px;
    color: #a8a0a0;
}


/* The overlay */
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 999;
    display: none;
}

    /* The offcanvas */
    .offcanvas {
    position: fixed;
    top: 0;
    left: -400px; /* Initially hidden */
    width: 400px;
    height: 100%;
    background-color: #fff;
    box-shadow: 2px 0 12px rgba(0, 0, 0, 0.4);
    padding: 20px;
    transition: left 0.3s ease;
    z-index: 1000;
    }

    /* Open the offcanvas */
    .offcanvas.open {
    left: 0;
    }

    /* Close button */
    .close-btn {
    position: absolute;
    top: 10px;
    right: 10px;
    font-size: 24px;
    cursor: pointer;
    background: none;
    border: none;
    color: #000;
    }

    .offcanvas h2 {
    margin-top: 0;
    }

    .offcanvas p {
    line-height: 1.6;
    font-size: 16px;
    }
    #offcanvas-content{
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
    max-height: calc(100vh - 50px);
    overflow-y: auto;
    padding-right: 10px;
    }


    .envelope-size{
    font-size: 12px;
    }
    .icon-min{
    height:35px;
    width: 35px;
    border-radius: 50%;
    background-color: #fff;
    
    display: inline-flex;
    justify-content: center;
    align-items: center;
    }
    .icon-min i{
    color: #000;
    }

.icon-min:hover{
    background: #0A8CF9!important;    
    -webkit-transition:all .3s ease;
}
.icon-min:hover i{
    color: #fff;
}




/* Customize the label (the select-lead-checkbox) */
.select-lead-checkbox {
    display: block;
    position: relative;
    padding-left: 30px;
    margin-bottom: 10px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
  }
  
  /* Hide the browser's default checkbox */
  .select-lead-checkbox input {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
  }
  
  .select-lead-checkbox label {
    cursor: pointer;
    font-size: 14px;
  }
  /* Create a custom checkbox */
  .checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 20px;
    width: 20px;
    border: 1px solid #0ea021;
    transition: .2s linear;
  }
  .select-lead-checkbox input:checked ~ .checkmark {
    background-color: transparent;
  }
  
  /* Create the checkmark/indicator (hidden when not checked) */
  .checkmark:after {
    content: "";
    position: absolute;
    visibility: hidden;
    opacity: 0;
    left: 50%;
    top: 40%;
    width: 10px;
    height: 14px;
    border: 2px solid #0ea021;
    filter: drop-shadow(0px 0px 10px #0ea021);
    border-width: 0 2.5px 2.5px 0;
    transition: .2s linear;
    transform: translate(-50%, -50%) rotate(-90deg) scale(0.2);
  }
  
  /* Show the checkmark when checked */
  .select-lead-checkbox input:checked ~ .checkmark:after {
    visibility: visible;
    opacity: 1;
    transform: translate(-50%, -50%) rotate(0deg) scale(1);
    animation: pulse .4s ease-in;
  }
  
  .select-lead-checkbox input:checked ~ .checkmark {
    transform: rotate(45deg);
    border: none;
  }
  
  @keyframes pulse {
    0%,
    100% {
      transform: translate(-50%, -50%) rotate(0deg) scale(1);
    }
    50% {
      transform: translate(-50%, -50%) rotate(0deg) scale(1.6);
    }
  }


  .chair-icon{
    border: 1px solid #ccc;
    border-radius: 12px;
    padding: 6px 0px;
    background: #a4c98729;
  }