.alert-growl {
  border-radius: 10px;
  background-color: rgb(25, 25, 25);
  background-color: rgba(25, 25, 25, 0.9);
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgb(25, 25, 25);
  box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.8);
}
.alert-growl-danger {
  border-radius: 10px;
  background-color: rgb(25, 25, 25);
  background-color: rgba(216, 22, 22, 0.9);
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgb(25, 25, 25);
  box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.8);
}
.alert-growl-warning {
  border-radius: 10px;
  background-color: rgb(25, 25, 25);
  background-color: rgba(209, 202, 24, 0.9);
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgb(25, 25, 25);
  box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.8);
}
.alert-growl-info {
  border-radius: 10px;
  background-color: rgb(25, 25, 25);
  background-color: rgba(42, 113, 146, 0.9);
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgb(25, 25, 25);
  box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.8);
}
.alert-growl-success {
  border-radius: 10px;
  background-color: rgb(25, 25, 25);
  background-color: rgba(9, 156, 9, 0.9);
  border-width: 2px;
  border-color: rgb(255, 255, 255);
  border-color: rgba(255, 255, 255, 0.9);
  color: rgb(255, 255, 255);
  box-shadow: 0px 0px 10px rgb(25, 25, 25);
  box-shadow: 0px 0px 10px rgba(25, 25, 25, 0.8);
}
