.custom-switch[style]{background-color:var(--switch-bg)!important;border-color:var(--switch-border)!important;background:var(--switch-bg)!important;border:2px solid var(--switch-border)!important}.switch-checked{--switch-bg:#2563eb;--switch-border:#2563eb}.switch-unchecked{--switch-bg:#e5e7eb;--switch-border:#d1d5db}.custom-switch{background:initial!important;background-color:initial!important;width:2.75rem!important;height:1.5rem!important;border-radius:9999px!important;border:2px solid transparent!important;position:relative!important;display:inline-flex!important;align-items:center!important;cursor:pointer!important;transition:all .2s ease!important}.custom-switch.switch-checked,.custom-switch[data-state=checked],.switch-checked,button.custom-switch[data-state=checked]{background-color:#2563eb!important;background:#2563eb!important;border:2px solid #2563eb!important}.custom-switch.switch-unchecked,.custom-switch[data-state=unchecked]:not([data-state=checked]),.switch-unchecked,button.custom-switch[data-state=unchecked]:not([data-state=checked]){background-color:#e5e7eb!important;background:#e5e7eb!important;border:2px solid #d1d5db!important}.custom-switch [data-radix-switch-thumb],.custom-switch-thumb{width:1rem!important;height:1rem!important;background-color:#fff!important;border-radius:50%!important;transition:transform .2s ease!important;box-shadow:0 2px 4px rgba(0,0,0,.1)!important;display:block!important;position:relative!important}.custom-switch.switch-checked .custom-switch-thumb,.custom-switch[data-state=checked] .custom-switch-thumb,.custom-switch[data-state=checked] [data-radix-switch-thumb],.switch-checked .custom-switch-thumb{transform:translateX(1.25rem)!important}.custom-switch.switch-unchecked .custom-switch-thumb,.custom-switch[data-state=unchecked] .custom-switch-thumb,.custom-switch[data-state=unchecked] [data-radix-switch-thumb],.switch-unchecked .custom-switch-thumb{transform:translateX(0)!important}.custom-switch[data-state=checked]:hover{background-color:#1d4ed8!important;border-color:#1d4ed8!important}.custom-switch[data-state=unchecked]:hover{background-color:#d1d5db!important;border-color:#9ca3af!important}