:root,
[data-bs-theme=light] {
    --bs-blue: #206bc4 !important;
    --bs-red: #d63939 !important;
    --bs-green: #12B76A !important;
    --bs-gray: #E8E8E8 !important;
    --bs-gray-100: #f1f5f9 !important;
    --bs-gray-200: #e2e8f0 !important;
    --bs-gray-300: #c8d3e1 !important;
    --bs-gray-400: #9ba9be !important;
    --bs-gray-500: #6c7a91 !important;
    --bs-gray-600: #49566c !important;
    --bs-gray-700: #313c52 !important;
    --bs-gray-800: #1d273b !important;
    --bs-gray-900: #0f172a !important;
    --bs-primary: #206bc4 !important;
    --bs-secondary: #667085 !important;
    --bs-success: #12B76A !important;
    --bs-info: #4299e1 !important;
    --bs-warning: #f76707 !important;
    --bs-light: #F9FAFB !important;
    --bs-dark: #212121 !important;
    /*--bs-font-sans-serif: 'Montserrat', sans-serif !important;*/
    --bs-body-font-size: 13px !important;
    --bs-body-color: #344054 !important;
    --bs-link-color: #206bc4 !important;
    --bs-link-hover-color: #206bc4 !important;
    --bs-form-invalid-border-color: #dc3545 !important;
}

html {
    height: 100% !important;
}

body {
    margin: 0;
    width: 100% !important;
    height: 100%;
    font-family: var(--bs-body-font-family);
    font-size: 12px !important;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.form-control {

    padding: 0.375rem 0.75rem !important;
    font-size: 12px !important;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out !important;
}


.loginContainer {
    max-width: 386px !important;
}

.loginImage {
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
}

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

.settingsMenu > li {
    margin-bottom: 1px;
    border-bottom: 1px solid transparent;
}

.settingsMenu > li:hover {
    border-bottom: 1px solid #000;
}

.settingsMenu > li > .active {
    font-weight: 500;
    border-bottom: 1px solid #000;
}


.acftIcon {
    height: 48px;
    width: 100px;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    border-radius: 4px;
}

.appTopNavbar {
    /*border-bottom-left-radius: 10px;*/
    /*border-bottom-right-radius: 10px;*/
    background-color: var(--bs-dark);
    height: 60px;
}

.appNavbarBottom {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    background-color: #fff;
    height: 60px;
}

.dropdown-menu {
    font-size: 12px !important;
}

.form-control:focus {
    color: var(--bs-body-color);
    background-color: var(--bs-body-bg);
    border-color: var(--bs-border-color);
    outline: 0;
    box-shadow: none !important;
}

.trip-sector-title {
    font-size: 11px;
    text-transform: uppercase;
    font-weight: 600;
}

.trip-sector-value {
    font-size: 14px;
    text-transform: uppercase;
}

.options-holder {
    padding-bottom: 2.5rem;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    height: 100%;
}

.options-item {
    scroll-snap-stop: always;
    scroll-snap-align: start;
    flex-shrink: 0;
    margin-right: 10px;
}

.slide-center {
    /*transform: translateX(calc(max(1000px, 100vw) / 2 - calc(100px / 2))) !important;*/
    height: 100%;
    display: flex;
    position: relative;
}

.options ::-webkit-scrollbar {
    height: 0px;
}

.options::-webkit-scrollbar-thumb {
    background: rgb(255, 255, 255);
    border-radius: none !important;
}

.options::-webkit-scrollbar-track {
    background: rgba(224, 224, 224, 0.2);
}


.jlShadow {
    box-shadow: rgba(0, 0, 0, 0.10) 0 1px 1px 1px;
}

.checkbox-wrapper-4 * {
    box-sizing: border-box;
}

.checkbox-wrapper-4 .cbx {
    -webkit-user-select: none;
    user-select: none;
    cursor: pointer;
    padding: 6px 8px;
    border-radius: 6px;
    overflow: hidden;
    transition: all 0.2s ease;
    display: inline-block;
}

.checkbox-wrapper-4 .cbx:not(:last-child) {
    margin-right: 6px;
}

.checkbox-wrapper-4 .cbx:hover {
    background: rgba(0, 119, 255, 0.06);
}

.checkbox-wrapper-4 .cbx span {
    float: left;
    vertical-align: middle;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:first-child {
    position: relative;
    width: 18px;
    height: 18px;
    border-radius: 4px;
    transform: scale(1);
    border: 1px solid #cccfdb;
    transition: all 0.2s ease;
    box-shadow: 0 1px 1px rgba(0, 16, 75, 0.05);
}

.checkbox-wrapper-4 .cbx span:first-child svg {
    position: absolute;
    top: 3px;
    left: 2px;
    fill: none;
    stroke: #fff;
    stroke-width: 2;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-dasharray: 16px;
    stroke-dashoffset: 16px;
    transition: all 0.3s ease;
    transition-delay: 0.1s;
    transform: translate3d(0, 0, 0);
}

.checkbox-wrapper-4 .cbx span:last-child {
    padding-left: 8px;
    line-height: 18px;
}

.checkbox-wrapper-4 .cbx:hover span:first-child {
    border-color: #07f;
}

.checkbox-wrapper-4 .inp-cbx {
    position: absolute;
    visibility: hidden;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child {
    background: #07f;
    border-color: #07f;
    animation: wave-4 0.4s ease;
}

.accordion-button:not(.collapsed) {
    background-color: #fff;
    box-shadow: none !important;
}

.checkbox-wrapper-4 .inp-cbx:checked + .cbx span:first-child svg {
    stroke-dashoffset: 0;
}

.checkbox-wrapper-4 .inline-svg {
    position: absolute;
    width: 0;
    height: 0;
    pointer-events: none;
    user-select: none;
}

@media screen and (max-width: 640px) {
    .checkbox-wrapper-4 .cbx {
        width: 100%;
        display: inline-block;
    }
}

@-moz-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-webkit-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@-o-keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}

@keyframes wave-4 {
    50% {
        transform: scale(0.9);
    }
}


#targetContainer {
    overflow: scroll;
    width: 100%;
    height: 100%;
    border: none;
    position: absolute;
}

.tripType {
    font-size: 12px;
    border: 1px solid var(--bs-dark);
}

.tripType.active {
    background-color: var(--bs-dark);
    color: white;
    border: 1px solid var(--bs-dark);
}

.tripType:hover {
    background-color: var(--bs-dark);
    color: white;
    border: 1px solid var(--bs-dark);
}


.tripBtn {
    /*height: 42px !important;*/
    font-size: 12px;
}

.sector-btn {
    color: #262626;
    background: #fff;
    border: 1px solid var(--bs-dark);
    font-size: 14px;
    font-weight: 500;
    border-radius: 16px;
}

.sector-btn:hover {
    color: #fff !important;
    background: var(--bs-dark);
}

.flagIco {
    background-color: #fff;
    border-right: #fff;
}

.deleteIco {
    background-color: #fff;
    border-left: #fff;
}

.searchInput {
    /*height: 44px;*/
}

.searchInput2 {
    /*height: 44px;*/
}

.searchInput.active {
    padding-left: 40px !important;
}

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

.inputFlag {
    top: 55%;
    left: 2%;
    padding-left: 15px;
    border-radius: 10px;
}

.counterLeft {
    top: 67%;
    left: 10%;
    cursor: pointer;
}

.counterRight {
    top: 56%;
    right: 10%;
    cursor: pointer;
}

.inputFlag > .active {
    padding-left: 20px;
}

.loading {
    left: 0;
    position: absolute;
    top: 0;
    height: 100%;
    width: 100%;
    align-items: center;
    display: flex;
    justify-content: center;
}

.loader {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: inline-block;
    position: relative;
    border: 3px solid;
    border-color: #E8e8e8 #00A0E0 transparent transparent;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}

.loader::after,
.loader::before {
    content: '';
    box-sizing: border-box;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    border: 3px solid;
    border-color: transparent transparent #E8e8e8 #212121;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    animation: rotationBack 0.5s linear infinite;
    transform-origin: center center;
}

.loader::before {
    width: 32px;
    height: 32px;
    border-color: #FFF #FFF transparent transparent;
    animation: rotation 1.5s linear infinite;
}

.dropdown-toggle::after {
    content: none !important;
}

.jl-bg {
    background-color: #fcfbf3 !important;
}


.progress {
    position: relative;
    width: 100%;
    line-height: .5rem;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

.progress::-webkit-progress-bar {
    background: var(--jl-progress-bg)
}

.progress::-webkit-progress-value {
    background-color: var(--jl-primary)
}

.progress::-moz-progress-bar {
    background-color: var(--jl-primary)
}

.progress::-ms-fill {
    background-color: var(--jl-primary);
    border: none
}

.progress-sm {
    height: .25rem
}

.progress-bar {
    height: 100%
}

.text-table {
    color: #101828;
}

.stage {
    border: 1px solid #fff;
    color: #000;
    padding: 3px;
    /*border-radius: 20px;*/
    /*width: 30px;*/
}

.table-btn.active {
    color: #262626 !important;
}

.stage-txt {
    color: #5F6D7E;
}

.stage-txt.active {
    color: #262626 !important;
    font-weight: 500;
}

.stage {
    color: #000;
}

.stage:hover {
    color: #fff !important;
}

.stage.active {
    color: #FFFFFF !important;
    background-color: #262626;
}

.table-btn:hover {
    color: #ffffff !important;
    background-color: var(--bs-dark);
}

.trip-sector-title {
    color: #5F6D7E;
    font-weight: 500;
}

.trip-sector-value {
    color: #272D37;
    font-weight: 600;
    font-size: 12px;
}

.option-title {
    font-size: 18px;
    color: #262626;
    font-weight: 500;
}

.table-btn {
    font-size: 12px;
    color: #262626 !important;
    font-weight: 500;
    line-height: 18px;
    padding: 2px 8px 2px 8px;
    border-radius: 16px;
    border: 1px solid var(--bs-dark);

}

.siteAnimation {
    height: 24px;
    position: absolute;
    transform: rotate(90deg);
    animation: moveRight 1.5s linear infinite;
}

.tableAnimation {
    height: 24px;
    position: absolute;
    transform: rotate(90deg);
    animation: moveRight 1.5s linear infinite;
}

.loadingAnimation {
    width: 100%;
    position: relative;
    height: 20px;
}

@keyframes moveRight {
    0% {
        left: 0;
    }
    100% {
        left: calc(100% - 20px);
    }
}

@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

@keyframes rotationBack {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(-360deg);
    }
}

.loader4 {
    width: 100%;
    height: 4px;
    display: inline-block;
    position: relative;
    overflow: hidden;
}

.page-link {
    color: var(--bg-dark);
    font-size: 12px !important;
    width: max-content;
}

.page-link:hover {
    color: var(--bg-dark);
}

.page-link.active, .active > .page-link {
    z-index: 3;
    color: var(--bs-pagination-active-color);
    background-color: var(--bs-dark);
    border-color: var(--bg-dark);
}

.loader4::after {
    content: '';
    width: 96px;
    height: 4.8px;
    background: var(--bs-primary);
    position: absolute;
    top: 0;
    left: 0;
    box-sizing: border-box;
    animation: hitZak 1s linear infinite alternate;
}

.loader10, .loader10:before, .loader10:after {
    border-radius: 50%;
    width: 2.5em;
    height: 2.5em;
    animation-fill-mode: both;
    animation: bblFadInOut 1.8s infinite ease-in-out;
}

.loader10 {
    color: var(--bs-primary);
    font-size: 4px;
    position: relative;
    text-indent: -9999em;
    transform: translateZ(0);
    animation-delay: -0.16s;
}

.loader10:before,
.loader10:after {
    content: '';
    position: absolute;
    top: 0;
}

.loader10:before {
    left: -3.5em;
    animation-delay: -0.32s;
}

.loader10:after {
    left: 3.5em;
}

@keyframes bblFadInOut {
    0%, 80%, 100% {
        box-shadow: 0 2.5em 0 -1.3em
    }
    40% {
        box-shadow: 0 2.5em 0 0
    }
}

.autocomplete-suggestions {
    background-color: rgb(255, 255, 255) !important;
    padding: 2px 5px;
}

.autocomplete-suggestion {
    border-bottom: 1px solid #ccc !important;
    padding: 16px;
    font-size: 12px;
}

.autocomplete-suggestion:hover {
    background-color: var(--bs-primary);
    color: #fff !important;
    cursor: pointer;
}

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

.autocomplete-suggestions {
    max-height: 200px !important;
    overflow-y: auto !important;
    overflow-x: hidden !important;
    border-bottom-left-radius: 10px;
    border-bottom-right-radius: 10px;
    border-left: 1px solid #EAEBF0;
    border-right: 1px solid #EAEBF0;
    border-bottom: 1px solid #EAEBF0;
    padding: 0;
}

.autocomplete-no-suggestion {
    padding-left: 5px;
    padding-right: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
    color: #fff;
    background: var(--bs-primary);
}

.bestOption {
    cursor: pointer;
}

.text-filters {
    color: #272D37;
    font-weight: 500;
}

.noUi-touch-area {
    cursor: pointer;
}

.bestOption.active {
    background-color: #212121;
    color: #fff !important;
}

.container-header {
    background-color: #F9FAFB;
}

.container-header2 {
    background-color: #fff;
}

.container-body {
    border-bottom: 1px solid #EAECF0;
}

.container-table-title {
    padding: 9px 9px 9px 9px;
    font-size: 10px;
    text-transform: uppercase;
    font-weight: 500;
    line-height: 18px;
    text-align: left;
}

.container-table-column {
    padding: 6px 6px 6px 6px;
}

.bottom-center {
    position: fixed;
    bottom: 60px; /* Adjust this value to change the distance from the bottom */
    left: 50%;
    transform: translateX(-50%);
    text-align: center;
    width: 100%;
    padding: 10px 0;
}

.crewDetails::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
}

.crewDetails:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
}

.crewDetails::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
}

.crewDetails2::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
}

.crewDetails2:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
}

.crewDetails2::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
}

.paxDetails::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
}

.paxDetails:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
}

.paxDetails::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
}

.fboDetails1::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
}

.fboDetails1:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
}

.fboDetails1::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
}

.fboDetails::placeholder { /* Chrome, Firefox, Opera, Safari 10.1+ */
    font-weight: 400;
}

.fboDetails:-ms-input-placeholder { /* Internet Explorer 10-11 */
    font-weight: 400;
}

.fboDetails::-ms-input-placeholder { /* Microsoft Edge */
    font-weight: 400;
}

.paxRow:nth-child(even) {
    background-color: #F9FAFB; /* Light grey background for even rows */
}

.crewRow:nth-child(even) {
    background-color: #F9FAFB; /* Light grey background for even rows */
}

.sticky-div {
    bottom: 10px;
    position: fixed;
    width: 100%; /* Set the width as needed */
    height: 100px; /* Make it full height */
    background-color: #fff; /* Background color */
    z-index: 1000; /* Set a high z-index to ensure it stays on top of other content */
}

.option-table > thead > tr > th {
    background: #FAFAFA !important;
    font-weight: 500;
    padding-left: 6px;
}

.option-table > thead > tr > td {
    vertical-align: middle !important;
    padding-left: 6px;
}

.option-table > tbody > tr > td {
    vertical-align: middle !important;
    padding-left: 6px;
}

.option-table2 > thead > tr > th {
    background: #FAFAFA !important;
    font-weight: 500;
    padding: 14px 14px 14px 6px;
}

.option-table2 > thead > tr > td {
    vertical-align: middle !important;
    padding-left: 6px;
}

.option-table2 > tbody > tr > td {
    vertical-align: middle !important;
    padding: 14px 14px 18px 6px;
}

.review {
    background: #F9FAFB !important;
    color: #667085 !important;
}

.aircraftRow:hover {
    background-color: var(--bs-light);
    cursor: pointer;
}

.text-badge-amenity {
    font-size: 13px;
    font-weight: 400;
    background: #f1f1f1;
    color: #272D37;
}

.text-badge-status {
    font-size: 13px;
    font-weight: 400;
    background: var(--bs-primary);
    color: #fff;
}


.aircraftReg {
    color: #272D37;
    font-weight: 600;
    font-size: 28px;
}

.aircraftHeader {
    height: 376px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.aircraftImage {
    height: 176px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}

.invalidate {
    border: 1px solid var(--bs-danger);
}

.v-center {
    vertical-align: middle;
}

.bg-header {
    background-color: #F9FAFB;
}

.reviewTable.title {
    color: #667085 !important;
}

.review.title {
    font-weight: 500;
    cursor: pointer;
}

small {
    font-size: 11px;
    color: #555;
    margin-left: 1rem;
}

section {
    display: flex;
    align-items: center;
    margin-top: 1rem;
}


input[type="radio"] {
    height: 1.2rem;
    width: 1.2rem;
    margin-right: 0.5rem;
}

.jlShadow::-webkit-scrollbar {
    width: 2px !important;
}

#accent {
    accent-color: var(--checked-color);
}

.dropzone2 {
    border: 1px dashed #B3B3B3 !important;
}

.manage-trip-nav, .manage-trip-controls {
    font-size: 13px !important;
}

.manage-trip-nav:hover, .manage-trip-nav.active {
    cursor: pointer;
    background: #000;
    color: #fff;
}


.custom-radio {
    /* hiding browser el */
    appearance: none;
    /* Safari support */
    -webkit-appearance: none;
    border: 0.2rem solid #fff;
    background-color: var(--bg-color);
    border-radius: 50%;
}

/* keyboard navigation focus appearance */
.custom-radio:focus-visible {
    outline-offset: 0;
}

.input-bottom-border {
    border: none !important;
    border-radius: 0 !important;
}

.input-bottom-border:disabled {
    border-bottom: none !important;
    border-radius: 0 !important;
    background-color: #fff;
}

.input-bottom-border:focus, .input-bottom-border:hover {
    border-bottom: 1px solid var(--bs-secondary) !important;
}

#box-shadow {
    box-shadow: 0 0 0 1px var(--color);
}

#box-shadow:hover {
    border-width: 0;
}

#box-shadow:checked {
    box-shadow: 0 0 0 1px var(--checked-color);
    background-color: var(--checked-color);
    border-width: 0.2rem;
}

.mobileNavBar {
    height: 126px;
    background-position: center;
    background-size: cover;
}

.createTripMobile > .active {
    border-bottom: 2px solid #212121;
}


.text-airport {
    font-size: 11px;
}

.text-sectors {
    color: #75787B;
}


.aircraftBox {
    height: 140px;
    border-radius: 8px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.aircraftBox2 {
    height: 40px;
    width: 60px;
    border-radius: 8px;
    background-position: left;
    background-size: cover;
    background-repeat: no-repeat;
    cursor: pointer;
    position: relative;
}

.aircraftBox:before {
    content: " ";
    z-index: 10;
    display: block;
    position: absolute;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 8px;
}

.aircraftBox > .selector {
    z-index: 10 !important;
    text-decoration: underline;
    text-underline-offset: 4px;
    font-weight: 500;
    font-size: 12px;
}

.holder:hover {
    cursor: pointer;
}

.holder > .registration {
    font-size: 24px;
    font-weight: 600;
    color: #101828;
}

.holder > .operator {
    font-size: 14px;
    font-weight: 600;
    color: #101828;
    line-height: 20px;
}

.selector.active {
    height: 22px;
    color: #027A48 !important;
    background-color: #ECFDF3;
    padding: 2px 8px 2px 6px;
    border-radius: 16px;
    text-decoration: none !important;
    text-underline-offset: 0px !important;
}

.opsName {
    font-size: 14px;
    font-weight: 400;
    color: #667085;
    line-height: 20px;
}

.price {
    font-size: 22px;
    font-weight: 600;
    color: #262626;
    line-height: 20px;
}

.aircraftType {
    font-weight: 400 !important;
    font-size: 15px;
    background-color: #fff;
    padding: 2px 10px 2px 10px;
    border-radius: 16px;
    border: 1px solid #EAEBF0;
}

@supports (-webkit-appearance: none) or (-moz-appearance: none) {
    .checkbox-wrapper-13 input[type=checkbox] {
        --active: #262626;
        --active-inner: #fff;
        --focus: none;
        --border: #BBC1E1;
        --border-hover: #212121;
        --background: #fff;
        --disabled: #F6F8FF;
        --disabled-inner: #E1E6F9;
        -webkit-appearance: none;
        -moz-appearance: none;
        height: 21px;
        outline: none;
        display: inline-block;
        vertical-align: top;
        position: relative;
        margin: 0;
        cursor: pointer;
        border: 1px solid var(--bc, var(--border));
        background: var(--b, var(--background));
        transition: background 0.3s, border-color 0.3s, box-shadow 0.2s;
    }

    .checkbox-wrapper-30:hover {
        cursor: pointer;
    }


    .checkbox-wrapper-28 {
        --size: 18px;
        position: relative;
    }

    .offcanvas.offcanvas-bottom {
        height: 85vh !important;
    }

    .checkbox-wrapper-28 *,
    .checkbox-wrapper-28 *:before,
    .checkbox-wrapper-28 *:after {
        box-sizing: border-box;
    }

    .checkbox-wrapper-28 .promoted-input-checkbox {
        border: 0;
        clip: rect(0 0 0 0);
        height: 1px;
        margin: -1px;
        overflow: hidden;
        padding: 0;
        position: absolute;
        width: 1px;
    }

    .checkbox-wrapper-28 input:checked ~ svg {
        height: calc(var(--size) * 0.6);
        -webkit-animation: draw-checkbox-28 ease-in-out 0.2s forwards;
        animation: draw-checkbox-28 ease-in-out 0.2s forwards;
    }

    .checkbox-wrapper-28 label:active::after {
        background-color: #e6e6e6;
    }

    .checkbox-wrapper-28 label {
        color: #0080d3;
        line-height: var(--size);
        cursor: pointer;
        position: relative;
    }

    .checkbox-wrapper-28 label:after {
        content: "";
        height: var(--size);
        width: var(--size);
        float: left;

        border-radius: 3px;
        transition: 0.15s all ease-out;
    }

    .checkbox-wrapper-28.active label:after {
        border: 2px solid var(--bs-primary);
    }

    .checkbox-wrapper-28.inactive label:after {
        border: 2px solid var(--bs-warning);
    }

    .checkbox-wrapper-28 label:after {
        border: 2px solid var(--bs-secondary);
    }

    .checkbox-wrapper-28 svg {
        stroke: var(--bs-primary);
        stroke-width: 3px;
        height: 0;
        width: calc(var(--size) * 0.6);
        position: absolute;
        left: calc(var(--size) * 0.21);
        top: calc(var(--size) * 0.2);
        stroke-dasharray: 33;
    }

    @-webkit-keyframes draw-checkbox-28 {
        0% {
            stroke-dashoffset: 33;
        }
        100% {
            stroke-dashoffset: 0;
        }
    }

    @keyframes draw-checkbox-28 {
        0% {
            stroke-dashoffset: 33;
        }
        100% {
            stroke-dashoffset: 0;
        }
    }

    .checkbox-wrapper-13 input[type=checkbox]:after {
        content: "";
        display: block;
        left: 0;
        top: 0;
        position: absolute;
        transition: transform var(--d-t, 0.3s) var(--d-t-e, ease), opacity var(--d-o, 0.2s);
    }

    .checkbox-wrapper-13 input[type=checkbox]:checked {
        --b: var(--active);
        --bc: var(--active);
        --d-o: .3s;
        --d-t: .6s;
        --d-t-e: cubic-bezier(.2, .85, .32, 1.2);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled {
        --b: var(--disabled);
        cursor: not-allowed;
        opacity: 0.9;
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled:checked {
        --b: var(--disabled-inner);
        --bc: var(--border);
    }

    .checkbox-wrapper-13 input[type=checkbox]:disabled + label {
        cursor: not-allowed;
    }

    .checkbox-wrapper-13 input[type=checkbox]:hover:not(:checked):not(:disabled) {
        --bc: var(--border-hover);
    }

    .checkbox-wrapper-13 input[type=checkbox]:focus {
        box-shadow: 0 0 0 var(--focus);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        width: 21px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        opacity: var(--o, 0);
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --o: 1;
    }

    .checkbox-wrapper-13 input[type=checkbox] + label {
        display: inline-block;
        vertical-align: middle;
        cursor: pointer;
        margin-left: 4px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch) {
        border-radius: 7px;
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):after {
        width: 5px;
        height: 9px;
        border: 2px solid var(--active-inner);
        border-top: 0;
        border-left: 0;
        left: 7px;
        top: 4px;
        transform: rotate(var(--r, 20deg));
    }

    .checkbox-wrapper-13 input[type=checkbox]:not(.switch):checked {
        --r: 43deg;
    }
}

.checkbox-wrapper-13 * {
    box-sizing: inherit;
}

.checkbox-wrapper-13 *:before,
.checkbox-wrapper-13 *:after {
    box-sizing: inherit;
}

.table-responsive {
    overflow-x: auto;
    -webkit-overflow-scrolling: touch;
}

@keyframes hitZak {
    0% {
        left: 0;
        transform: translateX(-1%);
    }
    100% {
        left: 100%;
        transform: translateX(-99%);
    }
}

.noStyleInput:focus {
    outline: none !important;
    font-size: 12px !important;
    padding: 0px !important;
}

.noStyleInput {
    padding: 0px !important;
}

@media (min-width: 320px) {
    /* smartphones, iPhone, portrait 480x320 phones */
    #targetContainer {
        top: 0;
    }

    .aircraftBoxMobile {
        height: 140px !important;
    }
}

@media (min-width: 481px) {
    /* portrait e-readers (Nook/Kindle), smaller tablets @ 600 or @ 640 wide. */
    #targetContainer {
        top: 0;
    }
}

@media (min-width: 641px) {
    /* portrait tablets, portrait iPad, landscape e-readers, landscape 800x480 or 854x480 phones */
    #targetContainer {
        top: 0;
    }
}

@media (min-width: 961px) {
    /* tablet, landscape iPad, lo-res laptops ands desktops */
    #targetContainer {
        top: 56px;
    }
}

@media (min-width: 961px) and (max-width: 991px) {
    /* For devices between 961px and 1024px wide */
    #targetContainer {
        top: 0;
    }
}

@media (min-width: 992px) {
    /* big landscape tablets, laptops, and desktops */
    #targetContainer {
        top: 56px;
    }
}

@media (min-width: 1281px) {
    /* hi-res laptops and desktops */
    #targetContainer {
        top: 56px;
    }
}

.loader9 {
    position: relative;
    width: 85px;
    height: 50px;
    background-repeat: no-repeat;
    background-image: linear-gradient(var(--bs-primary) 50px, transparent 0),
    linear-gradient(var(--bs-primary) 50px, transparent 0),
    linear-gradient(var(--bs-primary) 50px, transparent 0),
    linear-gradient(var(--bs-primary) 50px, transparent 0),
    linear-gradient(var(--bs-primary) 50px, transparent 0),
    linear-gradient(var(--bs-primary) 50px, transparent 0);
    background-position: 0px center, 15px center, 30px center, 45px center, 60px center, 75px center, 90px center;
    animation: rikSpikeRoll 0.65s linear infinite alternate;
}

@keyframes rikSpikeRoll {
    0% {
        background-size: 10px 3px;
    }
    16% {
        background-size: 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px, 10px 3px
    }
    33% {
        background-size: 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px, 10px 3px
    }
    50% {
        background-size: 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px, 10px 3px
    }
    66% {
        background-size: 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px, 10px 3px
    }
    83% {
        background-size: 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px, 10px 3px
    }
    100% {
        background-size: 10px 3px, 10px 3px, 10px 3px, 10px 10px, 10px 30px, 10px 50px
    }
}


.checkbox-wrapper-2 .ikxBAC {
    appearance: none;
    background-color: #dfe1e4;
    border-radius: 72px;
    border-style: none;
    flex-shrink: 0;
    height: 20px;
    margin: 0;
    position: relative;
    width: 30px;
}

.checkbox-wrapper-2 .ikxBAC::before {
    bottom: -6px;
    content: "";
    left: -6px;
    position: absolute;
    right: -6px;
    top: -6px;
}

.checkbox-wrapper-2 .ikxBAC,
.checkbox-wrapper-2 .ikxBAC::after {
    transition: all 100ms ease-out;
}

.checkbox-wrapper-2 .ikxBAC::after {
    background-color: #fff;
    border-radius: 50%;
    content: "";
    height: 14px;
    left: 3px;
    position: absolute;
    top: 3px;
    width: 14px;
}

.checkbox-wrapper-2 input[type=checkbox] {
    cursor: default;
}

.checkbox-wrapper-2 .ikxBAC:hover {
    background-color: #c9cbcd;
    transition-duration: 0s;
}

.checkbox-wrapper-2 .ikxBAC:checked {
    background-color: #6e79d6;
}

.checkbox-wrapper-2 .ikxBAC:checked::after {
    background-color: #fff;
    left: 13px;
}

.checkbox-wrapper-2 :focus:not(.focus-visible) {
    outline: 0;
}

.checkbox-wrapper-2 .ikxBAC:checked:hover {
    background-color: #535db3;
}


.checkbox-wrapper-30 .checkbox {
    --bg: #fff;
    --brdr: #d1d6ee;
    --brdr-actv: #1e2235;
    --brdr-hovr: #bbc1e1;
    --dur: calc((var(--size, 2) / 2) * 0.6s);
    display: inline-block;
    width: calc(var(--size, 1) * 22px);
    position: relative;
}

.checkbox-wrapper-30 .checkbox:after {
    content: "";
    width: 100%;
    padding-top: 100%;
    display: block;
}

.checkbox-wrapper-30 .checkbox > * {
    position: absolute;
}

.checkbox-wrapper-30 .checkbox input {
    -webkit-appearance: none;
    -moz-appearance: none;
    -webkit-tap-highlight-color: transparent;
    cursor: pointer;
    background-color: var(--bg);
    border-radius: calc(var(--size, 1) * 4px);
    border: calc(var(--newBrdr, var(--size, 1)) * 1px) solid;
    color: var(--newBrdrClr, var(--brdr));
    outline: none;
    margin: 0;
    padding: 0;
    transition: all calc(var(--dur) / 3) linear;
}

.checkbox-wrapper-30 .checkbox input:hover,
.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdr: calc(var(--size, 1) * 2);
}

.checkbox-wrapper-30 .checkbox input:hover {
    --newBrdrClr: var(--brdr-hovr);
}

.checkbox-wrapper-30 .checkbox input:checked {
    --newBrdrClr: var(--brdr-actv);
    transition-delay: calc(var(--dur) / 1.3);
}

.checkbox-wrapper-30 .checkbox input:checked + svg {
    --dashArray: 16 93;
    --dashOffset: 109;
}

.checkbox-wrapper-30 .checkbox svg {
    fill: none;
    left: 0;
    pointer-events: none;
    stroke: var(--stroke, var(--border-active));
    stroke-dasharray: var(--dashArray, 93);
    stroke-dashoffset: var(--dashOffset, 94);
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 2px;
    top: 0;
    transition: stroke-dasharray var(--dur), stroke-dashoffset var(--dur);
}

.checkbox-wrapper-30 .checkbox svg,
.checkbox-wrapper-30 .checkbox input {
    display: block;
    height: 100%;
    width: 100%;
}


.jet-link-navbar {
    background: #ffffff24;
    color: #00A0E0 !important;
    padding-left: 8px;
    padding-right: 8px;
    padding-top: 4px;
    padding-bottom: 4px;
    border-radius: 6px;
    font-weight: 600;
}
