.alert-icon {
  font-size: 22px !important;
}

/* Estilo para remover os ícones das mensagens de alerta que foram adicionados
no tema bootstrap_barrio - messages-light.css.
É necessário adicionar a classe no-before no template em custom_ajax_messages.js */
div.alert.no-before::before{content:none};

/* div.alert-success::before {
  content: none !important;
}

div.alert-warning::before {
  content: none !important;
}

div.alert-danger::before {
  content: none !important;
} */
