/* /Components/Dialogs/ActivityCreatorDialog.razor.rz.scp.css */
.fixed-dialog[b-vug92a1j6r] {
    position: fixed !important;
}
/* /Shared/CommandLayout.razor.rz.scp.css */
/* /Shared/EmptyLayout.razor.rz.scp.css */
/* /Shared/LoginDisplay.razor.rz.scp.css */
.kb-badge[b-cd4ma1qlxc] {
    height: 45px;
    width: 45px;
    line-height: 45px;
    font-size: 20px;
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    border: 2px solid #aeaeae;
    color: #aeaeae;
    border-radius: 50%; /* may require vendor prefixes */
}
/* /Shared/NavMenu.razor.rz.scp.css */

.sidebar[b-o7rc5xa3jf] {
    background: #0c1d59;
    width: 200px;
    height: 100vh;
    position: sticky;
    top: 0;
    overflow: hidden;
    transition: width 1s;
}

.top-row[b-o7rc5xa3jf] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.navbar-brand[b-o7rc5xa3jf] {
    font-size: 1.1rem;
    text-overflow: clip !important;
}

.oi[b-o7rc5xa3jf] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-o7rc5xa3jf] {
    font-size: 0.9rem;
    border-top: 1px solid rgba(255,255,255,0.25);
    /*padding-bottom: 0.5rem;*/
}

.nav-item:first-of-type[b-o7rc5xa3jf] {
    /*padding-top: 1rem;*/
    border-top: 0px;
}

.nav-item:last-of-type[b-o7rc5xa3jf] {
    padding-bottom: 1rem;
}

.nav-item[b-o7rc5xa3jf]  a {
    color: #d7d7d7;
    /*border-radius: 4px;*/
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-o7rc5xa3jf]  a.active {
    background-color: rgba(255 255 255 / 0.10);
    color: white;
}

.nav-item[b-o7rc5xa3jf]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}   



.minimised[b-o7rc5xa3jf] {
    /* Never collapse the sidebar for wide screens */
    width: 15px;
}


.kb-visible[b-o7rc5xa3jf] {
    visibility: visible;
    opacity: 1;
    transition: opacity 2s linear;
}

.kb-hidden[b-o7rc5xa3jf] {
    visibility: hidden;
    opacity: 0;
    transition: visibility 0s 0.6s, opacity 0.5s linear;
}

.pin-menu-button[b-o7rc5xa3jf] {
    position: absolute;
    top: 35px;
    right: 5px;
    color: grey;
    cursor: pointer;
    /*transition: visibility 0s 2s;*/
}

.dark-mode-button[b-o7rc5xa3jf] {
    position: absolute;
    top: 20px;
    right: 5px;
    font-size: 0.7rem;
    color: grey;
    cursor: pointer;
}
