.fig-toggle{align-items:center;cursor:pointer;display:flex}.fig-toggle--center{justify-content:center}.fig-toggle--flex-end{justify-content:flex-end}.fig-toggle--space-between{justify-content:space-between}.fig-toggle[aria-hidden=true]{display:none}.fig-toggle:has(.fig-toggle__input:disabled){cursor:not-allowed}.fig-toggle__text{color:#727272;font-family:source-sans-pro,Arial,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen-Sans,Ubuntu,Cantarell,Helvetica Neue,Helvetica,sans-serif;font-size:.875rem;line-height:1.4285714286;margin-right:8px}.fig-toggle__input{height:0;margin:0;opacity:0;width:0}.fig-toggle__input:checked+.fig-toggle__slider{background-color:#1f66ba}.fig-toggle__input:checked+.fig-toggle__slider:after{left:calc(100% - 2px);transform:translateX(-100%)}.fig-toggle__input:focus-visible+.fig-toggle__slider{outline:1px dashed #1f66ba}.fig-toggle__slider{background-color:#ccc;border-radius:16px;display:block;height:20px;position:relative;width:32px}.fig-toggle__slider:after{background:#fff;border-radius:50%;content:"";height:16px;left:2px;position:absolute;top:2px;transition:transform .3s ease,left .3s ease;width:16px}@media(prefers-reduced-motion){.fig-toggle__slider:after{transition:none}}