/* -------------------------------------------------------
Sweet Alert 2
------------------------------------------------------ */

.colored-toast.swal2-icon-success {
    background-color: #15773a !important; /* #a5dc86 */
  }

  .colored-toast.swal2-icon-error {
    background-color: #9f0712 !important; /* #f27474 */
  }

  .colored-toast.swal2-icon-warning {
    background-color: #894b00 !important; /* #f8bb86 */
  }

  .colored-toast.swal2-icon-info {
    background-color: #005f78 !important; /* #3fc3ee */
  }

  .colored-toast.swal2-icon-question {
    background-color: #87adbd !important;
  }

  .colored-toast .swal2-title {
    color: white;
  }

  .colored-toast .swal2-close {
    color: white;
  }

  .colored-toast .swal2-html-container {
    color: white;
  }
