/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ue12j0c5j8] {
    position:relative;
    display: flex;
    /* background-color: rgb(44, 43, 40); */
    /* background-color: rgb(40, 38, 40); */
    background-color: rgb(0, 0, 0);
    flex-direction: column;
    height: 150vh;
    width: 100vw;
}

.main[b-ue12j0c5j8] {
    flex: 1;
    margin-left: 0px;
    margin-right: 0px;
    background-color: rgb(40, 38, 40);
    display: flex; /*block;*/
    flex-direction: column;
    height: 100vh;
    width: 100vw;
    overflow-x:hidden;
}

.sidebar[b-ue12j0c5j8] {
    background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(40, 38, 40) 50%);
    position: fixed;
    top: 0px;
    left: 0;
    width: 0;
    height: 0vh;
    background-color: #fff;
    overflow: hidden;
    transition: width 2.3s ease;
}

.sidebar-active[b-ue12j0c5j8] {
    width: 150px;
    height: 200vh;
    transition: width 0.3s ease;
}

.main-content-sidebar-active[b-ue12j0c5j8] {
    margin-left: 12vw;
    transition: margin-left 0.3s ease;
}

.main-content[b-ue12j0c5j8] {
    margin-left: 0vw;
    transition: margin-left 0.3s ease;
}

.sidebar-toggler[b-ue12j0c5j8] {
    background-color: rgba(2, 2, 2, 0.1);
    margin-top: 0.5rem;
}

 @media (max-width: 414px) { 
    .main[b-ue12j0c5j8] {
        overflow-x:auto;
    }
    .top-row[b-ue12j0c5j8] {
        background-color: rgb(20, 20, 18);
        justify-content: flex-end;
        position: fixed;
        height: 4rem;
        width: 100vw;
        display: flex;
        align-items: center;
        z-index: 9999;
    }
}

footer.footer[b-ue12j0c5j8] {
        padding-left: 3vw;
        text-justify: auto;
        font-family: 'open-iconic','segoe ui';
        font-weight: 20;
        font-size: 10pt;
        margin-top: 40vh;
        color: #3C6D90;
}
/* NavMenu */
.oi[b-ue12j0c5j8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-ue12j0c5j8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-ue12j0c5j8] {
        padding-top: 5em;
    }

    .nav-item:last-of-type[b-ue12j0c5j8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-ue12j0c5j8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-ue12j0c5j8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-ue12j0c5j8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dwvujiiut8] {
    background-color: rgba(255, 255, 255, 0.1);
    /* background-color: rgba(2, 2, 2, 0.1); */
}

.sidebar[b-dwvujiiut8] {
    /* background-image: linear-gradient(180deg, rgb(0, 0, 0) 0%, rgb(44, 43, 40) 70%); */
    /* background-image: linear-gradient(180deg, rgb(40, 38, 40) 70%, rgb(0, 0, 0) 0%); */
    background-color: rgb(40, 38, 40);
    width: 20vw;
    height: 100vh;
    position: relative;
    top: 0;
    transition: width 0.3s ease;
}



.top-row-menu[b-dwvujiiut8] {
    height: 3.5rem;
    /* background-color: rgba(0,0,0,0.4); */
    /* background-color: rgb(40, 38, 40); */
    background-image: linear-gradient(180deg,  rgb(0, 0, 0) 0%, rgb(40, 38, 40), 70%);
}

.top-row[b-dwvujiiut8] {
    /* background-color: #f7f7f7; */
    /* background-image: linear-gradient(180deg,  rgb(0, 0, 0) 0%, rgb(44, 43, 40), 100%); */
    background-image: linear-gradient(180deg,  rgb(0, 0, 0) 1000%, rgb(40, 38, 40), 70%);
    /* border-bottom: 1px solid #d6d5d5; */
    justify-content: flex-end;
    height: 3.5rem;
    /* width: 70vw; */
    display: flex;
    align-items: center;
}

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

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

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

   
.navbar-brand[b-dwvujiiut8] {
    font-size: 1.1rem;
}

.oi[b-dwvujiiut8] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-dwvujiiut8] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-dwvujiiut8] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-dwvujiiut8] {
        padding-bottom: 1rem;
    }

    .nav-item[b-dwvujiiut8]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-dwvujiiut8]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-dwvujiiut8]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.collapse[b-dwvujiiut8] {
    /* Never collapse the sidebar for wide screens */
    display: block; 
    /*block;*/
}

