/* /Components/Layout/MainLayout.razor.rz.scp.css */
/* Full-width, top-nav layout (no left sidebar). */
.page[b-1dtb7mg2sy] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
    background: #f6f8fc;
}

main[b-1dtb7mg2sy] {
    flex: 1;
    width: 100%;
}

.content[b-1dtb7mg2sy] {
    width: 100%;
    padding: 1.25rem 1.5rem 2.5rem;
}

.app-footer[b-1dtb7mg2sy] {
    width: 100%;
    padding: 0.9rem 1.5rem 1.4rem;
    text-align: center;
    font-size: 12px;
    color: #5c6a80;
    border-top: 1px solid #e6ebf3;
}

    .app-footer a[b-1dtb7mg2sy] {
        color: #5a6b82;
        text-decoration: none;
    }

    .app-footer a:hover[b-1dtb7mg2sy] {
        text-decoration: underline;
    }

    .app-footer-cols[b-1dtb7mg2sy] {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        gap: 2.4rem;
        text-align: left;
        max-width: 920px;
        margin: 0 auto 1rem;
        padding-bottom: 1rem;
        border-bottom: 1px solid #eef2f7;
    }

    .app-footer-col[b-1dtb7mg2sy] {
        display: flex;
        flex-direction: column;
        gap: 5px;
        min-width: 130px;
    }

    .app-footer-h[b-1dtb7mg2sy] {
        font-size: 10.5px;
        font-weight: 700;
        letter-spacing: 0.08em;
        text-transform: uppercase;
        color: #0b6b80;
        margin-bottom: 3px;
    }

    .app-footer-col a[b-1dtb7mg2sy] {
        font-size: 12.5px;
    }

    .app-footer-brand[b-1dtb7mg2sy] {
        margin-left: 1rem;
        padding-left: 1rem;
        border-left: 1px solid #e0e6ef;
        color: #5c6a80;
    }

#blazor-error-ui[b-1dtb7mg2sy] {
    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-1dtb7mg2sy] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
        color: #212529;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.mg-navbar[b-6648aeuerp] {
    box-shadow: 0 1px 3px rgba(16, 42, 90, 0.06);
}

.navbar-brand[b-6648aeuerp] {
    color: #0d2a52;
    font-size: 1.15rem;
    letter-spacing: -0.01em;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
}

.mg-brand-dot[b-6648aeuerp] {
    width: 14px;
    height: 14px;
    border-radius: 4px;
    background: linear-gradient(135deg, #0d6efd, #20c0d8);
    display: inline-block;
}

[b-6648aeuerp] .nav-link {
    color: #46586f;
    font-weight: 500;
    padding-left: 0.9rem !important;
    padding-right: 0.9rem !important;
}

[b-6648aeuerp] .nav-link:hover {
    color: #0a58ca;
}

/* Blazor adds the `active` class to the current NavLink. */
[b-6648aeuerp] a.nav-link.active {
    color: #0a58ca;
    font-weight: 600;
}
