.colored-toast.swal2-icon-success {
  background-color: #28c76f !important;
}

.colored-toast.swal2-icon-error {
  background-color: #ea5455 !important;
}

.colored-toast.swal2-icon-warning {
  background-color: #ff9f43 !important;
}

.colored-toast.swal2-icon-info {
  background-color: #00cfe8 !important;
}

.colored-toast .swal2-title {
  color: #fff;
  font-size: 14px;
}

.colored-toast .swal2-timer-progress-bar {
  background: rgba(255,255,255,.6);
}

.recipe-item .card {
  transition: all .2s ease;
}

  .recipe-item .card:hover {
    transform: translateY(-4px);
    box-shadow: 0 10px 30px rgba(0,0,0,.15);
  }

