.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: #ffab4d;
  border-bottom: 1px solid #dc9648;
  color: #fff; }

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

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

.noty_theme__mint.noty_type__success {
  background-color: #0093a6;
  border-bottom: 1px solid #024e58;
  color: #fff; }
