.ds-toggle-switch{align-items:center;gap:var(--gap-sm);cursor:pointer;color:var(--color-text-primary);font-family:var(--font-paragraph-family);background:0 0;border:none;padding:0;display:inline-flex}.ds-toggle-switch__track{background:var(--color-action-primary-bg);border-radius:42px;flex-shrink:0;width:42px;height:24px;transition:background-color .3s;position:relative}.ds-toggle-switch__thumb{background:#fff;border-radius:50%;justify-content:center;align-items:center;width:20px;height:20px;transition:transform .3s cubic-bezier(.34,1.56,.64,1);display:flex;position:absolute;top:2px;right:2px;overflow:hidden}.ds-toggle-switch__thumb-icon{color:var(--color-action-primary-bg);font-size:14px}.ds-toggle-switch__label{font-family:var(--font-paragraph-family);font-size:var(--font-paragraph-size);font-weight:var(--font-paragraph-weight);line-height:var(--font-paragraph-line-height);min-width:95px}.ds-toggle-switch--off .ds-toggle-switch__track{background:var(--color-text-secondary)}.ds-toggle-switch--off .ds-toggle-switch__thumb{transform:translate(-18px)}.ds-toggle-switch:focus-visible{outline:2px solid var(--color-action-primary-bg);outline-offset:2px}.ds-toggle-switch--disabled{opacity:.4;cursor:not-allowed}.ds-toggle-switch--compact .ds-toggle-switch__track{width:34px;height:20px}.ds-toggle-switch--compact .ds-toggle-switch__thumb{width:16px;height:16px}.ds-toggle-switch--compact .ds-toggle-switch__thumb-icon{font-size:12px}.ds-toggle-switch--compact .ds-toggle-switch__label{font-size:var(--font-paragraph-sm-size);line-height:var(--font-paragraph-sm-line-height);letter-spacing:var(--font-paragraph-sm-letter-spacing);min-width:80px}.ds-toggle-switch--compact.ds-toggle-switch--off .ds-toggle-switch__thumb{transform:translate(-14px)}
