/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-zwit4i41bs] {
    /* page is the root */
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /* full screen */ 
}

main[b-zwit4i41bs] {
    /* main is under page and has all the components */
    flex: 1;
    background: #1d2124;
    color: #b9bbbe;    
    padding-top: 4%;
}

@media screen and (max-width: 416px){
    main[b-zwit4i41bs] {
        /* main is under page and has all the components */
        padding-top: 20%;
    }
}

@media screen and (min-width: 420px) and (max-width: 999px){
    main[b-zwit4i41bs] {
        /* main is under page and has all the components */
        padding-top: 8%;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-oa5lpf7vwm] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-oa5lpf7vwm] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-oa5lpf7vwm] {
    font-size: 1.1rem;
}

.oi[b-oa5lpf7vwm] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-oa5lpf7vwm] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-oa5lpf7vwm] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-oa5lpf7vwm] {
        padding-bottom: 1rem;
    }

    .nav-item[b-oa5lpf7vwm]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-oa5lpf7vwm]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-oa5lpf7vwm]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-oa5lpf7vwm] {
        display: none;
    }

    .collapse[b-oa5lpf7vwm] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-oa5lpf7vwm] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
