/* 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;
}

.pnl-chart {
  position: relative;
  height: 220px;
  margin-bottom: 1rem;
}

.pnl-tooltip {
  position: absolute;
  pointer-events: none;
  background: #ffffff;
  border: 1px solid rgba(11, 11, 11, 0.1);
  border-radius: 4px;
  box-shadow: 0 2px 8px rgba(11, 11, 11, 0.08);
  padding: 6px 10px;
  font-size: 12px;
  color: #0b0b0b;
  white-space: nowrap;
  z-index: 10;
}

.pnl-tooltip-date {
  color: #898781;
  margin-bottom: 2px;
}

.pnl-tooltip-day {
  color: #52514e;
}
