.popup {
  margin-bottom: 0 !important;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-weight: 100 !important;
  font-size: 12px !important;
}

.popupSmall {
  /* background-color: rgba(30, 30, 30, 0.9) !important; */
  /* color: #ffffff !important; */
  /* border: none !important; */
  margin: 0 !important;
  padding: 4px 8px !important;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif !important;
  font-weight: 100 !important;
  font-size: 12px !important;
}

.popupSmall::before {
  display: none !important;
}

.toast {
  padding: 20px;
  border-radius: 4px;
  /* overflow-wrap: break-word; */
  overflow-wrap: anywhere;
  hyphens: auto;
}

.toastInfo {
  /* background-color: rgba(60, 60, 60, 1.0); */
  background-color: rgba(60, 60, 60, 0.97);
  box-shadow: 0px 0px 64px 0px rgba(255,255,255,0.1);
  color: white;
}

.toastSuccess {
  background-color: rgba(56, 143, 2, 0.97);
  /* background-color: #388F02; */
  color: white;
}

.toastError {
  background-color: rgba(194, 0, 0, 0.97);
  /* background-color: #c20000; */
  color: white;
}

.toastProgress {
  background: #f2711c;
}
