.LabeledSwitch{display:flex;align-items:center;padding:.25rem;border-radius:6.25rem;border:1px solid var(--border-ui);background:var(--bg-primary, #171717);cursor:pointer;.LabeledSwitchContent {position: relative; display: flex; align-items: center; .LabeledSwitchLeft,.LabeledSwitchRight {padding: .31rem .75rem; z-index: 0;} .LabeledSwitchSlider {height: 100%; background: var(--border-ui); position: absolute; transition: transform .2s ease-in-out,width .2s ease-in-out; border-radius: 8rem;}}}
