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