.mgtp330 {
    margin-top: 20px;
}

.mt10 {
    margin-top: 10px;
}

aside {
    width: 22%;
    max-width: 22%;
}

._left30bx {
    width: 100%;
    border-radius: 10px;
    background-color: #FFF;
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
    box-shadow: 0 0 5px 0 rgb(0, 0, 0, .10);
}

.tp_fltr .txt-flt {
    color: #000;
    text-transform: uppercase;
    font-size: 14px;
    margin-top: 0;
    padding: 8px 0 8px 6%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-weight: 600;
}

.tp_fltr a {
    text-align: right;
    padding-right: 5%;
    margin-top: 2px;
    color: #2093EF;
    margin-left: auto;
    text-decoration: none;
    width: 40%;
    font-size: 10px;
}

.prc_ttls {
    width: 100%;
    margin-bottom: 10px;
    font-size: 13px;
    width: auto;
    font-weight: 600;
    color: #000;
    cursor: pointer;
}

.borderdiv {
    border-bottom: 1px solid #e9e8e8;
}

.mainfltr {
    padding: 15px 13px;
    width: 100%;
}

._fltrbx {
    display: flex;
    flex-direction: column;
    gap: 10px;
    width: 100%;
}


.prc_ttls {
    display: flex;
    justify-content: space-between;
    align-items: center;
    ;
}

.arrow-down-flt {
    border: solid black;
    border-width: 0 1px 1px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-135deg);
    -webkit-transform: rotate(-135deg);
    position: relative;
    margin-top: -3px;
    transition: transform .3s ease;
    cursor: pointer;
}

.active .arrow-down-flt {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
}

.arptl {
    font-size: 12px;
    font-weight: 500;
    color: #353535;
    padding: 5px 0;
    width: 100%;
}

._fltr_rowflt {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

._fltrwid70, ._fltr_wid30 {
    width: auto;
    display: flex;
    align-items: center;
}

._fltr_ft10 {
    font-size: 11px;
    margin-left: auto;
}

._fltr_checkbox {
    color: #000;
    position: relative;
    padding-left: 25px;
    cursor: pointer;
    font-weight: 400;
    font-size: 12px;
    display: flex;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
}

    ._fltr_checkbox input {
        position: absolute;
        opacity: 0;
    }

    ._fltr_checkbox img {
        width: 16px;
        height: 16px;
        border-radius: 3px;
        margin-right: 3px;
    }

._fltr_checkmark {
    position: absolute;
    top: 0;
    left: 0;
    height: 17px;
    width: 17px;
    border: 1px solid #bfbfbf;
    border-radius: 2px;
}

._fltr_checkbox input:checked ~ ._fltr_checkmark:after {
    display: block;
}

._fltr_checkbox input:checked ~ ._fltr_checkmark {
    background-color: #2093EF;
    border-color: #2093EF;
}

._fltr_checkbox ._fltr_checkmark:after {
    left: 5px;
    top: 1px;
    width: 3.5px;
    height: 9px;
    border: solid white;
    border-width: 0 2px 2px 0px;
    -webkit-transform: rotate( 45deg);
    -ms-transform: rotate(45deg);
    transform: rotate( 45deg);
}

._fltr_checkmark:after {
    content: "";
    position: absolute;
    display: none;
    box-sizing: content-box;
}

._fltr_checkbox:has(input:focus-visible) {
    outline: 2px solid black;
    outline-offset: 3px;
}

._fltr_checkmark::before {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    width: 17px;
    height: 17px;
    border-radius: 50%;
    background: rgba(32,147,239,0.75);
    transform: translate(-50%, -50%) scale(0);
    opacity: 0;
    pointer-events: none;
}

._fltr_checkbox input:checked ~ ._fltr_checkmark::before {
    animation: ripple 0.45s ease-out;
}

@keyframes ripple {
    0% {
        transform: translate(-50%, -50%) scale(0);
        opacity: 0.6;
    }

    70% {
        transform: translate(-50%, -50%) scale(1.8);
        opacity: 0.2;
    }

    100% {
        transform: translate(-50%, -50%) scale(2.8);
        opacity: 0;
    }
}


.ShowMoreflt {
    float: left;
    width: 100%;
    text-align: right;
    font-size: 12px;
    color: #2093EF;
    margin-bottom: 4px;
}

    .ShowMoreflt a {
        text-decoration: none;
        color: #2093EF;
    }

.only {
    font-size: 10px;
    font-weight: 500;
    color: #2093EF;
    margin-left: 4px;
    display: none;
    cursor: pointer;
}

._fltr_rowflt:hover .only {
    display: block
}


.range {
    padding: 0 5px;
    margin-top: 10px;
}

.range-slider {
    height: 5px;
    position: relative;
    background-color: #e1e9f6;
    border-radius: 2px;
    margin-top: 20px;
}

.range-selected {
    height: 100%;
    left: 0%;
    right: 58%;
    position: absolute;
    border-radius: 5px;
    background-color: #2093EF;
}

.range-input {
    position: relative;
}

    .range-input input {
        position: absolute;
        width: 100%;
        height: 5px;
        top: -6px;
        background: none;
        pointer-events: none;
        -webkit-appearance: none;
        -moz-appearance: none;
    }

        .range-input input::-webkit-slider-thumb {
            height: 15px;
            width: 15px;
            border-radius: 50%;
            outline: 5px solid #81bafc65;
            background-color: #2093EF;
            pointer-events: auto;
            -webkit-appearance: none;
        }

        .range-input input::-moz-range-thumb {
            height: 15px;
            width: 15px;
            border-radius: 50%;
            border: 3px solid #81bafc;
            background-color: #2093EF;
            pointer-events: auto;
            -moz-appearance: none;
        }

.range-price {
    width: calc(100% + 10px);
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    font-size: 12px;
    font-weight: 500;
    position: relative;
    left: -5px;
}

    .range-price input {
        width: 47px;
        border: 0;
        padding: 0;
        outline: none;
        font-weight: 500;
        background: none;
        font-size: 12px;
    }

.dur .range-price input {
    width: 15px;
}


input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}


input[type=number] {
    -moz-appearance: textfield;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
    background: #ffffff !important;
    font-weight: normal;
    color: #000;
    font-size: 14px;
}

.range .ui-slider .ui-slider-handle {
    top: -7px !important;
    position: absolute;
    z-index: 2;
    height: 16px;
    width: 16px;
    cursor: default;
    margin-top: 0;
    border: 1px solid #2093EF !important;
    border-radius: 50px;
    cursor: pointer;
    box-shadow: 0 1px 2px 0 #00000066;
}

._fltrtimefilters {
    display: flex;
    justify-content: space-between;
    width: 100%;
    height: auto;
    border: 1px solid #e0e0e0;
    float: left;
    margin: 0;
    background: #fff;
    overflow: hidden;
    border-radius: 5px;
}

._fltrtimelabel {
    width: 100%;
    float: left;
    color: #737373;
    font-size: 10px;
    text-align: center;
}

._fltrtimefilter_before6am, ._fltrtimefilter_6am12pm, ._fltrtimefilter_12pm6pm, ._fltrtimefilter_after6pm {
    width: 25%;
    float: left;
    cursor: pointer;
    border-left: 1px solid #e0e0e0;
}

._fltrtimefilter_before6am {
    border-left: 0;
}

._fltrtimecontent {
    width: 100%;
    float: left;
    padding: 4px 0;
    cursor: pointer;
    border-radius: 5px;
    text-align: center;
}

._fltricon_morning,
._fltricon_morning1,
._fltricon_afternoon,
._fltricon_evening {
    width: 25px;
    height: 25px;
    margin: 0 auto;
    background-repeat: no-repeat;
}

._fltrtimecontent:hover {
    background-color: #eff9ff;
}

._fltricon_morning {
    margin: 0 auto;
    width: 28px;
    height: 25px;
    background: url(https://www.easemytrip.com/flight-search/assets/img/earlymorning.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

._fltricon_morning1 {
    margin: 0 auto;
    width: 20px;
    height: 25px;
    background: url(https://www.easemytrip.com/flight-search/assets/img/morning.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

._fltricon_afternoon {
    margin: 0 auto;
    width: 28px;
    height: 25px;
    background: url(https://www.easemytrip.com/flight-search/assets/img/afternoon.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

._fltricon_evening {
    margin: 0 auto;
    width: 20px;
    height: 25px;
    background: url(https://www.easemytrip.com/flight-search/assets/img/night.svg);
    background-position: center;
    background-size: 100%;
    background-repeat: no-repeat;
}

.bluebgactv ._fltricon_morning,
.bluebgactv ._fltricon_morning1,
.bluebgactv ._fltricon_afternoon,
.bluebgactv ._fltricon_evening {
    filter: brightness(0) invert(1);
}

.bluebgactv ._fltrtimelabel {
    color: #ffffff;
}



.bluebgactv ._fltrtimecontent:hover, .bluebgactv {
    background: #2196f3 !important;
    color: #fff !important;
}

.bcktp-btn {
    padding: 11px 30px;
    width: 100%;
    border: 1px solid #2093EF;
    border-radius: 8px;
    background: #fff;
    cursor: pointer;
    color: #2093ef;
    text-align: center;
    font-weight: 500;
    font-size: 13px;
    transition: top .3s ease-in-out;
    z-index: 999;
    margin: 20px 0;
}

    .bcktp-btn:hover {
        background: #2093EF;
        color: #fff;
    }

.fur {
    padding: 0 13px;
    margin: 15px 0;
}

    .fur .sbttl {
        font-size: 14px;
        font-weight: 600;
    }

.fur1 {
    text-align: left;
    font-size: 13px;
    letter-spacing: 0.26px;
    color: #2093ef;
    opacity: 1;
}

    .fur1 ul {
        margin-top: 0px;
        padding: 5px 0px;
    }

    .fur1 li {
        list-style: none;
        margin-bottom: 3px;
    }

    .fur1 a {
        color: rgb(32, 147, 239);
        text-decoration: none;
    }

/* ═══════════════════════════════════════════════════════════════
   FILTER LOADING & ERROR STATES
   ═══════════════════════════════════════════════════════════════ */
.loading-flights,
.error-flights,
.no-flights-found {
    text-align: center;
    padding: 60px 20px;
    background: #f9f9f9;
    border-radius: 12px;
    margin: 20px 0;
}

    .loading-flights p {
        font-size: 16px;
        color: #666;
        margin: 0;
        animation: pulse 1.5s ease-in-out infinite;
    }

@keyframes pulse {
    0%, 100% {
        opacity: 1;
    }

    50% {
        opacity: 0.5;
    }
}

.error-flights p {
    font-size: 16px;
    color: #d32f2f;
    margin: 0;
}

.no-flights-found p {
    font-size: 16px;
    color: #666;
    margin-bottom: 15px;
}

.reset-filters-btn {
    background: #EF6614;
    color: white;
    border: none;
    padding: 10px 30px;
    border-radius: 6px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

    .reset-filters-btn:hover {
        background: #d85a10;
    }

.filter-result-info {
    padding: 15px;
    background: #e3f2fd;
    border-left: 4px solid #2196f3;
    margin: 20px 0;
    border-radius: 4px;
}

    .filter-result-info p {
        margin: 0;
        font-size: 14px;
        color: #1976d2;
        font-weight: 600;
    }

    /* Different color for date-only results */
    .filter-result-info.date-only {
        background: #f3e5f5;
        border-left-color: #9c27b0;
    }

        .filter-result-info.date-only p {
            color: #7b1fa2;
        }




.freairlbx {
    display: flex;
    gap: 15px;
    justify-content: space-between;
    margin-top: 20px;
    overflow: auto;
    padding-bottom: 2px;
}

    .freairlbx::-webkit-scrollbar {
        height: 4px;
    }

    .freairlbx::-webkit-scrollbar-thumb {
        background: #959595;
        border-radius: 10px;
    }

.freitm {
    flex: 1;
    overflow: hidden;
    border-radius: 20px;
    box-shadow: 0 0 4px 0 rgb(0 0 0 / 27%);
    width: 219px;
    min-width: 219px;
}

.freimg {
    height: 120px;
    width: 100%;
    position: relative;
}

    .freimg::after {
        content: '';
        position: absolute;
        top: 49px;
        right: 71px;
        height: 22px;
        width: 22px;
        border-radius: 2px;
    }


.ui-slider-horizontal .ui-slider-handle {
    top: 0 !important;
    margin-left: -.6em;
}

.ui-slider .ui-slider-handle {
    height: 17px !important;
    width: 17px !important;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
    background: #fff url("img/ui-bg_glass_75_e6e6e6_1x400.png") 50% 50% repeat-x !important;
}

.ui-widget-content {
    background: #2092ef4b !important;
    border: 0 !important;
    height: 4px !important;
    width: 93% !important;
}

.ui-slider-range {
    background: #2093ef;
}

.cont {
    font-size: 14px;
}

    .cont a {
        color: #2093ef;
        font-weight: 500;
    }
