.colored-toast.swal2-icon-success {
  background-color: #a5dc86 !important;
}

.colored-toast.swal2-icon-error {
  background-color: #f27474 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #f8bb86 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #3fc3ee !important;
}

.colored-toast.swal2-icon-question {
  background-color: #87adbd !important;
}

.colored-toast .swal2-html-container {
  color: white;
}


@media (min-width: 768px) {

  .colored-toast .swal2-title {
    color: white;
    font-weight: bolder;
    font-size: 1vw;
  }

  .colored-toast .swal2-close {
    color: white;
    font-weight: bold;
    font-size: medium;
  }


}
@media (max-width: 767.98px) {
  .colored-toast .swal2-title {
  color: white;
  font-weight: bolder;
  font-size: large;
  }

  .colored-toast .swal2-close {
    color: white;
    font-weight: bold;
    font-size: medium;
  }
}
