/* These styles are generated from project.scss. */

.alert-debug {
  color: black;
  background-color: white;
  border-color: #d6e9c6;
}

.alert-error {
  color: #b94a48;
  background-color: #f2dede;
  border-color: #eed3d7;
}

/* Text color */
.hc-text-cold {
  color: #0dcaf0 !important;
}
.hc-text-tepid {
  color: white !important;
}
.hc-text-warm {
  color: Khaki !important;
}
.hc-text-hot {
  color: DarkOrange !important;
}
.hc-text-scalding {
  color: #dc3545 !important;
}
.hc-text-favorite {
  color: MediumVioletRed !important;
}
/* Background color */
.hc-bg-cold {
  background-color: #0dcaf0 !important;
}
.hc-bg-tepid {
  background-color: white !important;
}
.hc-bg-warm {
  background-color: Khaki !important;
}
.hc-bg-hot {
  background-color: DarkOrange !important;
}
.hc-bg-scalding {
  background-color: #dc3545 !important;
}

/* Border color */
.hc-border-arctic  {
  border-color: rgba(13, 202, 240, 0.5) !important;
}
.hc-border-cold {
  border-color: #0dcaf0 !important;
}
.hc-border-tepid {
  border-color: white !important;
}
.hc-border-warm {
  border-color: Khaki !important;
}
.hc-border-hot {
  border-color: DarkOrange !important;
}
.hc-border-scalding {
  border-color: #dc3545 !important;
}
.custom-tooltip {
  --bs-tooltip-bg: var(--bs-info-bg-subtle);
  --bs-tooltip-color: var(--bs-white);
}
/* color: LightCoral !important;
color: MediumSeaGreen !important; */
