/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ek234ecori] {

}

.main[b-ek234ecori] {
    position: absolute;
    right: 215px;
    top: 133px;
    left: 0;
    bottom: 0;
}

.sidebar[b-ek234ecori] {
    background-color: rgba(0,0,60,1);
    position: absolute;
    right: 0;
    top: 133px;
    bottom: 0;
    width: 200px;
}

.top-row[b-ek234ecori] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    height: 100px;
}



/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-d69m6gdhbb] {
    background-color: rgba(255, 255, 255, 1);
}

.top-row[b-d69m6gdhbb] {
    height: 3.5rem;
    background-color: rgba(0,0,60,1);
    border-style: dashed;
    border-width: thin;
    border-color: coral;
}

.navbar-brand[b-d69m6gdhbb] {
    font-size: 1.2rem;
}

.oi[b-d69m6gdhbb] {
    width: 2rem;
    font-size: 1.2rem;
    vertical-align: text-top;
    top: -2px;
}

.nav[b-d69m6gdhbb] {
    padding-right: 0;
    margin-right: 0;
}

.nav-item[b-d69m6gdhbb] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-d69m6gdhbb] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-d69m6gdhbb] {
        padding-bottom: 1rem;
    }

    .nav-item[b-d69m6gdhbb]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-d69m6gdhbb]  a.active {
            background-color: rgba(255,230,69,1);
            color: white;
        }

        .nav-item[b-d69m6gdhbb]  a:hover {
            background-color: rgba(255,230,69,1);
            color: white;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-d69m6gdhbb] {
        display: none;
    }

    .collapse[b-d69m6gdhbb] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}


.nav-item-custom1[b-d69m6gdhbb] {
    font-size: 1.2rem;
    padding-bottom: 0.5rem;
}

    .nav-item-custom1:first-of-type[b-d69m6gdhbb] {
        padding-top: 1rem;
    }

    .nav-item-custom1:last-of-type[b-d69m6gdhbb] {
        padding-bottom: 1rem;
    }

    .nav-item-custom1[b-d69m6gdhbb]  a {
        color: white;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item-custom1[b-d69m6gdhbb]  a.active {
            background-color: rgba(255,255,255,0.1);
            color: rgba(255,230,69,1);
        }

        .nav-item-custom1[b-d69m6gdhbb]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: rgba(255,230,69,1);
        }
