/* _content/MONACO/Shared/MainLayout.razor.rz.scp.css */
.page[b-4y4y4y0fjs] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-4y4y4y0fjs] {
    flex: 1;
    height:100vh;
    overflow: scroll;
}

.sidebar[b-4y4y4y0fjs] {
    background-image: linear-gradient(90deg, rgb(255,255,255) 0%, #9fb979 99%);
    min-width: 260px;
}

.nosidebar[b-4y4y4y0fjs] {
    padding: 0;
    background: #708e41;
    min-width: 0px;
    border-right: 1px solid black;
}

.top-row[b-4y4y4y0fjs] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-4y4y4y0fjs]  a, .top-row .btn-link[b-4y4y4y0fjs] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-4y4y4y0fjs] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-4y4y4y0fjs] {
        display: none;
    }

    .top-row.auth[b-4y4y4y0fjs] {
        justify-content: space-between;
    }

    .top-row a[b-4y4y4y0fjs], .top-row .btn-link[b-4y4y4y0fjs] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-4y4y4y0fjs] {
        flex-direction: row;
    }

    .sidebar[b-4y4y4y0fjs] {
        width: 260px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow-y: scroll;
    }

    .nosidebar[b-4y4y4y0fjs] {
        width: 10px;
        height: 100vh;
        position: sticky;
        top: 0;
        overflow: hidden;
        cursor: pointer;
    }

        .nosidebar .sbchild[b-4y4y4y0fjs] {
            display: none;
        }

    .top-row[b-4y4y4y0fjs] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-4y4y4y0fjs] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/MONACO/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-585vc0eheo] {
    background-color: rgba(255, 255, 255, 0.1);
    margin-right:10px;
}

.top-row[b-585vc0eheo] {
    height: 70px;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-585vc0eheo] {
    background-color:white;
}

.navbar-brand img[b-585vc0eheo] {
    float:left;
    margin-left:40px;
    width:150px;
}

.nav-item[b-585vc0eheo] {
    font-size: 1rem;
}

    .nav-item:first-of-type[b-585vc0eheo] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-585vc0eheo] {
    padding-bottom: 1rem;
}

    .nav-item[b-585vc0eheo]  a {
        color: black;
        border-radius: 4px;
        height: 2.2rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-585vc0eheo]  a.active {
            background-color: #dddcdc;
            color: black;
        }

        .nav-item[b-585vc0eheo]  a:hover {
            background-color: #dddcdc;
            color: black;
        }

@media (min-width: 641px) {
    .navbar-toggler[b-585vc0eheo] {
        display: none;
    }

    .collapse[b-585vc0eheo] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
    
    .nav-scrollable[b-585vc0eheo] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 170px);
        overflow-y: auto;
    }

    .btnscrl[b-585vc0eheo] {
        float: right;
        margin-right: 5px;
        display: normal;
        color: #dddcdc;
        font-size: 2rem;
    }
}

@media (max-width: 640px) {
    .btnscrl[b-585vc0eheo] {
        display: none;
    }

    .navbar-brand img[b-585vc0eheo] {
        margin-left: 10px;
    }

}

.bi[b-585vc0eheo] {
    color:gray;
    font-size:16px;
    margin-right:5px;
}
