.toggle-switch-container{cursor:pointer;-webkit-user-select:none;user-select:none;justify-content:space-between;align-items:center;display:flex}.toggle-switch-container.disabled{opacity:.5;cursor:not-allowed}.toggle-label{color:var(--foreground-color);font-size:1rem;font-weight:500}.toggle-track{background-color:#d1d5db;border-radius:20px;width:50px;height:28px;transition:background-color .2s ease-in-out;position:relative}[data-theme=dark] .toggle-track{background-color:#4b5563}.toggle-track.checked{background-color:var(--color-brand)}.toggle-thumb{background-color:#fff;border-radius:50%;width:24px;height:24px;transition:transform .2s cubic-bezier(.4,0,.2,1);position:absolute;top:2px;left:2px;box-shadow:0 2px 4px #0003}.toggle-track.checked .toggle-thumb{transform:translate(22px)}
