.toggle{color:#001f4a;align-items:center;display:flex}.theme-dark .toggle{color:#f8f8f8}.toggle--disabled{opacity:.5;pointer-events:none}.toggle__label{cursor:pointer;border-radius:8px;padding:2px 4px;display:inline-block}.toggle__label:hover{background-color:#000f260c}.theme-dark .toggle__label:hover{background-color:#ffffff19}.toggle__label:focus-within{outline:2px dashed #648cc3}.toggle__label:has(.toggle__input:focus){outline:2px dashed #648cc3}.theme-dark .toggle__label:focus-within{outline-style:dashed;outline-color:#648cc3}.theme-dark .toggle__label:has(.toggle__input:focus){outline-style:dashed;outline-color:#648cc3}.toggle__input{appearance:none;cursor:pointer;background:#fff;border:1px solid #c4c2c5;border-radius:9999px;width:32px;height:20px;transition:all .2s ease-in-out;position:relative}.theme-dark .toggle__input{background:#000d20;border:1px solid #58525d}.toggle__input:after{content:" ";background:#c4c2c5;border-radius:16px;width:16px;height:16px;margin:1px;transition:all .2s ease-in-out;position:absolute}.theme-dark .toggle__input:after{background:#a39fa7}.toggle__input:checked{background:#001f4a;border-color:#001f4a}.theme-dark .toggle__input:checked{background:#f8f8f8;border-color:#648cc3}.toggle__input:checked:after{background:#fff;margin-left:13px}.theme-dark .toggle__input:checked:after{background:#000d20}
