#userpermfields .kd-switch-disabled {
    background-color: var(--kd-c-switch-color-off-background-disabled,#d9d9d9) !important;
    cursor: not-allowed !important;
}
#userpermfields .kd-switch-checked.kd-switch-disabled {
    background-color: var(--kd-c-switch-color-on-background-disabled,var(--kd-g-color-theme-4,var(--theme-color-level4))) !important;
}