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

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

.sidebar[b-j376de2kpq] {
    /*background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    background-image: linear-gradient(180deg, #2b2b2b 0%, #1c1c1c 70%);
    border-right: 1px solid #444444;
}

.top-row[b-j376de2kpq] {
    /*    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;*/
    background-color: #2b2b2b;
    border-bottom: 1px solid #444444;
    justify-content: flex-end;
    height: 2.5rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

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

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

@media (max-width: 800px) {
    .top-row[b-j376de2kpq] {
        justify-content: space-between;
    }

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

@media (min-width: 801px) {

    .page[b-j376de2kpq] {
        flex-direction: row;
    }

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

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

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

    .top-row[b-j376de2kpq], article[b-j376de2kpq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/AppBlazorServer/Shared/NavMenu.razor.rz.scp.css */

.navbar-toggler[b-1iyruv69x0] {
    appearance: none;
    padding: .1rem .1rem;
    appearance: none;
    cursor: pointer;
    width: 2.3rem;
    height: 2.3rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background-color: rgba(255, 255, 255, 0.1);
    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.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}
    .navbar-toggler:checked[b-1iyruv69x0] {
        background-color: rgba(255, 255, 255, 0.5);
    }


.navbar-brand[b-1iyruv69x0] {
    font-size: 1.1rem;
    color: #e1e1e1;
}



.nav-item[b-1iyruv69x0] {
    font-size: 0.9rem;
}

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

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

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

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

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

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

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