.toasts {
  width: 400px;
}

.toast {
  width: 100%;
  transition: background 0.14s ease-in;
}

.toast.message {
  color: #fff;
  background: #555555cc;
}

.toast.error {
  color: #fff;
  background: #ff4d5bcc;
}

.toast.error:hover {
  color: #fff;
  background: #ff4d5bdd;
}
