.noty_theme__bootstrap-v4.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  position: relative;
  border: 1px solid transparent;
  border-radius: .25rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_body {
  /*padding: .75rem 1.25rem;*/
  padding: 1.5rem 2rem;
}
.noty_theme__bootstrap-v4.noty_bar .noty_buttons {
  padding: 10px;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1;
  color: #000;
  text-shadow: 0 1px 0 #fff;
  filter: alpha(opacity=20);
  opacity: .5;
  background: transparent;
      top: 1px;
    right: 5px;
}
.noty_theme__bootstrap-v4.noty_bar .noty_close_button:hover {
  background: transparent;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=50);
  opacity: .75;
}
.noty_theme__bootstrap-v4.noty_type__alert,
.noty_theme__bootstrap-v4.noty_type__notification {
  background-color: #f5f5f5;
  color: inherit;
  border-color: #e3e6f0;
}
.noty_theme__bootstrap-v4.noty_type__warning {
  background-color: #f6c23e;
  color: #fff;
  border-color: #f6c23e;
}
.noty_theme__bootstrap-v4.noty_type__error {
  background-color: #e74a3b;
  color: #fff;
  border-color: #e74a3b;
}
.noty_theme__bootstrap-v4.noty_type__info,
.noty_theme__bootstrap-v4.noty_type__information {
  background-color: #36b9cc;
  color: #fff;
  border-color: #36b9cc;
}
.noty_theme__bootstrap-v4.noty_type__success {
  background-color: #1cc88a;
  color: #fff;
  border-color: #1cc88a;
}