@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.wuc5ioiakb.bundle.scp.css';

/* _content/Mescomedia.Kheylirahat/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-dfulkevk7p] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    overflow-x: hidden;
}

.page[b-dfulkevk7p]::before {
    content: '';
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 0%, transparent 50%);
    pointer-events: none;
    z-index: 0;
    animation: backgroundPulse-b-dfulkevk7p 4s ease-in-out infinite;
}

@keyframes backgroundPulse-b-dfulkevk7p {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

main[b-dfulkevk7p] {
    flex: 1;
    position: relative;
    z-index: 1;
}

.content[b-dfulkevk7p] {
    position: relative;
    z-index: 1;
}

.sidebar[b-dfulkevk7p] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-dfulkevk7p] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-dfulkevk7p]  a, .top-row[b-dfulkevk7p]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-dfulkevk7p]  a:hover, .top-row[b-dfulkevk7p]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-dfulkevk7p]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-dfulkevk7p] {
        justify-content: space-between;
    }

    .top-row[b-dfulkevk7p]  a, .top-row[b-dfulkevk7p]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-dfulkevk7p] {
        flex-direction: row;
    }

    .sidebar[b-dfulkevk7p] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-dfulkevk7p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-dfulkevk7p]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-dfulkevk7p], article[b-dfulkevk7p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Mescomedia.Kheylirahat/Components/Loaders/LoadingSpinner.razor.rz.scp.css */
/* Spinner widget css */

.loading-overlay[b-i8e9pkb927] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    overflow: hidden;
}

.loading-overlay[b-i8e9pkb927]::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: 
        radial-gradient(circle at 20% 50%, rgba(255,255,255,0.1) 0%, transparent 50%),
        radial-gradient(circle at 80% 80%, rgba(255,255,255,0.1) 0%, transparent 50%);
    animation: backgroundPulse-b-i8e9pkb927 4s ease-in-out infinite;
}

@keyframes backgroundPulse-b-i8e9pkb927 {
    0%, 100% { opacity: 0.5; }
    50% { opacity: 1; }
}

.loading-container[b-i8e9pkb927] {
    text-align: center;
    z-index: 1;
}

.loading-logo[b-i8e9pkb927] {
    margin-bottom: 30px;
    animation: logoFadeIn-b-i8e9pkb927 1s ease-out;
}

.loading-logo img[b-i8e9pkb927] {
    max-width: 200px;
    height: auto;
    filter: drop-shadow(0 4px 20px rgba(0,0,0,0.2));
}

@keyframes logoFadeIn-b-i8e9pkb927 {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.plane-scene[b-i8e9pkb927] {
    width: 300px;
    height: 200px;
    position: relative;
    margin: 0 auto 40px;
}

.cloud[b-i8e9pkb927] {
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
    animation: cloudFloat-b-i8e9pkb927 8s ease-in-out infinite;
}

.cloud[b-i8e9pkb927]::before,
.cloud[b-i8e9pkb927]::after {
    content: '';
    position: absolute;
    background: rgba(255, 255, 255, 0.3);
    border-radius: 100px;
}

.cloud-1[b-i8e9pkb927] {
    width: 60px;
    height: 20px;
    top: 30px;
    left: 20px;
    animation-delay: 0s;
}

.cloud-1[b-i8e9pkb927]::before {
    width: 30px;
    height: 20px;
    top: -10px;
    left: 10px;
}

.cloud-1[b-i8e9pkb927]::after {
    width: 40px;
    height: 18px;
    top: -8px;
    right: 10px;
}

.cloud-2[b-i8e9pkb927] {
    width: 80px;
    height: 25px;
    top: 120px;
    right: 30px;
    animation-delay: -3s;
}

.cloud-2[b-i8e9pkb927]::before {
    width: 40px;
    height: 25px;
    top: -12px;
    left: 15px;
}

.cloud-2[b-i8e9pkb927]::after {
    width: 50px;
    height: 22px;
    top: -10px;
    right: 15px;
}

.cloud-3[b-i8e9pkb927] {
    width: 70px;
    height: 22px;
    top: 80px;
    left: 180px;
    animation-delay: -5s;
}

.cloud-3[b-i8e9pkb927]::before {
    width: 35px;
    height: 22px;
    top: -11px;
    left: 12px;
}

.cloud-3[b-i8e9pkb927]::after {
    width: 45px;
    height: 20px;
    top: -9px;
    right: 12px;
}

@keyframes cloudFloat-b-i8e9pkb927 {
    0%, 100% {
        transform: translateX(0) translateY(0);
    }
    50% {
        transform: translateX(-20px) translateY(-10px);
    }
}

.plane-wrapper[b-i8e9pkb927] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    animation: planeFly-b-i8e9pkb927 3s ease-in-out infinite;
}

.plane[b-i8e9pkb927] {
    width: 120px;
    height: 60px;
    filter: drop-shadow(0 10px 20px rgba(0,0,0,0.2));
}

@keyframes planeFly-b-i8e9pkb927 {
    0%, 100% {
        transform: translate(-50%, -50%) rotate(-5deg);
    }
    50% {
        transform: translate(-50%, -60%) rotate(5deg);
    }
}

.jet-stream[b-i8e9pkb927] {
    position: absolute;
    right: 100%;
    top: 50%;
    width: 40px;
    height: 3px;
    background: linear-gradient(to left, rgba(255,255,255,0.8), transparent);
    border-radius: 2px;
    animation: jetStream-b-i8e9pkb927 0.5s ease-in-out infinite;
}

.jet-1[b-i8e9pkb927] {
    margin-top: -8px;
    animation-delay: 0s;
}

.jet-2[b-i8e9pkb927] {
    margin-top: 5px;
    animation-delay: 0.15s;
}

@keyframes jetStream-b-i8e9pkb927 {
    0% {
        transform: translateX(0) scaleX(1);
        opacity: 1;
    }
    100% {
        transform: translateX(-30px) scaleX(0.5);
        opacity: 0;
    }
}

.loading-text[b-i8e9pkb927] {
    color: white;
}

.loading-text h3[b-i8e9pkb927] {
    font-size: 28px;
    font-weight: 700;
    margin: 0 0 12px 0;
    letter-spacing: -0.5px;
    text-shadow: 0 2px 10px rgba(0,0,0,0.2);
}

.loading-text p[b-i8e9pkb927] {
    font-size: 16px;
    margin: 0 0 20px 0;
    opacity: 0.9;
    font-weight: 300;
}

.progress-dots[b-i8e9pkb927] {
    display: flex;
    justify-content: center;
    gap: 8px;
}

.progress-dots span[b-i8e9pkb927] {
    width: 10px;
    height: 10px;
    background: rgba(255, 255, 255, 0.5);
    border-radius: 50%;
    animation: dotPulse-b-i8e9pkb927 1.4s ease-in-out infinite;
}

.progress-dots span:nth-child(1)[b-i8e9pkb927] {
    animation-delay: 0s;
}

.progress-dots span:nth-child(2)[b-i8e9pkb927] {
    animation-delay: 0.2s;
}

.progress-dots span:nth-child(3)[b-i8e9pkb927] {
    animation-delay: 0.4s;
}

@keyframes dotPulse-b-i8e9pkb927 {
    0%, 60%, 100% {
        transform: scale(1);
        background: rgba(255, 255, 255, 0.5);
    }
    30% {
        transform: scale(1.5);
        background: rgba(255, 255, 255, 1);
    }
}

/* Responsive */
@media (max-width: 768px) {
    .plane-scene[b-i8e9pkb927] {
        width: 250px;
        height: 160px;
    }
    
    .plane[b-i8e9pkb927] {
        width: 100px;
        height: 50px;
    }
    
    .loading-logo img[b-i8e9pkb927] {
        max-width: 150px;
    }
    
    .loading-text h3[b-i8e9pkb927] {
        font-size: 24px;
    }
    
    .loading-text p[b-i8e9pkb927] {
        font-size: 14px;
    }
}
/* _content/Mescomedia.Kheylirahat/Components/Pages/Home.razor.rz.scp.css */
/* Page Header with Logo */
.page-header[b-97kx27kdrr] {
    text-align: center;
    padding: 30px 20px 20px;
    animation: fadeInDown-b-97kx27kdrr 0.8s ease-out;
}

.page-logo[b-97kx27kdrr] {
    max-width: 200px;
    height: auto;
    filter: drop-shadow(0 4px 10px rgba(0,0,0,0.1));
    transition: transform 0.3s ease;
}

.page-logo:hover[b-97kx27kdrr] {
    transform: scale(1.05);
}

@keyframes fadeInDown-b-97kx27kdrr {
    from {
        opacity: 0;
        transform: translateY(-20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Loading Overlay Styles */
.loading-overlay[b-97kx27kdrr] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    background: rgba(255, 255, 255, 0.95);
    backdrop-filter: blur(10px);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 9999;
    animation: fadeIn-b-97kx27kdrr 0.3s ease-in-out;
}

@keyframes fadeIn-b-97kx27kdrr {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.loading-container[b-97kx27kdrr] {
    text-align: center;
    animation: slideUp-b-97kx27kdrr 0.5s ease-out;
}

@keyframes slideUp-b-97kx27kdrr {
    from {
        transform: translateY(30px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

.plane-spinner[b-97kx27kdrr] {
    width: 150px;
    height: 150px;
    margin: 0 auto 30px;
    position: relative;
}

.plane-spinner svg[b-97kx27kdrr] {
    width: 100%;
    height: 100%;
    filter: drop-shadow(0 4px 8px rgba(0, 123, 255, 0.3));
}

.plane-spinner .plane[b-97kx27kdrr] {
    animation: flyAround-b-97kx27kdrr 3s ease-in-out infinite;
    transform-origin: center;
}

@keyframes flyAround-b-97kx27kdrr {
    0% {
        transform: translateX(-20px) translateY(0) rotate(-10deg);
    }
    25% {
        transform: translateX(0) translateY(-15px) rotate(0deg);
    }
    50% {
        transform: translateX(20px) translateY(0) rotate(10deg);
    }
    75% {
        transform: translateX(0) translateY(15px) rotate(0deg);
    }
    100% {
        transform: translateX(-20px) translateY(0) rotate(-10deg);
    }
}

.loading-text[b-97kx27kdrr] {
    margin-top: 20px;
}

.loading-text h3[b-97kx27kdrr] {
    font-size: 24px;
    font-weight: 600;
    color: #007bff;
    margin: 0 0 10px 0;
    animation: pulse-b-97kx27kdrr 2s ease-in-out infinite;
}

@keyframes pulse-b-97kx27kdrr {
    0%, 100% {
        opacity: 1;
    }
    50% {
        opacity: 0.6;
    }
}

.loading-text p[b-97kx27kdrr] {
    font-size: 16px;
    color: #666;
    margin: 0;
}

/* Flight Search Container */
.flight-search-container[b-97kx27kdrr] {
    max-width: 1400px;
    margin: 0 auto;
    padding: 20px;
    min-height: 100vh;
    position: relative;
}

.flight-search-container > *[b-97kx27kdrr] {
    position: relative;
    z-index: 1;
}

/* Search Bar Styles */
.search-bar-wrapper[b-97kx27kdrr] {
    background: white;
    border-radius: 12px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    margin-bottom: 30px;
    position: relative;
    z-index: 50;
}

.search-bar[b-97kx27kdrr] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.search-row[b-97kx27kdrr] {
    display: flex;
    align-items: flex-end;
    gap: 15px;
    flex-wrap: wrap;
    position: relative;
    z-index: 10;
}

.search-field[b-97kx27kdrr] {
    display: flex;
    flex-direction: column;
    gap: 8px;
    position: relative;
    z-index: 10;
}

.search-field label[b-97kx27kdrr] {
    font-size: 14px;
    font-weight: 500;
    color: #333;
}

.search-field input[b-97kx27kdrr],
.search-field select[b-97kx27kdrr] {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    font-size: 14px;
    outline: none;
    transition: border-color 0.3s;
}

.search-field input:focus[b-97kx27kdrr],
.search-field select:focus[b-97kx27kdrr] {
    border-color: #007bff;
}

.from-field[b-97kx27kdrr],
.to-field[b-97kx27kdrr] {
    flex: 1;
    min-width: 250px;
}

.input-group[b-97kx27kdrr] {
    position: relative;
    display: flex;
    align-items: center;
    gap: 10px;
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 6px;
    background: white;
}

.input-group .icon[b-97kx27kdrr] {
    font-size: 18px;
}

.input-group input[b-97kx27kdrr] {
    border: none;
    padding: 0;
    flex: 1;
    outline: none;
}

.input-group .airport-code[b-97kx27kdrr] {
    background: #e9ecef;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 600;
    color: #495057;
}

.swap-button[b-97kx27kdrr] {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 50%;
    width: 40px;
    height: 40px;
    font-size: 20px;
    cursor: pointer;
    transition: background 0.3s;
    margin-top: 24px;
}

.swap-button:hover[b-97kx27kdrr] {
    background: #0056b3;
}

.date-field[b-97kx27kdrr] {
    flex: 1;
    min-width: 150px;
}

.passenger-field[b-97kx27kdrr] {
    min-width: 100px;
}

.cabin-field[b-97kx27kdrr] {
    min-width: 150px;
}

.airline-preferences[b-97kx27kdrr] {
    display: flex;
    gap: 15px;
    flex: 1;
    align-items: flex-end;
    position: relative;
    z-index: 10;
}

.airline-field[b-97kx27kdrr] {
    flex: 1;
    min-width: 200px;
    position: relative;
    z-index: 10;
}

.direct-flight[b-97kx27kdrr] {
    display: flex;
    align-items: center;
}

.direct-flight label[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 0;
}

.direct-flight input[type="checkbox"][b-97kx27kdrr] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.charter-flight[b-97kx27kdrr] {
    display: flex;
    align-items: center;
}

.charter-flight label[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    gap: 8px;
    cursor: pointer;
    margin-bottom: 0;
}

.charter-flight input[type="checkbox"][b-97kx27kdrr] {
    width: 18px;
    height: 18px;
    cursor: pointer;
}

.search-button[b-97kx27kdrr] {
    background: #007bff;
    color: white;
    border: none;
    border-radius: 8px;
    padding: 12px 40px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    white-space: nowrap;
}

.search-button:hover[b-97kx27kdrr] {
    background: #0056b3;
}

/* Flight Results Styles */
.flight-results[b-97kx27kdrr] {
    margin-top: 30px;
}

.flight-results h2[b-97kx27kdrr] {
    font-size: 24px;
    margin-bottom: 20px;
    color: #333;
}

.flight-card[b-97kx27kdrr] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    margin-bottom: 20px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
    transition: box-shadow 0.3s;
    position: relative;
    z-index: 1;
}

.flight-card:hover[b-97kx27kdrr] {
    box-shadow: 0 4px 16px rgba(0,0,0,0.15);
}

.flight-badges[b-97kx27kdrr] {
    display: flex;
    gap: 10px;
    margin-bottom: 15px;
    flex-wrap: wrap;
}

.flight-badges span[b-97kx27kdrr] {
    padding: 6px 12px;
    border-radius: 6px;
    font-size: 12px;
    font-weight: 500;
}

.badge-systemic[b-97kx27kdrr] {
    background: #e8f4fd;
    color: #0066cc;
}

.badge-upgrade[b-97kx27kdrr] {
    background: #fff3cd;
    color: #856404;
}

.badge-seats[b-97kx27kdrr] {
    background: #ffe5e5;
    color: #c41e3a;
    margin-left: auto;
}

.flight-details[b-97kx27kdrr] {
    display: flex;
    gap: 30px;
    align-items: stretch;
}

.flight-route[b-97kx27kdrr] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.flight-segment[b-97kx27kdrr] {
    display: flex;
    gap: 20px;
    padding: 15px;
    background: #f8f9fa;
    border-radius: 8px;
}

.flight-segment.return[b-97kx27kdrr] {
    background: #f0f8ff;
}

.airline-logo img[b-97kx27kdrr] {
    width: 80px;
    height: 40px;
    object-fit: contain;
    background: white;
    padding: 5px;
    border-radius: 4px;
}

.flight-info[b-97kx27kdrr] {
    flex: 1;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.city-time[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    gap: 20px;
}

.departure[b-97kx27kdrr],
.arrival[b-97kx27kdrr] {
    text-align: center;
}

.departure h3[b-97kx27kdrr],
.arrival h3[b-97kx27kdrr] {
    font-size: 18px;
    margin: 0 0 5px 0;
    color: #333;
}

.airport-code[b-97kx27kdrr] {
    font-size: 14px;
    color: #666;
    margin: 0 0 5px 0;
}

.time[b-97kx27kdrr] {
    font-size: 20px;
    font-weight: 600;
    color: #000;
    margin: 0;
}

.flight-duration[b-97kx27kdrr] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    position: relative;
    padding: 0 20px;
}

.duration-line[b-97kx27kdrr] {
    width: 100%;
    height: 2px;
    background: #ddd;
    position: relative;
}

.duration-text[b-97kx27kdrr] {
    font-size: 12px;
    color: #666;
    margin: 5px 0;
}

.flight-path[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 5px 0;
}

.dot[b-97kx27kdrr] {
    width: 8px;
    height: 8px;
    background: #007bff;
    border-radius: 50%;
}

.plane-icon[b-97kx27kdrr] {
    font-size: 16px;
}

.stop-indicator[b-97kx27kdrr] {
    font-size: 11px;
    color: #666;
    background: white;
    padding: 2px 6px;
    border-radius: 3px;
    border: 1px solid #ddd;
}

.baggage[b-97kx27kdrr] {
    font-size: 12px;
    color: #666;
    margin: 5px 0 0 0;
}

.flight-number[b-97kx27kdrr] {
    display: flex;
    gap: 20px;
    font-size: 13px;
    color: #666;
}

.flight-number strong[b-97kx27kdrr] {
    color: #000;
}

.flight-price[b-97kx27kdrr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 10px;
    min-width: 180px;
    padding: 20px;
    border-left: 2px solid #f0f0f0;
}

.price-label[b-97kx27kdrr] {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.price-amount[b-97kx27kdrr] {
    font-size: 28px;
    font-weight: 700;
    color: #000;
    margin: 0;
}

.price-amount span[b-97kx27kdrr] {
    font-size: 16px;
    font-weight: 500;
    color: #666;
}

.btn-buy[b-97kx27kdrr] {
    background: #8B2635;
    color: white;
    border: none;
    border-radius: 6px;
    padding: 12px 30px;
    font-size: 14px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
    width: 100%;
}

.btn-buy:hover[b-97kx27kdrr] {
    background: #6d1d29;
}

.btn-details[b-97kx27kdrr] {
    background: white;
    color: #333;
    border: 1px solid #ddd;
    border-radius: 6px;
    padding: 8px 20px;
    font-size: 13px;
    cursor: pointer;
    transition: all 0.3s;
}

.btn-details:hover[b-97kx27kdrr] {
    background: #f8f9fa;
    border-color: #999;
}

/* Charter Badge */
.badge-charter[b-97kx27kdrr] {
    background: #ff9800;
    color: white;
    padding: 4px 12px;
    border-radius: 4px;
    font-size: 12px;
    font-weight: 500;
}

/* No Results Message */
.no-results[b-97kx27kdrr] {
    text-align: center;
    padding: 60px 20px;
    background: white;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.no-results p[b-97kx27kdrr] {
    font-size: 18px;
    color: #666;
    margin: 0;
}

/* Flight Details Accordion Styles */
.flight-details-content[b-97kx27kdrr] {
    padding: 20px;
    background: #fafafa;
}

.itinerary-section[b-97kx27kdrr] {
    margin-bottom: 30px;
    background: white;
    border-radius: 8px;
    padding: 20px;
}

.itinerary-title[b-97kx27kdrr] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4CAF50;
}

.segment-detail[b-97kx27kdrr] {
    background: #f9f9f9;
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
}

.segment-header[b-97kx27kdrr] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 1px solid #e0e0e0;
}

.airline-info[b-97kx27kdrr] {
    display: flex;
    gap: 15px;
    align-items: center;
}

.airline-logo-small[b-97kx27kdrr] {
    width: 70px;
    height: 35px;
    object-fit: contain;
    background: white;
    padding: 4px;
    border-radius: 4px;
}

.airline-name[b-97kx27kdrr] {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin: 0 0 5px 0;
}

.flight-number-small[b-97kx27kdrr] {
    font-size: 14px;
    color: #666;
    margin: 0 0 3px 0;
}

.aircraft-type[b-97kx27kdrr] {
    font-size: 13px;
    color: #999;
    margin: 0;
}

.cabin-info[b-97kx27kdrr] {
    text-align: right;
}

.cabin-class[b-97kx27kdrr] {
    display: block;
    background: #4CAF50;
    color: white;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 500;
    margin-bottom: 5px;
}

.booking-class[b-97kx27kdrr] {
    display: block;
    font-size: 12px;
    color: #666;
}

.segment-route[b-97kx27kdrr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
}

.segment-location[b-97kx27kdrr] {
    flex: 1;
    text-align: center;
}

.location-code[b-97kx27kdrr] {
    font-size: 24px;
    font-weight: 700;
    color: #333;
    margin: 0 0 5px 0;
}

.location-time[b-97kx27kdrr] {
    font-size: 20px;
    font-weight: 600;
    color: #4CAF50;
    margin: 0 0 5px 0;
}

.location-date[b-97kx27kdrr] {
    font-size: 14px;
    color: #666;
    margin: 0 0 5px 0;
}

.terminal[b-97kx27kdrr] {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.segment-duration[b-97kx27kdrr] {
    flex: 1;
    text-align: center;
    padding: 0 20px;
}

.duration-icon[b-97kx27kdrr] {
    font-size: 24px;
    display: block;
    margin-bottom: 5px;
}

.duration[b-97kx27kdrr] {
    font-size: 14px;
    font-weight: 500;
    color: #666;
    margin: 0 0 5px 0;
}

.stops[b-97kx27kdrr] {
    font-size: 12px;
    color: #999;
    margin: 0;
}

.stops.direct[b-97kx27kdrr] {
    color: #4CAF50;
    font-weight: 600;
}

.segment-baggage[b-97kx27kdrr] {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    padding: 10px;
    background: white;
    border-radius: 4px;
}

.baggage-item[b-97kx27kdrr] {
    font-size: 13px;
    color: #666;
}

.layover-info[b-97kx27kdrr] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 4px;
    padding: 10px 15px;
    margin: 15px 0;
    text-align: center;
    font-size: 14px;
    color: #856404;
}

.layover-icon[b-97kx27kdrr] {
    margin-right: 5px;
}

.price-breakdown[b-97kx27kdrr] {
    background: white;
    border-radius: 8px;
    padding: 20px;
    margin-top: 20px;
}

.breakdown-title[b-97kx27kdrr] {
    font-size: 18px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #4CAF50;
}

.breakdown-content[b-97kx27kdrr] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.price-row[b-97kx27kdrr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 0;
    font-size: 14px;
    color: #666;
}

.price-row.total[b-97kx27kdrr] {
    border-top: 2px solid #e0e0e0;
    margin-top: 10px;
    padding-top: 15px;
    font-size: 16px;
    font-weight: 700;
    color: #333;
}

.price-row .price[b-97kx27kdrr] {
    font-weight: 600;
    color: #4CAF50;
}

.price-row.total .price[b-97kx27kdrr] {
    font-size: 20px;
    color: #2E7D32;
}

/* Alternative Flights Styling */
.badge-alternatives[b-97kx27kdrr] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 12px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    animation: pulse-b-97kx27kdrr 2s ease-in-out infinite;
}

@keyframes pulse-b-97kx27kdrr {
    0%, 100% {
        box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
    }
    50% {
        box-shadow: 0 2px 15px rgba(102, 126, 234, 0.5);
    }
}

.alternatives-container[b-97kx27kdrr] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 20px;
    background: #f8f9fa;
    border-radius: 8px;
}

.alternative-flight[b-97kx27kdrr] {
    background: white;
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 15px;
    transition: all 0.3s ease;
    cursor: pointer;
}

.alternative-flight:hover[b-97kx27kdrr] {
    border-color: #007bff;
    box-shadow: 0 4px 12px rgba(0, 123, 255, 0.15);
    transform: translateY(-2px);
}

.alternative-header[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 12px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e9ecef;
}

.alt-outbound-info[b-97kx27kdrr] {
    background: #e3f2fd;
    border-left: 3px solid #2196f3;
    padding: 8px 12px;
    margin-bottom: 10px;
    border-radius: 4px;
    font-size: 12px;
}

.alt-outbound-section[b-97kx27kdrr],
.alt-return-section[b-97kx27kdrr] {
    margin-bottom: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.alt-outbound-section[b-97kx27kdrr] {
    background: linear-gradient(135deg, #e3f2fd 0%, #bbdefb 100%);
    border: 2px solid #2196f3;
}

.alt-return-section[b-97kx27kdrr] {
    background: linear-gradient(135deg, #fff3e0 0%, #ffe0b2 100%);
    border: 2px solid #ff9800;
}

.alt-section-header[b-97kx27kdrr] {
    padding: 8px 12px;
    background: rgba(255, 255, 255, 0.7);
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.alt-section-label[b-97kx27kdrr] {
    font-weight: 700;
    color: #1565c0;
    font-size: 13px;
}

.alt-section-label-return[b-97kx27kdrr] {
    font-weight: 700;
    color: #e65100;
    font-size: 13px;
}

.alt-flight-compact[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    gap: 12px;
    padding: 12px;
}

.alt-airline-logo[b-97kx27kdrr] {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.alt-airline-logo img[b-97kx27kdrr] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    background: white;
    padding: 5px;
}

.alt-route-info[b-97kx27kdrr] {
    flex: 1;
}

.alt-route-points[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 6px;
}

.alt-point[b-97kx27kdrr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 2px;
}

.alt-point strong[b-97kx27kdrr] {
    font-size: 15px;
    color: #333;
}

.alt-point span[b-97kx27kdrr] {
    font-size: 12px;
    color: #666;
}

.date-tiny[b-97kx27kdrr] {
    font-size: 10px;
    color: #999;
}

.alt-route-middle[b-97kx27kdrr] {
    flex: 1;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 3px;
}

.route-arrow[b-97kx27kdrr] {
    font-size: 18px;
    color: #666;
}

.duration-tiny[b-97kx27kdrr] {
    font-size: 11px;
    color: #666;
    font-weight: 600;
}

.stops-tiny[b-97kx27kdrr] {
    font-size: 10px;
    color: #999;
    background: #f5f5f5;
    padding: 2px 6px;
    border-radius: 8px;
}

.direct-badge-tiny[b-97kx27kdrr] {
    font-size: 10px;
    color: #2e7d32;
    background: #e8f5e9;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: 700;
}

.layover-warning-tiny[b-97kx27kdrr] {
    font-size: 10px;
    color: #d32f2f;
    background: #ffebee;
    padding: 2px 6px;
    border-radius: 8px;
    font-weight: 700;
    animation: warningPulse-b-97kx27kdrr 2s ease-in-out infinite;
}

@keyframes warningPulse-b-97kx27kdrr {
    0%, 100% {
        background: #ffebee;
    }
    50% {
        background: #ffcdd2;
    }
}

.alt-flight-meta[b-97kx27kdrr] {
    font-size: 11px;
    color: #666;
    text-align: center;
}

.alt-section-label[b-97kx27kdrr] {
    font-weight: 600;
    color: #1976d2;
    margin-right: 8px;
}

.alt-route-summary[b-97kx27kdrr] {
    color: #555;
}

.alt-price[b-97kx27kdrr] {
    font-size: 20px;
    font-weight: 700;
    color: #28a745;
    margin-right: auto;
}

.badge-systemic-small[b-97kx27kdrr],
.badge-charter-small[b-97kx27kdrr] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 600;
}

.badge-systemic-small[b-97kx27kdrr] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
}

.badge-charter-small[b-97kx27kdrr] {
    background: linear-gradient(135deg, #f093fb 0%, #f5576c 100%);
    color: white;
}

.badge-seats-small[b-97kx27kdrr] {
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    background: #ffc107;
    color: #333;
    font-weight: 600;
}

.flight-segment-compact[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    gap: 15px;
}

.airline-logo-small[b-97kx27kdrr] {
    width: 50px;
    height: 50px;
    flex-shrink: 0;
}

.airline-logo-small img[b-97kx27kdrr] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 8px;
    background: white;
    padding: 5px;
    border: 1px solid #e9ecef;
}

.flight-info-compact[b-97kx27kdrr] {
    flex: 1;
}

.compact-route[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 8px;
}

.compact-point[b-97kx27kdrr] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.compact-point strong[b-97kx27kdrr] {
    font-size: 16px;
    color: #333;
}

.compact-point span[b-97kx27kdrr] {
    font-size: 13px;
    color: #666;
}

.compact-duration[b-97kx27kdrr] {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.compact-duration span[b-97kx27kdrr] {
    font-size: 12px;
    color: #666;
}

.stops-count[b-97kx27kdrr] {
    font-size: 11px;
    color: #999;
}

.compact-flight-number[b-97kx27kdrr] {
    font-size: 12px;
    color: #999;
    text-align: center;
}

/* Alternative Flight Details Styling */
.alt-flight-details[b-97kx27kdrr] {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 8px;
    margin-top: 10px;
}

.alt-detail-title[b-97kx27kdrr] {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 15px;
    padding-bottom: 8px;
    border-bottom: 2px solid #007bff;
}

.segment-detail-compact[b-97kx27kdrr] {
    background: white;
    border: 1px solid #e9ecef;
    border-radius: 8px;
    padding: 12px;
    margin-bottom: 10px;
}

.segment-header-compact[b-97kx27kdrr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    padding-bottom: 8px;
    border-bottom: 1px solid #f0f0f0;
}

.airline-info-compact[b-97kx27kdrr] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.airline-logo-tiny[b-97kx27kdrr] {
    width: 32px;
    height: 32px;
    object-fit: contain;
}

.airline-name-small[b-97kx27kdrr] {
    font-size: 13px;
    font-weight: 600;
    color: #333;
    margin: 0;
}

.flight-number-tiny[b-97kx27kdrr] {
    font-size: 11px;
    color: #666;
    margin: 2px 0 0 0;
}

.aircraft-type-tiny[b-97kx27kdrr] {
    font-size: 10px;
    color: #999;
    margin: 2px 0 0 0;
}

.cabin-info-compact[b-97kx27kdrr] {
    display: flex;
    gap: 5px;
    align-items: center;
}

.cabin-class-small[b-97kx27kdrr] {
    background: #007bff;
    color: white;
    padding: 3px 8px;
    border-radius: 10px;
    font-size: 11px;
    font-weight: 600;
}

.segment-route-compact[b-97kx27kdrr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    margin-bottom: 8px;
}

.segment-location-compact[b-97kx27kdrr] {
    flex: 1;
    text-align: center;
}

.location-code-small[b-97kx27kdrr] {
    font-size: 14px;
    font-weight: 700;
    color: #333;
    margin: 0 0 3px 0;
}

.location-time-small[b-97kx27kdrr] {
    font-size: 13px;
    color: #666;
    margin: 0;
}

.location-date-small[b-97kx27kdrr] {
    font-size: 11px;
    color: #999;
    margin: 3px 0 0 0;
}

.terminal-tiny[b-97kx27kdrr] {
    font-size: 10px;
    color: #999;
    margin: 2px 0 0 0;
}

.segment-duration-compact[b-97kx27kdrr] {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: column;
    gap: 3px;
}

.duration-icon-small[b-97kx27kdrr] {
    font-size: 16px;
}

.duration-small[b-97kx27kdrr] {
    font-size: 11px;
    color: #666;
    margin: 0;
}

.segment-baggage-compact[b-97kx27kdrr] {
    display: flex;
    gap: 10px;
    justify-content: center;
    flex-wrap: wrap;
    padding-top: 8px;
    border-top: 1px solid #f0f0f0;
}

.baggage-item-small[b-97kx27kdrr] {
    background: #f8f9fa;
    padding: 4px 10px;
    border-radius: 12px;
    font-size: 11px;
    color: #666;
}

.layover-info-small[b-97kx27kdrr] {
    background: #fff3cd;
    border: 1px solid #ffc107;
    border-radius: 6px;
    padding: 6px 10px;
    margin: 8px 0;
    text-align: center;
    font-size: 11px;
    color: #856404;
}

.price-breakdown-compact[b-97kx27kdrr] {
    background: white;
    border-radius: 8px;
    padding: 12px;
    margin-top: 15px;
}

.breakdown-title-small[b-97kx27kdrr] {
    font-size: 14px;
    font-weight: 600;
    color: #333;
    margin-bottom: 10px;
    padding-bottom: 6px;
    border-bottom: 2px solid #28a745;
}

.price-row-small[b-97kx27kdrr] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 0;
    font-size: 12px;
    color: #666;
}

.price-row-small.total[b-97kx27kdrr] {
    border-top: 2px solid #e0e0e0;
    margin-top: 8px;
    padding-top: 10px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
}

.price-row-small .price[b-97kx27kdrr] {
    font-weight: 600;
    color: #28a745;
}

.price-row-small.total .price[b-97kx27kdrr] {
    font-size: 16px;
    color: #2E7D32;
}

.date-small[b-97kx27kdrr] {
    font-size: 11px;
    color: #999;
}

.baggage-small[b-97kx27kdrr] {
    font-size: 11px;
    color: #666;
    background: #f8f9fa;
    padding: 2px 8px;
    border-radius: 10px;
}

/* Responsive Design */
@media (max-width: 1200px) {
    .flight-details[b-97kx27kdrr] {
        flex-direction: column;
    }

    .flight-price[b-97kx27kdrr] {
        border-left: none;
        border-top: 2px solid #f0f0f0;
        padding: 20px 0;
    }
}

@media (max-width: 768px) {
    .page-logo[b-97kx27kdrr] {
        max-width: 150px;
    }
    
    .page-header[b-97kx27kdrr] {
        padding: 20px 15px 15px;
    }
    
    .search-row[b-97kx27kdrr] {
        flex-direction: column;
        align-items: stretch;
    }

    .from-field[b-97kx27kdrr],
    .to-field[b-97kx27kdrr],
    .date-field[b-97kx27kdrr],
    .airline-field[b-97kx27kdrr] {
        min-width: 100%;
    }

    .swap-button[b-97kx27kdrr] {
        margin-top: 0;
        align-self: center;
    }

    .airline-preferences[b-97kx27kdrr] {
        flex-direction: column;
    }

    .city-time[b-97kx27kdrr] {
        flex-direction: column;
        gap: 15px;
    }

    .flight-duration[b-97kx27kdrr] {
        width: 100%;
    }
    
    .alternative-header[b-97kx27kdrr] {
        flex-wrap: wrap;
    }
    
    .alt-price[b-97kx27kdrr] {
        width: 100%;
        margin-bottom: 8px;
    }
    
    .compact-route[b-97kx27kdrr] {
        flex-direction: column;
        gap: 10px;
    }
    
    .segment-route-compact[b-97kx27kdrr] {
        flex-direction: column;
        gap: 8px;
    }
    
    .alt-flight-details[b-97kx27kdrr] {
        padding: 10px;
    }
    
    .segment-detail-compact[b-97kx27kdrr] {
        padding: 8px;
    }
    
    .alt-flight-compact[b-97kx27kdrr] {
        flex-direction: column;
        gap: 8px;
    }
    
    .alt-route-points[b-97kx27kdrr] {
        flex-direction: column;
        gap: 8px;
    }
    
    .alt-airline-logo[b-97kx27kdrr] {
        width: 40px;
        height: 40px;
    }
}

/* Filter Sidebar Styles */
.results-container[b-97kx27kdrr] {
    display: flex;
    gap: 20px;
    max-width: 1400px;
    margin: 20px auto;
    padding: 0 20px;
}

.filters-sidebar[b-97kx27kdrr] {
    flex: 0 0 280px;
    position: sticky;
    top: 20px;
    height: fit-content;
}

.results-content[b-97kx27kdrr] {
    flex: 1;
    min-width: 0;
}

.results-wrapper[b-97kx27kdrr] {
    padding: 20px 0;
}

@media (max-width: 1024px) {
    .results-container[b-97kx27kdrr] {
        flex-direction: column;
    }
    
    .filters-sidebar[b-97kx27kdrr] {
        position: static;
        flex: 1;
    }
}
/* _content/Mescomedia.Kheylirahat/Components/Shared/FlightFilters.razor.rz.scp.css */
.flight-filters[b-5q2nl4h2ld] {
    background: white;
    border-radius: 12px;
    padding: 20px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.1);
    max-height: calc(100vh - 100px);
    overflow-y: auto;
    width: 100%;
}

.filters-header[b-5q2nl4h2ld] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #e0e0e0;
}

.filters-header h3[b-5q2nl4h2ld] {
    margin: 0;
    font-size: 20px;
    font-weight: 600;
    color: #333;
}

.btn-reset[b-5q2nl4h2ld] {
    background: none;
    border: 1px solid #ff6b6b;
    color: #ff6b6b;
    padding: 6px 16px;
    border-radius: 6px;
    cursor: pointer;
    font-size: 13px;
    font-weight: 500;
    transition: all 0.3s ease;
}

.btn-reset:hover[b-5q2nl4h2ld] {
    background: #ff6b6b;
    color: white;
}

.filter-section[b-5q2nl4h2ld] {
    margin-bottom: 24px;
    padding-bottom: 20px;
    border-bottom: 1px solid #f0f0f0;
}

.filter-section:last-child[b-5q2nl4h2ld] {
    border-bottom: none;
}

.filter-section h4[b-5q2nl4h2ld] {
    font-size: 14px;
    font-weight: 600;
    color: #555;
    margin: 0 0 12px 0;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.filter-options[b-5q2nl4h2ld] {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.filter-options.scrollable[b-5q2nl4h2ld] {
    max-height: 200px;
    overflow-y: auto;
}

.filter-option[b-5q2nl4h2ld] {
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    padding: 8px;
    border-radius: 6px;
    transition: background-color 0.2s ease;
}

.filter-option:hover[b-5q2nl4h2ld] {
    background-color: #f8f9fa;
}

.filter-option input[type="checkbox"][b-5q2nl4h2ld],
.filter-option input[type="radio"][b-5q2nl4h2ld] {
    width: 18px;
    height: 18px;
    cursor: pointer;
    accent-color: #4a90e2;
}

.filter-option span[b-5q2nl4h2ld] {
    font-size: 14px;
    color: #666;
    user-select: none;
}

.filter-input[b-5q2nl4h2ld] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    margin-top: 8px;
    transition: border-color 0.3s ease;
}

.filter-input:focus[b-5q2nl4h2ld] {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.filter-select[b-5q2nl4h2ld] {
    width: 100%;
    padding: 10px 12px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 14px;
    background: white;
    cursor: pointer;
    transition: border-color 0.3s ease;
}

.filter-select:focus[b-5q2nl4h2ld] {
    outline: none;
    border-color: #4a90e2;
    box-shadow: 0 0 0 3px rgba(74, 144, 226, 0.1);
}

.time-slider-section[b-5q2nl4h2ld] {
    margin-bottom: 16px;
}

.time-slider-section label[b-5q2nl4h2ld] {
    display: block;
    font-size: 13px;
    color: #666;
    margin-bottom: 6px;
    font-weight: 500;
}

.time-display[b-5q2nl4h2ld],
.price-display[b-5q2nl4h2ld] {
    font-size: 14px;
    color: #4a90e2;
    font-weight: 600;
    margin-bottom: 8px;
}

.time-slider[b-5q2nl4h2ld],
.price-slider[b-5q2nl4h2ld] {
    width: 100%;
    height: 6px;
    border-radius: 3px;
    outline: none;
    -webkit-appearance: none;
    background: linear-gradient(to right, #4a90e2 0%, #4a90e2 50%, #e0e0e0 50%, #e0e0e0 100%);
    cursor: pointer;
}

.time-slider[b-5q2nl4h2ld]::-webkit-slider-thumb,
.price-slider[b-5q2nl4h2ld]::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4a90e2;
    cursor: pointer;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
    transition: all 0.3s ease;
}

.time-slider[b-5q2nl4h2ld]::-webkit-slider-thumb:hover,
.price-slider[b-5q2nl4h2ld]::-webkit-slider-thumb:hover {
    background: #357abd;
    transform: scale(1.1);
}

.time-slider[b-5q2nl4h2ld]::-moz-range-thumb,
.price-slider[b-5q2nl4h2ld]::-moz-range-thumb {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: #4a90e2;
    cursor: pointer;
    border: none;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.2);
}

.price-range[b-5q2nl4h2ld] {
    padding-top: 8px;
}

/* Scrollbar styling */
.filter-options.scrollable[b-5q2nl4h2ld]::-webkit-scrollbar {
    width: 6px;
}

.filter-options.scrollable[b-5q2nl4h2ld]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.filter-options.scrollable[b-5q2nl4h2ld]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.filter-options.scrollable[b-5q2nl4h2ld]::-webkit-scrollbar-thumb:hover {
    background: #555;
}

/* Responsive */
@media (max-width: 768px) {
    .flight-filters[b-5q2nl4h2ld] {
        padding: 15px;
    }
    
    .filters-header h3[b-5q2nl4h2ld] {
        font-size: 18px;
    }
    
    .filter-section h4[b-5q2nl4h2ld] {
        font-size: 13px;
    }
}
