/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-jmvsglkia7] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-jmvsglkia7] {
    flex: 1;
    background-color: #f8f9fa;
}

.content[b-jmvsglkia7] {
    padding: 1.5rem 0;
}

@media (min-width: 768px) {
    .content[b-jmvsglkia7] {
        padding: 2rem 0;
    }
}

#blazor-error-ui[b-jmvsglkia7] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-jmvsglkia7] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* Top Navigation Styles */
.top-navigation[b-o19b2lxbr8] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    position: sticky;
    top: 0;
    z-index: 1000;
    padding: 0.5rem 0;
}

.navbar-brand[b-o19b2lxbr8] {
    font-size: 1.5rem;
    font-weight: 700;
    color: white !important;
    text-decoration: none;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.navbar-brand:hover[b-o19b2lxbr8] {
    color: #f8f9fa !important;
    text-decoration: none;
}

.brand-icon[b-o19b2lxbr8] {
    font-size: 1.75rem;
}

.nav-link[b-o19b2lxbr8] {
    color: rgba(255, 255, 255, 0.9) !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    border-radius: 0.25rem;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
    text-decoration: none;
}

.nav-link:hover[b-o19b2lxbr8] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.1);
    text-decoration: none;
}

.nav-link.active[b-o19b2lxbr8] {
    color: white !important;
    background-color: rgba(255, 255, 255, 0.2);
    font-weight: 600;
}

.nav-icon[b-o19b2lxbr8] {
    font-size: 1rem;
    min-width: 1.2rem;
    text-align: center;
}

.navbar-toggler[b-o19b2lxbr8] {
    border: none;
    background-color: transparent;
    color: rgba(255, 255, 255, 0.85);
    transition: color 0.2s ease, box-shadow 0.2s ease;
}

.navbar-toggler:focus[b-o19b2lxbr8] {
    box-shadow: 0 0 0 0.2rem rgba(255, 255, 255, 0.35);
}

.navbar-toggler-icon[b-o19b2lxbr8] {
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='currentColor' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e");
}

[data-bs-theme="light"] .navbar-toggler[b-o19b2lxbr8] {
    color: rgba(33, 37, 41, 0.8);
}

[data-bs-theme="light"] .navbar-toggler:focus[b-o19b2lxbr8] {
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
}

[data-bs-theme="dark"] .navbar-toggler[b-o19b2lxbr8] {
    color: rgba(255, 255, 255, 0.85);
}

/* Account dropdown */
.account-dropdown[b-o19b2lxbr8] {
    position: relative;
}

.top-navigation .account-menu-toggle[b-o19b2lxbr8] {
    border-radius: 50%;
    width: 2.5rem;
    height: 2.5rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border: 1px solid rgba(255, 255, 255, 0.55);
    background-color: rgba(255, 255, 255, 0.1);
    color: #fff;
    transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.top-navigation .account-menu-toggle:hover[b-o19b2lxbr8],
.top-navigation .account-menu-toggle:focus[b-o19b2lxbr8] {
    background-color: rgba(255, 255, 255, 0.2);
    color: #fff;
    border-color: rgba(255, 255, 255, 0.75);
}


.top-navigation .account-menu-toggle[b-o19b2lxbr8]::after {
    display: none;
}

[data-bs-theme="light"] .top-navigation .account-menu-toggle[b-o19b2lxbr8] {
    border-color: rgba(255, 255, 255, 0.6);
    color: #1c1c1c;
    background-color: rgba(255, 255, 255, 0.9);
}

[data-bs-theme="light"] .top-navigation .account-menu-toggle:hover[b-o19b2lxbr8],
[data-bs-theme="light"] .top-navigation .account-menu-toggle:focus[b-o19b2lxbr8] {
    color: #1c1c1c;
    background-color: #fff;
    border-color: rgba(255, 255, 255, 0.9);
}

.account-dropdown-menu[b-o19b2lxbr8] {
    min-width: 16rem;
    padding: 0.75rem 0;
    border-radius: 0.75rem;
    border: none;
    box-shadow: 0 0.5rem 1.5rem rgba(0, 0, 0, 0.15);
    background-color: var(--bs-body-bg);
    color: var(--bs-body-color);
}

.account-dropdown-menu .dropdown-item[b-o19b2lxbr8] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    font-weight: 500;
    padding: 0.55rem 1rem;
}

.account-dropdown-menu .dropdown-item i[b-o19b2lxbr8] {
    font-size: 1.1rem;
    opacity: 0.85;
}

.account-email-item[b-o19b2lxbr8] {
    font-weight: 600;
    color: var(--bs-emphasis-color);
    white-space: normal;
    line-height: 1.4;
}

.account-dropdown-menu .dropdown-divider[b-o19b2lxbr8] {
    margin: 0.5rem 1rem;
    opacity: 0.2;
}

.account-dropdown-menu .dropdown-item.text-danger i[b-o19b2lxbr8] {
    opacity: 1;
}

[data-bs-theme="dark"] .account-dropdown-menu[b-o19b2lxbr8] {
    box-shadow: 0 0.75rem 2rem rgba(0, 0, 0, 0.4);
}

/* Mobile responsiveness */
@media (max-width: 991.98px) {
    .navbar-nav[b-o19b2lxbr8] {
        padding-top: 1rem;
    }

    .nav-link[b-o19b2lxbr8] {
        padding: 0.75rem 1rem !important;
        margin: 0.25rem 0;
    }

    .navbar-nav:last-child[b-o19b2lxbr8] {
        padding-top: 1rem;
        border-top: 1px solid rgba(255, 255, 255, 0.2);
        margin-top: 1rem;
    }

    .account-dropdown[b-o19b2lxbr8] {
        width: 100%;
    }

    .account-dropdown .dropdown-menu[b-o19b2lxbr8] {
        position: static;
        float: none;
        transform: none !important;
        width: 100%;
        margin-top: 0.75rem;
        box-shadow: none;
        border: 1px solid var(--bs-border-color-translucent);
        background-color: var(--bs-body-bg);
    }

    .account-dropdown .dropdown-item[b-o19b2lxbr8] {
        border-radius: 0.5rem;
    }
}

/* Smooth animations */
.navbar-collapse[b-o19b2lxbr8] {
    transition: all 0.3s ease;
}

.navbar-nav .nav-item[b-o19b2lxbr8] {
    margin: 0 0.25rem;
}
/* /Components/Shared/CultureAwareDatePicker.razor.rz.scp.css */
/* Culture-aware date picker wrapper */
.culture-aware-datepicker-wrapper[b-yeodjh4dd5] {
    position: relative;
    display: inline-flex;
    width: auto;
}

.culture-aware-datepicker-wrapper.stretch[b-yeodjh4dd5] {
    width: 100%;
}

.culture-aware-datepicker-wrapper.stretch input[b-yeodjh4dd5] {
    width: 100%;
}

.culture-aware-datepicker-wrapper input[b-yeodjh4dd5] {
    cursor: pointer;
}

.culture-aware-datepicker-wrapper input[readonly][b-yeodjh4dd5] {
    cursor: pointer;
}

culture-aware-datepicker-wrapper input:disabled[b-yeodjh4dd5] {
    cursor: not-allowed;
}

/* Air Datepicker theme overrides */
.air-datepicker[b-yeodjh4dd5] {
    font-family: inherit;
    border-radius: 0.75rem;
    border: 1px solid rgba(148, 163, 184, 0.3);
    box-shadow: 0 15px 30px rgba(15, 23, 42, 0.12);
    background-color: #ffffff;
    color: #1f2937;
}

.air-datepicker .air-datepicker-cell.-selected-[b-yeodjh4dd5] {
    background: #2563eb;
    color: #ffffff;
}

.air-datepicker .air-datepicker-cell.-selected-:hover[b-yeodjh4dd5] {
    background: #1d4ed8;
}

.air-datepicker .air-datepicker-time[b-yeodjh4dd5] {
    border-top: 1px solid rgba(148, 163, 184, 0.25);
}

.air-datepicker .air-datepicker-time--column input[b-yeodjh4dd5] {
    background-color: transparent;
    color: inherit;
}

.air-datepicker .air-datepicker-nav[b-yeodjh4dd5] {
    border-bottom: 1px solid rgba(148, 163, 184, 0.25);
}

.air-datepicker .air-datepicker-nav--action:hover[b-yeodjh4dd5],
.air-datepicker .air-datepicker-button:hover[b-yeodjh4dd5] {
    background-color: rgba(37, 99, 235, 0.12);
    color: #1d4ed8;
}

/* Dark theme overrides */
.dark .air-datepicker[b-yeodjh4dd5] {
    background-color: #111827;
    border-color: rgba(148, 163, 184, 0.2);
    color: #e5e7eb;
    box-shadow: 0 20px 40px rgba(15, 23, 42, 0.35);
}

.dark .air-datepicker .air-datepicker-nav[b-yeodjh4dd5],
.dark .air-datepicker .air-datepicker-time[b-yeodjh4dd5] {
    border-color: rgba(148, 163, 184, 0.15);
}

.dark .air-datepicker .air-datepicker-cell[b-yeodjh4dd5] {
    color: #e5e7eb;
}

.dark .air-datepicker .air-datepicker-cell.-selected-[b-yeodjh4dd5],
.dark .air-datepicker .air-datepicker-cell.-selected-:hover[b-yeodjh4dd5] {
    background: #3b82f6;
    color: #0f172a;
}

.dark .air-datepicker .air-datepicker-nav--action:hover[b-yeodjh4dd5],
.dark .air-datepicker .air-datepicker-button:hover[b-yeodjh4dd5] {
    background-color: rgba(59, 130, 246, 0.2);
    color: #bfdbfe;
}
