/* /Pages/Pub/Flights/Index.cshtml.rz.scp.css */
/* =============================
   HERO AREA + BACKGROUND
============================= */

#hero-area[b-63018esrmb] {
    position: relative;
    min-height: 650px;
    padding: 0;
    margin: 0;
    overflow: hidden;
}

#divFlights[b-63018esrmb] {
    position: relative;
    z-index: 2;
    padding-top: 100px;
    padding-bottom: 20px;
}

/* Full-width background behind everything */
.bg-hero-full[b-63018esrmb] {
    position: absolute;
    inset: 0;
    min-height: 420px;
    width: 100%;
    z-index: 0;
}

    /* Background image */
    .bg-hero-full[b-63018esrmb]::before {
        content: "";
        position: absolute;
        inset: 0;
        background: url("../images/bg6.png") no-repeat center center;
        background-size: cover;
        z-index: 0;
    }

    /* White rounded bottom wave under hero */
    .bg-hero-full[b-63018esrmb]::after {
        content: "";
        position: absolute;
        left: 0;
        right: 0;
        bottom: -40px;
        height: 100px;
        background: #ffffff;
        border-top-left-radius: 32px;
        border-top-right-radius: 32px;
        
    }

/* =============================
   FLIGHTS TITLE
============================= */

.section-header[b-63018esrmb] {
    position: relative;
    z-index: 3;
    margin-bottom: 18px;
}

.flight-title[b-63018esrmb] {
    font-size: 44px;
    font-weight: 700;
    letter-spacing: 0.4px;
    margin: 0;
    text-align: center;
}

/* =============================
   MAIN WRAPPER / CARD
============================= */

/* container that holds card + history */
.mid-main-section[b-63018esrmb] {
    width: 100%;
    gap: 14px;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 3;
}

.flight-card[b-63018esrmb] {
    background: rgba(240, 245, 250, 0.94);
    border-radius: 12px;
    padding: 22px 22px 34px 22px;
    box-shadow: 0 10px 30px rgba(0,0,0,0.14);
    border: 1px solid rgba(0,0,0,0.08);
    margin: 0 auto;
    width: 100%;
    position: relative;
}

    /* search button row at bottom - centered */
    .flight-card > div[style*="bottom: -44px"][b-63018esrmb] {
        bottom: -30px !important;
    }

#btnSearchFlight[b-63018esrmb] {
    padding: 10px 26px;
    border-radius: 8px;
    font-weight: 600;
}

/* =============================
   TOP ROW (ONE WAY / CABIN / PASSENGER / CHECKBOXES)
============================= */

.flex-container[b-63018esrmb] {
    display: flex;
    flex-wrap: wrap;
    gap: 14px;
}

.passenger[b-63018esrmb] {
    min-width: 80px;
}

/* dropdown style (economy/passenger) */
.inputgroup[b-63018esrmb] {
    font-weight: 600;
    font-size: 14px;
}

/* =============================
   SEARCH BAR LAYOUT (FROM / TO / DATE)
============================= */
.flight-search-bar[b-63018esrmb] {
    display: flex;
    flex-wrap: nowrap;
    gap: 14px; 
    align-items: flex-start;
}

/* Make From, To, Dates each a flex item */
.flight-search-from[b-63018esrmb],
.flight-search-to[b-63018esrmb],
.flight-search-dates[b-63018esrmb] {
    flex: 1;
    min-width: 0; /* important to prevent overflow */
}

.flight-search-to[b-63018esrmb] {
    display: flex;
    align-items: start;
    justify-content:center;
    gap: 5px;
}

.flight-search-dates[b-63018esrmb] {
    display: flex;
    gap: 14px;
    flex: 1;
}

    /* Each date block should behave like a column */
    .flight-search-dates > .px-1[b-63018esrmb] {
        flex: 1;
        min-width: 0;
        padding: 0 !important;
    }


/* "Journey To" internal layout */
.flight-search-to .arrow-btn[b-63018esrmb] {
    margin-top: 5px;
}

.flight-search-to .second-route[b-63018esrmb] {
    flex: 1;
    min-width: 0;
}


#imgArr[b-63018esrmb] {
    width: 30px;
    height: 30px;
    border-radius: 50%;
    background: #fff;
/*    padding: 3px;*/
    border: 1px solid rgba(0,0,0,0.12);
    box-shadow: 0 4px 10px rgba(0,0,0,0.14);
}

/* Form labels */
.form-group label[b-63018esrmb] {
    font-size: 13px;
    font-weight: 600;
    color: #434343;
    margin-bottom: 6px;
}

/* Inputs */
.form-control[b-63018esrmb] {
    height: 46px;
    border-radius: 6px;
    border: 1px solid rgba(0,0,0,0.16);
    background: rgba(255,255,255,0.85) !important;
}

/* Airport Info label under input */
.airportinfo[b-63018esrmb] {
    font-size: 12px;
    color: #2e2e2e;
    margin-top: 6px;
    display: inline-block;
    cursor: pointer;
    opacity: 0.75;
}

    .airportinfo:hover[b-63018esrmb] {
        opacity: 1;
        text-decoration: underline;
    }

/* Flight schedule aligned right */
.dtwrapperFlight .airportinfo[b-63018esrmb] {
    float: right;
}

/* =============================
   DROPDOWN MENUS (CITY LISTS)
============================= */

.dropdown-menu[b-63018esrmb] {
    border-radius: 8px;
    border: 1px solid rgba(0,0,0,0.15);
    box-shadow: 0 10px 28px rgba(0,0,0,0.18);
}

/* The UL itself should not add padding */
.citylist[b-63018esrmb] {
    padding: 0;
    margin: 0;
    list-style: none;
}

/* Airport dropdown container */
#cityF .dropdown-menu[b-63018esrmb],
#cityT .dropdown-menu[b-63018esrmb] {
/*    width: 100% !important;*/
    left: 0 !important;
    margin-top: -1px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    box-shadow: 0 8px 24px rgba(0,0,0,0.16);
    border: 1px solid #cbd5e1;
}

/* Each airport row */
#citylistF li[b-63018esrmb],
#citylistT li[b-63018esrmb] {
    padding: 12px 16px;
    cursor: pointer;
    transition: background-color 0.14s ease;
    border-bottom: 1px solid #f1f5f9;
}

    #citylistF li:last-child[b-63018esrmb],
    #citylistT li:last-child[b-63018esrmb] {
        border-bottom: none;
    }

    #citylistF li:hover[b-63018esrmb],
    #citylistT li:hover[b-63018esrmb] {
        background-color: #f0f7ff;
    }

/* Left side - Code box */
.airport-code-wrapper[b-63018esrmb] {
    width: 54px;
    height: 36px;
    background: #eff6ff;
    border: 1px solid #bfdbfe;
    border-radius: 6px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1d4ed8;
    font-weight: 700;
    font-size: 15px;
}

/* Right side - text */
.airport-info[b-63018esrmb] {
    line-height: 1.38;
}

.airport-main[b-63018esrmb] {
    font-size: 15px;
    color: #0f172a;
    margin-bottom: 3px;
}

.airport-city[b-63018esrmb] {
    font-weight: 600;
}

.airport-separator[b-63018esrmb] {
    color: #94a3b8;
    margin: 0 4px;
    font-weight: 400;
}

.airport-country[b-63018esrmb] {
    font-weight: 500;
    color: #475569;
    text-transform: uppercase;
    letter-spacing: 0.3px;
}

.airport-full-name[b-63018esrmb] {
    font-size: 13px;
    color: #64748b;
}

/* =============================
   HISTORY DROPDOWN (RIGHT SIDE)
============================= */

.divhistory[b-63018esrmb] {
    min-width: 210px;
    margin-top: 10px;
}

/* =============================
   RESPONSIVE
============================= */

@media (max-width: 992px) {
    .flight-search-bar[b-63018esrmb] {
        flex-direction: column;
    }

    .flight-search-from[b-63018esrmb],
    .flight-search-to[b-63018esrmb],
    .flight-search-dates[b-63018esrmb] {
        width: 100%;
    }

    .flight-search-dates[b-63018esrmb] {
        flex-direction: column;
    }

    .arrow-btn[b-63018esrmb] {
        display: none;
    }

    .mid-container[b-63018esrmb] {
        padding: 0 12px;
    }

    .flight-title[b-63018esrmb] {
        font-size: 34px;
    }
}

.dropdown-item-selected[b-63018esrmb] {
    background-color: rgba(25, 103, 210, 0.1);
    font-weight: 600;
}


/* Gradient primary button (Sign In) */
.btn-brand-grad[b-63018esrmb] {
    background-image: linear-gradient(90deg, #2563eb, #1d4ed8);
    color: #fff;
    border: 0;
    box-shadow: 0 10px 30px -12px rgba(37, 99, 235, .45);
}

    .btn-brand-grad:hover[b-63018esrmb] {
        filter: brightness(1.03);
        color: #fff;
    }

/* Divider text */
.divider-text[b-63018esrmb] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding: 0 .6rem;
    background: #fff;
    color: #6b7280;
    font-size: .85rem;
}

/* Buttons */
.btn-brand[b-63018esrmb] {
    background: var(--brand);
    color: #fff;
    border-radius: .75rem;
}


/* Make .btn-primary follow brand */
.btn-primary[b-63018esrmb] {
    --bs-btn-bg: var(--brand);
    --bs-btn-border-color: var(--brand);
    --bs-btn-hover-bg: var(--brand-600);
    --bs-btn-hover-border-color: var(--brand-600);
}

/* Icon buttons normalized */
.icon-btn[b-63018esrmb] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border: 1px solid var(--ring);
    color: inherit;
}

    .icon-btn:hover[b-63018esrmb] {
        border-color: var(--brand);
        color: var(--brand);
    }

/* Brand logo */
.brand-logo[b-63018esrmb] {
    height: 48px;
    width: auto;
}

/* Hero */
#flights-hero[b-63018esrmb] {
    position: relative;
    overflow: visible;
    /* ✅ allow panel to extend below banner */
    padding: 1.5rem 0;
    min-height: 380px;
    z-index: 10;
    /* ✅ keep hero (and its dropdowns) above main content */
}

@media (min-width: 768px) {
    #flights-hero[b-63018esrmb] {
        padding: 2.5rem 0;
        min-height: 420px;
    }
}

#flights-hero .hero-bg[b-63018esrmb] {
    position: absolute;
    inset: 0;
    /* adjust path if needed */
    background-size: cover;
    background-position: center;
    z-index: -2;
}

#flights-hero .hero-overlay[b-63018esrmb] {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.10);
    /* ~bg-black/10 */
    z-index: -1;
}

.text-shadow[b-63018esrmb] {
    text-shadow: 0 2px 8px rgba(0, 0, 0, .35);
}

.maxw-6xl[b-63018esrmb] {
    max-width: 72rem;
}

/* ~1152px */
.rounded-22[b-63018esrmb] {
    border-radius: 22px;
}

/* Translucent search card with deeper shadow (shadcn feel) */
.search-card[b-63018esrmb] {
    background: rgba(255, 255, 255, .90);
    border-radius: 22px;
    box-shadow: 0 10px 30px rgba(2, 8, 23, .12);
    backdrop-filter: saturate(140%) blur(2px);
    border: 1px solid rgba(2, 8, 23, .06);
}


/* Triptype: plain radios inline */
.triptype[b-63018esrmb] {
    gap: .75rem;
}

    /* already via gap-3 but safe */
    .triptype .form-check[b-63018esrmb] {
        margin: 0;
    }

    .triptype .form-check-input[type="radio"][b-63018esrmb] {
        position: static;
        opacity: 1;
        width: 1rem;
        height: 1rem;
        margin-top: 0;
        /* align center with label */
    }

    .triptype .form-check-label[b-63018esrmb] {
        padding: 0;
        /* remove pill padding */
        font-weight: 500;
        /* optional: keep slightly bold */
        color: #1f2937;
    }

/* Field hints & link-hint */
.muted-hint[b-63018esrmb] {
    font-size: .85rem;
    color: var(--muted);
}

.muted-link[b-63018esrmb] {
    display: inline-block;
    text-align: right;
    font-size: .85rem;
    color: var(--muted);
    text-decoration: underline;
}

    .muted-link:hover[b-63018esrmb] {
        color: var(--brand);
    }

/* Leg rows (when you enable multicity later) */
.leg-row + .leg-row[b-63018esrmb] {
    margin-top: .75rem;
}


/* Passenger dropdown panel */
.passenger-dropdown .dropdown-menu[b-63018esrmb] {
    width: 280px;
    max-width: 90vw;
    border-radius: 14px;
    border: 1px solid rgba(2, 8, 23, .08);
}

/* Keep steppers neat */
.pax-stepper .btn[b-63018esrmb] {
    min-width: 36px;
}

    .pax-stepper .btn.disabled[b-63018esrmb],
    .pax-stepper .btn:disabled[b-63018esrmb] {
        opacity: 1;
        /* keep label legible */
        pointer-events: none;
    }

/* Ensure dropdown renders above translucent card */
.search-card[b-63018esrmb] {
    position: relative;
}

.passenger-dropdown .dropdown-menu[b-63018esrmb] {
    z-index: 1050;
}


/* Airport / city picker */
.place-field[b-63018esrmb] {
    position: relative;
}

.place-panel[b-63018esrmb] {
    position: absolute;
    z-index: 1055;
    left: 0;
    right: 0;
    /* REMOVE this:
       top: calc(100% - 1px);
       margin-top: 0;
    */

    background: #fff;
    border-radius: 0.5rem;
    border: 1px solid rgba(15, 23, 42, 0.12);
    box-shadow: 0 12px 30px rgba(15, 23, 42, 0.25);
    font-size: 0.875rem;
}

.place-panel-header[b-63018esrmb] {
    padding: 0.5rem 0.75rem;
    border-bottom: 1px solid rgba(148, 163, 184, 0.4);
}

.place-panel-search[b-63018esrmb] {
    position: relative;
}

    .place-panel-search input[b-63018esrmb] {
        padding-right: 2rem;
    }

.place-panel-search-icon[b-63018esrmb] {
    position: absolute;
    right: 0.5rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 0.85rem;
    color: #6b7280;
}

.place-panel-body[b-63018esrmb] {
    max-height: 18rem;
    overflow-y: auto;
}

.place-option[b-63018esrmb] {
    cursor: pointer;
    padding: 0.4rem 0.75rem;
}

    .place-option:hover[b-63018esrmb],
    .place-option.active[b-63018esrmb] {
        background-color: #f1f5f9;
    }

.place-option-code[b-63018esrmb] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 46px;
    height: 32px;
    padding: 0 0.5rem;
    border-radius: 0.4rem;
    border: 1px solid rgba(148, 163, 184, 0.8);
    font-weight: 700;
    margin-right: 0.75rem;
}

.place-option-city[b-63018esrmb] {
    font-weight: 600;
}

.place-option-airport[b-63018esrmb] {
    font-size: 0.75rem;
    color: #64748b;
}

.place-panel-footer[b-63018esrmb] {
    display: flex;
    align-items: end;
    justify-content: flex-end;
    padding: 0.35rem auto 0.45rem;
    border-top: 1px solid rgba(148, 163, 184, 0.4);
}

/* ===== Two-column layout basics ===== */
.sticky-sidebar[b-63018esrmb] {
    position: sticky;
    top: 1rem;
    /* adjust if navbar is fixed */
}

.results-stack .result-card-skel[b-63018esrmb] {
    height: 112px;
    border-radius: 12px;
    background: #fff;
    border: 1px dashed rgba(2, 8, 23, .15);
    box-shadow: 0 6px 18px -10px rgba(2, 6, 23, .18);
    margin-bottom: .75rem;
}

/* ===== Filters card ===== */
/* .filters-card {
    background: linear-gradient(180deg, #f8fafc 0%, #ffffff 55%, #f8fafc 100%);
    border: 1px solid rgba(2, 8, 23, .10);
    border-radius: 16px;
    box-shadow: 0 10px 22px -16px rgba(2, 6, 23, .25);
    overflow: hidden;
}

.filters-head {
    background: rgba(255, 255, 255, .95);
    backdrop-filter: saturate(150%) blur(2px);
    border-bottom: 1px solid rgba(2, 8, 23, .10);
    padding: .75rem .85rem;
}

.filters-body {
    padding: .8rem;
}

.filter-section+.filter-section {
    margin-top: .75rem;
}


/* collapse header */

#dvmcrut[b-63018esrmb] {
    display: flex;
    justify-content: center; 
    align-items: center;
    gap: 12px; 
    flex-wrap: wrap; 
    margin-top: 12px;
}

    #dvmcrut .mc-item[b-63018esrmb] {
        width: auto !important;
        min-width: 220px;
    }


.section-title[b-63018esrmb] {
    font-weight: 600;
    color: #1f2937;
    font-size: .9rem;
    margin-bottom: .4rem;
}

.collapse-btn[b-63018esrmb] {
    width: 100%;
    border: 1px solid rgba(2, 8, 23, .10);
    background: #fff;
    border-radius: .75rem;
    padding: .55rem .7rem;
    font-weight: 600;
    color: #1f2937;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

    .collapse-btn .chev[b-63018esrmb] {
        transition: transform .15s ease;
    }

    .collapse.show + .chev[b-63018esrmb],
    .collapse-btn[aria-expanded="true"] .chev[b-63018esrmb] {
        transform: rotate(0deg);
    }

    .collapse-btn[aria-expanded="false"] .chev[b-63018esrmb] {
        transform: rotate(180deg);
    }

.hoverable[b-63018esrmb] {
    border-radius: .5rem;
}

    .hoverable:hover[b-63018esrmb] {
        background: #eff6ff;
    }

*/
/* blue-50 */
/* grid helpers */
.grid-3[b-63018esrmb] {
    grid-template-columns: repeat(3, 1fr);
    display: grid;
}

.grid-2[b-63018esrmb] {
    grid-template-columns: repeat(2, 1fr);
    display: grid;
}

/* chips */
.chip-btn[b-63018esrmb] {
    border: 0;
    padding: .5rem .5rem;
    border-radius: .6rem;
    background: #f1f5f9;
    /* slate-100 */
    color: #334155;
    font-weight: 500;
    font-size: .7rem;
}

    .chip-btn:hover[b-63018esrmb] {
        background: #e2e8f0;
    }

    .chip-btn.active[b-63018esrmb] {
        background: linear-gradient(90deg, var(--brand) 0%, #2348ff 100%);
        color: #fff;
        box-shadow: 0 8px 20px -10px rgba(0, 30, 160, .6);
    }

.chip-light[b-63018esrmb] {
    background: #f3f4f6;
}

.chip-purple[b-63018esrmb] {
    background: #f3e8ff;
}

    .chip-purple:hover[b-63018esrmb] {
        background: #ede4ff;
    }

/* price badges */
.badge-amount[b-63018esrmb] {
    font-size: .5rem;
    font-weight: 600;
    color: #1d4ed8;
    background: #dbeafe;
    border: 1px solid #bfdbfe;
    border-radius: .5rem;
    padding: .25rem .25rem;
}

/* Route text pill inside price options modal */
.price-route-pill[b-63018esrmb] {
    display: inline-flex;
    /* shrink to content, no full width */
    align-items: center;
    padding: .5rem .9rem;
    border-radius: .75rem;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    font-size: .85rem;
    font-weight: 600;
    color: #111827;
}

/* airlines & provider lists */
.list-scroll[b-63018esrmb] {
    max-height: 190px;
    overflow: auto;
    border: 1px solid rgba(2, 8, 23, .08);
    border-radius: .75rem;
}

/* ===== Dual-thumb appearance (visual only; no JS) ===== */
.range-wrap[b-63018esrmb] {
    position: relative;
    height: 36px;
}

    .range-wrap .form-range[b-63018esrmb] {
        position: absolute;
        left: 0;
        right: 0;
        top: 6px;
        pointer-events: none;
        /* design only */
    }

.range-min[b-63018esrmb] {
    z-index: 2;
}

.range-max[b-63018esrmb] {
    z-index: 1;
}

.form-range[b-63018esrmb]::-webkit-slider-thumb {
    pointer-events: auto;
}

.form-range[b-63018esrmb]::-webkit-slider-thumb {
    background: var(--brand);
}

.form-range[b-63018esrmb]::-moz-range-thumb {
    background: var(--brand);
}

/* risk badges */
.badge.risk-low[b-63018esrmb] {
    background: #dcfce7;
    color: #15803d;
    border: 1px solid #bbf7d0;
}

.badge.risk-high[b-63018esrmb] {
    background: #fee2e2;
    color: #b91c1c;
    border: 1px solid #fecaca;
}

/* card look */
.flight-card[b-63018esrmb] {
    border-color: rgba(2, 8, 23, .14) !important;
    border-radius: 12px;
}

.card-footer.border-dashed[b-63018esrmb] {
    border-top-style: dashed !important;
}

.minw-180[b-63018esrmb] {
    min-width: 180px;
}

/* airline */
.airline-logo[b-63018esrmb] {
    width: 38px;
    height: 38px;
    object-fit: contain;
    border-radius: .35rem;
}

/* timeline v2 */
.timeline2[b-63018esrmb] {
    display: grid;
    grid-template-columns: 1fr 140px 1fr;
    /* left | center | right */
    align-items: center;
    gap: .75rem;
}

@media (min-width: 768px) {
    .timeline2[b-63018esrmb] {
        grid-template-columns: 1fr 160px 1fr;
    }
}

.t2-col .t2-time[b-63018esrmb] {
    font-weight: 700;
    font-size: 1.3rem;
    line-height: 1;
}

.t2-col .t2-date[b-63018esrmb],
.t2-col .t2-place[b-63018esrmb] {
    font-size: .84rem;
    font-weight: 600;
    color: #6b7280;
}

.t2-mid[b-63018esrmb] {
    text-align: center;
}

.t2-dur[b-63018esrmb] {
    font-weight: 700;
    font-size: .9rem;
    color: #334155;
    margin-bottom: .15rem;
}

.t2-line-wrap[b-63018esrmb] {
    position: relative;
    height: 8px;
}

.t2-line[b-63018esrmb] {
    display: block;
    height: 2px;
    width: 100%;
    background: #1d4ed8;
    border-radius: 999px;
    position: absolute;
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}

.t2-arrow[b-63018esrmb] {
    position: absolute;
    right: -2px;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #1d4ed8;
}

.t2-stop[b-63018esrmb] {
    margin-top: .2rem;
    font-size: .82rem;
    font-weight: 700;
    color: #6b7280;
}

/* price badge */
.price-badge[b-63018esrmb] {
    display: inline-block;
    padding: .35rem .6rem;
    font-weight: 700;
}

    .price-badge .curr[b-63018esrmb] {
        margin-right: 2px;
        font-size: 1.2rem;
    }

    .price-badge .amt[b-63018esrmb] {
        color: #1f3ddb;
        font-size: 1.2rem;
    }


/* ===== FILTER SIDEBAR TWEAKS TO MATCH DESIGN ===== */

/* 1) Filters card: cleaner background */
.filters-card[b-63018esrmb] {
    background: #f9fafb;
    /* soft grey */
    border-radius: 20px;
    border: 1px solid rgba(15, 23, 42, 0.08);
    box-shadow: 0 14px 30px -18px rgba(15, 23, 42, 0.35);
}

/* 2) Header: gradient bar + nicer reset button */
.filters-head[b-63018esrmb] {
    position: relative;
    padding: .85rem 1rem;
    border-bottom: 1px solid rgba(2, 8, 23, .10);
}

    .filters-head h2[b-63018esrmb] {
        position: relative;
        margin-left: 0.9rem;
        /* make room for gradient bar */
        font-weight: 700;
        color: #0f172a;
    }

        .filters-head h2[b-63018esrmb]::before {
            content: "";
            position: absolute;
            left: -0.9rem;
            top: 50%;
            transform: translateY(-50%);
            width: 3px;
            height: 26px;
            border-radius: 999px;
            background: linear-gradient(180deg, #2563eb, #a855f7);
        }

    /* reset button look */
    .filters-head .btn[b-63018esrmb] {
        border-radius: 999px;
        padding: .25rem .75rem;
        font-size: .78rem;
        border-color: #e5e7eb;
        background: #f9fafb;
        color: #4b5563;
    }

        .filters-head .btn:hover[b-63018esrmb] {
            background: #e5e7eb;
            border-color: #d1d5db;
        }

/* 3) General filter body spacing */
.filters-body[b-63018esrmb] {
    padding: .9rem;
}

.filter-section + .filter-section[b-63018esrmb] {
    margin-top: .9rem;
}

/* 4) "Sort By" – card around the chips */
.filter-section .section-title + .d-grid[b-63018esrmb] {
    background: #ffffff;
    border-radius: 14px;
    border: 1px solid rgba(148, 163, 184, 0.35);
    padding: .5rem;
    box-shadow: 0 12px 32px -20px rgba(15, 23, 42, .45);
}

/* chips: match pill style */
.chip-btn[b-63018esrmb] {
    padding: .55rem .7rem;
    border-radius: .9rem;
    background: #f3f4f6;
    color: #1f2937;
    font-weight: 600;
    font-size: .8rem;
}

    .chip-btn:hover[b-63018esrmb] {
        background: #e5e7eb;
    }

    /* active (Cheapest) exactly like screenshot */
    .chip-btn.active[b-63018esrmb] {
        background: linear-gradient(90deg, #0f3ff7, #2563eb);
        color: #ffffff;
        box-shadow: 0 10px 26px -14px rgba(15, 23, 42, .7);
    }

/* 5) Collapsible sections (Stops, Price Range, Time, etc.) as cards */
.filter-section > .collapse-btn[b-63018esrmb] {
    border-radius: 12px 12px 0 0;
    border-color: rgba(148, 163, 184, 0.45);
    background: #ffffff;
    padding: .6rem .85rem;
    font-size: .86rem;
}

.filter-section > .collapse[b-63018esrmb] {
    border: 1px solid rgba(148, 163, 184, 0.45);
    border-top: none;
    border-radius: 0 0 12px 12px;
    background: #ffffff;
    padding: .25rem .35rem .5rem;
}

/* keep arrow rotation behaviour the same */
.filter-section > .collapse-btn[aria-expanded="false"] .chev[b-63018esrmb] {
    transform: rotate(180deg);
}

.filter-section > .collapse-btn[aria-expanded="true"] .chev[b-63018esrmb] {
    transform: rotate(0deg);
}

/* 6) Price range slider – thicker blue track */
.range-wrap[b-63018esrmb] {
    height: 38px;
}

    .range-wrap .form-range[b-63018esrmb] {
        top: 10px;
    }

/* webkit */
.form-range[b-63018esrmb]::-webkit-slider-runnable-track {
    height: 4px;
    border-radius: 999px;
    background: #e5e7eb;
}

.form-range[b-63018esrmb]::-webkit-slider-thumb {
    pointer-events: auto;
    background: #1d4ed8;
    box-shadow: 0 0 0 4px #bfdbfe;
    /* soft halo */
}

/* firefox */
.form-range[b-63018esrmb]::-moz-range-track {
    height: 4px;
    border-radius: 999px;
    background: #e5e7eb;
}

.form-range[b-63018esrmb]::-moz-range-thumb {
    background: #1d4ed8;
    box-shadow: 0 0 0 4px #bfdbfe;
}

/* price badges */
.badge-amount[b-63018esrmb] {
    font-size: .8rem;
    font-weight: 800;
    border-radius: .7rem;
    padding: .25rem .6rem;
}

/* 7) Onward time / layover chips – softer rounded rectangles */
.chip-light[b-63018esrmb] {
    background: #f3f4f6;
    border-radius: .9rem;
    font-size: .8rem;
}

.chip-purple[b-63018esrmb] {
    background: #f5e9ff;
    border-radius: .9rem;
    font-size: .8rem;
}

/* 8) Airline list: same soft card look */
.list-scroll[b-63018esrmb] {
    max-height: 190px;
    border-radius: 12px;
    border: 1px solid rgba(148, 163, 184, 0.4);
    background: #ffffff;
}

/* labels hover background */
.hoverable[b-63018esrmb] {
    border-radius: .6rem;
}

    .hoverable:hover[b-63018esrmb] {
        background: #eff6ff;
    }


/* Drawer under each result card (outside the card border) */
.fare-panel-wrapper[b-63018esrmb] {
    margin-top: 0.25rem;
    /* tiny gap from card */
    padding: 0.5rem 0 0.75rem;
}

/* Selected fare card highlight */
.fare-card-selected[b-63018esrmb] {
    border-color: var(--brand) !important;
    box-shadow: 0 0 0 2px rgba(0, 30, 160, 0.35);
}

    .fare-card-selected .btn-select-fare[b-63018esrmb] {
        filter: brightness(1.02);
    }


/* ===== Flight Details Panel (offcanvas) ===== */
#flightDetailsOffcanvas[b-63018esrmb] {
    max-width: 500px;
}

.flight-details-sheet .fdp-body[b-63018esrmb] {
    background: #f9fafb;
}

/* a bit more breathing room in the sheet header */
.flight-details-sheet .offcanvas-header[b-63018esrmb] {
    padding: 0.7rem 1.25rem 1.1rem;
}

/* space between header (route + badges) and first trip box */
.flight-details-sheet .fdp-body > .fdp-trip-box:first-of-type[b-63018esrmb] {
    margin-top: 0.5rem;
}


@media (min-width: 576px) {
    .fdp-trip-box[b-63018esrmb] {
        padding: 1.35rem 1.7rem 1.5rem;
    }
}

/* Trip header badges */
.fdp-trip-box[b-63018esrmb] {
    border: 1px solid black;
    border-radius: 12px; /* smooth rounded */
    padding: 16px;
    margin-bottom: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05); /* optional subtle depth */
}

#baggageBlock > ul > li[b-63018esrmb] {
    list-style: disc;
    margin-left: 5px;
}

.fdp-trip-header[b-63018esrmb],
.fdp-trip-header *[b-63018esrmb] {
    opacity: 1 !important;
    color: #111827 !important;
    visibility: visible !important;
}

    .fdp-trip-header .badge[b-63018esrmb] {
        background: #e2e8f0 !important;
        border: 1px solid #94a3b8 !important;
        font-weight: 700 !important;
        padding: 6px 10px !important;
        z-index: 9999 !important;
        position: relative !important;
    }


/* Vertical rail on the left */
.fdp-timeline-rail[b-63018esrmb] {
    position: relative;
    min-height: 100%;
}

.fdp-timeline-rail-line[b-63018esrmb] {
    position: absolute;
    left: 50%;
    top: 0.4rem;
    bottom: 0.4rem;
    width: 2px;
    border-radius: 999px;
    background: var(--bs-border-color, #e5e7eb);
    transform: translateX(-50%);
}

.fdp-timeline-node[b-63018esrmb] {
    position: absolute;
    left: 50%;
    width: 10px;
    height: 10px;
    border-radius: 999px;
    border: 1px solid var(--brand, #0d6efd);
    background: #ffffff;
    transform: translate(-50%, -50%);
}

.fdp-timeline-node-top[b-63018esrmb] {
    top: 0.4rem;
}

.fdp-timeline-node-bottom[b-63018esrmb] {
    bottom: 0.4rem;
    transform: translate(-50%, 50%);
}

/* Segment blocks */
.fdp-seg + .fdp-seg[b-63018esrmb] {
    margin-top: 1.6rem;
    /* a bit more gap between segments */
}

.fdp-seg-time[b-63018esrmb] {
    font-size: 1.1rem;
    font-weight: 600;
}

@media (min-width: 768px) {
    .fdp-seg-time[b-63018esrmb] {
        font-size: 1.25rem;
    }
}

.fdp-seg-city[b-63018esrmb] {
    font-weight: 600;
    margin-bottom: 0.1rem;
    /* tiny gap above date/terminal line */
}

/* meta line (duration / flight / cabin / aircraft) */
.fdp-seg-meta[b-63018esrmb] {
    /* padding-left: 2.1rem; */
    margin-top: 0.2rem;
    margin-bottom: 0.45rem;
    /* separates meta from arrival row */
}

/* @media (min-width: 576px) {
    .fdp-seg-meta {
        padding-left: 2.7rem;
    }
} */

/* Layover callout */
.fdp-layover-callout[b-63018esrmb] {
    padding-left: 2.1rem;
    margin-top: 0.3rem;
    /* small gap from previous segment */
}

@media (min-width: 576px) {
    .fdp-layover-callout[b-63018esrmb] {
        padding-left: 2.7rem;
    }
}

.fdp-layover-box[b-63018esrmb] {
    border-radius: 14px;
    border: 1px solid #facc15;
    background: #fef9c3;
    color: #854d0e;
    padding: 0.55rem 0.8rem;
    display: flex;
    align-items: flex-start;
    gap: 0.5rem;
}

.fdp-layover-title[b-63018esrmb] {
    font-size: 0.85rem;
    font-weight: 600;
}

.fdp-layover-text[b-63018esrmb] {
    font-size: 0.75rem;
}

/* ===== Price Options Modal ===== */

#priceOptionsModal .modal-dialog[b-63018esrmb] {
    margin: 1rem auto;
}

#priceOptionsModal .modal-content[b-63018esrmb] {
    max-height: calc(100vh - 2.5rem);
    display: flex;
    flex-direction: column;
}

#priceOptionsModal .modal-body[b-63018esrmb] {
    overflow-y: auto;
}

#priceOptionsModal .modal-header[b-63018esrmb] {
    border-bottom: 1px solid #e5e7eb;
    padding: 0.9rem 1.25rem;
}

#priceOptionsModal .modal-title[b-63018esrmb] {
    font-weight: 600;
}

/* Inner white card */

.price-option-box[b-63018esrmb] {
    padding: 1rem 1.25rem;
    border-radius: 18px;
    border-color: #d4dde8;
    background: #fff;
    box-shadow: 0 18px 45px -26px rgba(15, 23, 42, 0.45);
}

/* Header badges */

.price-pill-primary[b-63018esrmb],
.price-pill-neutral[b-63018esrmb] {
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.25rem 0.75rem;
}

.price-pill-primary[b-63018esrmb] {
    background: #e0ebff;
    color: #0b5ed7;
}

.price-pill-neutral[b-63018esrmb] {
    background: #f3f4f6;
    color: #111827;
    border: 1px solid #e5e7eb;
}

/* Red dot before airline name */

.price-air-dot[b-63018esrmb] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: #ef4444;
    display: inline-block;
}

/* Fare summary list */

.price-summary-wrap[b-63018esrmb] {
    border-radius: 14px;
    border: 1px solid #e5e7eb;
    overflow: hidden;
    background: #fff;
}

.price-summary-table[b-63018esrmb] {
    border-collapse: collapse;
    font-size: 0.875rem;
}

    .price-summary-table .fare-toggle-row[b-63018esrmb] {
        cursor: pointer;
    }

        .price-summary-table .fare-toggle-row:hover[b-63018esrmb] {
            background-color: #f8fafc;
        }

    .price-summary-table td[b-63018esrmb] {
        padding: 0.55rem 0.9rem;
        border-top: 1px solid #e5e7eb;
    }

    .price-summary-table tr:first-child td[b-63018esrmb] {
        border-top: none;
    }

    .price-summary-table td:first-child[b-63018esrmb] {
        color: #111827;
    }

    .price-summary-table td:last-child[b-63018esrmb] {
        text-align: right;
        color: #111827;
        font-weight: 500;
    }

/* Discount row */

.price-row-discount td:last-child[b-63018esrmb] {
    color: #dc2626;
    font-weight: 600;
}

/* Net Pay row */

.price-row-total td[b-63018esrmb] {
    background: #f9fafb;
    font-weight: 700;
}

/* Refund text & button */

.price-refund-text[b-63018esrmb] {
    color: #2563eb;
    text-decoration: none;
}

    .price-refund-text:hover[b-63018esrmb] {
        text-decoration: underline;
    }

/* Make the filters scrollable inside the mobile offcanvas */
@media (max-width: 767.98px) {
    #filtersOffcanvas .offcanvas-body[b-63018esrmb] {
        padding: 0.75rem;
        /* optional, looks nicer */
    }

    #filtersOffcanvas .filters-card[b-63018esrmb] {
        max-height: calc(100vh - 80px);
        /* leave room for header/close button */
        overflow-y: auto;
    }
}

/* ===== ENHANCED PRICE OPTIONS MODAL DESIGN ===== */

#priceOptionsModal .modal-dialog[b-63018esrmb] {
    max-width: 920px;
}

#priceOptionsModal .modal-content[b-63018esrmb] {
    border: none;
    border-radius: 28px;
    box-shadow: 0 28px 70px -35px rgba(15, 23, 42, 0.65);
    overflow: hidden;
}

#priceOptionsModal .modal-header[b-63018esrmb] {
    background: linear-gradient(135deg, #f8fafc 0%, #ffffff 100%);
    border-bottom: 1px solid #e2e8f0;
    padding: 1.25rem 1.5rem;
    position: relative;
}

    #priceOptionsModal .modal-header[b-63018esrmb]::before {
        content: "";
        position: absolute;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 3px;
        background: linear-gradient(90deg, #0f3ff7, #2563eb, #a855f7);
    }

#priceOptionsModal .modal-title[b-63018esrmb] {
    font-weight: 700;
    font-size: 1.35rem;
    color: #0f172a;
    letter-spacing: -0.01em;
}

#priceOptionsModal .modal-body[b-63018esrmb] {
    padding: 1.75rem 1.5rem 2rem;
    background: #fafbfc;
}

/* Main pricing card */
.price-option-box[b-63018esrmb] {
    padding: 2rem 2.25rem;
    border-radius: 24px;
    border: 1px solid #e2e8f0;
/*    background: #ffffff;*/
    box-shadow: 0 20px 50px -28px rgba(15, 23, 42, 0.35), 0 0 0 1px rgba(148, 163, 184, 0.1);
    position: relative;
    overflow: hidden;
}

    /* Decorative corner accent */
    .price-option-box[b-63018esrmb]::before {
        content: "";
        position: absolute;
        top: 0;
        right: 0;
        width: 180px;
        height: 180px;
        background: radial-gradient(circle at top right, rgba(59, 130, 246, 0.08), transparent 70%);
        pointer-events: none;
    }

    .price-option-box[b-63018esrmb]::after {
        content: "";
        position: absolute;
        bottom: 0;
        left: 0;
        width: 220px;
        height: 220px;
        background: radial-gradient(circle at bottom left, rgba(168, 85, 247, 0.06), transparent 70%);
        pointer-events: none;
    }

    /* Header section with badges */
    .price-option-box > .d-flex:first-child[b-63018esrmb] {
        position: relative;
        z-index: 1;
        margin-bottom: 1.5rem;
        padding-bottom: 1.25rem;
        border-bottom: 2px solid #f1f5f9;
    }

/* Badge styles */
.price-pill-primary[b-63018esrmb],
.price-pill-neutral[b-63018esrmb] {
    border-radius: 999px;
    font-weight: 600;
    font-size: 0.8rem;
    padding: 0.4rem 1rem;
    letter-spacing: 0.01em;
    box-shadow: 0 2px 8px -4px rgba(15, 23, 42, 0.2);
    transition: all 0.2s ease;
}

.price-pill-primary[b-63018esrmb] {
    background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
    color: #1e40af;
    border: 1px solid #93c5fd;
}

.price-pill-neutral[b-63018esrmb] {
    background: #f8fafc;
    color: #334155;
    border: 1px solid #e2e8f0;
}

    .price-pill-primary:hover[b-63018esrmb],
    .price-pill-neutral:hover[b-63018esrmb] {
        transform: translateY(-1px);
        box-shadow: 0 4px 12px -6px rgba(15, 23, 42, 0.3);
    }

/* Airline logo section */
.price-option-box .d-flex.align-items-center.gap-2 img[b-63018esrmb] {
    border: 2px solid #f1f5f9;
    border-radius: 10px;
    padding: 4px;
    background: #ffffff;
    box-shadow: 0 4px 12px -8px rgba(15, 23, 42, 0.25);
    transition: all 0.2s ease;
}

    .price-option-box .d-flex.align-items-center.gap-2 img:hover[b-63018esrmb] {
        border-color: #cbd5e1;
        transform: scale(1.05);
    }

.price-air-dot[b-63018esrmb] {
    width: 8px;
    height: 8px;
    border-radius: 999px;
    background: linear-gradient(135deg, #ef4444, #dc2626);
    display: inline-block;
    box-shadow: 0 0 0 3px rgba(239, 68, 68, 0.15);
}

/* Route text styling */
.price-option-box > .mb-3.small.fw-semibold[b-63018esrmb] {
    font-size: 0.9rem;
    color: #475569;
    font-weight: 600;
    letter-spacing: 0.02em;
    padding: 0.75rem 1rem;
    background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    border-radius: 12px;
    border: 1px solid #e2e8f0;
    position: relative;
    z-index: 1;
}

/* Fare Summary section */
.price-option-box .mb-2.fw-semibold[b-63018esrmb] {
    font-size: 1.05rem;
    font-weight: 700;
    color: #0f172a;
    margin-bottom: 1rem !important;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    position: relative;
    z-index: 1;
}

    .price-option-box .mb-2.fw-semibold[b-63018esrmb]::before {
        content: "";
        width: 4px;
        height: 20px;
        background: linear-gradient(180deg, #2563eb, #a855f7);
        border-radius: 999px;
    }

/* Table styling */
.price-summary-wrap[b-63018esrmb] {
    border-radius: 16px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    background: #ffffff;
    box-shadow: 0 8px 20px -12px rgba(15, 23, 42, 0.15);
    position: relative;
    z-index: 1;
}

.price-summary-table[b-63018esrmb] {
    border-collapse: collapse;
    font-size: 0.9rem;
    margin: 0;
    width: 100%;
}

    .price-summary-table td[b-63018esrmb] {
        padding: 0.85rem 1.25rem;
        border-top: 1px solid #f1f5f9;
        vertical-align: middle;
    }

    .price-summary-table tr:first-child td[b-63018esrmb] {
        border-top: none;
    }

    .price-summary-table tr:hover[b-63018esrmb] {
        background: #fafbfc;
    }

    .price-summary-table td:first-child[b-63018esrmb] {
        color: #475569;
        font-weight: 500;
    }

    .price-summary-table td:last-child[b-63018esrmb] {
        text-align: right;
        color: #0f172a;
        font-weight: 600;
        font-size: 0.95rem;
    }

    /* Subtotal/Total rows styling */
    .price-summary-table tr.table-light[b-63018esrmb] {
        background: linear-gradient(135deg, #f8fafc 0%, #f1f5f9 100%);
    }

        .price-summary-table tr.table-light td[b-63018esrmb] {
            border-top: 2px solid #e2e8f0;
            font-weight: 700;
            padding: 1rem 1.25rem;
        }

        .price-summary-table tr.table-light:first-child td[b-63018esrmb] {
            border-top: none;
        }

    /* Discount row special styling */
    .price-summary-table tr td:last-child.text-danger[b-63018esrmb] {
        color: #dc2626 !important;
        font-weight: 700;
    }

    /* Net Pay row - make it stand out */
    .price-summary-table tr:last-child.table-light[b-63018esrmb] {
        background: linear-gradient(135deg, #dbeafe 0%, #bfdbfe 100%);
        position: relative;
    }

        .price-summary-table tr:last-child.table-light td[b-63018esrmb] {
            color: #1e40af;
            font-size: 1.05rem;
            border-top: 2px solid #93c5fd;
            padding: 1.25rem 1.25rem;
        }

        .price-summary-table tr:last-child.table-light[b-63018esrmb]::before {
            content: "";
            position: absolute;
            left: 0;
            top: 0;
            width: 4px;
            height: 100%;
            background: linear-gradient(180deg, #2563eb, #3b82f6);
        }

/* Footer section */
.price-option-box > .d-flex.justify-content-between.mt-3[b-63018esrmb] {
    position: relative;
    z-index: 1;
    margin-top: 1.75rem !important;
    padding-top: 1.5rem;
    border-top: 2px solid #f1f5f9;
}

.price-refund-text[b-63018esrmb] {
    color: #2563eb;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.85rem;
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    transition: all 0.2s ease;
}

    .price-refund-text:hover[b-63018esrmb] {
        color: #1e40af;
        text-decoration: underline;
        gap: 0.5rem;
    }

    .price-refund-text[b-63018esrmb]::before {
        content: "ℹ";
        display: inline-flex;
        align-items: center;
        justify-content: center;
        width: 18px;
        height: 18px;
        background: #dbeafe;
        border-radius: 999px;
        font-size: 0.7rem;
        font-weight: 700;
    }

/* Proceed to Pay button */
.js-proceed-pay[b-63018esrmb] {
    padding: 0.5rem 1rem !important;
    font-weight: 600;
    font-size: 0.8rem;
    border-radius: 12px;
    background: linear-gradient(135deg, #2563eb 0%, #1e40af 100%);
    border: none;
    box-shadow: 0 8px 24px -10px rgba(37, 99, 235, 0.5), 0 0 0 1px rgba(37, 99, 235, 0.1);
    transition: all 0.2s ease;
    letter-spacing: 0.01em;
}

    .js-proceed-pay:hover[b-63018esrmb] {
        background: linear-gradient(135deg, #1e40af 0%, #1e3a8a 100%);
        box-shadow: 0 12px 32px -12px rgba(37, 99, 235, 0.6), 0 0 0 1px rgba(37, 99, 235, 0.2);
        transform: translateY(-2px);
    }

    .js-proceed-pay:active[b-63018esrmb] {
        transform: translateY(0);
        box-shadow: 0 4px 16px -8px rgba(37, 99, 235, 0.5);
    }

/* Loading & Error states */
.js-price-loading[b-63018esrmb],
.js-price-error[b-63018esrmb] {
    padding: 3rem 2rem;
    text-align: center;
    border-radius: 16px;
    background: #f8fafc;
    border: 1px dashed #cbd5e1;
}

.js-price-error[b-63018esrmb] {
    color: #dc2626;
    background: #fef2f2;
    border-color: #fecaca;
}


/* Responsive adjustments */
@media (max-width: 767.98px) {
    #priceOptionsModal .modal-dialog[b-63018esrmb] {
        max-width: calc(100% - 1rem);
        margin: 0.5rem;
    }

    #priceOptionsModal .modal-content[b-63018esrmb] {
        border-radius: 20px;
    }

    #priceOptionsModal .modal-body[b-63018esrmb] {
        padding: 1.25rem 1rem 1.5rem;
    }

    .price-option-box[b-63018esrmb] {
        padding: 1.5rem 1.25rem;
    }

    .price-summary-table[b-63018esrmb] {
        font-size: 0.85rem;
    }

        .price-summary-table td[b-63018esrmb] {
            padding: 0.7rem 1rem;
        }

    .js-proceed-pay[b-63018esrmb] {
        width: 100%;
        padding: 0.85rem 1.5rem !important;
    }
}

/* Animation on modal open */
@keyframes slideInUp-b-63018esrmb {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

#priceOptionsModal.show .price-option-box[b-63018esrmb] {
    animation: slideInUp-b-63018esrmb 0.4s ease-out;
}


/* Date field wrapper */
.date-field[b-63018esrmb] {
    position: relative;
}

    /* Styled date input */
    .date-field .form-control[b-63018esrmb] {
        width: 100%;
        height: 42px;
        /* 🔹 slightly shorter */
        border-radius: .75rem;
        border-color: #d1d5db;
        padding-right: 2.3rem;
        /* room for icon */
        font-weight: 500;
        font-size: 0.9rem;
    }

        .date-field .form-control:focus[b-63018esrmb] {
            border-color: #2563eb;
            box-shadow: 0 0 0 .2rem rgba(37, 99, 235, .2);
        }

/* Calendar icon inside the field */
.date-field-icon[b-63018esrmb] {
    position: absolute;
    right: .75rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1rem;
    color: #6b7280;
    pointer-events: none;
}


.ofrdiv[b-63018esrmb] {
    display: none;
}

    .ofrdiv div[b-63018esrmb] {
        display: flex;
        justify-content: center;
        padding: 4px 0;
    }

        .ofrdiv div img[b-63018esrmb] {
            width: 100%;
            height: auto;
            padding: 0 11px;
            max-width: 550px;
            transition: scale linear .8s
        }

    .ofrdiv img:hover[b-63018esrmb] {
        transform: scale(1.01);
    }

.divhistory[b-63018esrmb] {
    position: absolute;
    font-size: small;
    bottom: -65px;
    right: 0px;
    display: flex;
    align-items: center;
    gap: 5px;
    width: auto;
}

@media(max-width: 512px) {
    .divhistory[b-63018esrmb] {
        bottom: -105px;
    }

    #dResult[b-63018esrmb] {
        padding-top: 50px;
    }
}

.flight_loader[b-63018esrmb] {
    width: 90%;
    margin: 0 auto;
    border-radius: 10px;
    border: 4px solid transparent;
    position: relative;
    padding: 1px;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.3s ease, visibility 0.3s ease;
}

    .flight_loader .flight_loaderBar:not(:empty) ~ .flight_loader[b-63018esrmb],
    .flight_loader .flight_loaderBar:not(:empty)[b-63018esrmb] {
        opacity: 1;
        visibility: visible;
    }

    .flight_loader[b-63018esrmb]:before {
        content: '';
        border: 1px solid #001880;
        border-radius: 10px;
        position: absolute;
        top: -4px;
        right: -4px;
        bottom: -4px;
        left: -4px;
    }

    .flight_loader .flight_loaderBar[b-63018esrmb] {
        position: absolute;
        border-radius: 10px;
        top: 0;
        right: 100%;
        bottom: 0;
        left: 0;
        background: #001880;
        width: 0;
        animation: borealisBar-b-63018esrmb 2s linear infinite;
    }

@keyframes borealisBar-b-63018esrmb {
    0% {
        left: 0%;
        right: 100%;
        width: 0%;
    }

    10% {
        left: 0%;
        right: 75%;
        width: 25%;
    }

    90% {
        right: 0%;
        left: 75%;
        width: 25%;
    }

    100% {
        left: 100%;
        right: 0%;
        width: 0%;
    }
}

.flight_loader .flight_loaderBar:empty[b-63018esrmb] {
    display: none;
}
/* /Pages/Pub/Index.cshtml.rz.scp.css */
/* /Pages/Pub/Passenger/Index.cshtml.rz.scp.css */
.container[b-dfi0cxk4ix] {
    max-width: 1280px;
    margin: 0 auto;
    padding: 1.25rem 1rem 2rem;
}

.trip-banner[b-dfi0cxk4ix] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    border-radius: 16px;
    padding: 1.25rem;
    color: white;
    margin-bottom: 1.25rem;
    box-shadow: 0 20px 60px rgba(102, 126, 234, 0.3);
    position: relative;
    overflow: hidden;
}

    .trip-banner[b-dfi0cxk4ix]::before {
        content: '';
        position: absolute;
        top: -50%;
        right: -20%;
        width: 400px;
        height: 400px;
        background: radial-gradient(circle, rgba(255,255,255,0.1) 0%, transparent 70%);
        border-radius: 50%;
    }

.trip-content[b-dfi0cxk4ix] {
    position: relative;
    z-index: 2;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 1rem;
}

.route-info h2[b-dfi0cxk4ix] {
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 0.35rem;
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.route-arrow[b-dfi0cxk4ix] {
    color: rgba(255, 255, 255, 0.8);
    font-size: 1.25rem;
}

.trip-meta[b-dfi0cxk4ix] {
    display: flex;
    gap: 1rem;
    flex-wrap: wrap;
    font-size: 0.875rem;
    opacity: 0.95;
    margin-top: 0.25rem;
}

.meta-item[b-dfi0cxk4ix] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
}

.airline-info[b-dfi0cxk4ix] {
    display: flex;
    align-items: center;
    gap: 0.85rem;
    background: rgba(255, 255, 255, 0.15);
    backdrop-filter: blur(10px);
    padding: 0.85rem 1.1rem;
    border-radius: 12px;
    border: 1px solid rgba(255, 255, 255, 0.2);
}

.airline-logo[b-dfi0cxk4ix] {
    width: 50px;
    height: 50px;
    background: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #667eea;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    font-size: 1rem;
}

.airline-details h3[b-dfi0cxk4ix] {
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 0.2rem;
}

.airline-details p[b-dfi0cxk4ix] {
    font-size: 0.8rem;
    opacity: 0.9;
    margin: 0;
}

.main-grid[b-dfi0cxk4ix] {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 1.25rem;
}

.card[b-dfi0cxk4ix] {
    background: white;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06);
    margin-bottom: 1rem;
    transition: all 0.3s ease;
}

    .card:hover[b-dfi0cxk4ix] {
        box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
        transform: translateY(-2px);
    }

.card-header[b-dfi0cxk4ix] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 1rem;
}

.card-title[b-dfi0cxk4ix] {
    font-size: 1.15rem;
    font-weight: 700;
    color: #1a202c;
    margin-bottom: 0.2rem;
}

.card-subtitle[b-dfi0cxk4ix] {
    font-size: 0.85rem;
    color: #718096;
}

.badge[b-dfi0cxk4ix] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    padding: 0.35rem 0.85rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 0.4rem;
}

.passenger-item[b-dfi0cxk4ix] {
    background: #f7fafc;
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 1rem;
    margin-bottom: 0.75rem;
    transition: all 0.2s ease;
}

    .passenger-item:hover[b-dfi0cxk4ix] {
        border-color: #667eea;
        background: #f0f4ff;
    }

.passenger-header[b-dfi0cxk4ix] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.passenger-name[b-dfi0cxk4ix] {
    font-weight: 600;
    font-size: 1rem;
    color: #2d3748;
    margin-bottom: 0.35rem;
}

.passenger-details[b-dfi0cxk4ix] {
    color: #718096;
    font-size: 0.85rem;
}

.btn[b-dfi0cxk4ix] {
    padding: 0.55rem 1.25rem;
    border-radius: 8px;
    border: none;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.2s ease;
    font-size: 0.9rem;
}

.btn-primary[b-dfi0cxk4ix] {
    background: linear-gradient(135deg, #667eea, #764ba2);
    color: white;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.3);
}

    .btn-primary:hover[b-dfi0cxk4ix] {
        box-shadow: 0 6px 20px rgba(102, 126, 234, 0.4);
        transform: translateY(-2px);
    }

.btn-outline[b-dfi0cxk4ix] {
    background: transparent;
    border: 2px solid #e2e8f0;
    color: #4a5568;
}

    .btn-outline:hover[b-dfi0cxk4ix] {
        border-color: #667eea;
        color: #667eea;
        background: #f0f4ff;
    }

.fare-row[b-dfi0cxk4ix] {
    display: flex;
    justify-content: space-between;
    padding: 0.5rem 0;
    font-size: 0.9rem;
}

    .fare-row:not(:last-child)[b-dfi0cxk4ix] {
        border-bottom: 1px solid #f0f0f0;
    }

.fare-label[b-dfi0cxk4ix] {
    color: #718096;
}

.fare-value[b-dfi0cxk4ix] {
    font-weight: 600;
    color: #2d3748;
}

.fare-total[b-dfi0cxk4ix] {
    background: linear-gradient(135deg, #f0f4ff, #faf5ff);
    padding: 0.75rem;
    border-radius: 8px;
    margin-top: 0.35rem;
}

    .fare-total .fare-row[b-dfi0cxk4ix] {
        border: none;
        padding: 0.2rem 0;
    }

.net-pay[b-dfi0cxk4ix] {
    font-size: 1.35rem;
    font-weight: 700;
    background: linear-gradient(135deg, #667eea, #764ba2);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
}

.payment-option[b-dfi0cxk4ix] {
    border: 2px solid #e2e8f0;
    border-radius: 10px;
    padding: 0.9rem;
    margin-bottom: 0.6rem;
    cursor: pointer;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.85rem;
}

    .payment-option:hover[b-dfi0cxk4ix] {
        border-color: #cbd5e0;
        background: #f7fafc;
    }

    .payment-option.active[b-dfi0cxk4ix] {
        border-color: #667eea;
        background: linear-gradient(135deg, #f0f4ff, #faf5ff);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
    }

.payment-radio[b-dfi0cxk4ix] {
    width: 18px;
    height: 18px;
    accent-color: #667eea;
    cursor: pointer;
}

.payment-info[b-dfi0cxk4ix] {
    flex: 1;
}

.payment-name[b-dfi0cxk4ix] {
    font-weight: 600;
    color: #2d3748;
    margin-bottom: 0.2rem;
    font-size: 0.95rem;
}

.payment-desc[b-dfi0cxk4ix] {
    font-size: 0.8rem;
    color: #718096;
}

.checkbox-group[b-dfi0cxk4ix] {
    margin-bottom: 1rem;
}

.checkbox-label[b-dfi0cxk4ix] {
    display: flex;
    align-items: flex-start;
    gap: 0.6rem;
    cursor: pointer;
    padding: 0.5rem;
    border-radius: 6px;
    transition: background 0.2s ease;
    font-size: 0.9rem;
}

    .checkbox-label:hover[b-dfi0cxk4ix] {
        background: #f7fafc;
    }

.checkbox-input[b-dfi0cxk4ix] {
    width: 17px;
    height: 17px;
    accent-color: #667eea;
    cursor: pointer;
    margin-top: 2px;
}

.action-buttons[b-dfi0cxk4ix] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.75rem;
    margin-bottom: 1rem;
}

.warning-box[b-dfi0cxk4ix] {
    background: #fff5f5;
    border-left: 4px solid #fc8181;
    padding: 0.85rem;
    border-radius: 6px;
    font-size: 0.825rem;
    color: #742a2a;
    line-height: 1.6;
}

.rules-section[b-dfi0cxk4ix] {
    font-size: 0.875rem;
    color: #4a5568;
    line-height: 1.7;
}

    .rules-section p[b-dfi0cxk4ix] {
        margin-bottom: 0.6rem;
    }

    .rules-section hr[b-dfi0cxk4ix] {
        border: none;
        border-top: 1px solid #e2e8f0;
        margin: 0.75rem 0;
    }

.balance-indicator[b-dfi0cxk4ix] {
    background: linear-gradient(135deg, #48bb78, #38a169);
    color: white;
    padding: 0.35rem 0.8rem;
    border-radius: 50px;
    font-size: 0.8rem;
    font-weight: 600;
}

/* QR container */
#psvgContainer[b-dfi0cxk4ix] {
    width: 150px;
    height: 150px;
    overflow: visible; /* important while testing */
}
    /* Make injected SVG fit */
    #psvgContainer svg[b-dfi0cxk4ix] {
        width: 100% !important;
        height: 100% !important;
        max-width: 100% !important;
        max-height: 100% !important;
        display: block;
    }


@media (max-width: 1024px) {
    .main-grid[b-dfi0cxk4ix] {
        grid-template-columns: 1fr;
    }

    .trip-content[b-dfi0cxk4ix] {
        flex-direction: column;
        align-items: flex-start;
    }
}

@media (max-width: 640px) {
    .container[b-dfi0cxk4ix] {
        padding: 1rem 1rem 3rem;
    }

    .card[b-dfi0cxk4ix] {
        padding: 1.5rem;
    }

    .trip-banner[b-dfi0cxk4ix] {
        padding: 1.5rem;
    }

    .route-info h2[b-dfi0cxk4ix] {
        font-size: 1.5rem;
    }

    .action-buttons[b-dfi0cxk4ix] {
        grid-template-columns: 1fr;
    }

    .header[b-dfi0cxk4ix] {
        padding: 1rem;
    }
}
/* /Pages/Pub/Payment/Index.cshtml.rz.scp.css */
.main-grid[b-r4e4ewq3ue] {
    display: grid;
    grid-template-columns: 1fr 400px;
    gap: 1.25rem;
}

.card[b-r4e4ewq3ue] {
    background: white;
    border-radius: 14px;
    padding: 1.25rem;
    box-shadow: 0 4px 24px rgba(0,0,0,0.06);
    margin-bottom: 1rem;
}

.card-title[b-r4e4ewq3ue] {
    font-size: 1.1rem;
    font-weight: 700;
}

.payment-option[b-r4e4ewq3ue] {
    position: relative;
    padding-right: 50px; /* makes space for icon */
    border: 2px solid #e2e8f0;
    border-radius: 12px;
    padding: 14px 16px;
}

    .payment-option[b-r4e4ewq3ue]::after {
        content: "";
        position: absolute;
        right: 18px;
        top: 50%;
        transform: translateY(-50%);
        width: 18px;
        height: 18px;
        border-radius: 50%;
        border: 2px solid #cbd5e1;
        background: #fff;
    }

    .payment-option.active[b-r4e4ewq3ue]::after {
        border-color: #2563eb;
        background: radial-gradient(#2563eb 45%, transparent 46%);
    }

.payment-radio[b-r4e4ewq3ue] {
    width: 18px;
    height: 18px;
}

.fare-row[b-r4e4ewq3ue] {
    display: flex;
    justify-content: space-between;
    padding: 0.45rem 0;
}

.net-pay[b-r4e4ewq3ue] {
    font-size: 1.4rem;
    font-weight: bold;
    color: #667eea;
}

.checkbox-group[b-r4e4ewq3ue] {
    margin-bottom: 1rem;
}

.checkbox-label[b-r4e4ewq3ue] {
    display: flex;
    gap: 0.5rem;
    margin-bottom: 0.4rem;
    font-size: 0.9rem;
}

.action-buttons[b-r4e4ewq3ue] {
    display: flex;
    gap: 0.75rem;
    margin-top: 0.5rem;
}

    .action-buttons .btn[b-r4e4ewq3ue] {
        flex: 1;
    }

.warning-box[b-r4e4ewq3ue] {
    background: #fff5f5;
    border-left: 4px solid #fc8181;
    padding: 0.75rem;
    font-size: 0.8rem;
    margin-top: 1rem;
}

/* ✅ Update: this is now payOptions in Razor page */
#payOptions[b-r4e4ewq3ue] {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 0.75rem; /* space between cards */
}

.pay-summary-card[b-r4e4ewq3ue] {
    padding: 1.5rem 1.6rem;
    border-radius: 18px;
    box-shadow: 0 18px 40px rgba(15, 23, 42, 0.12);
    border: none;
}

.pay-summary-header[b-r4e4ewq3ue] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 1rem;
}

.pay-summary-label[b-r4e4ewq3ue] {
    display: inline-block;
    padding: 0.18rem 0.6rem;
    border-radius: 999px;
    font-size: 0.72rem;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    background: #ebf4ff;
    color: #4c51bf;
    font-weight: 600;
}

.pay-summary-title[b-r4e4ewq3ue] {
    margin-top: 0.35rem;
    font-size: 1.05rem;
    font-weight: 700;
    color: #2d3748;
}

.pay-summary-icon[b-r4e4ewq3ue] {
    width: 42px;
    height: 42px;
    border-radius: 999px;
    display: flex;
    align-items: center;
    justify-content: center;
    background: radial-gradient(circle at 30% 0%, #ffffff, #e0e7ff);
    font-size: 1.4rem;
    box-shadow: 0 8px 20px rgba(79, 70, 229, 0.25);
}

.pay-summary-amount[b-r4e4ewq3ue] {
    display: flex;
    align-items: baseline;
    gap: 0.4rem;
    margin: 0.4rem 0 0.75rem 0;
}

.pay-summary-currency[b-r4e4ewq3ue] {
    font-size: 0.9rem;
    font-weight: 600;
    color: #718096;
}

.pay-summary-value[b-r4e4ewq3ue] {
    font-size: 1.8rem;
    font-weight: 800;
    color: #4c51bf;
}

.pay-summary-pill[b-r4e4ewq3ue] {
    display: inline-block;
    padding: 0.3rem 0.75rem;
    border-radius: 999px;
    background: #f7fafc;
    color: #4a5568;
    font-size: 0.8rem;
    margin-bottom: 0.75rem;
}

.pay-summary-list[b-r4e4ewq3ue] {
    list-style: none;
    padding-left: 0;
    margin: 0 0 0.9rem 0;
    font-size: 0.82rem;
    color: #718096;
}

    .pay-summary-list li[b-r4e4ewq3ue] {
        display: flex;
        align-items: flex-start;
        gap: 0.35rem;
        margin-bottom: 0.3rem;
    }

        .pay-summary-list li[b-r4e4ewq3ue]::before {
            content: "•";
            font-size: 1rem;
            color: #4c51bf;
            margin-top: -0.05rem;
        }

.pay-summary-footer[b-r4e4ewq3ue] {
    border-top: 1px dashed #e2e8f0;
    padding-top: 0.6rem;
    margin-top: 0.4rem;
}

.pay-summary-safe[b-r4e4ewq3ue] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.78rem;
    color: #a0aec0;
}

    .pay-summary-safe .dot[b-r4e4ewq3ue] {
        width: 8px;
        height: 8px;
        border-radius: 999px;
        background: #48bb78;
        box-shadow: 0 0 0 4px rgba(72, 187, 120, 0.18);
    }

.checkbox-input[b-r4e4ewq3ue] {
    opacity: 1 !important;
    position: static !important;
    appearance: auto !important;
    -webkit-appearance: checkbox !important;
    width: 16px;
    height: 16px;
    margin-right: 10px;
}

@media (max-width: 1024px) {
    .main-grid[b-r4e4ewq3ue] {
        grid-template-columns: 1fr;
    }

    #payOptions[b-r4e4ewq3ue] {
        grid-template-columns: 1fr;
    }
}
/* /Pages/Pub/Pnr/Index.cshtml.rz.scp.css */

/* Step 1: Top toolbar (structure-first) */

.amy-pnr .topbar-nav[b-pwbnc5my0p] {
    font-size: 0.875rem;
    background: #fff;
}

/* Print: hide toolbar and anything marked no-print */
@media print {
    .amy-pnr .no-print[b-pwbnc5my0p] {
        display: none !important;
    }
}

/* Multi-level dropdown shell (behavior comes later) */
.amy-pnr .dropdown-submenu[b-pwbnc5my0p] {
    position: relative;
}

/* Step 2: Brand header row */

.amy-pnr .amy-pnr-logo-wrap[b-pwbnc5my0p] {
    max-width: 240px;
}

.amy-pnr .amy-pnr-agent-wrap[b-pwbnc5my0p] {
    max-width: 240px;
}

.amy-pnr .amy-pnr-logo[b-pwbnc5my0p] {
    height: 48px;
    width: auto;
    max-width: 220px;
    object-fit: contain;
}

.amy-pnr .amy-pnr-title[b-pwbnc5my0p] {
    font-weight: 800;
    margin: 0;
}

.amy-pnr .amy-pnr-agent-line1[b-pwbnc5my0p] {
    font-weight: 700;
    font-size: 1.25rem; /* similar to h5-responsive feel */
    line-height: 1.2;
}

.amy-pnr .amy-pnr-agent-line[b-pwbnc5my0p] {
    font-size: small;
    line-height: 1.2;
}

/* Step 3: Spinner overlay */

.amy-pnr #spin[b-pwbnc5my0p] {
    /* legacy uses inline positioning; keep additional polish here */
    background: rgba(255, 255, 255, 0.0);
}

.amy-pnr .amy-pnr-spin-inner[b-pwbnc5my0p] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #ffffffe0;
    backdrop-filter: blur(1px);
    z-index: 9999;
    border-radius: 50%;
    box-shadow: 0 0 3px #ccc;
    padding: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.amy-pnr .amy-pnr-spin-img[b-pwbnc5my0p] {
    display: block;
    max-width: 64px;
    max-height: 64px;
}

.amy-pnr .amy-pnr-spin-fallback[b-pwbnc5my0p] {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
    color: #334155;
}

/* Step 4: PNR list strip / ticket chips */

.amy-pnr .ticket-page[b-pwbnc5my0p] {
    margin: 16px auto 12px;
    padding: 12px 12px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #ccc;
    position: relative;
}

/* Horizontal scroll strip */
.amy-pnr #pnr-list[b-pwbnc5my0p] {
    display: flex;
    overflow-x: auto;
    overflow-y: hidden;
    gap: 6px;
    padding-bottom: 2px;
}

/* Ticket chip */
.amy-pnr .ticket[b-pwbnc5my0p] {
    display: flex;
    border: 1px solid #ddd;
    background-color: #ededed;
    border-radius: 10px;
    font-size: 11px;
    width: 260px;
    max-width: 260px;
    position: relative;
    flex: 1 0 auto;
    margin: 2px 0;
}

    .amy-pnr .ticket:hover[b-pwbnc5my0p] {
        background: #e8f8ff;
        cursor: pointer;
    }

.amy-pnr .ticket-left[b-pwbnc5my0p],
.amy-pnr .ticket-right[b-pwbnc5my0p] {
    padding: 5px;
}

.amy-pnr .ticket-left[b-pwbnc5my0p] {
    width: 72%;
    border-radius: 10px 0 0 10px;
}

.amy-pnr .ticket-right[b-pwbnc5my0p] {
    width: 28%;
    background-color: #fdf3f3;
    text-align: end;
    border-radius: 0 10px 10px 0;
}

/* Divider with punch holes */
.amy-pnr .ticket-divider[b-pwbnc5my0p] {
    position: relative;
    width: 1px;
    border-left: 3px dotted #fff;
    margin: 0 5px;
}

    .amy-pnr .ticket-divider[b-pwbnc5my0p]::before,
    .amy-pnr .ticket-divider[b-pwbnc5my0p]::after {
        content: "";
        position: absolute;
        left: -6px;
        width: 12px;
        height: 12px;
        background-color: #fff;
        border-radius: 50%;
    }

    .amy-pnr .ticket-divider[b-pwbnc5my0p]::before {
        top: -7px;
        box-shadow: 0px 1px 0px #ddd;
    }

    .amy-pnr .ticket-divider[b-pwbnc5my0p]::after {
        bottom: -7px;
        box-shadow: 0px -1px 0px #ddd;
    }

/* Text helpers */
.amy-pnr .ticket-bold[b-pwbnc5my0p] {
    font-weight: bold;
}

.amy-pnr .ticket > div > div[b-pwbnc5my0p] {
    margin: 3px 0;
    line-height: 14px;
}

/* Alert tag */
.amy-pnr .ticket-alert[b-pwbnc5my0p] {
    color: white;
    background-color: red;
    padding: 2px 4px;
    border-radius: 3px;
    font-size: 9px;
    white-space: nowrap;
}

/* Selected states (legacy-compatible) */
.amy-pnr .rselected[b-pwbnc5my0p],
.amy-pnr .oselected[b-pwbnc5my0p] {
    background-color: #b2ebf2 !important;
}

/* Step 5: Issue/Cancel/Partial Payment panel */

.amy-pnr .amy-pnr-small[b-pwbnc5my0p] {
    font-size: small;
}

.amy-pnr .amy-pnr-btn-issue[b-pwbnc5my0p] {
    width: 120px;
    background: #001EA0;
    color: #ffffff;
}

.amy-pnr .amy-pnr-btn-cancel[b-pwbnc5my0p] {
    width: 120px;
    background: #EA0101;
    color: #ffffff;
}

.amy-pnr .amy-pnr-pleaseissue[b-pwbnc5my0p] {
    user-select: none;
    text-transform: uppercase;
    background: #FFEBEE;
    color: #B71C1C;
    font-weight: 500;
    width: 100%;
    text-align: center;
    padding: 6px 8px;
}

/* Step 6: Main printable ticket core */

/* Main printable document card (legacy ticket-page equivalent) */
.amy-pnr .amy-pnr-ticket-page[b-pwbnc5my0p] {
    margin: 16px auto 32px;
    padding: 24px 24px 32px;
    background: #ffffff;
    border-radius: 16px;
    border: 1px solid #ccc;
    position: relative;
}

/* Ensure sections have a subtle boundary like legacy */
.amy-pnr .ticket-section[b-pwbnc5my0p] {
    background: #ffffff;
}

.amy-pnr .section-heading[b-pwbnc5my0p] {
    font-size: 16px;
    text-transform: uppercase;
    letter-spacing: 0.08em;
    font-weight: 700;
    color: #000;
    margin-bottom: 0;
    border-bottom: 1px solid #cacaca;
    background: #d2daff;
    padding: 8px 16px;
}

.amy-pnr .ticket-section .section-body[b-pwbnc5my0p] {
    padding: 10px 12px;
}

.amy-pnr .amy-pnr-pnr[b-pwbnc5my0p] {
    font-size: 1.3rem;
}

/* Passenger */
.amy-pnr .passenger-name[b-pwbnc5my0p] {
    font-weight: 600;
    letter-spacing: 0.03em;
}

/* Flight info chips */
.amy-pnr .route-chip[b-pwbnc5my0p] {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 4px 10px;
    border-radius: 999px;
    background: #e0ebff;
    color: #001ea0;
    font-size: 0.8rem;
}

.amy-pnr .duration-pill[b-pwbnc5my0p] {
    display: inline-flex;
    align-items: center;
    gap: 4px;
    padding: 3px 8px;
    border-radius: 999px;
    border: 1px solid #e2e8f0;
    font-size: 0.75rem;
    color: #64748b;
    background: #ffffff;
}

.amy-pnr .flight-times[b-pwbnc5my0p] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

    .amy-pnr .flight-times .city[b-pwbnc5my0p] {
        font-size: 1.5rem;
        font-weight: bold;
    }

    .amy-pnr .flight-times .time[b-pwbnc5my0p] {
        font-size: 1rem;
        font-weight: 600;
    }

        .amy-pnr .flight-times .time .big-time[b-pwbnc5my0p] {
            font-size: 1.5rem;
            font-weight: bold;
            margin-right: 5px;
        }

    .amy-pnr .flight-times .apt[b-pwbnc5my0p] {
        font-size: 0.8rem;
        color: #64748b;
    }

.amy-pnr .plane-divider[b-pwbnc5my0p] {
    text-align: center;
    flex: 1;
    position: relative;
    font-size: 0.7rem;
    color: #64748b;
}

    .amy-pnr .plane-divider[b-pwbnc5my0p]::before,
    .amy-pnr .plane-divider[b-pwbnc5my0p]::after {
        content: "";
        position: absolute;
        top: 50%;
        width: 35%;
        height: 1px;
        background: #e2e8f0;
    }

    .amy-pnr .plane-divider[b-pwbnc5my0p]::before {
        left: 0;
    }

    .amy-pnr .plane-divider[b-pwbnc5my0p]::after {
        right: 0;
    }

/* Status badge base + variants */
.amy-pnr .status-badge[b-pwbnc5my0p] {
    display: inline-flex;
    align-items: center;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 0.8rem;
    font-weight: 600;
    border: 1px solid transparent;
}

    .amy-pnr .status-badge[b-pwbnc5my0p]::before {
        content: "";
        width: 7px;
        height: 7px;
        border-radius: 999px;
        margin-right: 6px;
    }

/* BOOKED (Blue) */
.amy-pnr .status-booked[b-pwbnc5my0p] {
    background: #dbeafe;
    color: #1d4ed8;
    border-color: #bfdbfe;
}

    .amy-pnr .status-booked[b-pwbnc5my0p]::before {
        background: #2563eb;
    }

/* CONFIRMED (Green) */
.amy-pnr .status-confirmed[b-pwbnc5my0p] {
    background: #dcfce7;
    color: #15803d;
    border-color: #bbf7d0;
}

    .amy-pnr .status-confirmed[b-pwbnc5my0p]::before {
        background: #16a34a;
    }

/* CANCELLED (Red) */
.amy-pnr .status-cancelled[b-pwbnc5my0p] {
    background: #fee2e2;
    color: #b91c1c;
    border-color: #fecaca;
}

    .amy-pnr .status-cancelled[b-pwbnc5my0p]::before {
        background: #dc2626;
    }

/* ARCHIVED (Gray) */
.amy-pnr .status-archived[b-pwbnc5my0p] {
    background: #e5e7eb;
    color: #4b5563;
    border-color: #d1d5db;
}

    .amy-pnr .status-archived[b-pwbnc5my0p]::before {
        background: #6b7280;
    }

/* Step 7: Fare table + QR block */

.amy-pnr .fare-table[b-pwbnc5my0p] {
    width: 100%;
    font-size: 0.9rem;
}

    .amy-pnr .fare-table tr + tr td[b-pwbnc5my0p] {
        border-top: 1px dashed #e2e8f0;
    }

    .amy-pnr .fare-table td[b-pwbnc5my0p] {
        padding: 4px 0;
    }

        .amy-pnr .fare-table td:last-child[b-pwbnc5my0p] {
            text-align: right;
        }

.amy-pnr .fare-total[b-pwbnc5my0p] {
    font-weight: 600;
}

.amy-pnr .section-important[b-pwbnc5my0p] {
    align-items: stretch;
}

.amy-pnr .amy-pnr-qr-box[b-pwbnc5my0p] {
    min-width: 200px;
}

.amy-pnr .amy-pnr-qr-placeholder[b-pwbnc5my0p] {
    width: 110px;
    height: 110px;
    border: 2px dashed #cbd5e1;
    border-radius: 10px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    color: #64748b;
    background: #ffffff;
}

/* Step 8: Before Your Flight tiles */

.amy-pnr .info-tiles[b-pwbnc5my0p] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
    gap: 10px;
    margin-top: 8px;
}

.amy-pnr .info-tile[b-pwbnc5my0p] {
    border-radius: 10px;
    padding: 10px 12px;
    border: 1px solid #e2e8f0;
    background: #ffffff;
    font-size: 0.8rem;
}

    .amy-pnr .info-tile strong[b-pwbnc5my0p] {
        display: block;
        margin-bottom: 4px;
        color: #001ea0; /* legacy uses brand-primary feel */
    }

/* Step 9: Important travel info list */

.amy-pnr .note-list[b-pwbnc5my0p] {
    margin: 0;
    padding-left: 18px;
    font-size: 0.8rem;
    color: #64748b;
}

    .amy-pnr .note-list li[b-pwbnc5my0p] {
        margin: 4px 0;
    }

/* Step 10: Ticket footer + watermarks */

.amy-pnr .ticket-footer[b-pwbnc5my0p] {
    text-align: center;
    font-size: 0.75rem;
    color: #64748b;
    margin-top: 12px;
}

/* Legacy watermark style */
.amy-pnr .rotate[b-pwbnc5my0p] {
    position: absolute;
    top: 48%;
    left: 15%;
    opacity: 0.4;
    line-height: 1;
    font-size: 5rem;
    font-weight: bold;
    cursor: default;
    user-select: none;
    text-transform: uppercase;
    mix-blend-mode: difference;
    color: #666;
    transform: rotate(45deg);
    z-index: 100;
    text-align: center;
}

/* Print version: fixed centered watermark like legacy */
@media print {
    .amy-pnr .rotate[b-pwbnc5my0p] {
        display: block;
        position: fixed;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%) rotate(45deg);
        pointer-events: none;
        white-space: nowrap;
        z-index: 9999;
        opacity: 0.25;
    }

    /* Improve print color fidelity */
    .amy-pnr *[b-pwbnc5my0p] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }
}

/* Step 11: Modal caution block (legacy-ish) */

.amy-pnr .amy-pnr-caution[b-pwbnc5my0p] {
    color: #b91c1c;
    font-size: small;
    background: #f7f7f7;
    border: 1px solid #ebebeb;
    padding: 10px 12px;
}

.amy-pnr .amy-pnr-caution-body[b-pwbnc5my0p] {
    text-align: justify;
}

/* Step 12: Print CSS finalization */

/* 1) Page box setup (works in most modern browsers) */
@page {
    size: A4 portrait;
    margin: 12mm 16mm;
}

@media print {

    /* 2) Remove app chrome + background */
    html[b-pwbnc5my0p], body[b-pwbnc5my0p] {
        margin: 0 !important;
        padding: 0 !important;
        background: #ffffff !important;
    }

    /* If your layout wraps content, try not to constrain width on print */
    .container[b-pwbnc5my0p],
    .container-fluid[b-pwbnc5my0p] {
        max-width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    /* 3) Hide screen-only UI */
    .amy-pnr .no-print[b-pwbnc5my0p],
    .amy-pnr .top-toolbar[b-pwbnc5my0p],
    .amy-pnr .chatbubble[b-pwbnc5my0p] {
        display: none !important;
    }

    /* 4) Make the ticket document print cleanly */
    .amy-pnr .amy-pnr-ticket-page[b-pwbnc5my0p] {
        width: auto !important;
        max-width: none !important;
        margin: 0 !important;
        padding: 0 !important; /* legacy prints with no padding */
        border: none !important;
        border-radius: 0 !important;
        box-shadow: none !important;
        background: #ffffff !important;
    }

    /* 5) Preserve color accents */
    .amy-pnr *[b-pwbnc5my0p] {
        -webkit-print-color-adjust: exact;
        print-color-adjust: exact;
    }

    /* 6) Avoid ugly page splits for important sections */
    .amy-pnr .section-important[b-pwbnc5my0p] {
        page-break-inside: avoid;
        break-inside: avoid;
    }
}


/* Print friendliness for important blocks */
@media print {
    .amy-pnr .section-important[b-pwbnc5my0p] {
        page-break-inside: avoid;
        break-inside: avoid;
    }
}

/* On very small screens, keep spacing tidy */
@media (max-width: 575.98px) {
    .amy-pnr .amy-pnr-agent-line1[b-pwbnc5my0p] {
        font-size: 1rem;
    }
}

/* Mobile/tablet: nested menus stack */
@media (max-width: 991.98px) {
    .amy-pnr .dropdown-menu .dropdown-menu[b-pwbnc5my0p] {
        position: static;
        margin-left: 0;
        border-left: 0;
    }
}

/* Desktop: position nested menus to the right (visual only; show/hide behavior later) */
@media (min-width: 992px) {
    .amy-pnr .dropdown-menu .dropdown-menu[b-pwbnc5my0p] {
        top: 0;
        left: 100%;
        margin-left: 0.1rem;
        margin-top: -0.25rem;
    }
}
/* /Pages/Shared/_Layout.cshtml.rz.scp.css */
/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

a.navbar-brand[b-mjac945dbh] {
  white-space: normal;
  text-align: center;
  word-break: break-all;
}

a[b-mjac945dbh] {
  color: #0077cc;
}

.btn-primary[b-mjac945dbh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.nav-pills .nav-link.active[b-mjac945dbh], .nav-pills .show > .nav-link[b-mjac945dbh] {
  color: #fff;
  background-color: #1b6ec2;
  border-color: #1861ac;
}

.border-top[b-mjac945dbh] {
  border-top: 1px solid #e5e5e5;
}
.border-bottom[b-mjac945dbh] {
  border-bottom: 1px solid #e5e5e5;
}

.box-shadow[b-mjac945dbh] {
  box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
}

button.accept-policy[b-mjac945dbh] {
  font-size: 1rem;
  line-height: inherit;
}

.footer[b-mjac945dbh] {
  position: absolute;
  bottom: 0;
  width: 100%;
  white-space: nowrap;
  line-height: 60px;
}

.swal2-container[b-mjac945dbh] {
    overflow-y:auto;
}
.swal2-shown[b-mjac945dbh] {
    overflow: initial !important;
}
.swal2-height-auto[b-mjac945dbh] {
    overflow: initial !important;
}
