@import '_content/Blazor.SignaturePad/Blazor.SignaturePad.bundle.scp.css';

/* _content/KufferathGroupToolSystem/Shared/BarChart.razor.rz.scp.css */
.my-component[b-yz6x78g7qa] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/KufferathGroupToolSystem/Shared/DoughnutChart.razor.rz.scp.css */
.my-component[b-3jb5ler9rv] {
    border: 2px dashed red;
    padding: 1em;
    margin: 1em 0;
    background-image: url('background.png');
}
/* _content/KufferathGroupToolSystem/Shared/MainLayout.razor.rz.scp.css */
.page[b-fhyvwovb3p] {
    position: relative;
    display: flex;
    flex-direction: column;
}

.main[b-fhyvwovb3p] {
    flex: 1;
}

/*.sidebar {*/
    /*    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);*/
    /*background-color: #fff;
}*/

.top-row[b-fhyvwovb3p] {
    background-color: #fff;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-fhyvwovb3p]  a, .top-row .btn-link[b-fhyvwovb3p] {
        white-space: nowrap;
        margin-left: 1.5rem;
    }

    .top-row a:first-child[b-fhyvwovb3p] {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-fhyvwovb3p] {
        display: none;
    }

    .top-row.auth[b-fhyvwovb3p] {
        justify-content: space-between;
    }

    .top-row a[b-fhyvwovb3p], .top-row .btn-link[b-fhyvwovb3p] {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-fhyvwovb3p] {
        flex-direction: row;
    }

   /* .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }*/

    .top-row[b-fhyvwovb3p] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .main > div[b-fhyvwovb3p] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

.form-login[b-fhyvwovb3p] {
    justify-content: space-between;
    flex-direction: column;
    display: flex;
}

.btn-logout[b-fhyvwovb3p] {
    justify-content: flex-end;
    display: flex;
}
/* _content/KufferathGroupToolSystem/Shared/NavMenu5s.razor.rz.scp.css */

.h-nav[b-qu2o31h9h3] {
    height: 60px;
}

.navbar-link[b-qu2o31h9h3], nav-item[b-qu2o31h9h3], dropdown-item[b-qu2o31h9h3] {
    text-decoration: none;
    color: var(--gray-04) !important;
    font-size: 14px !important;
    font-weight: 500 !important;
}

.nav-item:hover[b-qu2o31h9h3] {
    background-color: rgba(241, 220, 33, .2);
    color: #fff !important;
}

.dropdown-menu[b-qu2o31h9h3] {
    border: 1px solid var(--gray-06);
}

i[b-qu2o31h9h3] {
    font-size:20px;
    margin-bottom: 6px;
}

.active[b-qu2o31h9h3] {
    color: var(--yellow) !important;
}

.dropdown-item[b-qu2o31h9h3] {
    color: var(--gray-04) !important;
}

.dropdown-item a[b-qu2o31h9h3] {
    color: var(--gray-04) !important;
}

.dropdown-item i[b-qu2o31h9h3] {
    width: 25px;
}

.drop-item-a[b-qu2o31h9h3] {
    font-size: 14px;
}

.dropdown-item:hover[b-qu2o31h9h3] {
    background-image: var(--yellow-gradient) !important;
    color: #fff !important;
}

.dropdown-item:hover i[b-qu2o31h9h3] {
    color: #fff !important;
}

.nav[b-qu2o31h9h3] {
/*    overflow-x: hidden !important;*/
}
