.swal2-popup.swal2-toast.swal2-show {
  border: 1px solid #e9ecef !important;
  box-shadow: 0 0 2rem 0 rgb(136 152 170 / 15%);
  grid-template-columns: 1fr 99fr;
}
.swal2-icon.swal2-success {
  border-color: #2dce89;;
  color: #2dce89;;
}
.swal2-popup.swal2-toast .swal2-success {
  border-color: #2dce89;
}
.swal2-icon.swal2-success .swal2-success-ring {
  border-color: #2dce89;
}
.swal2-icon.swal2-success [class^=swal2-success-line] {
  background-color: #2dce89;
}
.swal2-icon.swal2-error {
  border-color: #f5365c;
  color: #f5365c;
}
.swal2-icon.swal2-error [class^=swal2-x-mark-line] {
  background-color: #f5365c;
}
.swal2-icon.swal2-warning {
  border-color: #fb6340;
  color: #fb6340;
}
.swal2-popup.swal2-toast {
  box-shadow: none;
}
.swal2-popup.swal2-toast .swal2-title, .swal2-popup.swal2-toast .swal2-html-container {
  margin: 8px 0px;
}
.swal2-popup.swal2-toast .swal2-html-container {
  margin-top: -10px;
}