.keyuser-notification-wrapper .alert-block {
  padding: 1rem 1rem 1rem 5rem;
  background-color: #3991ab;
  color: #fff;
  border-radius: 1rem;
}
.keyuser-notification-wrapper .alert-block.alert-danger {
  background-color: #a80013;
}
.keyuser-notification-wrapper .alert-block.alert-success {
  background-color: #1e4877;
}
.keyuser-notification-wrapper .alert-block::before {
  display: inline;
  content: "";
  font-style: normal;
  font-variant: normal;
  line-height: 1;
  text-rendering: auto;
  font-family: "Font Awesome 6 Free";
  font-weight: 900;
  color: #fff;
  font-size: 2rem;
  position: absolute;
  margin-left: -3.5rem;
}
.keyuser-notification-wrapper .alert-info::before {
  display: inline;
  content: "\f05a";
}
.keyuser-notification-wrapper .alert-danger::before {
  display: inline;
  content: "\f071";
}
.keyuser-notification-wrapper .alert-success::before {
  display: inline;
  content: "\f075";
}
