/* /Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-s2i2o7u8yo] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

main[b-s2i2o7u8yo] {
    flex: 1;
    display: flex;
    flex-direction: column;
    min-width: 0;
}

.sidebar[b-s2i2o7u8yo] {
    background: var(--mo-sidebar-bg);
}

.topbar[b-s2i2o7u8yo] {
    height: 3.25rem;
    display: flex;
    align-items: center;
    gap: .5rem;
    padding: 0 1.25rem;
    background-color: var(--bs-body-bg);
    border-bottom: 1px solid var(--bs-border-color);
    position: sticky;
    top: 0;
    z-index: 5;
}

.topbar-spacer[b-s2i2o7u8yo] {
    flex: 1;
}

.topbar-brand[b-s2i2o7u8yo] {
    font-weight: 700;
    color: var(--bs-emphasis-color);
    text-decoration: none;
}

.topbar-user[b-s2i2o7u8yo] {
    font-size: .85rem;
    color: var(--bs-secondary-color);
    max-width: 14rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (min-width: 641px) {
    .page[b-s2i2o7u8yo] {
        flex-direction: row;
    }

    .sidebar[b-s2i2o7u8yo] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
        flex-shrink: 0;
    }
}

#blazor-error-ui[b-s2i2o7u8yo] {
    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-s2i2o7u8yo] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Layout/NavMenu.razor.rz.scp.css */
.nav-brand[b-ut59ukakmh] {
    display: flex;
    align-items: center;
    min-height: 3.25rem;
    padding: 0 1.1rem;
    border-bottom: 1px solid rgba(255, 255, 255, .08);
}

.brand-link[b-ut59ukakmh] {
    display: flex;
    align-items: center;
    gap: .6rem;
    color: #fff;
    text-decoration: none;
    font-weight: 700;
    font-size: 1.05rem;
}

.brand-stack[b-ut59ukakmh] {
    display: flex;
    flex-direction: column;
    line-height: 1.15;
}

.brand-sub[b-ut59ukakmh] {
    font-size: .58rem;
    font-weight: 600;
    letter-spacing: .12em;
    text-transform: uppercase;
    color: rgba(255, 255, 255, .45);
}

.brand-mark[b-ut59ukakmh] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 1.9rem;
    height: 1.9rem;
    border-radius: .55rem;
    background: linear-gradient(135deg, #d8a83e, #1677e8);
    color: #0c1e33;
    font-weight: 800;
}

.navbar-toggler[b-ut59ukakmh] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    position: absolute;
    top: 0.4rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.12);
    border-radius: .4rem;
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.7%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.6rem rgba(255, 255, 255, 0.08);
}

.navbar-toggler:checked[b-ut59ukakmh] {
    background-color: rgba(255, 255, 255, 0.2);
}

.nav-section[b-ut59ukakmh] {
    color: rgba(255, 255, 255, .4);
    font-size: .68rem;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
    padding: 1rem 1.4rem .35rem;
}

.nav-item[b-ut59ukakmh] {
    font-size: .9rem;
    padding: .1rem .65rem;
}

.nav-item[b-ut59ukakmh]  .bi {
    display: inline-block;
    width: 1.25rem;
    margin-right: 0.7rem;
    font-size: 1rem;
    text-align: center;
    opacity: 0.9;
}

.nav-item[b-ut59ukakmh]  .nav-link {
    color: #cfd2dc;
    background: none;
    border: none;
    border-radius: .5rem;
    height: 2.6rem;
    display: flex;
    align-items: center;
    width: 100%;
    padding: 0 .8rem;
}

.nav-item[b-ut59ukakmh]  a.active {
    background: linear-gradient(90deg, rgba(216, 168, 62, .30), rgba(216, 168, 62, .08));
    color: #fff;
    box-shadow: inset 3px 0 0 #d8a83e;
}

.nav-item[b-ut59ukakmh]  .nav-link:hover {
    background-color: rgba(255, 255, 255, 0.07);
    color: #fff;
}

.nav-scrollable[b-ut59ukakmh] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-ut59ukakmh] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-ut59ukakmh] {
        display: none;
    }

    .nav-scrollable[b-ut59ukakmh] {
        display: block;
        height: calc(100vh - 3.25rem);
        overflow-y: auto;
    }
}
