.kit-trybe-toggle-switch.sw{background:var(--primary);cursor:pointer;border:0;border-radius:999px;align-items:center;width:44px;height:26px;padding:3px;transition:background .2s;display:inline-flex}.kit-trybe-toggle-switch .sw__knob{background:var(--primary-foreground);border-radius:50%;width:20px;height:20px;transition:transform .2s;transform:translate(18px);box-shadow:0 1px 2px #00000040}.kit-trybe-toggle-switch.sw:not(.is-on){background:var(--border-strong)}.kit-trybe-toggle-switch.sw:not(.is-on) .sw__knob{transform:translate(0)}.kit-trybe-toggle-switch.sw:disabled{opacity:.5;cursor:not-allowed}
