.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: 0 10px 5px 0;
    text-align: right;
   }
.noty_buttons button{
  border: none !important;
  padding: 3px 7px !important;
  border-radius: 3px !important;
  background-color: #a37118;
  color: rgba(255, 255, 255, 0.671);
  cursor: pointer;
 }
 .noty_buttons button:hover{
  background-color: #ac771a;
 }
.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: #de8d24;
  border-bottom: 1px solid #be7d21;
  color: #fff; }

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

.noty_theme__mint.noty_type__info,
.noty_theme__mint.noty_type__information {
  background-color: #4d7cce;
  border-bottom: 1px solid #112a56;
  color: #fff; }

.noty_theme__mint.noty_type__success {
  background-color: #29a758;
  border-bottom: 1px solid #135b2d;
  color: #fff; }
