joomla-alert[type=success], .alert-success {
  color: #0f5132 !important;
  background-color: #d1e7dd !important;
  border-color: #badbcc !important;
}

joomla-alert[type=success] hr {
  border-top-color: #badbcc !important;
}

joomla-alert[type=success] .alert-link {
  color: #0f5132 !important;
}

joomla-alert[type=info], .alert-info {
  color: #055160 !important;
  background-color: #cff4fc !important;
  border-color: #b6effb !important;
}

joomla-alert[type=info] hr {
  border-top-color: #b6effb !important;
}

joomla-alert[type=info] .alert-link {
  color: #055160 !important;
}

joomla-alert[type=warning], .alert-warning {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
}

joomla-alert[type=warning] hr {
  border-top-color: #f5c2c7 !important;
}

joomla-alert[type=warning] .alert-link {
  color: #664d03 !important;
}

joomla-alert[type=danger], .alert-danger {
  color: #842029 !important;
  background-color: #f8d7da !important;
  border-color: #f5c2c7 !important;
}

.alert {
  padding: 0.5rem 0.8rem;
  margin: 1rem 0;
}

joomla-alert[type=danger] hr {
  border-top-color: #f5c2c7 !important;
}

joomla-alert[type=danger] .alert-link {
  color: #842029 !important;
}
