.custom-checkbox{display:grid;grid-template-columns:1rem auto;grid-gap:.5rem;gap:.5rem;cursor:pointer}.custom-checkbox input{position:absolute;opacity:0;width:0;height:0}.checkbox{width:1rem;height:1rem;border:1px solid lightgray;border-radius:4px;display:flex;align-items:center;justify-content:center}.checkbox:after{content:"";width:.625rem;height:.4375rem;background-image:url("data:image/svg+xml,%3Csvg width='10' height='7' viewBox='0 0 10 7' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath fillRule='evenodd' clipRule='evenodd' d='M9.33786 0.131426C9.54142 0.318022 9.55518 0.634306 9.36858 0.837865L3.86858 6.83787C3.77387 6.94118 3.64016 7 3.5 7C3.35985 7 3.22613 6.94118 3.13143 6.83787L0.631426 4.11059C0.44483 3.90703 0.458581 3.59075 0.662141 3.40415C0.8657 3.21756 1.18198 3.23131 1.36858 3.43487L3.5 5.76006L8.63143 0.162141C8.81802 -0.0414189 9.13431 -0.0551703 9.33786 0.131426Z' fill='white'/%3E%3C/svg%3E");background-size:contain;background-repeat:no-repeat;opacity:0}.custom-checkbox input:focus+.checkbox{background-color:#f5f5f5;border:1px solid #babec0;border-radius:4px;outline:1px solid var(--Outline-Color);outline-offset:1px}.custom-checkbox input:checked+.checkbox{background-color:var(--Primary-Amthyste-Main);border:0 solid transparent}.custom-checkbox input:checked+.checkbox:after{opacity:1}