/* /Shared/Components/ListItems.razor.rz.scp.css */
.subitem:last-child[b-dzzazmrgnd] {
    padding-bottom: 0;
}
/* /Shared/Components/UserCard.razor.rz.scp.css */
.custom-card.card[b-ab9u4rcb32] {
    color: #333333;
}

.custom-card .card-header[b-ab9u4rcb32] {
    height: 4rem;
    padding: 0.75rem;
}

.custom-card .card-image-wrapper[b-ab9u4rcb32] {
    width: 2.5rem;
    height: 2.5rem;
    margin-right: 0.75rem;
}

.custom-card .card-title[b-ab9u4rcb32] {
    font-weight: 700;
}

    .custom-card .card-title > a[b-ab9u4rcb32] {
        text-decoration: none;
        color: black;
    }

.custom-card .card-title[b-ab9u4rcb32], .custom-card .card-text[b-ab9u4rcb32] {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
/* /Shared/MainLayout.razor.rz.scp.css */
.sidebar[b-v6f0blhfbg] { background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%); }

header[b-v6f0blhfbg] {
    background-color: #333333;
    height: 3.75rem;
    padding: 0 1rem;
}

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

        header[b-v6f0blhfbg]  a:hover, header[b-v6f0blhfbg]  .btn-link:hover { text-decoration: underline; }

        header[b-v6f0blhfbg]  a:first-child {
            overflow: hidden;
            text-overflow: ellipsis;
        }

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

    header.auth[b-v6f0blhfbg] { justify-content: space-between; }

    header[b-v6f0blhfbg]  a, header[b-v6f0blhfbg]  .btn-link { margin-left: 0; }
}

@media (min-width: 641px) {
    .sidebar[b-v6f0blhfbg] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    header[b-v6f0blhfbg] {
        padding: 0 2.813rem;
    }

    header.auth[b-v6f0blhfbg]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oprsmu5m5h] {
    background-color: rgba(255, 255, 255, 0.1);
}

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

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

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

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

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

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

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

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

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

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

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