.custom-checkbox{display:flex;align-items:center;gap:8px;cursor:pointer}.custom-checkbox input[type=checkbox]{display:none}.custom-checkbox .checkmark{height:16px;width:16px;border:2px solid #fc9d74;border-radius:2px;display:inline-block;position:relative}.custom-checkbox input[type=checkbox]:checked+.checkmark{background-color:#fc9d74}.custom-checkbox input[type=checkbox]:checked+.checkmark:after{content:"";position:absolute;left:4px;top:1px;width:4px;height:8px;border:solid white;border-width:0 2px 2px 0;transform:rotate(45deg)}