.toggle-switch{cursor:pointer;background:#d9dcdf;border:none;border-radius:9999px;outline:none;flex-shrink:0;align-items:center;width:38px;height:24px;padding:3px;transition:background .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.toggle-switch:focus-visible{box-shadow:0 0 0 2px #07f6}.toggle-switch .toggle-switch__thumb{background:var(--white);will-change:transform;border-radius:50%;width:16px;min-width:16px;height:16px;min-height:16px;transition:transform .3s cubic-bezier(.4,0,.2,1);transform:translate(0)}[data-theme=dark] .toggle-switch .toggle-switch__thumb{background:#fff}.toggle-switch--active{background:#34c759}.toggle-switch--active .toggle-switch__thumb{transform:translate(16px)}.toggle-switch--disabled{opacity:.4;cursor:not-allowed}
