.display-none {
    display: none;
}

.display-none-imp {
    display: none !important;
}

::-webkit-scrollbar {
    -webkit-appearance: none;
    width: 5px;
    height: 10px;
}

::-webkit-scrollbar-thumb {
    border-radius: 1px;
    background-color: #32441e8f;
    -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

.scrollbar {
    overflow-y: auto;
    scrollbar-color: #32441e8f;
    scrollbar-width: thin;
}

.left_side_round,
.right_side_round {
    display: table-cell;
    /* border-right: 2px solid #e5e5e5; */
    width: 50%;
    padding: 0 3px;
    padding-bottom: 80px;
}

.back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 18px;
    color: orangered;
    background-color: white;
    font-weight: 600;
    position: fixed;
    bottom: 30px;
    right: 30px;
    width: 45px;
    height: 45px;
    z-index: 9999;
    cursor: pointer;
    text-decoration: none;
    transition: opacity 0.2s ease-out;
    background-repeat: no-repeat;
    border-radius: 100%;
    box-shadow: 0px 0px 10px -3px black !important;
}

.back-to-top img {
    width: 28px;
    height: 28px;
}

.back-to-top img:hover {
    box-shadow: 0;
    opacity: 100%;
}

.out-of-policy {
    font-weight: 400;
    color: #ffffff;
    font-size: 10px !important;
    background-color: #ec0707;
    padding: 1px 6px;
    border-radius: 15px;
    font-size: 10px !important;
}

        .out-of-policy:hover {
            color: white;
        }
.cross {
    width: 15px;
    height: 15px;
    position: absolute;
    right: 7px;
    top: 7px;
    background-color: #b1b1b1;
    border-radius: 50px;
}

.custom-btn {
    background: #006d86;
    color: white;
    padding: 7px 30px;
    border-radius: 50rem;
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    border: 0px;
}

.custom-btn:hover {
    background: #015f74;
}

.fare-identifier {
    padding: 1px 10px;
    border-radius: 50rem;
    font-weight: 400 !important;
    font-size: 12px;
    height: 15px;
}

.uppercase {
    text-transform: uppercase;
}

.fa-angle-down,
.fa-angle-up {
    cursor: pointer;
}

.custom-button {
    background: #006d86;
    border: none;
    color: white;
    box-shadow: 0px 0px 7px -4px;
    padding: 0px 30px;
    border-radius: 50rem;
    font-weight: 400;
    font-size: 14px;
    height: 27px;
}

.custom-button:hover {
    color: white !important;
    background: #015c71;
}

.flatpickr-day:hover {
    background: #c0dff7 !important;
    border-color: #151111 !important;
}

.default-border {
    /* border: 2px solid #008cff; */
    box-shadow: 0px 0px 10px -5px;
    border-radius: 7px;
}



/* Error ================*/
.makeFlex {
    display: flex;
}

.errorSection {

    min-width: 240px;
    box-shadow: 0 2px 7px 0 rgba(0, 0, 0, 0.3);
    z-index: 1;
    background-color: #edeaea;
    position: relative;
    top: 4%;
    left: 0;
    border-radius: 4px;
    padding: 4px 8px;

}

.webp .landingSprite {
    background-image: url('');
    background-repeat: no-repeat;
    display: inline-block;
    background-size: 200px 700px;
    font-size: 0px;
    flex-shrink: 0;
}

.redText {
    color: red !important;
}

.errorMsgText {
    width: auto;
    font-size: calc(var(--font-scale, 1) * 13px);
}

.errorSection::after {
    bottom: 100%;
    left: 20%;
    border: solid transparent;
    border-top-color: transparent;
    border-top-width: medium;
    border-right-color: transparent;
    border-right-width: medium;
    border-bottom-color: transparent;
    border-bottom-width: medium;
    border-left-color: transparent;
    border-left-width: medium;
    content: ' ';
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-bottom-color: rgba(136, 183, 213, 0);
    border-bottom-color: #edeaea;
    border-width: 8px;
    margin-left: -24px;
}

.customErrorSpan::after {
    content: '';
    position: absolute;
    border-width: 14px !important;
    border-left-color: #ffa7a4 !important;
    top: 0px;
    pointer-events: none;
    bottom: 100%;
    left: 100%;
    border: solid transparent;
}

.customErrorSpan {
    position: absolute;
    top: 0px;
    left: -325px;
    background: #ffa7a4;
    padding: 2px 5px;
    border-radius: 5px 0px 0px 5px;
    width: 325px;
}

/* End Error===================== */


/* Default Background */
@media (min-width: 0px) and (max-width: 539px) {
    [data-container-id="default-bg"] {
        /* background-image: linear-gradient(180deg, #B3D4FF 0%, rgba(179, 212, 255, 0) 84.73%); */
        background-image: linear-gradient(180deg, #5c80af 0%, rgba(179, 212, 255, 0) 84.73%);
        ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 540px) and (max-width: 767px) {
    [data-container-id="default-bg"] {
        background-image: linear-gradient(180deg, #5c80af 0%, rgba(179, 212, 255, 0) 84.73%);
        ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 768px) and (max-width: 1023px) {
    [data-container-id="default-bg"] {
        background-image: linear-gradient(180deg, #5c80af 0%, rgba(179, 212, 255, 0) 84.73%);
        ;
        background-position: center;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media (min-width: 1024px) and (max-width: 1439px) {
    [data-container-id="default-bg"] {
        /* background-image: url("/assets/images/bg/bg-swoop.svg"), linear-gradient(180deg, #5c80af 0%, rgba(179, 212, 255, 0) 84.73%);
        ; */
        background-image: url("/assets/images/bg/bg-swoop.svg"), linear-gradient(180deg, #75acf633 0%, #eef4fb54 84.73%);
        ;
        background-position: center top 10px, center;
        background-repeat: no-repeat, no-repeat;
        background-size: 1300px, cover;
    }

    [data-container-id="default-bg-hotel"] {
        /* background-image: url("/assets/images/bg/bg-swoop.svg"), linear-gradient(180deg, #5c80af 0%, rgba(179, 212, 255, 0) 84.73%);
        ; */
        background-image: url("/assets/images/bg/bg-swoop.svg"), linear-gradient(180deg, #c0c08aab 0%, #eef4fb4b 84.73%);
        ;
        background-position: center top 10px, center;
        background-repeat: no-repeat, no-repeat;
        background-size: 1300px, cover;
    }
}

@media (min-width: 1440px) {
    [data-container-id="default-bg"] {
        /* background-image: url("/assets/images/bg/bg-swoop.svg"), linear-gradient(180deg, #5c80af 0%, rgba(179, 212, 255, 0) 84.73%);
        ; */
        background-image: url("/assets/images/bg/bg-swoop.svg"), linear-gradient(180deg, #75acf633 0%, #eef4fb4b 84.73%);
        background-position: center top 50px, center;
        background-repeat: no-repeat, no-repeat;
        background-size: 1480px, cover;
    }

    [data-container-id="default-bg-hotel"] {
        /* background-image: url("/assets/images/bg/bg-swoop.svg"), linear-gradient(180deg, #5c80af 0%, rgba(179, 212, 255, 0) 84.73%);
        ; */
        background-image: url("/assets/images/bg/bg-swoop.svg"), linear-gradient(180deg, #c0c08aab  0%, #f3f3d924  84.73%);
        background-position: center top 50px, center;
        background-repeat: no-repeat, no-repeat;
        background-size: 1480px, cover;
    }
}

/* End Default Background */
