/*
 * Custom code goes here.
 * A template should always ship with an empty custom.css
 */
* Ocultar campos empresa, IVA, alias */
#field-id_gender ~ div .form-group:has(#field-company),
.form-group:has(#field-vat_number),
.form-group:has(#field-alias) {
  display: none !important;
}
