.fds-switch{height:1.15rem;width:calc(var(--spacing)*8);box-shadow:var(--shadow);border:1px solid #0000;border-radius:9999px;outline:none;flex-shrink:0;align-items:center;transition:all .2s;display:inline-flex}.fds-switch[data-state=checked]{background-color:var(--primary)}.fds-switch[data-state=unchecked]{background-color:var(--input)}.dark .fds-switch[data-state=unchecked]{background-color:color-mix(in oklab,var(--input)80%,transparent)}.fds-switch:focus-visible{border-color:var(--ring);box-shadow:0 0 0 3px color-mix(in oklab,var(--ring)50%,transparent)}.fds-switch:disabled{cursor:not-allowed;opacity:.5}.fds-switch__thumb{background-color:var(--background);pointer-events:none;width:calc(var(--spacing)*4);height:calc(var(--spacing)*4);box-shadow:none;border-radius:9999px;transition:transform .2s;display:block}.fds-switch__thumb[data-state=checked]{transform:translate(calc(100% - 2px))}.fds-switch__thumb[data-state=unchecked]{transform:translate(0)}.dark .fds-switch__thumb[data-state=unchecked]{background-color:var(--foreground)}.dark .fds-switch__thumb[data-state=checked]{background-color:var(--primary-foreground)}
.switch-module-scss-module__5E4X1G__exampleWrapper{width:100%;max-width:400px}.switch-module-scss-module__5E4X1G__exampleTitle{margin-bottom:calc(var(--spacing)*4);color:var(--foreground);font-size:1.125rem;font-weight:500}.switch-module-scss-module__5E4X1G__formContainer{gap:calc(var(--spacing)*4);flex-direction:column;width:100%;display:flex}.switch-module-scss-module__5E4X1G__formItem{border-radius:var(--radius-lg);border:1px solid var(--border);padding:calc(var(--spacing)*3);box-shadow:var(--shadow);flex-direction:row;justify-content:space-between;align-items:center;display:flex}.switch-module-scss-module__5E4X1G__formItemContent{gap:calc(var(--spacing)*.5);flex-direction:column;display:flex}.switch-module-scss-module__5E4X1G__formLabel{color:var(--foreground);font-size:1rem;font-weight:500}.switch-module-scss-module__5E4X1G__formDescription{color:var(--muted-foreground);font-size:.875rem}.switch-module-scss-module__5E4X1G__submitButton{margin-top:calc(var(--spacing)*6);width:100%}
