.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;align-items:flex-start;display:flex;isolation:isolate;position:relative}.checkboxDS>svg{flex-basis:32px;flex-shrink:0;margin-top:2px;padding-right:12px}.checkboxDS--M{--touch-size:28px}.checkboxDS--S{--touch-size:24px}.checkboxDS--checked,.checkboxDS--indeterminate{--rect-fill:#26845f;--rect-stroke:#26845f;--interaction-bg-color:#26845f}.checkboxDS--focused:before,.checkboxDS--hovered:before,.checkboxDS--pressed:before{aspect-ratio:1/1;background-color:var(--interaction-bg-color);border-radius:50%;content:"";left:-6px;opacity:var(--interaction-bg-opacity);position:absolute;top:-4px;width:var(--touch-size);z-index:-1}.checkboxDS--Reverse--focused:before,.checkboxDS--Reverse--hovered:before,.checkboxDS--Reverse--pressed:before{left:unset!important;right:6px;top:auto}.checkboxDS--hovered:before{--interaction-bg-opacity:var(--hover-bg-opacity)}.checkboxDS--pressed:before{--interaction-bg-opacity:var(--pressed-bg-opacity)}.checkboxDS--focused:before{--interaction-bg-opacity:var(--focused-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}