/* _content/SmartAttendance.Web/Components/Layout/MainLayout.razor.rz.scp.css */
.app-shell[b-pd58st8qsy] {
    min-height: 100vh;
    background: #f4f7fb;
}

.sidebar[b-pd58st8qsy] {
    position: relative;
    background: #ffffff;
    border-bottom: 1px solid #dde4ef;
}

.main-surface[b-pd58st8qsy] {
    min-width: 0;
}

.topbar[b-pd58st8qsy] {
    position: sticky;
    top: 0;
    z-index: 10;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    min-height: 4.25rem;
    padding: 0.8rem 1rem;
    background: rgba(255, 255, 255, 0.94);
    border-bottom: 1px solid #dde4ef;
}

.topbar strong[b-pd58st8qsy],
.topbar span[b-pd58st8qsy] {
    display: block;
}

.topbar span[b-pd58st8qsy] {
    color: #6b7688;
    font-size: 0.85rem;
}

.topbar-actions[b-pd58st8qsy] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.user-chip[b-pd58st8qsy] {
    min-height: 2.25rem;
    padding: 0.45rem 0.75rem;
    border-radius: 0.5rem;
    background: #102033;
    color: #fff;
    font-weight: 700;
}

.content[b-pd58st8qsy] {
    padding: 1rem;
}

#blazor-error-ui[b-pd58st8qsy] {
    color-scheme: light only;
    background: #fff4d5;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.75rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-pd58st8qsy] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

@media (min-width: 780px) {
    .app-shell[b-pd58st8qsy] {
        display: grid;
        grid-template-columns: 17rem minmax(0, 1fr);
    }

    .sidebar[b-pd58st8qsy] {
        position: sticky;
        top: 0;
        height: 100vh;
        border-right: 1px solid #dde4ef;
        border-bottom: 0;
    }

    .content[b-pd58st8qsy] {
        padding: 1.25rem 1.5rem 2rem;
    }
}
/* _content/SmartAttendance.Web/Components/Layout/NavMenu.razor.rz.scp.css */
.brand[b-eg7kdf5xja] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    padding: 1.25rem;
}

.brand-logo[b-eg7kdf5xja] {
    display: block;
    width: 3.25rem;
    height: auto;
    flex: 0 0 auto;
    object-fit: contain;
}

.brand strong[b-eg7kdf5xja],
.brand small[b-eg7kdf5xja] {
    display: block;
}

.brand small[b-eg7kdf5xja] {
    color: #7c8798;
    font-size: 0.76rem;
}

.navbar-toggler[b-eg7kdf5xja] {
    appearance: none;
    cursor: pointer;
    width: 2.5rem;
    height: 2.5rem;
    position: absolute;
    top: 1.25rem;
    right: 1rem;
    border: 1px solid #d6dce6;
    border-radius: 0.5rem;
    background: #fff;
}

.navbar-toggler[b-eg7kdf5xja]::before {
    content: "Menu";
    font-size: 0.7rem;
}

.nav-scrollable[b-eg7kdf5xja] {
    display: none;
    padding: 0.5rem 0.75rem 1.25rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-eg7kdf5xja] {
    display: block;
}

[b-eg7kdf5xja] .nav-link {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    min-height: 2.75rem;
    margin-bottom: 0.35rem;
    border-radius: 0.5rem;
    color: #445064;
    font-weight: 700;
}

[b-eg7kdf5xja] .nav-link span {
    width: 1.8rem;
    color: #8a95a8;
    font-size: 0.75rem;
}

[b-eg7kdf5xja] .nav-link.active {
    background: #e8f6f5;
    color: #087f7c;
}

[b-eg7kdf5xja] .nav-link:hover {
    background: #f2f5f9;
    color: #0f172a;
}

@media (min-width: 780px) {
    .navbar-toggler[b-eg7kdf5xja] {
        display: none;
    }

    .nav-scrollable[b-eg7kdf5xja] {
        display: block;
        height: calc(100vh - 5rem);
        overflow-y: auto;
    }
}
