:root{--switch-default-width: 42px;--switch-default-height: 22px;--switch-default-handle-width: 16px;--switch-default-handle-color: #ffffff;--switch-default-translate-x: 20px;--switch-default-active-box-shadow: inset 0 0 0 2px rgb(var(--global-color-primary-500));--switch-default-active-background-color: rgb(var(--global-color-primary-500));--switch-default-inactive-box-shadow: inset 0 0 0 2px rgb(var(--global-color-contrast-200));--switch-default-inactive-background-color: rgb(var(--global-color-contrast-50));--switch-default-disabled-inactive-box-shadow: inset 0 0 0 2px rgb(var(--global-color-contrast-400));--switch-default-disabled-inactive-background-color: rgb(var(--global-color-contrast-100));--switch-default-disabled-inactive-handle-color: rgb(var(--global-color-contrast-400));--switch-default-disabled-active-box-shadow: inset 0 0 0 2px rgb(var(--global-color-primary-400));--switch-default-disabled-active-background-color: rgb(var(--global-color-primary-300));--switch-default-disabled-active-handle-color: #eeeeee }.toggle-switch.svelte-1d7lhjn{position:relative;display:inline-block;width:var(--switch-width, var(--switch-default-width));height:var(--switch-height, var(--switch-default-height));cursor:pointer}.toggle-switch.disabled.svelte-1d7lhjn{cursor:not-allowed}.toggle-switch.svelte-1d7lhjn input[type=checkbox]:where(.svelte-1d7lhjn){display:none}.toggle-switch-background.svelte-1d7lhjn{position:absolute;top:0;left:0;width:100%;height:100%;background-color:var(--switch-inactive-background-color, var(--switch-default-inactive-background-color));border-radius:20px;box-shadow:var(--switch-inactive-box-shadow, var(--switch-default-inactive-box-shadow));transition:background-color .3s ease-in-out}.toggle-switch-handle.svelte-1d7lhjn{position:absolute;top:3px;left:3px;width:var(--switch-handle-width, var(--switch-default-handle-width));height:var(--switch-handle-width, var(--switch-default-handle-width));background-color:var(--switch-handle-color, var(--switch-default-handle-color));border-radius:50%;box-shadow:0 2px 5px #0006;transition:transform .3s ease-in-out}.toggle-switch.svelte-1d7lhjn input[type=checkbox]:where(.svelte-1d7lhjn):disabled+.toggle-switch-background:where(.svelte-1d7lhjn){background-color:var(--switch-disabled-inactive-background-color, var(--switch-default-disabled-inactive-background-color));box-shadow:var(--switch-disabled-inactive-box-shadow, var(--switch-default-disabled-inactive-box-shadow))}.toggle-switch.svelte-1d7lhjn input[type=checkbox]:where(.svelte-1d7lhjn):disabled+.toggle-switch-background:where(.svelte-1d7lhjn) .toggle-switch-handle:where(.svelte-1d7lhjn){background-color:var(--switch-disabled-inactive-handle-color, var(--switch-default-disabled-inactive-handle-color));box-shadow:0 2px 5px #0006}.toggle-switch.svelte-1d7lhjn input[type=checkbox]:where(.svelte-1d7lhjn):checked+.toggle-switch-background:where(.svelte-1d7lhjn){background-color:var(--switch-active-background-color, var(--switch-default-active-background-color));box-shadow:var(--switch-active-box-shadow, var(--switch-default-active-box-shadow))}.toggle-switch.svelte-1d7lhjn input[type=checkbox]:where(.svelte-1d7lhjn):checked+.toggle-switch-background:where(.svelte-1d7lhjn) .toggle-switch-handle:where(.svelte-1d7lhjn){transform:translate(var(--switch-translate-x, var(--switch-default-translate-x)))}.toggle-switch.svelte-1d7lhjn input[type=checkbox]:where(.svelte-1d7lhjn):disabled:checked+.toggle-switch-background:where(.svelte-1d7lhjn){background-color:var(--switch-disabled-active-background-color, var(--switch-default-disabled-active-background-color));box-shadow:var(--switch-disabled-active-box-shadow, var(--switch-default-disabled-active-box-shadow))}.toggle-switch.svelte-1d7lhjn input[type=checkbox]:where(.svelte-1d7lhjn):disabled:checked+.toggle-switch-background:where(.svelte-1d7lhjn) .toggle-switch-handle:where(.svelte-1d7lhjn){background-color:var(--switch-disabled-active-handle-color, var(--switch-default-disabled-active-handle-color));box-shadow:0 2px 5px #0006}
