.custom-checkbox-container input[type=checkbox]{-webkit-appearance:none;appearance:none;height:16px;width:16px;min-width:16px;border:1.5px solid #eaecf0;cursor:pointer;position:relative}.custom-checkbox-container input[type=checkbox]:hover{border:1.5px solid #635bff}.custom-checkbox-container input[type=checkbox]{border-radius:4px}.custom-checkbox-container input[type=checkbox]:checked{border:1.5px solid #635bff;background-color:#f9fafb}.custom-checkbox-container input[type=checkbox]:checked:after{content:"";position:absolute;top:50%;left:50%;width:12px;height:12px;transform:translate(-50%,-50%);background-image:url(/_next/static/media/check.6746deb1.svg);background-size:contain;background-repeat:no-repeat;background-position:50%;border-radius:50%}