/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-39ybj0qvtg] {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
    background: #eef2f5;
}

main[b-39ybj0qvtg] {
    flex: 1;
    min-width: 0;
}

.page-full-width main[b-39ybj0qvtg] {
    width: 100%;
}

.sidebar[b-39ybj0qvtg] {
    background: #24313c;
    border-right: 1px solid rgba(255, 255, 255, 0.08);
}

.top-row[b-39ybj0qvtg] {
    height: 3.25rem;
    display: flex;
    align-items: center;
}

.app-toolbar[b-39ybj0qvtg] {
    background: #ffffff;
    border-bottom: 1px solid #d8e0e6;
    justify-content: space-between;
    position: sticky;
    top: 0;
    z-index: 2;
}

.toolbar-brand[b-39ybj0qvtg] {
    display: flex;
    align-items: center;
    gap: 1.7rem;
    color: #1f2a33;
}

.toolbar-brand strong[b-39ybj0qvtg] {
    color: #075fac;
    font-size: 1.55rem;
    font-weight: 900;
    line-height: 1;
}

.toolbar-brand span[b-39ybj0qvtg] {
    color: #008020;
    font-size: 1rem;
    font-weight: 700;
}

.toolbar-actions[b-39ybj0qvtg] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    color: #0b2440;
    font-size: 0.8rem;
}

.toolbar-actions button[b-39ybj0qvtg] {
    border: 0;
    background: transparent;
    color: #0b2440;
    font: inherit;
    font-weight: 500;
    padding: 0.15rem 0.25rem;
}

.toolbar-link-button[b-39ybj0qvtg] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    white-space: nowrap;
}

.toolbar-link-button:hover[b-39ybj0qvtg] {
    color: #075fac;
}

.toolbar-help-icon[b-39ybj0qvtg] {
    width: 1.05rem;
    height: 1.05rem;
    display: inline-grid;
    place-items: center;
    border-radius: 50%;
    background: #2a75b8;
    color: #ffffff;
    font-size: 0.78rem;
    font-weight: 900;
}

.toolbar-support-icon[b-39ybj0qvtg] {
    position: relative;
    width: 1.05rem;
    height: 1.05rem;
    display: inline-block;
}

.toolbar-support-icon[b-39ybj0qvtg]::before {
    content: "";
    position: absolute;
    left: 0.27rem;
    top: 0.08rem;
    width: 0.52rem;
    height: 0.52rem;
    border-radius: 50%;
    background: #b46a33;
    box-shadow: inset 0 -0.12rem 0 #f0b183;
}

.toolbar-support-icon[b-39ybj0qvtg]::after {
    content: "";
    position: absolute;
    left: 0.17rem;
    bottom: 0.03rem;
    width: 0.72rem;
    height: 0.48rem;
    border-radius: 0.24rem 0.24rem 0.12rem 0.12rem;
    background: #1d5f99;
}

.toolbar-power-icon[b-39ybj0qvtg] {
    position: relative;
    width: 1.1rem;
    height: 1.1rem;
    display: inline-block;
}

.toolbar-power-icon[b-39ybj0qvtg]::before {
    content: "";
    position: absolute;
    left: 0.18rem;
    top: 0.28rem;
    width: 0.74rem;
    height: 0.74rem;
    border: 0.19rem solid #0b69c7;
    border-top-color: transparent;
    border-radius: 50%;
}

.toolbar-power-icon[b-39ybj0qvtg]::after {
    content: "";
    position: absolute;
    left: 0.46rem;
    top: 0;
    width: 0.18rem;
    height: 0.55rem;
    border-radius: 0.1rem;
    background: #e02020;
}

.toolbar-user-label[b-39ybj0qvtg] {
    margin-left: 1rem;
    color: #324b60;
}

.toolbar-user[b-39ybj0qvtg] {
    color: #001a35;
    font-size: 0.92rem;
    letter-spacing: 0.03rem;
}

.native-dialog-backdrop[b-39ybj0qvtg] {
    position: fixed;
    inset: 0;
    z-index: 80;
    display: grid;
    place-items: start center;
    padding-top: 5.4rem;
    background: rgba(15, 28, 39, 0.42);
}

.native-dialog[b-39ybj0qvtg] {
    width: min(92vw, 520px);
    background: #fff;
    border: 1px solid #c8d6e1;
    border-radius: 6px;
    box-shadow: 0 24px 60px rgba(0, 0, 0, 0.25);
}

.native-dialog-heading[b-39ybj0qvtg] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
    padding: 1rem 1.1rem;
    background: #eaf3fb;
    border-bottom: 1px solid #c8d6e1;
}

.native-dialog-heading h2[b-39ybj0qvtg] {
    margin: 0;
    color: #082949;
    font-size: 1.15rem;
    font-weight: 900;
}

.native-dialog-close[b-39ybj0qvtg] {
    min-height: 2.2rem;
    border: 1px solid #e21e2b;
    border-radius: 4px;
    color: #e21e2b;
    background: #fff;
    font-weight: 800;
}

.header-action-content[b-39ybj0qvtg] {
    display: grid;
    gap: 0.85rem;
    padding: 1rem 1.1rem 1.15rem;
    color: #17324d;
}

.header-action-content p[b-39ybj0qvtg] {
    margin: 0;
}

.header-action-content dl[b-39ybj0qvtg] {
    display: grid;
    grid-template-columns: 8rem 1fr;
    gap: 0.45rem 0.75rem;
    margin: 0;
}

.header-action-content dt[b-39ybj0qvtg] {
    font-weight: 900;
}

.header-action-content dd[b-39ybj0qvtg] {
    margin: 0;
}

.header-action-note[b-39ybj0qvtg] {
    padding: 0.65rem 0.75rem;
    background: #fff8d9;
    border: 1px solid #eadb93;
    border-radius: 4px;
    font-weight: 700;
}

.app-content[b-39ybj0qvtg] {
    min-height: calc(100vh - 3.25rem);
    padding-top: 1.25rem;
    padding-bottom: 2rem;
    background-color: rgba(238, 242, 245, 0.95);
    background-size: cover;
    background-position: center;
}

@media (min-width: 641px) {
    .page[b-39ybj0qvtg] {
        flex-direction: row;
    }

    .sidebar[b-39ybj0qvtg] {
        width: 270px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-39ybj0qvtg],
    article[b-39ybj0qvtg] {
        padding-left: 1.5rem !important;
        padding-right: 1.5rem !important;
    }

    .page-full-width .top-row[b-39ybj0qvtg],
    .page-full-width article[b-39ybj0qvtg] {
        padding-left: 1rem !important;
        padding-right: 1rem !important;
    }
}

#blazor-error-ui[b-39ybj0qvtg] {
    color-scheme: light only;
    background: #fff3cd;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

#blazor-error-ui .dismiss[b-39ybj0qvtg] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-36tktmk3sc] {
    appearance: none;
    cursor: pointer;
    width: 3.25rem;
    height: 2.4rem;
    position: absolute;
    top: 0.45rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.18);
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.08);
}

.navbar-toggler[b-36tktmk3sc]::before {
    content: "Menu";
    color: #ffffff;
    font-size: 0.75rem;
}

.top-row[b-36tktmk3sc] {
    min-height: 3.25rem;
    background: #1c2833;
}

.navbar-brand[b-36tktmk3sc] {
    font-size: 1.15rem;
    font-weight: 800;
    letter-spacing: 0;
}

.menu-brand[b-36tktmk3sc] {
    display: flex;
    align-items: center;
    gap: 0.65rem;
}

.menu-brand img[b-36tktmk3sc] {
    width: 2.15rem;
    height: 2.15rem;
    object-fit: contain;
    flex: 0 0 auto;
}

.nav-section[b-36tktmk3sc] {
    padding: 1.1rem 1rem 0.4rem;
    color: #9fb0bf;
    font-size: 0.74rem;
    font-weight: 800;
    text-transform: uppercase;
}

.nav-item[b-36tktmk3sc] {
    font-size: 0.9rem;
    padding-bottom: 0.2rem;
}

.nav-item[b-36tktmk3sc]  .nav-link {
    color: #dce5ec;
    background: transparent;
    border: none;
    border-radius: 4px;
    min-height: 2.35rem;
    display: flex;
    align-items: center;
    line-height: 1.15rem;
    width: 100%;
    padding: 0.55rem 0.75rem;
}

.nav-dot[b-36tktmk3sc] {
    width: 0.42rem;
    height: 0.42rem;
    border-radius: 50%;
    background: #93a8b9;
    margin-right: 0.7rem;
    flex: 0 0 auto;
}

.nav-item[b-36tktmk3sc]  a.active {
    background: #345063;
    color: #ffffff;
}

.nav-item[b-36tktmk3sc]  a.active .nav-dot {
    background: #8cc7ff;
}

.nav-item[b-36tktmk3sc]  .nav-link:hover {
    background: rgba(255, 255, 255, 0.08);
    color: #ffffff;
}

.nav-scrollable[b-36tktmk3sc] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-36tktmk3sc] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-36tktmk3sc] {
        display: none;
    }

    .nav-scrollable[b-36tktmk3sc] {
        display: block;
        height: calc(100vh - 3.25rem);
        overflow-y: auto;
        padding-bottom: 1rem;
    }
}
