.Vue-Toastification__toast {
  font-family: "Quicksand", sans-serif !important;
}

.Vue-Toastification__close-button {
  color: #212529 !important;
}

.Vue-Toastification__toast--success {
  background-color: #c5ffee !important;
  color: #025529 !important;
}

.Vue-Toastification__toast--success > .Vue-Toastification__progress-bar {
  background-color: #025529 !important;
}

.Vue-Toastification__toast--warning {
  background-color: #fff3e0 !important;
  color: #c98a16 !important;
}

.Vue-Toastification__toast--warning > .Vue-Toastification__progress-bar {
  background-color: #c98a16 !important;
}

.Vue-Toastification__toast--error {
  background-color: #ffc0c0 !important;
  color: #a10101 !important;
}

.Vue-Toastification__toast--error > .Vue-Toastification__progress-bar {
  background-color: #a10101 !important;
}
