.toggle_root__wJWZ_{display:flex;flex-direction:row-reverse;justify-content:flex-end;align-items:center;gap:8px;--input-width:30px;--input-height:16px;--input-radius:6px;--handle-width:12px;--handle-radius:4px}.toggle_root__wJWZ_.toggle_large__kTkyH{--input-width:40px;--input-height:20px;--input-radius:8px;--handle-width:16px;--handle-radius:6px}.toggle_root__wJWZ_.toggle_small__VlfBq{--input-width:24px;--input-height:12px;--handle-width:8px;--handle-radius:2px;--input-radius:4px}.toggle_root__wJWZ_ *,.toggle_root__wJWZ_ :after,.toggle_root__wJWZ_ :before{box-sizing:content-box}.toggle_root__wJWZ_ input{display:none}.toggle_root__wJWZ_:after{content:attr(data-label);display:flex}.toggle_root__wJWZ_ label{position:relative;display:inline-flex;align-items:center;width:var(--input-width)}.toggle_root__wJWZ_ label:after,.toggle_root__wJWZ_ label:before{content:"";position:absolute;left:0;transition:all .2s ease;cursor:pointer}.toggle_root__wJWZ_ label:before{width:var(--input-width);height:var(--input-height);border-radius:var(--input-radius);background-color:var(--stroke-blue)}.toggle_root__wJWZ_ label:after{content:"";width:var(--handle-width);height:var(--handle-width);border-radius:var(--handle-radius);left:2px;background:#fff;box-sizing:border-box;transition:all .2s ease}.toggle_root__wJWZ_ input:checked+label:after{left:calc(var(--input-width) - var(--handle-width) - 2px)}.toggle_root__wJWZ_ input:checked+label:before{background-color:var(--highlight-green)}.toggle_disabled___Mp73 label{pointer-events:none}.toggle_disabled___Mp73 label:before{background-color:var(--lighter-stroke)}.toggle_disabled___Mp73 input:checked+label:before{background-color:var(--highlight-green);opacity:.4}