/* _content/Memoras.Web/Shared/MainLayout.razor.rz.scp.css */
.page[b-9mq65t1m2u] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-9mq65t1m2u] {
    flex: 1;
}

.sidebar[b-9mq65t1m2u] {
    background-image: linear-gradient(180deg, var(--rz-primary-dark) 0%, var(--rz-secondary-dark) 70%);
}

.top-row[b-9mq65t1m2u] {
    background-color: var(--rz-base-100);
    border-bottom: 1px solid var(--rz-border-color);
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

.top-row[b-9mq65t1m2u]  a,
.top-row .btn-link[b-9mq65t1m2u] {
    white-space: nowrap;
    margin-left: 1.5rem;
}

.top-row a:first-child[b-9mq65t1m2u] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-9mq65t1m2u] {
        display: none;
    }

    .top-row.auth[b-9mq65t1m2u] {
        justify-content: space-between;
    }

    .top-row a[b-9mq65t1m2u],
    .top-row .btn-link[b-9mq65t1m2u] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-9mq65t1m2u] {
        flex-direction: row;
    }

    .sidebar[b-9mq65t1m2u] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-9mq65t1m2u] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-9mq65t1m2u],
    article[b-9mq65t1m2u] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/Memoras.Web/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-3bf6qpbgm9] {
    background-color: var(--rz-primary-lighter);
}

.top-row[b-3bf6qpbgm9] {
    height: 3.5rem;
    background-color: var(--rz-primary-darker);
}

.navbar-brand[b-3bf6qpbgm9] {
    font-size: 1.1rem;
}

.oi[b-3bf6qpbgm9] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-3bf6qpbgm9] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-3bf6qpbgm9] {
    padding-top: 1rem;
}

.nav-item:last-of-type[b-3bf6qpbgm9] {
    padding-bottom: 1rem;
}

.nav-item[b-3bf6qpbgm9]  a {
    color: var(--rz-primary-contrast);
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-3bf6qpbgm9]  a.active {
    background-color: var(--rz-primary-lighter);
    color: var(--rz-primary-contrast);
}

.nav-item[b-3bf6qpbgm9]  a:hover {
    background-color: var(--rz-primary-light);
    color: var(--rz-primary-contrast);
}

@media (min-width: 641px) {
    .navbar-toggler[b-3bf6qpbgm9] {
        display: none;
    }

    .collapse[b-3bf6qpbgm9] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-3bf6qpbgm9] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
