

.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; }
  .noty_theme__mint.noty_bar .noty_buttons {
    padding: 10px; }

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

.noty_theme__mint.noty_type__warning {
  background-color: #f1910e;
  border-bottom: 1px solid #f1910e;
  color: #fff; }

.noty_theme__mint.noty_type__error {
  background-color: #e53f3f;
  border-bottom: 1px solid #e53f3f;
  color: #fff; }

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #0e6ef1;
  border-bottom: 1px solid #0e6ef1;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #1d9900;
  border-bottom: 1px solid #1d9900;
  color: #fff; }
  