.checkboxDS{--rect-fill:none;--rect-stroke:#1d1d1d;--interaction-bg-color:#1d1d1d;--interaction-bg-opacity:0;--hover-bg-opacity:0.04;--focused-bg-opacity:0.12;--pressed-bg-opacity:0.16;--touch-size:32px;display:flex;align-items:center;isolation:isolate;position:relative}.checkboxDS>svg{margin-top:2px;flex-shrink:0;padding-right:12px;flex-basis:32px}.checkboxDS--M{--touch-size:28px}.checkboxDS--S{--touch-size:24px}.checkboxDS--checked,.checkboxDS--indeterminate{--rect-fill:#e85e32;--rect-stroke:#e85e32;--interaction-bg-color:#e85e32}.checkboxDS--focused:before,.checkboxDS--hovered:before,.checkboxDS--pressed:before{content:"";position:absolute;left:-6px;top:-4px;width:var(--touch-size);aspect-ratio:1/1;border-radius:50%;z-index:-1;background-color:var(--interaction-bg-color);opacity:var(--interaction-bg-opacity)}.checkboxDS--disabled{--rect-stroke:#d8d8d8;--rect-fill:none}.checkboxDS--disabled:before{--interaction-bg-opacity:0}.checkboxDS--disabled--checked,.checkboxDS--disabled--indeterminate{--rect-fill:#d8d8d8}.checkbox-input{position:absolute;inset:0;opacity:0;cursor:pointer}