/* /Shared/LoginDisplay.razor.rz.scp.css */
a[b-e0p9coa0ep], .btn-link[b-e0p9coa0ep] {
    white-space: nowrap;
    margin-right: 10px;
    text-decoration: none;
    color: var(--color-very-light-gray);
    display: flex;
    cursor: pointer;
}

    a:hover[b-e0p9coa0ep], .btn-link:hover[b-e0p9coa0ep],
    a:focus[b-e0p9coa0ep], .btn-link:focus[b-e0p9coa0ep] {
        text-decoration: none;
        color: var(--color-off-white);
        display: flex;
        box-shadow: none;
    }

    a.login-menu:hover > div:nth-child(1)[b-e0p9coa0ep] {
        text-decoration: underline;
    }

div.fa[b-e0p9coa0ep] {
    font-size: 22px;
}

div.profile-container[b-e0p9coa0ep] {
    top: 15px;
    position: absolute;
}

div.profile-signin[b-e0p9coa0ep] {
    padding-top: 0.35em;
    padding-left: 0.5em;
}

.profile-signout[b-e0p9coa0ep] {
    font-size: 1.25em;
}

div.profile-name[b-e0p9coa0ep] {
    padding-top: 0.35em;
    padding-left: 0.5em;
    font-size: 1.25em;
}

.profile-name-caret[b-e0p9coa0ep] {
    padding-top: 0.75em;
    padding-left: 0.5em;
}

.dropdown-toggle[b-e0p9coa0ep] {
    margin-right: 0px;
}

    .dropdown-toggle[b-e0p9coa0ep]:after {
        margin-top: 8px;
    }

ul.dropdown-menu[b-e0p9coa0ep] {
    color: var(--color-black);
    cursor: pointer;
}

li.dropdown-item[b-e0p9coa0ep] {
    padding: 0.25rem 1rem;
}

    li.dropdown-item:hover[b-e0p9coa0ep] {
        background-color: rgba(var(--color-very-light-gray-rgb), 0.5);
    }


.header-actions-container[b-e0p9coa0ep] {
    display: flex;
}

.btn.home[b-e0p9coa0ep] {
    padding-right: 0px;
}

.btn.profile[b-e0p9coa0ep] {
    padding-left: 0px;
}

    .btn.profile:focus[b-e0p9coa0ep] {
        box-shadow: unset;
    }
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-7lhiz1oj5d] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-7lhiz1oj5d] {
    flex: 1;
}

.sidebar[b-7lhiz1oj5d] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-7lhiz1oj5d] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-7lhiz1oj5d]  a, .top-row .btn-link[b-7lhiz1oj5d] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-7lhiz1oj5d] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-7lhiz1oj5d] {
        display: none;
    }

    .top-row.auth[b-7lhiz1oj5d] {
        justify-content: space-between;
    }

    .top-row a[b-7lhiz1oj5d], .top-row .btn-link[b-7lhiz1oj5d] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-7lhiz1oj5d] {
        flex-direction: row;
    }

    .sidebar[b-7lhiz1oj5d] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-7lhiz1oj5d] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-7lhiz1oj5d] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-k6ebseo4xw] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-k6ebseo4xw] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-k6ebseo4xw] {
    font-size: 1.1rem;
}

.oi[b-k6ebseo4xw] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-k6ebseo4xw] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-k6ebseo4xw] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-k6ebseo4xw] {
        padding-bottom: 1rem;
    }

    .nav-item[b-k6ebseo4xw]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-k6ebseo4xw]  a.active {
            background-color: rgba(255,255,255,0.25);
            color: white;
        }

        .nav-item[b-k6ebseo4xw]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-k6ebseo4xw] {
        display: none;
    }

    .collapse[b-k6ebseo4xw] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
