@font-face {
    font-family: "chfont";
    font-style: normal;
    font-weight: normal;
    font-display: swap;
    src: url("https://panel.modirazhans.com/mydesign/ch724/file/font/dana.woff");

    /*   
  src: url("https://cdn.agent724.site/template/backc118/css/fonts/IRANSansWeb(FaNum).eot?#iefix")
      format("embedded-opentype"),
    url("https://cdn.agent724.site/template/backc118/css/fonts/IRANSansWeb(FaNum).woff2")
      format("woff2"),
    url("https://panel.modirazhans.com/mydesign/ch724/file/font/dana.woff")
      format("woff"),
    url("https://cdn.agent724.site/template/backc118/css/fonts/IRANSansWeb(FaNum).ttf")
      format("truetype"); */
}

body {
    direction: ltr !important;
    background: #fff;
    direction: rtl;
    text-align: right;
    font-size: 80%;
    font-family: chfont;
    font-variation-settings: "wght"400, "wdth"100, "slnt"0, "DOTQ"0, "KASH"0,
        "FANU"1;
}

h1,
h2,
h3,
h4,
h5,
h6,
p,
span,
div {
    font-family: chfont;
}

#iosModal,
.zap_widget {
    display: none;
}

#reserve_popup .note {
    display: none;
}

.pop-up-background {
    background: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    z-index: 100;
}

.pop-up-background-modal {
    cursor: default;
}

.pop-up {
    direction: rtl;
    visibility: hidden;
    margin-left: -400px;
    max-width: 800px;
    position: absolute;
    z-index: 100;
}

.pop-up.small,
.pop-up.medium {
    margin-left: -250px;
    max-width: 500px;
    width: 96%;
}

.pop-up-content {
    background: #fff;
    -webkit-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.3);
    -moz-box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 35px 0px rgba(0, 0, 0, 0.3);
    min-height: 30px;

    border-radius: 10px;
}

.pop-up-content .close,
.pop-up-footer {
    text-align: right;
}

.pop-up-footer {
    padding-top: 24px;
}

.pop-up-body {
    font-size: 16px;
    color: #666;
}

.pop-up-display-content {
    display: none;
}

.pop-up .close {
    position: absolute;
    top: 10px;
    right: 10px;
    z-index: 99;
    display: none;
}

.pop-up .close a {
    font-size: 18px;
    color: #d22;
    width: 24px;
    height: 24px;
    display: inline-block;
}

.pop-up .close a:hover {
    opacity: 0.6;
}

.pop-up-btn {
    padding: 8px 15px;
    display: inline-block;
    background: #3b4658;
    border-radius: 3px;
    margin-left: 10px;
    color: #fff;
    font-size: 15px;
    text-decoration: none;
}

.pop-up-btn:hover,
.pop-up-btn:focus {
    background: #6a798e;
}

.pop-up .screen-reader-text {
    position: absolute;
    top: -9999px;
    left: -9999px;
}

#pop-up .pop-up-content #peigiri_box .text_box,
#pop-up .pop-up-content #login_popup .text_box,
#register_popup .text_box {
    border-radius: 7px;
    padding: 18px 5px;
    background: var(--color-gray-200);
    width: 100%;
}

#pop-up .pop-up-content #peigiri_box .popup_title,
#pop-up .pop-up-content #login_popup .popup_title,
#register_popup .popup_title {
    font-weight: 900;
    color: #151515;
    margin-bottom: var(--spacing-sm);
    font-size: var(--font-size-md);
}

#pop-up .pop-up-content #peigiri_box .icon-tag-search,
#pop-up .pop-up-content #login_popup .flaticon-arrow221 {
    display: none;
}

#pop-up .pop-up-content #peigiri_box .btn.button.search {
    width: 100%;
    background-color: var(--color-primary);
    border-radius: var(--spacing-sm);
    padding: var(--spacing-lg);
    color: #fff;
}

#pop-up .pop-up-content #login_popup .btn {
    width: 100%;
    background-color: var(--color-success);
    border-radius: var(--spacing-xs);
    height: 47px;
    color: white;
}

#pop-up .pop-up-content #peigiri_box .close_btn,
#pop-up .pop-up-content #login_popup .close_btn {
    display: flex;
    left: 27px;
    top: 21px;
    right: unset;
    border-radius: 5px;
    position: absolute;
    background: var(--color-gray-100);
    width: 30px;
    height: 30px;
    align-items: center;
    justify-content: center;
}

#pop-up .pop-up-content #peigiri_box .close_btn::before,
#pop-up .pop-up-content #login_popup .close_btn::before {
    display: flex;
    content: "x";
    color: #000;
    justify-content: center;
    align-items: center;
}

#peigiri_box #peigiri_form,
#login_form #login,
#login_form #forget_pass {
    display: flex;
    gap: var(--spacing-sm);
    flex-direction: column;
}

#register_popup #register fieldset {
    display: grid;
    gap: var(--spacing-sm);
    grid-template-columns: repeat(2, 1fr);
}

#register_popup #register fieldset .line {
    width: 100%;
}

#register_popup #register .radios_box {
    display: flex;
    gap: 0.75rem;
}

#profilenormal,
#profileagancy {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

#register_popup #register .radios_box input {
    width: 20px;
    height: 20px;
}

#register_popup line.sec_code {
    direction: ltr;
}

#register_popup .line .captcha {
    position: absolute;
    right: 1.5rem;
    bottom: 2rem;
}

#register_popup .line .btn {
    display: flex;
    background: var(--color-primary);
    width: 100%;
    color: #fff;
    justify-content: center;
    border-radius: 0.5rem;
    height: 55px;
    margin-top: 20px;
    cursor: pointer;
}

#peigiri_box #peigiri_form .line {
    position: relative;
    display: flex;
    flex-direction: column;
    gap: var(--spacing-xxs);
}

#peigiri_box #peigiri_form .line .reqlable {
    width: 100%;
}

#peigiri_box #peigiri_form .error {
    background: var(--color-danger);
    padding: 10px;
    border-radius: 10px;
    color: #fff;
    text-align: center;
}

#peigiri_box #peigiri_form .line .captcha {
    position: absolute;
    bottom: 23%;
    right: 2%;
}

.pop-up-main-content {
    direction: rtl;
    background: #fff;
    padding: 15px;
    border-radius: 0.5rem;
}

#Expiration_price_box .popup_title {
    font-size: 1rem;
    color: red;
    font-weight: 900;
}

#Expiration_price_box .btn.searchnew {
    background: var(--color-primary);
    color: #fff;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

#countdown-11 {
    direction: ltr;
}

.timeTo div {
    background: #fff !important;
    border: unset !important;
    font-size: 20px;
    padding: 0;
    width: 15px !important;
    height: 24px !important;
}

.timeTo div ul {
    position: relative !important;
    width: 100% !important;
    margin: 0 auto !important;
    left: 0 !important;
}

.pessenger_footer #reserve_alert_out {
    display: none;
    background: #ffe7e7;
    padding: var(--spacing-sm);
    border-radius: var(--spacing-xs);
    margin-top: var(--spacing-md);
}

.pop-up.medium {
    margin-left: 0%;
    max-width: 500px;
}

/* last step res */

/* loading */
#progress1 {}

#progress1 .outer-therm {
    margin: 0 auto;
    border: unset !important;
}

#progress1 .inner-therm {
    background-color: var(--color-primary) !important;
    height: 20px;
    width: 98%;
}

/* end loading */

.reserve_info_list {
    display: flex;
    flex-direction: column;
    background: #eef5ff;
    padding: 0.5rem;
    border-radius: 0.5rem;
}

.reserve_info_list .pessenger {
    width: 100%;
}

.reserve_info_list .pessenger .header_pessenger {
    background: #8bacbe;
    border-radius: 0.5rem;
}

.reserve_info_list .pessenger .header_pessenger .center,
.reserve_info_list .pessenger .pessenger .center {
    text-align: center;
}

.sb_bank #purchaseButton_form {
    display: flex;
    margin-top: 1rem;
    gap: 1rem;
}

.sb_bank #purchaseButton_form .widg.widg_email,
.sb_bank #purchaseButton_form .widg.bank_select {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 50%;
    background: #eef5ff;
    border-radius: 0.5rem;
    padding: 0.5rem;
}

.sb_bank .email {
    display: flex;
    width: 70%;
    align-items: center;
}

.sb_bank .email .red {
    display: none;
}

.sb_bank input#email {
    width: 80%;
    height: 36px;
    border-radius: 0.5rem;
}

.sb_bank #purchaseButton_form .widg.bank_select#banks {
    display: none;
}

.bank_select .btn_res_inn {
    display: none;
}

.bank_select #purchaseButton {
    width: 50%;
    height: 45px;
    background: var(--color-primary);
    border-radius: var(--spacing-xs);
    color: #fff;
}

.reserve_info_list #reserve_alert_out {
    background: #ffe7e7;
    padding: var(--spacing-sm);
    border-radius: var(--spacing-xs);
}

.reserve_info_list #reserve_alert_out #alert_t {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: var(--spacing-xs);
}

.reserve_info_list #reserve_alert_out .verify_box {
    display: flex;
    gap: var(--spacing-xs);
}

/* زمان پرداخت اتمام یافت */

#reserve_time_out .alert_box {
    margin-top: 0 !important;
}

#reserve_time_out .alert_box .inn {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    background: aliceblue;
    gap: 0.5rem;
    border-radius: var(--spacing-xs);
    padding: var(--spacing-xs);
}

#reserve_time_out .alert_box .inn .titr {}

#reserve_time_out .btn.btn_ch1.search_restart {
    background: var(--color-primary);
    padding: var(--spacing-sm);
    border-radius: var(--spacing-xs);
    color: #fff;
}

/* Not completing the purchase */
#from_to_popup {
    overflow: hidden;
    max-width: 600px;
    margin: 0 auto;
    position: relative;
}

#from_to_popup .close_btn {
    position: absolute;
    left: 15px;
    top: 15px;
    cursor: pointer;
    color: #888;
    transition: all 0.3s;
}

#from_to_popup .close_btn:hover {
    color: #ff0000 !;
    transform: scale(1.1);
}

#from_to_popup .alert_box {
    background: linear-gradient(135deg, #fff5f5 0%, #fff 100%) !important;
    padding: 20px;
    margin-bottom: 20px;
}

#from_to_popup .titr {
    font-size: 22px;
    margin-bottom: 10px;
}

#from_to_popup .alert_box p {
    color: #555;
    font-size: 16px;
    line-height: 1.6;
    margin-bottom: 20px;
}

#from_to_popup .sb_sub_btn {
    display: inline-block;
    width: 49%;
    padding: 0.75rem;
    text-align: center;
    border: none !important;
    border-radius: 0.5rem;
    cursor: pointer !important;
    transition: all 0.3s ease !important;
}

#from_to_popup .sb_sub_btn:hover {
    transform: translateY(-3px) !important;
    box-shadow: 0 6px 12px rgba(42, 172, 213, 0.4) !important;
}

#from_to_popup .calcu_table_box {
    padding: 0 20px;
}

#from_to_popup .pessenger {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

#from_to_popup .pessenger td,
#from_to_popup .pessenger th {
    padding: 12px 15px;
    text-align: center;
    border-bottom: 1px solid #eee;
}

#from_to_popup .header_pessenger {
    background-color: #3b82f6;
    color: white !important;
}

#from_to_popup .header_pessenger td {
    font-weight: bold;
    padding: 15px !important;
}

#from_to_popup .verify_box {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-top: 20px;
    border: 1px solid #eee;
}

#from_to_popup .altxt {
    color: #444;
    font-size: 15px;
    line-height: 1.7;
}

#from_to_popup .altxt strong {
    color: #2aacd5;
}

/* انیمیشن برای جذابیت بیشتر */
@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#from_to_popup {
    animation: fadeIn 0.4s ease-out;
}

:root {
    --base-font-size: 16px;
    --base-line-height: 1.5;
    --base-spacing-unit: 1rem;
    --base-transition: all 0.3s ease;

    /* colors */
    --color-primary: #3b82f6;
    --color-primary-light: #5dade2;
    --color-primary-dark: #2874a6;

    --color-secondary: #2ecc71;
    --color-secondary-light: #58d68d;
    --color-secondary-dark: #239b56;

    --color-accent: #e74c3c;
    --color-accent-light: #ec7063;
    --color-accent-dark: #c0392b;

    --color-white: #ffffff;
    --color-light: #f8f9fa;
    --color-gray-100: #f1f3f5;
    --color-gray-200: #e9ecef;
    --color-gray-300: #dee2e6;
    --color-gray-400: #ced4da;
    --color-gray-500: #adb5bd;
    --color-gray-600: #868e96;
    --color-gray-700: #495057;
    --color-gray-800: #343a40;
    --color-gray-900: #212529;
    --color-black: #000000;

    --color-success: #28a745;
    --color-info: #17a2b8;
    --color-warning: #ffc107;
    --color-danger: #dc3545;

    /* fonts */
    --font-family-dana: "dana";

    --font-size-xs: 0.75rem;
    /* 12px */
    --font-size-sm: 0.875rem;
    /* 14px */
    --font-size-base: 1rem;
    /* 16px */
    --font-size-md: 1.125rem;
    /* 18px */
    --font-size-lg: 1.25rem;
    /* 20px */
    --font-size-xl: 1.5rem;
    /* 24px */
    --font-size-xxl: 2rem;
    /* 32px */
    --font-size-xxxl: 2.5rem;
    /* 40px */

    --font-weight-light: 300;
    --font-weight-regular: 400;
    --font-weight-medium: 500;
    --font-weight-bold: 700;

    --line-height-sm: 1.25;
    --line-height-base: 1.5;
    --line-height-lg: 1.75;

    /* paddings */
    --spacing-xxs: 0.25rem;
    /* 4px */
    --spacing-xs: 0.5rem;
    /* 8px */
    --spacing-sm: 0.75rem;
    /* 12px */
    --spacing-md: 1rem;
    /* 16px */
    --spacing-lg: 1.5rem;
    /* 24px */
    --spacing-xl: 2rem;
    /* 32px */
    --spacing-xxl: 3rem;
    /* 48px */

    --container-sm: 540px;
    --container-md: 720px;
    --container-lg: 960px;
    --container-xl: 1140px;
    --container-fluid: 100%;

    /* shadows */
    --shadow-sm: 0 1px 3px rgba(0, 0, 0, 0.12);
    --shadow-md: 0 4px 6px rgba(0, 0, 0, 0.1);
    --shadow-lg: 0 10px 15px rgba(0, 0, 0, 0.1);
    --shadow-xl: 0 20px 25px rgba(0, 0, 0, 0.1);
    --shadow-inner: inset 0 2px 4px rgba(0, 0, 0, 0.06);

    --border-width: 1px;
    --border-style: solid;
    --border-color: var(--color-gray-300);

    /* transition */
    --transition-fast: all 0.15s ease;
    --transition-normal: all 0.3s ease;
    --transition-slow: all 0.5s ease;

    --animation-duration: 0.3s;
    --animation-timing: ease;

    /* buttons */
    --button-padding-y: 0.5rem;
    --button-padding-x: 1rem;
    --button-border-radius: var(--base-border-radius);

    /* forms */
    --input-padding-y: 0.5rem;
    --input-padding-x: 0.75rem;
    --input-border-radius: var(--base-border-radius);

    /* navs */
    --navbar-height: 4rem;
    --navbar-bg: var(--color-white);
    --navbar-shadow: var(--shadow-sm);
}

/* display none */

#header_menu,
#other_menu,
.mini_logo_bg,
#main_wrapper #header_bg {
    display: none;
}

#main_wrapper #wrapper,
.mainpage,
#main_nav,
.rowbg,
#footer {
    display: none;
}

.body .container,
.widg.widg_about.aboutnow,
#sidebar_btn,
.abouthere {
    display: none;
}

html {
    scroll-behavior: smooth;
}

body {
    display: flex;
    flex-direction: column;
    align-items: center;
}

#origin,
#destination,
#date,
.cosyAlert-container {
    font-family: inherit;
}

.cosyAlert-container {
    display: flex;
    flex-direction: column;
    position: fixed;
    top: 5px;
    width: 30%;
    z-index: 9999;
}

.cosyAlert.error {
    display: block;
    background-color: #ffffff;
    position: relative;
    color: #000;
    font-weight: 800;
    padding: 10px 20px;
    border: unset;
    border-color: unset;
    border-radius: 13px;
    text-align: center;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
}

.cosyAlert.error::before {
    display: block;

    content: "";
    margin: 0 auto;
    width: 65px;
    height: 65px;
    color: #ffc107;
    background-image: url("data:image/svg+xml,%3Csvg viewBox='0 0 24 24' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='24' height='24'/%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M11 13C11 13.5523 11.4477 14 12 14C12.5523 14 13 13.5523 13 13V10C13 9.44772 12.5523 9 12 9C11.4477 9 11 9.44772 11 10V13ZM13 15.9888C13 15.4365 12.5523 14.9888 12 14.9888C11.4477 14.9888 11 15.4365 11 15.9888V16C11 16.5523 11.4477 17 12 17C12.5523 17 13 16.5523 13 16V15.9888ZM9.37735 4.66136C10.5204 2.60393 13.4793 2.60393 14.6223 4.66136L21.2233 16.5431C22.3341 18.5427 20.8882 21 18.6008 21H5.39885C3.11139 21 1.66549 18.5427 2.77637 16.5431L9.37735 4.66136Z' fill='%23ffc107'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-size: contain;
}

.cosyAlert .loader-bar {
    border-radius: 5px;
}

.cosyAlert .close {
    position: absolute;
    background: #f4f4f4;
    width: 20px;
    height: 17px;
    border-radius: 5px;
    top: 6px;
    left: 6px;
    cursor: pointer;
}

.error .loader-bar {
    background: #ffa4a3;
    border-radius: 5px;
}

#application::before {
    content: "";
    position: absolute;
    opacity: 0.3;
    top: 0;
    right: 0;
    width: 33.33%;
    height: 100%;
    background-image: url("https://panel.modirazhans.com/mydesign/ch724/file/image/application-bg.webp");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    z-index: 1;
    mask-image: linear-gradient(to left,
            rgba(0, 0, 0, 1) 60%,
            rgba(0, 0, 0, 0) 100%);
    border-radius: 1rem;
}

#footer {
    width: 100%;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(10px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes wave-smooth {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

@keyframes wave-slower-smooth {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-50%);
    }
}

.animate-wave-smooth {
    animation: wave-smooth 8s linear infinite;
}

.animate-wave-slower-smooth {
    animation: wave-slower-smooth 12s linear infinite;
}

#lastseach,
#citiesPopular,
#ticketPopular,
#oneMonth {
    -ms-overflow-style: none;
    scrollbar-width: none;
}

#lastseach::-webkit-scrollbar,
#citiesPopular::-webkit-scrollbar,
#ticketPopular::-webkit-scrollbar,
#oneMonth::-webkit-scrollbar {
    display: none;
    width: 0;
    height: 0;
    background: transparent;
}

.switch-input:checked~.switch-slider {
    transform: translateX(100%);
}

.switch-input:checked~.switch-label-left {
    color: #6b7280;
    /* رنگ متن غیرفعال */
}

.switch-input:not(:checked)~.switch-label-right {
    color: #6b7280;
    /* رنگ متن غیرفعال */
}

@media only screen and (max-width: 780px) {
    body #logo {
        margin-right: 0;
    }

    .sb_bank #purchaseButton_form {
        flex-direction: column;
    }

    .sb_bank #purchaseButton_form .widg.widg_email,
    .sb_bank #purchaseButton_form .widg.bank_select {
        width: 100%;
    }
}

@media only screen and (max-width: 680px) {
    body {
        padding-top: 0;
    }

    .pop-up.small,
    .pop-up.medium {
        margin-left: 0;
        width: 96%;
    }

    #register_popup #register fieldset {
        grid-template-columns: repeat(1, 1fr);
    }

    #register_popup .line .captcha {
        bottom: 7.5rem;
    }

    .cosyAlert-container {
        width: 95%;
    }
}

#slider-time,
#slider-price {
    height: 10px;
}

.noUi-target,
.noUi-target * {
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
    -webkit-user-select: none;
    -ms-touch-action: none;
    touch-action: none;
    -ms-user-select: none;
    -moz-user-select: none;
    user-select: none;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-target {
    position: relative;
}

.noUi-base,
.noUi-connects {
    width: 100%;
    height: 10px;
    position: relative;
    z-index: 1;
}

.noUi-connects {
    overflow: hidden;
    z-index: 0;
}

.noUi-connect,
.noUi-origin {
    will-change: transform;
    position: absolute;
    z-index: 1;
    top: 0;
    right: 0;
    height: 100%;
    width: 100%;
    -ms-transform-origin: 0 0;
    -webkit-transform-origin: 0 0;
    -webkit-transform-style: preserve-3d;
    transform-origin: 0 0;
    transform-style: flat;
}

.noUi-txt-dir-rtl.noUi-horizontal .noUi-origin {
    left: 0;
    right: auto;
}

.noUi-vertical .noUi-origin {
    top: -100%;
    width: 0;
}

.noUi-horizontal .noUi-origin {
    height: 0;
}

.noUi-handle {
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    position: absolute;
}

.noUi-touch-area {
    height: 100%;
    width: 100%;
}

.noUi-state-tap .noUi-connect,
.noUi-state-tap .noUi-origin {
    -webkit-transition: transform 0.3s;
    transition: transform 0.3s;
}

.noUi-state-drag * {
    cursor: inherit !important;
}

.noUi-horizontal {
    height: 18px;
}

.noUi-horizontal .noUi-handle {
    width: 15px;
    height: 15px;
    right: -2px;
    top: -3px;
}

.noUi-vertical {
    width: 18px;
}

.noUi-vertical .noUi-handle {
    width: 28px;
    height: 34px;
    right: -6px;
    bottom: -17px;
}

.noUi-target {
    background: #fafafa;
    border-radius: 4px;
    border: 1px solid #d3d3d3;
    box-shadow: inset 0 1px 1px #f0f0f0, 0 3px 6px -5px #bbb;
}

.noUi-connects {
    border-radius: 3px;
}

.noUi-connect {
    background: #3b82f6;
}

.noUi-draggable {
    cursor: ew-resize;
}

.noUi-vertical .noUi-draggable {
    cursor: ns-resize;
}

.noUi-handle {
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    cursor: default;
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ebebeb, 0 3px 6px -3px #bbb;
}

.noUi-active {
    box-shadow: inset 0 0 1px #fff, inset 0 1px 7px #ddd, 0 3px 6px -3px #bbb;
}

.noUi-handle:after,
.noUi-handle:before {
    content: "";
    display: block;
    position: absolute;
    height: 9px;
    width: 1px;
    background: #e8e7e6;
    left: 4px;
    top: 2px;
}

.noUi-handle:after {
    left: 9px;
}

.noUi-vertical .noUi-handle:after,
.noUi-vertical .noUi-handle:before {
    width: 14px;
    height: 1px;
    left: 6px;
    top: 14px;
}

.noUi-vertical .noUi-handle:after {
    top: 9px;
}

[disabled] .noUi-connect {
    background: #b8b8b8;
}

[disabled] .noUi-handle,
[disabled].noUi-handle,
[disabled].noUi-target {
    cursor: not-allowed;
}

.noUi-pips,
.noUi-pips * {
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.noUi-pips {
    position: absolute;
    color: #999;
}

.noUi-value {
    position: absolute;
    white-space: nowrap;
    text-align: center;
}

.noUi-value-sub {
    color: #ccc;
    font-size: 10px;
}

.noUi-marker {
    position: absolute;
    background: #ccc;
}

.noUi-marker-sub {
    background: #aaa;
}

.noUi-marker-large {
    background: #aaa;
}

.noUi-pips-horizontal {
    padding: 10px 0;
    height: 80px;
    top: 100%;
    left: 0;
    width: 100%;
}

.noUi-value-horizontal {
    -webkit-transform: translate(-50%, 50%);
    transform: translate(-50%, 50%);
}

.noUi-rtl .noUi-value-horizontal {
    -webkit-transform: translate(50%, 50%);
    transform: translate(50%, 50%);
}

.noUi-marker-horizontal.noUi-marker {
    margin-left: -1px;
    width: 2px;
    height: 5px;
}

.noUi-marker-horizontal.noUi-marker-sub {
    height: 10px;
}

.noUi-marker-horizontal.noUi-marker-large {
    height: 15px;
}

.noUi-pips-vertical {
    padding: 0 10px;
    height: 100%;
    top: 0;
    left: 100%;
}

.noUi-value-vertical {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    padding-left: 25px;
}

.noUi-rtl .noUi-value-vertical {
    -webkit-transform: translate(0, 50%);
    transform: translate(0, 50%);
}

.noUi-marker-vertical.noUi-marker {
    width: 5px;
    height: 2px;
    margin-top: -1px;
}

.noUi-marker-vertical.noUi-marker-sub {
    width: 10px;
}

.noUi-marker-vertical.noUi-marker-large {
    width: 15px;
}

.noUi-tooltip {
    display: block;
    position: absolute;
    border: 1px solid #d9d9d9;
    border-radius: 3px;
    background: #fff;
    color: #000;
    padding: 5px;
    text-align: center;
    white-space: nowrap;
}

.noUi-horizontal .noUi-tooltip {
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    left: 50%;
    bottom: 120%;
}

.noUi-vertical .noUi-tooltip {
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    top: 50%;
    right: 120%;
}

.noUi-horizontal .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(50%, 0);
    transform: translate(50%, 0);
    left: auto;
    bottom: 10px;
}

.noUi-vertical .noUi-origin>.noUi-tooltip {
    -webkit-transform: translate(0, -18px);
    transform: translate(0, -18px);
    top: auto;
    right: 28px;
}

.noUi-tooltip,
.noUi-touch-area {
    display: none !important;
}



/* scroll */


.flights-list::-webkit-scrollbar {
    width: 5px;
    height: 5px;
}

.flights-list::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 10px;
}

.flights-list::-webkit-scrollbar-thumb {
    background: #d2d2d2;
    border-radius: 10px;
}

.flights-list::-webkit-scrollbar-thumb:hover {
    background: #555;
}

.flights-list {
    scrollbar-width: thin;
    scrollbar-color: #888 #f1f1f1;
}



@keyframes airplane {
    0% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-3px);
    }


    100% {
        transform: translateY(0);
    }

}

.animate-airplane {
    animation: airplane 3s ease-in-out infinite;
}