/* /Components/NavMenuList/NavMenuListComponent.razor.rz.scp.css */

/*.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}
*/
.nav-item[b-tyghnsslba] {
    font-size: 14px;
    padding-bottom: 0.5rem;
}

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

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

    .nav-item[b-tyghnsslba]  a {
        color: #515151;
        border-radius: .5rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-tyghnsslba]  a.active {
            background-color: rgba(0, 165, 225, 0.109);
            color: #00A5E1;
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
            border: 1px solid rgba(0,0,0,.125);
        }


        .nav-item[b-tyghnsslba]  a:not(.active):hover {
            background-color: rgba(255,255,255,0.8);
            color: #00A5E1;
        }
/* /Pages/ReportsMetrics/ReportsAndMetrics.razor.rz.scp.css */
.component-card[b-ozsubqy5hv] {
    font-size: 18px;
}

.component-summary-card-heading[b-ozsubqy5hv] {
    background-color:#C6C6C6; 
    border:none; 
    color:#515151; 
    font-weight:bold;
}

.component-summary-card-body[b-ozsubqy5hv] {
    background-color: #F6F8FA;
}

.component-summary-card-footer[b-ozsubqy5hv] {
    background-color:#F6F8FA;
    border:none;
}

/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-ue12j0c5j8] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-ue12j0c5j8] {
    flex: 1;
}

.sidebar[b-ue12j0c5j8] {
    background-color: #F8F9FC;
}

.top-row[b-ue12j0c5j8] {
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
    background-color: #F8F9FC;
}

    .top-row[b-ue12j0c5j8]  a, .top-row .btn-link[b-ue12j0c5j8] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

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

@media (max-width: 640.98px) {

    .top-row.auth[b-ue12j0c5j8] {
        justify-content: space-between;
    }

    .top-row a[b-ue12j0c5j8], .top-row .btn-link[b-ue12j0c5j8] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-ue12j0c5j8] {
        flex-direction: row;
    }

    .sidebar[b-ue12j0c5j8] {
        width: 230px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    /*   .top-row {
        position: sticky;
        top: 0;
        z-index: 1;
    }*/

    .main > div[b-ue12j0c5j8] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-dwvujiiut8] {
    background-color: rgba(255, 255, 255, 0.1);
}

.navbar-brand[b-dwvujiiut8] {
    font-size: 20px;
    color: #00a5e1;
    padding:0;
}

.oi[b-dwvujiiut8] {
    width: 2rem;
    font-size: 18px;
    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: #9a9a9a;
        border-radius: .5rem;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-dwvujiiut8]  a.active {
            background-color: rgba(0, 165, 225, 0.109);
            color: #00a5e1;
            box-shadow: 0 .125rem .25rem rgba(0,0,0,.075) !important;
            border: 1px solid rgba(0,0,0,.125);
        }


        .nav-item[b-dwvujiiut8]  a:not(.active):hover {
            background-color: rgba(255,255,255,0.8);
            color: #515151;
        }

.nav-item-disable[b-dwvujiiut8] {
    background-color: rgba(55,55,55,0.2) !important
}

@media (min-width: 641px) {
    .navbar-toggler[b-dwvujiiut8] {
        display: none;
    }

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