/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-uvyiwhenvl] {
    display: flex;
    flex-direction: column;
    position: relative;
}

main[b-uvyiwhenvl] { flex: 1; }

.sidebar[b-uvyiwhenvl] { background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); }

.top-row[b-uvyiwhenvl] {
    align-items: center;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-uvyiwhenvl]  a, .top-row[b-uvyiwhenvl]  .btn-link {
    margin-left: 1.5rem;
    text-decoration: none;
    white-space: nowrap;
}

.top-row[b-uvyiwhenvl]  a:hover, .top-row[b-uvyiwhenvl]  .btn-link:hover { text-decoration: underline; }

.top-row[b-uvyiwhenvl]  a:first-child {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-uvyiwhenvl] { display: none; }

    .top-row.auth[b-uvyiwhenvl] { justify-content: space-between; }

    .top-row[b-uvyiwhenvl]  a, .top-row[b-uvyiwhenvl]  .btn-link { margin-left: 0; }
}

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

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

    .top-row[b-uvyiwhenvl] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-uvyiwhenvl]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-uvyiwhenvl], article[b-uvyiwhenvl] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k0xaqf4sht] { background-color: rgba(255, 255, 255, 0.1); }

.top-row[b-k0xaqf4sht] {
    background-color: rgba(0, 0, 0, 0.4);
    height: 3.5rem;
}

.navbar-brand[b-k0xaqf4sht] { font-size: 1.1rem; }

.oi[b-k0xaqf4sht] {
    font-size: 1.1rem;
    top: -2px;
    vertical-align: text-top;
    width: 2rem;
}

.nav-item[b-k0xaqf4sht] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-k0xaqf4sht] { padding-top: 1rem; }

.nav-item:last-of-type[b-k0xaqf4sht] { padding-bottom: 1rem; }

.nav-item[b-k0xaqf4sht]  a {
    align-items: center;
    border-radius: 4px;
    color: #d7d7d7;
    display: flex;
    height: 3rem;
    line-height: 3rem;
}

.nav-item[b-k0xaqf4sht]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-k0xaqf4sht]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}

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

    .collapse[b-k0xaqf4sht] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
