/* _content/SPMCloud/Shared/MainLayout.razor.rz.scp.css */
.page[b-upu8wa4fjq] {
    display: flex;
    flex-direction: column;
    position: relative;
}

.topnav[b-upu8wa4fjq] {
    background-color: rgba(0, 0, 0, 0.4);
    height: 3.5rem;
}

.navbar-toggler[b-upu8wa4fjq] { background-color: #05163C; }

.navbar-dark .navbar-toggler[b-upu8wa4fjq] {
    border-color: transparent;
    color: transparent;
}

.navbar-brand[b-upu8wa4fjq] {
    font-size: 1.1rem;
    margin-right: 24px;
}

@media (min-width: 641px) {
    .navbar-toggler[b-upu8wa4fjq] { display: block; }

    .collapse[b-upu8wa4fjq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}

.main[b-upu8wa4fjq] { flex: 1; }

.sidebar[b-upu8wa4fjq] { background-color: transparent; }

.top-row[b-upu8wa4fjq] {
    align-items: left;
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    display: flex;
    height: 3.5rem;
    justify-content: flex-end;
}

.top-row[b-upu8wa4fjq]  a, .top-row .btn-link[b-upu8wa4fjq] {
    margin-left: 1.5rem;
    white-space: nowrap;
}

.top-row a:first-child[b-upu8wa4fjq] {
    overflow: hidden;
    text-overflow: ellipsis;
}

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-upu8wa4fjq] { display: none; }

    .top-row.auth[b-upu8wa4fjq] { justify-content: space-between; }

    .top-row a[b-upu8wa4fjq], .top-row .btn-link[b-upu8wa4fjq] { margin-left: 0; }
}

@media (min-width: 641px) {
    .page[b-upu8wa4fjq] { flex-direction: row; }

    .sidebar[b-upu8wa4fjq] {
        height: 100vh;
        position: sticky;
        top: 0;
        width: 250px;
    }

    .top-row[b-upu8wa4fjq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-upu8wa4fjq] {
        padding-left: 1rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/SPMCloud/Shared/NavMenu.razor.rz.scp.css */
.oi[b-jx3onyz1tx] {
    font-size: 1.1rem;
    top: -2px;
    vertical-align: text-top;
    width: 2rem;
}

.nav-item[b-jx3onyz1tx] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

.nav-item:first-of-type[b-jx3onyz1tx] { padding-top: 1rem; }

.nav-item:last-of-type[b-jx3onyz1tx] { padding-bottom: 1rem; }

.nav-item[b-jx3onyz1tx]  a {
    align-items: center;
    border-radius: 4px;
    color: #d7d7d7;
    display: flex;
    height: 3rem;
    line-height: 3rem;
}

.nav-item[b-jx3onyz1tx]  a.active {
    background-color: rgba(255, 255, 255, 0.25);
    color: white;
}

.nav-item[b-jx3onyz1tx]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white;
}
