.alert-wrapper {
  width: 100vw;
  position: fixed;
  top: 9rem;
  height: 0;
  z-index: 999999999999;
}
.alert-wrapper .div-alert-card {
  width: 30rem;
  max-width: calc(100% - 5rem);
  color: #FFFFFF;
  margin-right: -33rem;
  margin-left: auto;
  border-radius: 0.3rem;
  overflow: hidden;
  box-shadow: -5px 4px 6px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.alert-wrapper .div-alert-card .div-top {
  padding-bottom: 0.25rem;
  text-align: right;
  background-color: #004E89;
}
.alert-wrapper .div-alert-card .div-top .btn-close {
  background-color: transparent;
  color: white;
  font-weight: bold;
  padding: 0 1rem;
  height: 1.5rem;
}
.alert-wrapper .div-alert-card .div-message {
  padding: 0.5rem 1rem;
  background-color: #337cb3;
  font-size: 1.1rem;
}
.alert-wrapper .div-alert-card .div-progress {
  background-color: #dadada;
  width: 100%;
  height: 0.5rem;
}
.alert-wrapper .div-alert-card .div-progress .progress-bar {
  width: 100%;
  height: 100%;
  background-color: #004E89;
  transition: unset;
}
.alert-wrapper .div-alert-card.opened {
  margin-right: 2.5rem;
}
.alert-wrapper .div-alert-card.card-error .div-top {
  background-color: #C00000;
}
.alert-wrapper .div-alert-card.card-error .div-message {
  background-color: #ff2929;
}
.alert-wrapper .div-alert-card.card-error .div-progress .progress-bar {
  background-color: #C00000;
}
.alert-wrapper .div-alert-card.card-success .div-top {
  background-color: #009124;
}
.alert-wrapper .div-alert-card.card-success .div-message {
  background-color: #00c030;
}
.alert-wrapper .div-alert-card.card-success .div-progress .progress-bar {
  background-color: #009124;
}

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