.c3-switch{cursor:pointer;align-items:center;gap:var(--c3-margin-small);-webkit-user-select:none;user-select:none;display:inline-flex}.c3-switch__input{opacity:0;width:1px;height:1px;position:absolute}.c3-switch__input:focus-visible+.c3-switch__track{outline:2px solid var(--c3-color-info);outline-offset:2px}.c3-switch__track{background-color:var(--c3-color-border);border-radius:9999px;flex:none;align-items:center;width:2.5rem;height:1.5rem;padding:.125rem;transition:background-color .2s;display:inline-flex}.c3-switch__thumb{background-color:var(--c3-color-white);box-shadow:0 1px 3px rgba(var(--c3-color-shadow-rgb),.25);border-radius:50%;width:1.25rem;height:1.25rem;transition:transform .2s}.c3-switch--sm .c3-switch__track{width:2rem;height:1.25rem}.c3-switch--sm .c3-switch__thumb{width:1rem;height:1rem}.c3-switch--lg .c3-switch__track{width:3rem;height:1.75rem}.c3-switch--lg .c3-switch__thumb{width:1.5rem;height:1.5rem}.c3-switch--disabled{cursor:not-allowed}.c3-switch--disabled .c3-switch__track{opacity:.45}.c3-switch--disabled .c3-switch__thumb{background-color:var(--c3-color-muted)}.c3-switch--disabled .c3-switch__label{opacity:.6}.c3-switch--checked .c3-switch__track{background-color:var(--c3-color-success)}.c3-switch--checked .c3-switch__thumb{transform:translate(1rem)}.c3-switch--checked.c3-switch--sm .c3-switch__thumb{transform:translate(.75rem)}.c3-switch--checked.c3-switch--lg .c3-switch__thumb{transform:translate(1.25rem)}.c3-switch--invalid .c3-switch__track{box-shadow:0 0 0 2px var(--c3-color-danger)}.c3-switch__label{color:var(--c3-color-text);font-size:.875rem}
