.checkbox-label{display:flex;align-items:center;column-gap:7px;cursor:pointer;-webkit-user-select:none;user-select:none}.checkbox-label.full-width{width:100%;flex-direction:row-reverse;justify-content:start}.checkbox-box{width:22px;height:22px;display:flex;flex-shrink:0;border-radius:8px;border:2px solid var(--stroke);position:relative;cursor:pointer;transition:background-color .2s ease-out}.checkbox-box:hover{background-color:var(--bg-d)}.checkbox-box svg{position:absolute;width:70%;height:auto;left:50%;top:50%;transform:translate(-50%,-50%) scale(.6);-webkit-user-select:none;user-select:none;pointer-events:none;transition-property:transform;transition-duration:.2s;transition-timing-function:ease-out}.checkbox-box svg polyline{fill:none;stroke:#fff;stroke-width:2;stroke-linecap:round;stroke-linejoin:round;stroke-dasharray:50px;stroke-dashoffset:50px;transition:stroke-dashoffset .2s ease-out}.checkbox-box:has(input:checked){background-color:var(--accent);border:2px solid var(--accent)}.checkbox-box:has(input:checked) svg{-webkit-user-select:initial;user-select:initial;pointer-events:initial;transform:translate(-50%,-50%) scale(1)}.checkbox-box:has(input:checked) svg polyline{stroke-dashoffset:0}.checkbox-label.disabled{opacity:.9;cursor:not-allowed}.checkbox-label.disabled .checkbox-box{cursor:not-allowed}
