/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-govrcu5uau] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-govrcu5uau] {
    flex: 1;
}

.sidebar[b-govrcu5uau] {
    background-color: var(--neutral-10);
}

.top-row[b-govrcu5uau] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-govrcu5uau]  a,
.top-row[b-govrcu5uau]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

.top-row[b-govrcu5uau]  a:hover,
.top-row[b-govrcu5uau]  .btn-link:hover {
    text-decoration: underline;
}

.top-row[b-govrcu5uau]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row[b-govrcu5uau] {
        justify-content: space-between;
    }

    .top-row[b-govrcu5uau]  a,
    .top-row[b-govrcu5uau]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-govrcu5uau] {
        flex-direction: row;
    }

    .sidebar[b-govrcu5uau] {
        width: 280px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-govrcu5uau] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-govrcu5uau]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-govrcu5uau],
    article[b-govrcu5uau] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-hcjvho5vax] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-hcjvho5vax] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.1);
}

.navbar-brand[b-hcjvho5vax] {
    font-size: 1.1rem;
}

.bi[b-hcjvho5vax] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.nav-item[b-hcjvho5vax] {
    font-size: 0.9rem;
}

.nav-item[b-hcjvho5vax]  a {
    color: var(--neutral-4);
    border-radius: 6px;
    height: 2.75rem;
    display: flex;
    align-items: center;
    padding: 0 1rem;
    margin: 0.125rem 0.5rem;
    transition: all 0.2s;
}

.nav-item[b-hcjvho5vax]  a.active {
    background-color: var(--primary-500);
    color: white;
}

.nav-item[b-hcjvho5vax]  a:hover {
    background-color: rgba(255, 255, 255, 0.05);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-hcjvho5vax] {
        display: none;
    }

    .collapse[b-hcjvho5vax] {
        display: block;
    }

    .nav-scrollable[b-hcjvho5vax] {
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
