/* _content/CSMMonitoring.Faidra.App/Components/ToggleSwitch.razor.rz.scp.css */
input[b-53ksf4o0y6] {
    position: relative;
    height: 30px;
    width: 60px;
    -webkit-appearance: none;
    background: #2d5799;
    outline: none;
    border-radius: 15px;
}

    input[b-53ksf4o0y6]:before {
        cursor: pointer;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        width: 30px;
        height: 30px;
        transform: scale(0.85);
        border-radius: 50%;
        background: white;
        transition: .5s;
    }

    input:checked[b-53ksf4o0y6]:before {
        left: 30px;
    }
