.toast {
  font-family: "Inter", sans-serif !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  border-radius: 16px !important;
  box-shadow: none !important;
}

.toast-message {
  margin-left: 8px !important;
}

.toast {
  background-color: #030303;
  opacity: 1 !important;
}

.toast-info {
  background-color: #3276b1;
}

.toast-info2 {
  background-color: #2f96b4;
}

.toast-error {
  background-color: #F22F46 !important;
}

.toast-success {
  background-color: #51a351;
}

.toast-warning {
  background-color: #f89406;
}