.noty_theme__light.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__light.noty_bar .noty_body {
    padding: 10px;
    text-align:center;
  }
  .noty_theme__light.noty_bar .noty_buttons {
    border-top: 1px solid #e7e7e7;
    padding: 5px 10px; }

.noty_theme__light.noty_type__alert,
.noty_theme__light.noty_type__notification {
  background-color: #fff;
  border: 1px solid #dedede;
  color: #050202;
    font-size: 18px;
    /*opacity:.93;*/
    border-radius:15px;
}

.noty_theme__light.noty_type__warning {
  background-color: #f75005;
  border: 1px solid #e64a04;
  color: #efe4e4;
    font-size: 18px;
    opacity:.93;
     border-radius:15px;
}
  .noty_theme__light.noty_type__warning .noty_buttons {
    border-color: #dfaa30; }

.noty_theme__light.noty_type__error {
       background-color: #ec2306;
    border: 1px solid #ef6e6e;;
    color: #efe4e4;
    font-size: 18px;
   opacity:.93;
    border-radius:15px;
   }
  .noty_theme__light.noty_type__error .noty_buttons {
    border-color: darkred; }

.noty_theme__light.noty_type__info,
.noty_theme__light.noty_type__information {
  background-color: #78C5E7;
  border: 1px solid #3badd6;
  color: #efe4e4;
    font-size: 18px;
     opacity:.93;
      border-radius:15px;
}
  .noty_theme__light.noty_type__info .noty_buttons,
  .noty_theme__light.noty_type__information .noty_buttons {
    border-color: #0B90C4; }

.noty_theme__light.noty_type__success {
  background-color: #57C880;
  border: 1px solid #7cdd77;
    color: #efe4e4;
    font-size: 18px;
     opacity:.93;
      border-radius:15px;
}
  .noty_theme__light.noty_type__success .noty_buttons {
    border-color: #50C24E; }
