.toast-fade {
  transition: opacity 0.5s;
}
.toast-fade-slow {
  transition: opacity 2s;
}
