.toasted-container .toasted{
  /*padding: 15px 17px !important;*/
}
.toasted .primary.error, .toasted.toasted-primary.error{
  background: #f5d5d5f5 !important;
  color: #dc7a7a !important;
  box-shadow: none !important;
  border: 1px solid #e28b8b !important;
  border-radius: 0px !important;
  height: auto;
  min-height: 50px;
}
.toasted .primary.success, .toasted.toasted-primary.success{
    background: #c5e4c6 !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid #6dad6da3 !important;
    color: #439643 !important;
    height: auto;
  min-height: 50px;
}
.toasted .primary.default, .toasted.toasted-primary.default{
    background: #FDE2CF !important;
    border-radius: 0px !important;
    box-shadow: none !important;
    border: 1px solid #e6af88 !important;
    color: #c79a79 !important;
    height: auto;
  min-height: 50px;
}
.toasted-container .toasted .action{
  margin-left: 200px !important
}

.toasted.success .action{
  color: #416f4294 !important;
  font-size: 21px !important;
}
.toasted.default .action{
  color: #c79a79 !important;
  font-size: 21px !important;
}
.toasted.error .action{
  color:#dc7a7a !important;
  font-size: 21px !important;
}
