.custom-checkbox-wrapper{position:relative;display:flex;align-items:center;gap:5px;white-space:nowrap;width:-moz-fit-content;width:fit-content;width:16px;height:16px}.custom-checkbox-input{opacity:0;position:absolute;left:0;top:0;cursor:pointer;margin:0;outline:none}.custom-checkbox{width:16px;height:16px;border:1px solid gray;border-radius:4px;display:flex;align-items:center;justify-content:center;cursor:pointer;margin:0;outline:none}.custom-checkbox-input:checked+.custom-checkbox{background-color:#fff}