/* _content/DoAndTrackBlazor/Shared/MainLayout.razor.rz.scp.css */
.page[b-89ba24uqoq] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-89ba24uqoq] {
    flex: 1;
    background: #edebeb;
}


.sidebar[b-89ba24uqoq] {
    background-color: #383732;  /*#111827*/
    /*background-image: linear-gradient(180deg, rgb(203, 213, 225) 0%, #3a0647 70%);*/
}
/*collapse was added*/
/*.collapse {
    background-color: #111827
}*/
.top-row[b-89ba24uqoq] {
    background-color: #f7f7f7; /*#111827;*/
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-89ba24uqoq]  a, .top-row .btn-link[b-89ba24uqoq] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-89ba24uqoq] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-89ba24uqoq] {
        display: none;
    }

    .top-row.auth[b-89ba24uqoq] {
        justify-content: space-between;
    }

    .top-row a[b-89ba24uqoq], .top-row .btn-link[b-89ba24uqoq] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-89ba24uqoq] {
        flex-direction: row;
    }

    .sidebar[b-89ba24uqoq] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-89ba24uqoq] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row[b-89ba24uqoq], article[b-89ba24uqoq] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* _content/DoAndTrackBlazor/Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-sl05zgfr1e] {
    background-color: rgba(255, 255, 255, 0.1);
}
.btn[b-sl05zgfr1e] {
    text-align:left;
}

.top-row[b-sl05zgfr1e] {
    height: 3.5rem;
    /*background-color: rgba(0,0,0,0.4);*/
    background-color: #383732; /* #111827;*/
    color: white;
    font-size: 1.10rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.div.navbar-toggler[b-sl05zgfr1e] {
    background-color: #383732;
}
.navbar-brand[b-sl05zgfr1e] {
  /*  font-size: 1.3rem;*/
    font-size: 1.10rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
}
.nav-link[b-sl05zgfr1e] {
    color: #6c858c;
}
    .oi[b-sl05zgfr1e] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-sl05zgfr1e] {
    font-size: 1.125rem;
    font-family: Arial, Helvetica, sans-serif;
    font-weight: 700;
    color: #CBD5E1;
    /*color: rgba(203 213 225);*/
    padding-bottom: 0.5rem;
    padding-top: 0.5rem;
    border-bottom-style: solid;
    border-bottom-color: rgba(51 65 85);
    border-bottom-width: 1px;
    background-color: #383732;/* #111827*/
}
    
    .nav-item:first-of-type[b-sl05zgfr1e] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-sl05zgfr1e] {
        padding-bottom: 1rem;
    }

    .nav-item[b-sl05zgfr1e]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-sl05zgfr1e]  a.active {
            /*background-color: rgba(255,255,255,0.25);*/
           /* background-color:#eeedce;*/
            background-color:white;
            /*background-color: rgba(30 64 175);*/
            color: black;
        }

.nav-item[b-sl05zgfr1e]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-sl05zgfr1e] {
        display: none;
    }

    .collapse[b-sl05zgfr1e] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
