.zd-successful-alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #00ce1d;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.zd-successful-alert [class*=-icon] {
  background-color: #ffffff !important;
  width: 22px;
  height: 22px;
}

.zd-error-alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #d90000;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.zd-error-alert [class*=-icon] {
  background-color: #ffffff !important;
  width: 22px;
  height: 22px;
}

.zd-warning-alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #d9a300;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.zd-warning-alert [class*=-icon] {
  background-color: #ffffff !important;
}

.zd-info-alert {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  position: absolute;
  top: 15%;
  right: 10px;
  background-color: #0033d9;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.zd-info-alert [class*=-icon] {
  background-color: #ffffff !important;
  width: 22px;
  height: 22px;
}

.zd-successful-alert-static {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #00ce1d;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.zd-successful-alert-static [class*=-icon] {
  background-color: #ffffff !important;
  width: 22px;
  height: 22px;
}

.zd-error-alert-static {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #d90000;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.zd-error-alert-static [class*=-icon] {
  background-color: #ffffff !important;
  width: 22px;
  height: 22px;
}

.zd-warning-alert-static {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #d9a300;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.zd-warning-alert-static [class*=-icon] {
  background-color: #ffffff !important;
}

.zd-info-alert-static {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 20px;
  background-color: #0033d9;
  font-size: 15px;
  font-weight: bold;
  padding: 15px;
  border-radius: 10px;
  color: #ffffff;
  text-align: center;
  transition: 0.7s;
}
.zd-info-alert-static [class*=-icon] {
  background-color: #ffffff !important;
  width: 22px;
  height: 22px;
}