.chart-tooltip[hidden] {
  display: none;
}

.chart-tooltip {
  position: fixed;
  z-index: 20;
  max-width: 260px;
  padding: 9px 11px;
  border: 1px solid #244e8d;
  border-radius: 6px;
  background: #031b4a;
  color: #fff;
  box-shadow: 0 8px 22px rgba(0, 7, 31, 0.28);
  font-size: 12px;
  line-height: 1.45;
  pointer-events: none;
}

.chart-tooltip div:nth-child(2) {
  font-weight: 700;
}

.chart-empty {
  align-self: center;
  width: 100%;
  margin: 0;
  color: #6c7d98;
  text-align: center;
  font-style: italic;
}

.chart-bar {
  cursor: help;
}

.chart-bar.is-zero {
  min-height: 0;
}
