/* _content/HDL_Portal/Components/Layout/MainLayout.razor.rz.scp.css */
.portal-shell[b-06m1bndiyx] {
    min-height: 100vh;
    display: grid;
    grid-template-columns: 280px minmax(0, 1fr);
    background: #eef2f1;
    color: #17201d;
}

.portal-sidebar[b-06m1bndiyx] {
    position: sticky;
    top: 0;
    height: 100vh;
    background: #18211f;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
    box-shadow: 16px 0 40px rgba(23, 32, 29, 0.12);
}

.portal-main[b-06m1bndiyx] {
    min-width: 0;
    display: flex;
    flex-direction: column;
}

.portal-topbar[b-06m1bndiyx] {
    position: sticky;
    top: 0;
    z-index: 10;
    min-height: 72px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 2rem;
    background: rgba(248, 250, 249, 0.92);
    border-bottom: 1px solid #d8e0dd;
    backdrop-filter: blur(14px);
}

.portal-topbar strong[b-06m1bndiyx] {
    display: block;
    font-size: 1.05rem;
    color: #18211f;
}

.eyebrow[b-06m1bndiyx] {
    display: block;
    font-size: 0.75rem;
    font-weight: 700;
    color: #0f766e;
    text-transform: uppercase;
    letter-spacing: 0;
}

.topbar-meta[b-06m1bndiyx] {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #5b6864;
    font-size: 0.9rem;
}

.topbar-meta > span[b-06m1bndiyx] {
    padding: 0.35rem 0.65rem;
    border: 1px solid #d8e0dd;
    border-radius: 999px;
    background: #ffffff;
}

.topbar-action[b-06m1bndiyx] {
    display: inline-flex;
    align-items: center;
    gap: 0.45rem;
    min-height: 38px;
    padding: 0.45rem 0.8rem;
    border: 1px solid #0f766e;
    border-radius: 8px;
    color: #ffffff;
    background: #0f766e;
    font-weight: 800;
    text-decoration: none;
    box-shadow: 0 10px 24px rgba(15, 118, 110, 0.18);
}

.topbar-action:hover[b-06m1bndiyx],
.topbar-action:focus[b-06m1bndiyx] {
    color: #ffffff;
    background: #0b5f59;
    border-color: #0b5f59;
    text-decoration: none;
}

.topbar-action .bi[b-06m1bndiyx] {
    font-size: 1rem;
    line-height: 1;
}

.portal-content[b-06m1bndiyx] {
    width: min(1180px, calc(100vw - 320px));
    padding: 2rem;
}

#blazor-error-ui[b-06m1bndiyx] {
    display: none;
    position: fixed;
    right: 1rem;
    bottom: 1rem;
    z-index: 1000;
    max-width: 460px;
    padding: 1rem 3rem 1rem 1rem;
    color: #ffffff;
    background: #9f2d20;
    border-radius: 8px;
    box-shadow: 0 18px 50px rgba(23, 32, 29, 0.24);
}

#blazor-error-ui a[b-06m1bndiyx] {
    color: #ffffff;
    font-weight: 700;
}

#blazor-error-ui .dismiss[b-06m1bndiyx] {
    position: absolute;
    top: 0.75rem;
    right: 1rem;
    cursor: pointer;
}

@media (max-width: 900px) {
    .portal-shell[b-06m1bndiyx] {
        grid-template-columns: 1fr;
    }

    .portal-sidebar[b-06m1bndiyx] {
        position: sticky;
        top: 0;
        z-index: 1000;
        height: auto;
        box-shadow: 0 12px 28px rgba(23, 32, 29, 0.16);
    }

    .portal-topbar[b-06m1bndiyx] {
        position: relative;
        align-items: flex-start;
        flex-direction: column;
        padding: 1rem;
    }

    .topbar-meta[b-06m1bndiyx] {
        flex-wrap: wrap;
        width: 100%;
    }

    .topbar-action[b-06m1bndiyx] {
        width: 100%;
        justify-content: center;
    }

    .portal-content[b-06m1bndiyx] {
        width: 100%;
        padding: 1rem;
    }
}
/* _content/HDL_Portal/Components/Layout/NavMenu.razor.rz.scp.css */
.top-row[b-heb8whwiec] {
    min-height: 92px;
    display: flex;
    align-items: center;
    padding: 1.25rem 1.25rem 0.75rem;
}

.navbar-brand[b-heb8whwiec] {
    display: inline-flex;
    align-items: center;
    color: #ffffff;
    text-decoration: none;
}

.navbar-brand img[b-heb8whwiec] {
    display: block;
    width: min(178px, 70vw);
    max-height: 56px;
    object-fit: contain;
}

.navbar-toggler[b-heb8whwiec] {
    appearance: none;
    cursor: pointer;
    width: 3rem;
    height: 2.5rem;
    position: absolute;
    top: 1rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler[b-heb8whwiec]::before {
    content: "≡";
    display: grid;
    place-items: center;
    height: 100%;
    color: #ffffff;
    font-size: 1.25rem;
}

.nav-scrollable[b-heb8whwiec] {
    display: none;
    padding: 0 0.9rem 1rem;
}

.navbar-toggler:checked ~ .nav-scrollable[b-heb8whwiec] {
    display: block;
}

.nav-item[b-heb8whwiec] {
    margin: 0.2rem 0;
}

.nav-item[b-heb8whwiec]  .nav-link {
    min-height: 46px;
    display: flex;
    align-items: center;
    gap: 0.75rem;
    color: #cdd8d5;
    text-decoration: none;
    border-radius: 8px;
    padding: 0.8rem 0.95rem;
    border: 1px solid transparent;
    transition: background-color 160ms ease, color 160ms ease, border-color 160ms ease, transform 160ms ease;
}

.nav-item[b-heb8whwiec]  .nav-link:hover {
    color: #ffffff;
    background: rgba(255, 255, 255, 0.08);
    border-color: rgba(255, 255, 255, 0.08);
    transform: translateX(2px);
}

.nav-item[b-heb8whwiec]  a.active {
    color: #ffffff;
    background: rgba(15, 118, 110, 0.32);
    border-color: rgba(20, 184, 166, 0.38);
    box-shadow: inset 3px 0 0 #14b8a6;
}

.bi[b-heb8whwiec] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    flex: 0 0 auto;
    width: 1.25rem;
    height: 1.25rem;
    font-size: 1.18rem;
    line-height: 1;
    opacity: 0.94;
}
@media (min-width: 901px) {
    .navbar-toggler[b-heb8whwiec] {
        display: none;
    }

    .nav-scrollable[b-heb8whwiec] {
        display: block;
        height: calc(100vh - 92px);
        overflow-y: auto;
    }
}

@media (max-width: 900px) {
    .top-row[b-heb8whwiec] {
        min-height: 68px;
        padding: 0.55rem 1rem;
    }

    .navbar-brand img[b-heb8whwiec] {
        width: min(138px, 58vw);
        max-height: 42px;
    }

    .navbar-toggler[b-heb8whwiec] {
        top: 0.85rem;
        right: 1rem;
    }

    .nav-scrollable[b-heb8whwiec] {
        max-height: calc(100vh - 68px);
        overflow-y: auto;
    }
}

