.alert-info {
  background-color: #3F95FF;
}

.alert-success {
  background-color: aquamarine;
}

.alert-error {
  background-color: #CF2D36;
}

.alert-warning {
  background-color: #E5C42F;
}

[class^=alert-] {
  color: #000;
  padding: 15px;
  border-radius: 10px;
  margin-bottom: 10px;
  max-width: 400px;
}

#alert-display {
  position: fixed;
  bottom: 10px;
  right: 10px;
  max-height: calc(100vh - 20px);
  overflow: auto;
  z-index: 10000;
}

/*# sourceMappingURL=alerts.css.map */
