

.slider-badge {
    margin-right: 10px;
    margin-left: 10px;
}


.custom-control-input:checked ~ .custom-control-label::before {
    /*color: #fff;*/
    /*border-color: white;*/
    /*background-color: #212529;*/
}

.custom-switch .custom-control-label::after {
}
.custom-control-input:active~.custom-control-label::before{
    background-color:green;
}
.custom-checkbox .custom-control-input:focus~.custom-control-label::before{
    /*box-shadow: 0 0 0 1px #fff, 0 0 0 0.2rem rgba(255, 0, 247, 0.25);*/
}

