.zd-successful-alert {
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #00ce1d;
  width: 250px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}

.zd-error-alert {
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #d90000;
  width: 250px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}

.zd-warning-alert {
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #d9a300;
  width: 250px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}

.zd-info-alert {
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #0033d9;
  width: 250px;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}

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