.checkbox-container input[type=checkbox]{-webkit-appearance:none;appearance:none;border-radius:4px;outline:none;cursor:pointer;display:flex;width:24px;height:24px;padding:8px;justify-content:space-between;align-items:center}.checkbox-container input[type=checkbox]:checked{background-image:url(/_next/static/media/form-checkmark.3b5201e3.svg);background-size:90%;background-position:100%;background-repeat:no-repeat}