.checkbox-wrapper{cursor:pointer;-webkit-tap-highlight-color:transparent;width:18px;height:18px;margin:auto;position:relative;transform:translate(0,0)}.checkbox-wrapper:before{content:"";background:rgba(var(--accent-rgb,34,50,84),.05);opacity:0;border-radius:50%;width:48px;height:48px;transition:opacity .2s;position:absolute;top:-15px;left:-15px}.checkbox-wrapper:hover:before{opacity:1}.checkbox-wrapper svg{z-index:1;fill:none;stroke-linecap:round;stroke-linejoin:round;stroke:var(--muted-foreground,#c8ccd4);stroke-width:1.5px;transition:all .2s;position:relative;transform:translate(0,0)}.checkbox-wrapper svg path{stroke-dasharray:60;stroke-dashoffset:0;transition:all .3s linear}.checkbox-wrapper svg polyline{stroke-dasharray:22;stroke-dashoffset:66px;transition:all .2s linear}.checkbox-wrapper:hover svg,.checkbox-input:checked+.checkbox-wrapper svg{stroke:var(--accent,#a3e583)}.checkbox-input:checked+.checkbox-wrapper svg path{stroke-dashoffset:60px;transition:all .3s linear}.checkbox-input:checked+.checkbox-wrapper svg polyline{stroke-dashoffset:42px;transition:all .2s linear .15s}
