/* /Components/AccessPermissionItem.razor.rz.scp.css */
[b-ym5tqmbg1w] .container svg {
    display: inline-block;
    vertical-align: middle;
    margin-top: auto;
    margin-bottom: auto;
}

[b-ym5tqmbg1w] .item {
    border-top: none;
    border-bottom: none;
    background: rgba(0, 0, 0, 0.05)
}

[b-ym5tqmbg1w] .group-header {

}

/* /Components/RadarPanel.razor.rz.scp.css */
[b-cocwh1mfqm] .status-icon {
    height: 56px;
    width: 56px;
    border-radius: 56px;
    position: absolute;
    top: calc(50% - 20px);
    right: 96px;
    transform: translateY(-50%);
}

[b-cocwh1mfqm] .status-icon svg {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%)
}

.potential-offline[b-cocwh1mfqm] {
    animation: blinker-b-cocwh1mfqm 2.5s linear infinite;
}

@keyframes blinker-b-cocwh1mfqm {
    50% {
        opacity: 0.1;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ue12j0c5j8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

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

.sidebar[b-ue12j0c5j8] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-ue12j0c5j8] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

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

    .top-row[b-ue12j0c5j8]  a:hover, .top-row[b-ue12j0c5j8]  .btn-link:hover {
        text-decoration: underline;
    }

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

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

    .top-row.auth[b-ue12j0c5j8] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-ue12j0c5j8] {
        flex-direction: row;
    }

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

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

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

    .top-row[b-ue12j0c5j8], article[b-ue12j0c5j8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
[b-dwvujiiut8] .mud-navmenu.mud-navmenu-default .mud-nav-link.active:not(.mud-nav-link-disabled), [b-dwvujiiut8] .mud-list-subheader {
    color: inherit !important;
}

.outer[b-dwvujiiut8]  .header {
    text-align: center;
}

    .outer[b-dwvujiiut8]  .header h5 {
        color: white;
        text-transform: uppercase;
    }

        .outer[b-dwvujiiut8]  .header h5:first-child {
            font-size: 2.5rem;
            font-weight: 100;
            line-height: 2.2rem;
        }

        .outer[b-dwvujiiut8]  .header h5:last-child {
            font-weight: 400;
            line-height: calc(var(--mud-typography-h5-size) * 0.7);
        }

[b-dwvujiiut8] .mud-list-subheader {
    margin-top: 32px;
}
