@import '_content/Microsoft.FluentUI.AspNetCore.Components/Microsoft.FluentUI.AspNetCore.Components.exfvxuochq.bundle.scp.css';

/* /Components/Layout/UpdateAvailableDetector.razor.rz.scp.css */
.floating-update-button[b-k6hje26ykf] {
    position: fixed;
    right: 2rem;
    bottom: 2rem;
    padding: 1rem 1.5rem;
    animation: fadein-b-k6hje26ykf 2s ease-out;
}

@keyframes fadein-b-k6hje26ykf {
    from {
        right: -100%;
    }

    to {
        right: 2rem;
    }
}
/* /Components/PageComponents/Products/Flight/PriceDetail/IssueWaitingSplashDialog.razor.rz.scp.css */
.my-splash[b-vggpfpu3gs] {
    font-family: var(--body-font);
    -webkit-font-smoothing: antialiased;
    /*background-color: white;*/
    color: rgb(73, 72, 71);
    --accent-fill-rest: #d3d3d3;
    user-select: none;
}

    .my-splash h1[b-vggpfpu3gs] {
        font-size: 32px;
        font-weight: 600;
        margin-top: 40px;
        line-height: 40px;
        margin: 40px 0px 0px 0px;
        user-select: none;
    }

    .my-splash h2[b-vggpfpu3gs] {
        font-size: 24px;
        font-weight: 400;
        line-height: 32px;
        margin: 24px 0px 50px 0px;
        user-select: none;
    }

    .my-splash h3[b-vggpfpu3gs] {
        font-size: 12px;
        font-weight: 300;
        margin: 0px;
        user-select: none;
    }

    .my-splash p[b-vggpfpu3gs] {
        user-select: none;
    }

    .my-splash .icon[b-vggpfpu3gs] {
        width: 150px;
        margin: 20px 0px 0px 0px;
    }
/* /Components/PageComponents/Shared/PassengerSelectionCounter.razor.rz.scp.css */
/* /Components/Shared/DropdownDatePicker.razor.rz.scp.css */
.dropdown-datepicker-wrapper[b-nc52yg2h95] {
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.dropdown-datepicker-container[b-nc52yg2h95] {
    display: flex;
    gap: 0.5rem;
    align-items: center;
    width: 100%;
    min-height: 40px;
    padding: 0.25rem;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #fff;
    box-sizing: border-box;
}

.dropdown-column[b-nc52yg2h95] {
    flex: 1;
    position: relative;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

/* Text Input Fields (Year and Day) */
.date-input[b-nc52yg2h95] {
    width: 100%;
    padding: 0.5rem 0.75rem;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    font-size: 0.9rem;
    color: #333;
    text-align: center;
    transition: all 0.2s ease;
    box-sizing: border-box;
}

.date-input:hover:not(:disabled)[b-nc52yg2h95] {
    background-color: #efefef;
    border-color: #d0d0d0;
}

.date-input:focus[b-nc52yg2h95] {
    background-color: #fff;
    border-color: #2196f3;
    outline: none;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.2);
}

.date-input:disabled[b-nc52yg2h95] {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: #f9f9f9;
}

.date-input[b-nc52yg2h95]::placeholder {
    color: #999;
    opacity: 0.7;
}

/* Dropdown Toggle for Month */
.dropdown-toggle-clean[b-nc52yg2h95] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 0.5rem;
    padding: 0.5rem 0.75rem;
    background-color: #f5f5f5;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    cursor: pointer;
    font-size: 0.9rem;
    color: #333;
    transition: all 0.2s ease;
    white-space: nowrap;
    width: 100%;
    box-sizing: border-box;
}

.dropdown-toggle-clean:hover:not(:disabled)[b-nc52yg2h95] {
    background-color: #efefef;
    border-color: #d0d0d0;
}

.dropdown-toggle-clean:disabled[b-nc52yg2h95] {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: #f9f9f9;
}

.dropdown-toggle-clean[aria-expanded="true"][b-nc52yg2h95] {
    background-color: #e8f4f8;
    border-color: #b3e5fc;
}

.dropdown-value[b-nc52yg2h95] {
    flex: 1;
    overflow: hidden;
    text-overflow: ellipsis;
    text-align: center;
}

.dropdown-arrow[b-nc52yg2h95] {
    display: inline-block;
    font-size: 0.7rem;
    transition: transform 0.2s ease;
    flex-shrink: 0;
}

.dropdown-toggle-clean[aria-expanded="true"] .dropdown-arrow[b-nc52yg2h95] {
    transform: rotate(180deg);
}

.dropdown-menu[b-nc52yg2h95] {
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    z-index: 1000;
    background-color: #fff;
    border: 1px solid #ccc;
    border-radius: 4px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15);
    margin-top: 4px;
    max-height: 300px;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.dropdown-list[b-nc52yg2h95] {
    overflow-y: auto;
    overflow-x: hidden;
    flex: 1;
}

.dropdown-item[b-nc52yg2h95] {
    display: block;
    width: 100%;
    padding: 0.5rem 0.75rem;
    text-align: center;
    border: none;
    background-color: transparent;
    color: #333;
    cursor: pointer;
    font-size: 0.9rem;
    transition: all 0.15s ease;
    white-space: nowrap;
}

.dropdown-item:hover:not(:disabled)[b-nc52yg2h95] {
    background-color: #f0f0f0;
}

.dropdown-item.selected[b-nc52yg2h95] {
    background-color: #b3e5fc;
    color: #0277bd;
    font-weight: 500;
}

.dropdown-item:disabled[b-nc52yg2h95] {
    cursor: not-allowed;
    opacity: 0.5;
    color: #999;
}

.dropdown-item:disabled:hover[b-nc52yg2h95] {
    background-color: transparent;
}

/* Scrollbar styling */
.dropdown-list[b-nc52yg2h95]::-webkit-scrollbar {
    width: 6px;
}

.dropdown-list[b-nc52yg2h95]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.dropdown-list[b-nc52yg2h95]::-webkit-scrollbar-thumb {
    background: #ccc;
    border-radius: 3px;
}

.dropdown-list[b-nc52yg2h95]::-webkit-scrollbar-thumb:hover {
    background: #999;
}

.calendar-toggle-btn[b-nc52yg2h95] {
    padding: 0.5rem 0.75rem;
    background-color: #2196f3;
    color: white;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 500;
    font-size: 0.9rem;
    transition: all 0.2s ease;
    min-width: 40px;
    height: 38px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
}

.calendar-toggle-btn:hover:not(:disabled)[b-nc52yg2h95] {
    background-color: #1976d2;
    box-shadow: 0 2px 8px rgba(33, 150, 243, 0.3);
}

.calendar-toggle-btn:disabled[b-nc52yg2h95] {
    cursor: not-allowed;
    opacity: 0.6;
    background-color: #ccc;
}

/* Responsive adjustments */
@media (max-width: 768px) {
    .dropdown-datepicker-container[b-nc52yg2h95] {
        gap: 0.25rem;
        padding: 0.25rem;
    }

    .date-input[b-nc52yg2h95],
    .dropdown-toggle-clean[b-nc52yg2h95] {
        padding: 0.4rem 0.5rem;
        font-size: 0.85rem;
    }

    .dropdown-menu[b-nc52yg2h95] {
        max-height: 250px;
        margin-top: 2px;
    }

    .dropdown-item[b-nc52yg2h95] {
        padding: 0.4rem 0.5rem;
        font-size: 0.85rem;
    }

    .calendar-toggle-btn[b-nc52yg2h95] {
        padding: 0.4rem;
        font-size: 0.8rem;
        min-width: 36px;
        height: 34px;
    }
}

@media (max-width: 480px) {
    .date-input[b-nc52yg2h95],
    .dropdown-toggle-clean[b-nc52yg2h95] {
        font-size: 0.8rem;
        padding: 0.35rem 0.4rem;
    }

    .dropdown-item[b-nc52yg2h95] {
        font-size: 0.8rem;
        padding: 0.35rem 0.4rem;
    }
}

/* RTL Support */
[dir="rtl"] .dropdown-datepicker-container[b-nc52yg2h95] {
    direction: rtl;
}

[dir="rtl"] .dropdown-toggle-clean[b-nc52yg2h95] {
    flex-direction: row-reverse;
}

[dir="rtl"] .dropdown-menu[b-nc52yg2h95] {
    left: auto;
    right: 0;
}
