/* _content/MHSys/Components/Layout/Admin/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-z5qlrk6u6g] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-z5qlrk6u6g] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MHSys/Components/Layout/Admin/NavMenu.razor.rz.scp.css */
.nav-item[b-rqyr1uu5iq]  a.active {
    color: white;
    font-weight: 500;
}
/* _content/MHSys/Components/Pages/Hora/Atual.razor.rz.scp.css */
.switch[b-i21dvqxilz] {
    position: relative;
    display: inline-block;
    width: 48px;
    height: 24px;
}

.switch input[type="checkbox"][b-i21dvqxilz] {
    opacity: 0;
    width: 0;
    height: 0;
}

.slider[b-i21dvqxilz] {
    position: absolute;
    cursor: pointer;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #ccc;
    transition: .4s;
    border-radius: 24px;
}

.slider[b-i21dvqxilz]:before {
    position: absolute;
    content: "";
    height: 18px;
    width: 18px;
    left: 3px;
    bottom: 3px;
    background-color: white;
    transition: .4s;
    border-radius: 50%;
}

.switch input:checked + .slider[b-i21dvqxilz] {
    background-color: #02b817;
}

.switch input:checked + .slider[b-i21dvqxilz]:before {
    transform: translateX(24px);
}
