.switch-root{display:inline-flex;height:24px;width:42px;flex-shrink:0;cursor:pointer;align-items:center;border-radius:9999px;border:2px solid transparent;transition:background-color .1s ease;outline:none}.switch-root:focus-visible{outline:2px solid var(--ring-color);outline-offset:2px}.switch-root:disabled{cursor:not-allowed;opacity:.5}.switch-root[data-state=checked]{background-color:#F42534}.switch-root[data-state=unchecked]{background-color:#e5e6ea}.switch-thumb{pointer-events:none;display:block;height:20px;width:20px;border-radius:50%;background-color:white;transition:transform .2s ease}.switch-thumb[data-state=checked]{transform:translateX(18px)}.switch-thumb[data-state=unchecked]{transform:translateX(0)}