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