/* /Components/Shared/BannerComponent.razor.rz.scp.css */
.title[b-uq0xs0ia4q]{
    font-weight: 600;
    color: transparent;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.animate-cloud-idle[b-uq0xs0ia4q]{
    animation: cloud-idle-b-uq0xs0ia4q 60s infinite alternate;
}


@keyframes cloud-idle-b-uq0xs0ia4q {
    25% {
        transform: translate3d(80px,0,0)
    }

    50% {
        transform: translate3d(75px,-20px,0)
    }

    75% {
        transform: translate3d(55px,25px,0)
    }

    to {
        transform: translate3d(35px,-15px,0)
    }
}

.title-advance svg path[b-uq0xs0ia4q]{
    fill: transparent;
    stroke: #fff;
    stroke-width: 0.1;
    stroke-dasharray: 50;
    stroke-dashoffset: 50;
    animation: textAnimation-b-uq0xs0ia4q 1s ease-in-out 1 forwards;
}

.title-advance svg stop:first-child[b-uq0xs0ia4q]{
    animation: gradientStop1Animation-b-uq0xs0ia4q 1s ease-in-out 1 forwards;
}

.title-advance svg stop:last-child[b-uq0xs0ia4q]{
    animation: gradientStop2Animation-b-uq0xs0ia4q 1s ease-in-out 1 forwards;
}

@keyframes textAnimation-b-uq0xs0ia4q {
    0% {
        stroke-dashoffset: 50;
        fill: transparent;
    }
    80% {
        fill: transparent;
    }
    100% {
        fill: url(#textGradient);
        opacity: 60%;
        stroke-dashoffset: 0;
    }
}

@keyframes gradientStop1Animation-b-uq0xs0ia4q {
    0% {
        stop-opacity: 0;
    }
    80% {
        stop-opacity: 0;
    }
    100% {
        stop-opacity: 1;
    }
}

@keyframes gradientStop2Animation-b-uq0xs0ia4q {
    0% {
        stop-opacity: 0;
    }
    80% {
        stop-opacity: 0;
    }
    100% {
        stop-opacity: 0;
    }
}
/* /Components/Shared/HeaderComponent.razor.rz.scp.css */
/* Company Name Animations */
.company[b-4ky2lgzcoy] {
    width: fit-content;
    margin-left: auto;
    margin-right: auto;
    text-align: left;
}

.company h1:nth-child(2)[b-4ky2lgzcoy] {
    font-family: 'Inter', 'Segoe UI', sans-serif;
    font-weight: 600;
    text-align: left;
    white-space: nowrap;
    overflow: hidden;
    width: 0;
    letter-spacing: 0.3px;
    animation: type-b-4ky2lgzcoy 3s steps(20, end) forwards, blink-b-4ky2lgzcoy 0.75s step-end infinite;
    border-right: 1px solid orange;
    animation-delay: 0.5s;
}

.company h1:nth-child(1)[b-4ky2lgzcoy] {
    font-family: "Inter", "Work Sans", sans-serif;
    margin: 0;
    color: #e75c2a;
    font-weight: 800;
    min-width: 140px;
    background-clip: text;
    overflow: hidden;
    letter-spacing: -0.5px;
}


@keyframes type-b-4ky2lgzcoy {
    0% {
        width: 0;
    }
    1%, 99% {
        border-right: 1px solid orange;
    }
    100% {
        width: 140px;
        border-right: none;
    }
}

@keyframes blink-b-4ky2lgzcoy {
    50% {
        border-color: transparent;
    }
}

/* Flag Styles */
.flag-vn[b-4ky2lgzcoy] {
    background: linear-gradient(to bottom, #da251d 0%, #da251d 100%);
}

.flag-uk[b-4ky2lgzcoy] {
    background: linear-gradient(to bottom, 
        #012169 0%, #012169 30%, 
        white 30%, white 40%, 
        #C8102E 40%, #C8102E 60%, 
        white 60%, white 70%, 
        #012169 70%, #012169 100%);
}

/* Header Hide/Show Animation */
.header-scroll[b-4ky2lgzcoy] {
    transition: transform 0.3s ease-in-out;
}

.header-hidden[b-4ky2lgzcoy] {
    transform: translateY(-100%);
}

/* Menu Icon Animation */
@keyframes fade-in-b-4ky2lgzcoy {
    from {
        opacity: 0;
        transform: rotate(-90deg) scale(0.8);
    }
    to {
        opacity: 1;
        transform: rotate(0deg) scale(1);
    }
}

.animate-fade-in[b-4ky2lgzcoy] {
    animation: fade-in-b-4ky2lgzcoy 0.3s ease-out forwards;
}

/* Mobile Menu Animations */
@keyframes slideInRight-b-4ky2lgzcoy {
    from {
        transform: translateX(100%);
    }
    to {
        transform: translateX(0);
    }
}

@keyframes fadeIn-b-4ky2lgzcoy {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.mobile-menu-overlay[b-4ky2lgzcoy] {
    animation: fadeIn-b-4ky2lgzcoy 0.3s ease-out forwards;
}

.mobile-menu-panel[b-4ky2lgzcoy] {
    animation: slideInRight-b-4ky2lgzcoy 0.3s cubic-bezier(0.4, 0, 0.2, 1) forwards;
    will-change: transform;
    width: 100%;
    max-width: 400px;
    margin-left: auto;
}

/* Smooth transitions for menu items */
.mobile-menu-panel nav a[b-4ky2lgzcoy] {
    transition: all 0.2s ease;
    opacity: 0;
    animation: fadeInUp-b-4ky2lgzcoy 0.4s ease-out forwards;
}

.mobile-menu-panel nav a:nth-child(1)[b-4ky2lgzcoy] {
    animation-delay: 0.1s;
}

.mobile-menu-panel nav a:nth-child(2)[b-4ky2lgzcoy] {
    animation-delay: 0.15s;
}

.mobile-menu-panel nav a:nth-child(3)[b-4ky2lgzcoy] {
    animation-delay: 0.2s;
}

.mobile-menu-panel nav a:nth-child(4)[b-4ky2lgzcoy] {
    animation-delay: 0.25s;
}

.mobile-menu-panel nav a:nth-child(5)[b-4ky2lgzcoy] {
    animation-delay: 0.3s;
}

.mobile-menu-panel nav a:nth-child(6)[b-4ky2lgzcoy] {
    animation-delay: 0.35s;
}

.mobile-menu-panel nav a:active[b-4ky2lgzcoy] {
    transform: scale(0.98);
}

@keyframes fadeInUp-b-4ky2lgzcoy {
    from {
        opacity: 0;
        transform: translateY(10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Header and content animations */
.mobile-menu-header[b-4ky2lgzcoy] {
    animation: fadeInDown-b-4ky2lgzcoy 0.4s ease-out 0.1s forwards;
    opacity: 0;
}

@keyframes fadeInDown-b-4ky2lgzcoy {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp-b-4ky2lgzcoy {
    from {
        transform: translateY(100%);
    }
    to {
        transform: translateY(0);
    }
}

:deep(.animate-slide-up)[b-4ky2lgzcoy] {
    animation: slideUp-b-4ky2lgzcoy 0.3s ease-out;
}
/* /Components/Shared/NmDatePicker.razor.rz.scp.css */
/* ── Trigger area ─────────────────────────────────────────── */
.range-trigger.dp-open[b-7zb2z8h60w],
.single-trigger.dp-open[b-7zb2z8h60w] {
    border: 2px solid #FF6B35;
    border-radius: 8px;
    box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.2),
                0 0 12px rgba(255, 107, 53, 0.12);
}

/* Blinking cursor on the active field */
@keyframes blink-b-7zb2z8h60w {
    0%, 50%  { opacity: 1; }
    51%, 100% { opacity: 0; }
}

.field-active[b-7zb2z8h60w]::after {
    content: '|';
    animation: blink-b-7zb2z8h60w 1s infinite;
    color: #FF6B35;
    display: inline-block;
    margin-left: 1px;
}

/* ── Calendar panel position ──────────────────────────────── */
.calendar-panel[b-7zb2z8h60w] {
    top: calc(100% + 8px);
    left: 0;
    min-width: 300px;
    max-width: fit-content;
}

@media (max-width: 768px) {
    .calendar-panel[b-7zb2z8h60w] {
        left: 50%;
        transform: translateX(-50%);
        max-width: calc(100vw - 32px);
    }
}

/* ── Day cells ────────────────────────────────────────────── */
.day-cell[b-7zb2z8h60w] {
    position: relative;
    aspect-ratio: 1;
    min-width: 36px;
    min-height: 36px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 6px;
    cursor: pointer;
    transition: background-color 0.15s ease, color 0.15s ease;
    user-select: none;
}

.day-num[b-7zb2z8h60w] {
    font-size: 13px;
    line-height: 1;
    font-weight: 500;
    color: #111827;
}

/* Today */
.today-day[b-7zb2z8h60w] {
    background-color: transparent;
}
.today-day:hover[b-7zb2z8h60w] {
    background-color: #f3f4f6;
}
.today-day .day-num[b-7zb2z8h60w] {
    color: #FF6B35;
    font-weight: 700;
}

/* Selected / Start / End */
.day-cell.bg-\[\#FF6B35\] .day-num[b-7zb2z8h60w],
.day-cell.bg-\[\#FF6B35\] .lunar-label[b-7zb2z8h60w] {
    color: #ffffff !important;
}

/* In range */
.day-cell.bg-orange-100:hover[b-7zb2z8h60w] {
    background-color: rgba(255, 107, 53, 0.18);
}

/* Preview range (while hovering before confirming end date) */
@keyframes previewPulse-b-7zb2z8h60w {
    0%, 100% { background-color: rgba(255, 107, 53, 0.14); }
    50%       { background-color: rgba(255, 107, 53, 0.24); }
}
@keyframes previewEndPulse-b-7zb2z8h60w {
    0%, 100% {
        background-color: rgba(255, 107, 53, 0.24);
        box-shadow: 0 0 0 2px rgba(255, 107, 53, 0.3);
    }
    50% {
        background-color: rgba(255, 107, 53, 0.36);
        box-shadow: 0 0 0 3px rgba(255, 107, 53, 0.4);
    }
}

.preview-range-day[b-7zb2z8h60w] {
    animation: previewPulse-b-7zb2z8h60w 1.5s ease-in-out infinite;
}

.preview-end-date[b-7zb2z8h60w] {
    animation: previewEndPulse-b-7zb2z8h60w 1.5s ease-in-out infinite;
    border: 2px dashed rgba(255, 107, 53, 0.5);
    border-radius: 6px;
}
.preview-end-date .day-num[b-7zb2z8h60w] {
    color: #FF6B35;
    font-weight: 700;
}

/* ── Lunar date label ─────────────────────────────────────── */
.lunar-label[b-7zb2z8h60w] {
    position: absolute;
    top: 1px;
    right: 3px;
    font-size: 7.5px;
    line-height: 1;
    color: #9ca3af;
    pointer-events: none;
    white-space: nowrap;
}

/* When day is selected (orange bg), lunar label should be white */
.day-cell.bg-\[\#FF6B35\] .lunar-label[b-7zb2z8h60w] {
    color: rgba(255,255,255,0.75);
}

/* ── Navigation button ────────────────────────────────────── */
.nav-btn[b-7zb2z8h60w] {
    color: #374151;
    flex-shrink: 0;
}
.nav-btn:hover:not(:disabled)[b-7zb2z8h60w] {
    background-color: #f3f4f6;
    color: #111827;
}
.nav-btn:disabled[b-7zb2z8h60w] {
    opacity: 0.3;
    cursor: not-allowed;
}
/* /Components/Shared/PaymentResult/FlightTicketFace.razor.rz.scp.css */
/* ================================================================
   ui-ticket-international — scoped CSS
   ================================================================ */

.ticket[b-u4z9pwvr4i] {
    display: flex;
    background: rgba(255, 255, 255, 0.97);
    backdrop-filter: blur(10px);
    border-radius: 20px;
    box-shadow: 0 12px 32px rgba(255, 152, 0, 0.15);
    overflow: visible;
    position: relative;
    z-index: 10;
    border: 2px solid #ff9800;
    width: 100%;
}

/* Notch: vòng tròn 28px, dịch ra ngoài 14px.
   clip-path cắt tại ~43% → phần fill trắng bên trong lấn 2px
   qua mép ticket, che kín border cam. */
.notch[b-u4z9pwvr4i] {
    position: absolute;
    width: 28px;
    height: 28px;
    left: 40%;
    transform: translateX(-50%);
    background: var(--ticket-bg, #ffffff);
    border-radius: 50%;
    z-index: 30;
    border: 2px solid #ff9800;
}

.notch-top[b-u4z9pwvr4i] {
    top: -14px;
    clip-path: polygon(0 42%, 100% 42%, 100% 100%, 0 100%);
}

.notch-bottom[b-u4z9pwvr4i] {
    bottom: -14px;
    clip-path: polygon(0 0, 100% 0, 100% 58%, 0 58%);
}

/* LEFT — 40% gradient panel */
.left[b-u4z9pwvr4i] {
    padding: 12px 16px;
    width: 40%;
    color: #fff3e0;
    position: relative;
    overflow: hidden;
    box-sizing: border-box;
    flex-shrink: 0;
    border-radius: 18px 0 0 18px;
}

.left[b-u4z9pwvr4i]::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff9800 0%, #ffb74d 60%, #fff3e0 100%);
    z-index: 0;
}

.left[b-u4z9pwvr4i]::after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    width: 2px;
    height: 100%;
    background: repeating-linear-gradient(
        to bottom,
        rgba(255, 152, 0, 0.7) 0px,
        rgba(255, 152, 0, 0.7) 6px,
        transparent 6px,
        transparent 12px
    );
    z-index: 3;
}

.left .background-layer[b-u4z9pwvr4i] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #ff9800 0%, #ffb74d 60%, #fff3e0 100%);
    z-index: 0;
}

.left .pattern-layer[b-u4z9pwvr4i] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("data:image/svg+xml,%3Csvg width='60' height='60' xmlns='http://www.w3.org/2000/svg'%3E%3Cdefs%3E%3Cpattern id='passport-pattern' x='0' y='0' width='60' height='60' patternUnits='userSpaceOnUse'%3E%3Cg fill='%23ffffff' fill-opacity='0.1'%3E%3Cpath d='M15 15 L25 10 L35 20 L25 30 Z'/%3E%3Cpath d='M45 25 L50 15 L55 25 L50 35 Z'/%3E%3Ccircle cx='15' cy='45' r='3'/%3E%3Ccircle cx='45' cy='45' r='3'/%3E%3C/g%3E%3C/pattern%3E%3C/defs%3E%3Crect width='60' height='60' fill='url(%23passport-pattern)'/%3E%3C/svg%3E");
    opacity: 0.8;
    z-index: 1;
}

.left .content[b-u4z9pwvr4i] {
    position: relative;
    z-index: 2;
    height: 100%;
    display: flex;
    flex-direction: column;
    gap: 6px;
}

.left h2[b-u4z9pwvr4i] {
    margin: 0;
    font-size: 15px;
    position: relative;
    z-index: 2;
    text-shadow: 0 1px 3px rgba(0, 0, 0, 0.25);
}

.left .logo[b-u4z9pwvr4i] {
    margin: 2px 0;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    z-index: 2;
    flex: 1;
}

.left .logo img[b-u4z9pwvr4i] {
    height: 42px;
    width: auto;
    object-fit: contain;
    filter: drop-shadow(0 2px 4px rgba(255, 253, 253, 0.8));
}

.info[b-u4z9pwvr4i] {
    position: relative;
    z-index: 2;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

/* RIGHT — 60% cream panel */
.right[b-u4z9pwvr4i] {
    padding: 12px 16px 0;
    width: 60%;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    position: relative;
    overflow: hidden;
    min-width: 0;
    border-radius: 0 18px 18px 0;
}

.flight-time[b-u4z9pwvr4i] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    position: relative;
    z-index: 2;
    flex: 1;
    margin-top: 24px;
    gap: 6px;
}

.time[b-u4z9pwvr4i] {
    font-size: 28px;
    font-weight: 900;
    line-height: 1;
    white-space: nowrap;
}

.time.start[b-u4z9pwvr4i] {
    color: #f97316;
}

.time.end[b-u4z9pwvr4i] {
    color: #fb923c;
    text-align: end;
}

.airport[b-u4z9pwvr4i] {
    font-size: 13px;
    margin-top: 3px;
    color: #475569;
    line-height: 1.5;
}

.airport.end[b-u4z9pwvr4i] {
    text-align: end;
}

.route[b-u4z9pwvr4i] {
    text-align: center;
    flex: 1;
    position: relative;
    z-index: 2;
    min-width: 60px;
    max-width: 140px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0 2px;
    align-self: center;
}

.route .fare-label[b-u4z9pwvr4i] {
    font-size: 11px;
    color: #ff9800;
    font-weight: 700;
    line-height: 1.2;
    text-transform: uppercase;
    text-align: center;
    word-break: break-word;
}

.route .plane-row[b-u4z9pwvr4i] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2px;
    padding: 4px 0;
}

.route .plane-line[b-u4z9pwvr4i] {
    flex: 1;
    height: 3px;
    border-radius: 2px;
    background: #f97316;
}

.route .plane-icon[b-u4z9pwvr4i] {
    width: 18px;
    height: 18px;
    fill: #f97316;
    flex-shrink: 0;
}

.route .duration-pill[b-u4z9pwvr4i] {
    font-size: 11px;
    line-height: 15px;
    background: linear-gradient(135deg, #ff9800, #ffb74d);
    color: white;
    padding: 2px 8px;
    border-radius: 10px;
    display: inline-block;
    box-shadow: 0 2px 6px rgba(255, 152, 0, 0.25);
    font-weight: 600;
    white-space: nowrap;
}

.bottom[b-u4z9pwvr4i] {
    border-top: 1px dashed #cbd5e1;
    padding: 8px 0;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 13px;
    margin-top: 8px;
    position: relative;
    z-index: 2;
    gap: 6px;
}
