@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* /Components/JSChart.razor.rz.scp.css */
#chart-wrapper[b-wif6m9zin2] {
    display: inline-block;
    position: relative;
    width: 40%;
}
/* /Components/PlantsDropDown.razor.rz.scp.css */
.spin[b-8d44dtxpxj]::before {
    animation: 1.5s linear infinite spinner-b-8d44dtxpxj;
    animation-play-state: inherit;
    border: solid 5px #cfd0d1;
    border-bottom-color: #1c87c9;
    border-radius: 50%;
    content: "";
    height: 40px;
    position: absolute;
    top: 10%;
    left: 10%;
    transform: translate3d(-50%, -50%, 0);
    width: 40px;
    will-change: transform;
}
@keyframes spinner-b-8d44dtxpxj {
    0% {
        transform: translate3d(-50%, -50%, 0) rotate(0deg);
    }

    100% {
        transform: translate3d(-50%, -50%, 0) rotate(360deg);
    }
}
/* /Pages/Dashboard.razor.rz.scp.css */
[b-utcdd8n2lz] .e-panel-header {
    background-color: rgba(0, 0, 0, .1) !important;
    text-align: center !important;
}

[b-utcdd8n2lz] .e-panel-content {
    text-align: center !important;
    margin-top: 10px !important;
}
/* /Pages/Pivot.razor.rz.scp.css */
/* Subtle stripe effect */
[b-rxo9gtfos8] tbody tr {
    background-color: rgba(0,0,0,0.04);
}
[b-rxo9gtfos8] tbody tr:nth-child(even) {
    background: rgba(255,255,255,0.4);
}
/* /Shared/MainLayout.razor.rz.scp.css */
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-9xto2stilq] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-9xto2stilq] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-9xto2stilq] {
    font-size: 1.1rem;
}

.oi[b-9xto2stilq] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-9xto2stilq] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-9xto2stilq] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-9xto2stilq] {
        padding-bottom: 1rem;
    }

    .nav-item[b-9xto2stilq]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-9xto2stilq]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-9xto2stilq]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler[b-9xto2stilq] {
        display: none;
    }

    .collapse[b-9xto2stilq] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
