.noty_theme__md.noty_bar {
  margin: 4px 0;
  overflow: hidden;
  border-radius: 2px;
  position: relative; }
  .noty_theme__md.noty_bar .noty_body {
    padding: 10px;
    font-size: 14px; }
  .noty_theme__md.noty_bar .noty_buttons {
    padding: 10px; }

.noty_theme__md.noty_type__alert,
.noty_theme__md.noty_type__notification {
  background-color: #fff;
  border-bottom: 1px solid #D3F5F2;
  color: #2F2F2F; }

.noty_theme__md.noty_type__warning {
  background-color: #FFAE42;
  border-bottom: 1px solid #E89F3C;
  color: #fff; }

.noty_theme__md.noty_type__error {
  background-color: #fdd9dc;
  border-bottom: 1px solid #ce5447;
  color: #fff; }

.noty_theme__md.noty_type__info,
.noty_theme__md.noty_type__information {
  background-color: #7F7EFF;
  border-bottom: 1px solid #D3F5F2;
  color: #fff; }

.noty_theme__md.noty_type__success {
  background-color:#dff2bf;
  border-bottom: 1px solid #98cc3d;
  color: #2E333B; }
