<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.checkbox{display:block;cursor:pointer;margin-bottom:1rem}.checkbox:hover .checkbox_check{background:#fff}.checkbox_input{width:0;height:0;opacity:0}.checkbox_input:checked+.checkbox_check{background:0 0;stroke-dashoffset:0}.checkbox_check{border:.2rem solid #fff;stroke:#f9f9f9;stroke-dasharray:25;stroke-dashoffset:25;stroke-linecap:round;stroke-width:.2em;border-radius:.2em;fill:none;transition:background .4s,stroke-dashoffset .6s}</pre></body></html>