.swal-modal{
    background-color: #f4f4f1;
}
.swal-button{
    background-color: #159d34;
}
.swal-title{
    font-family: Barlow, sans-serif!important;
    color: #000;    
}
.swal-text{
    font-family: Barlow, sans-serif!important;
    color: #000;   
}
.swal-button:not([disabled]):hover{
    background-color: #ce0e2d;
}
.swal-button--cancel{
    color: white;
}
.message {
  text-align: center;
  padding: 8px;
  position: fixed;
  bottom: 0;
  width: 100%;
  float: right;
  z-index: 999999999;
}

.error {
  background-color: red;
  color: #fff;
}

.success {
  background-color: green !important;
  color: #fff !important;
}

.hidden {
  display:  none;
}