/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s3rf5n6nrf] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

.header[b-s3rf5n6nrf] {
    position: sticky;
    top: 0;
    z-index: 1030;
    background-color: #fff;
}

.main-content[b-s3rf5n6nrf] {
    flex: 1;
    display: flex;
    flex-direction: column;
    background-color: var(--bg-color);
}

.content[b-s3rf5n6nrf] {
    flex: 1;
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding-top: 2rem;
    padding-bottom: 4rem;
}

#blazor-error-ui[b-s3rf5n6nrf] {
    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-s3rf5n6nrf] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
/* NavMenu specific styles */
.navbar[b-yjfusi6vfh] {
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
    min-height: 4rem;
}

.navbar-brand[b-yjfusi6vfh] {
    font-weight: 700;
    color: var(--primary-color) !important;
    font-size: 1.25rem;
}

.nav-link[b-yjfusi6vfh] {
    color: #444 !important;
    font-weight: 500;
    padding: 0.5rem 1rem !important;
    transition: color 0.2s;
}

.nav-link:hover[b-yjfusi6vfh] {
    color: var(--primary-color) !important;
}

.nav-link.active[b-yjfusi6vfh] {
    color: var(--primary-color) !important;
    font-weight: 700;
}

.btn-primary.nav-link[b-yjfusi6vfh] {
    background-color: var(--primary-color) !important;
    border-color: var(--primary-color) !important;
    color: white !important;
    border-radius: 4px;
}

.btn-primary.nav-link:hover[b-yjfusi6vfh] {
    background-color: var(--primary-hover) !important;
}

@media (max-width: 991.98px) {
    .navbar-nav[b-yjfusi6vfh] {
        padding-top: 1rem;
        padding-bottom: 1rem;
    }
    .ms-lg-2[b-yjfusi6vfh] {
        margin-left: 0 !important;
        margin-top: 0.5rem;
    }
}
