.noty_theme__mint.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative;
}
.noty_theme__mint.noty_bar .noty_body {
  padding: 10px;
  font-size: 14px;
  background: rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(255, 255, 255, 0.025) !important;
}
.noty_theme__mint.noty_bar .noty_body img {
  height: 14px;
  margin-left: 6px;
  position: relative;
  top: 2px;
}
.noty_theme__mint.noty_bar .noty_body label {
  display: block;
  font-size: 12px;
  font-weight: 600;
}
.noty_theme__mint.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__mint.noty_bar .noty_buttons .btn {
  border: 1px solid rgba(255, 255, 255, 0.025) !important;
  margin-right: 3px;
}
.noty_theme__mint.noty_type__alert,
.noty_theme__mint.noty_type__notification {
  background-color: silver;
  color: #2F2F2F;
}
.noty_theme__mint.noty_type__warning {
  background-color: var(--color-warning);
  color: #fff;
}
.noty_theme__mint.noty_type__error {
  background-color: var(--color-error);
  color: #fff;
}
.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: silver;
  color: #fff;
}
.noty_theme__mint.noty_type__success {
  background-color: var(--color-success);
  color: #fff;
}