html {
  scroll-behavior: smooth;
}

.label {
  white-space: pre;
}

.card {
  border: 3px solid currentColor;
  border-radius: 0;
  box-shadow: none;
  padding: 1rem;
}

.container > .card {
  background-color: #ccc;
}

.h-100 {
  height: 100%;
}

.w-100 {
  width: 100%;
}

.is-overflow-visible {
  overflow: visible;
}

.is-overflow-auto {
  overflow: auto;
}

.tooltip-container {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  transition: opacity 0.1s ease;
  /* #b5f8ff; light blue = rgba(204, 255, 255, 0.9); */
  background-color: rgba(204, 255, 255, 0.9);
  border: 1px solid currentColor;
  border-radius: 6px;
  padding: 0.5em 0.75em;
  opacity: 0;
  max-width: 280px;
}

.tooltip-container.show {
  opacity: 1;
  pointer-events: all;
}

.tooltip-container .delete {
  display: none;
}

.tooltip-container.freezed .delete {
  display: inline-block;
}

.container {
  padding: 1rem 0.5rem;
}

text {
  font-size: 12px;
  font-family: inherit;
}

.heatmap-grid-cell {
  cursor: pointer;
}

.heatmap-grid-cell.is-freezed {
  stroke-width: 2px;
  stroke: currentColor;
}

.table {
  font-size: 12px;
}
