.customCheckbox{justify-content:flex-start;align-items:center;gap:8px;display:flex}.customCheckbox input[type=checkbox]{display:none}.customCheckbox .checkmark{border:1px solid #858d9d;border-radius:6px;justify-content:center;align-items:center;gap:0;width:20px;height:20px;display:flex}.customCheckbox .checkmark svg{width:12px;height:10px}.customCheckbox input[type=checkbox]:checked+.checkmark{border:1px solid #0000;background-color:#ff7600!important}.customCheckbox span{color:#89898a;font-size:14px;font-weight:400}
