/* /Shared/LoginDisplay.razor.rz.scp.css */
@media (max-width: 640px) {
    .profile[b-n7xbiyqt3k] {
        display: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-3ffmbx5832] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-3ffmbx5832] {
    flex: 1;
}

.sidebar[b-3ffmbx5832] {
    /*background-image: linear-gradient(0deg, rgb(59, 170, 219) 0%, #3B3FDB 70%);*/
    background-color: #945AC9;
}

.top-row[b-3ffmbx5832] {
    background-color: #ffffff;
    /*border-bottom: 1px solid #d6d5d5;*/
    justify-content: flex-end;
    height: 3.5rem;
    color: black;
    display: flex;
    align-items: center;
}

    .top-row[b-3ffmbx5832]  a, .top-row .btn-link[b-3ffmbx5832] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-3ffmbx5832] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    /*.top-row:not(.auth) {
        display: none;
    }*/

    .top-row.auth[b-3ffmbx5832] {
        justify-content: space-between;
    }

    .top-row a[b-3ffmbx5832], .top-row .btn-link[b-3ffmbx5832] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-3ffmbx5832] {
        flex-direction: row;
    }

    .sidebar[b-3ffmbx5832] {
        width: 110px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-3ffmbx5832] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-3ffmbx5832], article[b-3ffmbx5832] {
        padding-left: 2rem !important;
        /*padding-right: 1.5rem !important;*/
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-iybq17aozg] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-iybq17aozg] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-iybq17aozg] {
    font-size: 1.1rem;
}

.oi[b-iybq17aozg] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-iybq17aozg] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-iybq17aozg] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-iybq17aozg] {
        padding-bottom: 1rem;
    }

    .nav-item[b-iybq17aozg]  a {
        color: #FFFFFF;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-iybq17aozg]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-iybq17aozg]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-iybq17aozg] {
        display: none;
    }

    .collapse[b-iybq17aozg] {
        display: block;
    }
}
