.custom-switch-btn {
    width: 58px !important;
    height: 25px !important;
    background: #333 !important;
}

.custom-switch .custom-switch-input:checked + .custom-switch-btn {
    background: #3c65f6 !important;
}

.custom-switch .custom-switch-input:checked:disabled + .custom-switch-btn {
    background: #3c65f6 !important;
    opacity: 0.7;
    cursor: not-allowed;
}

.custom-switch .custom-switch-input:disabled + .custom-switch-btn {
    opacity: 0.7;
    cursor: not-allowed;
}

.custom-switch .custom-switch-input + .custom-switch-btn:after, .custom-switch .custom-switch-input + .custom-switch-btn:before{
    width: 20px !important;
    height: 18px !important;
}

.custom-switch.custom-switch-label-yesno .custom-switch-input + .custom-switch-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='32.85714' y='18.75' font-size='12px' font-family='-apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif' fill='%23fff'%3ENo%3C/text%3E%3C/svg%3E")!important;
}

.custom-switch.custom-switch-label-yesno .custom-switch-input:checked + .custom-switch-btn {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='68' height='38'%3E%3Ctext x='9.71429' y='18.75' font-size='12px' font-family='-apple-system, system-ui, BlinkMacSystemFont, Segoe UI, Roboto, Helvetica Neue, Arial, sans-serif' fill='%23fff'%3ESí%3C/text%3E%3C/svg%3E") !important;
}
