@use "core/theme/imports";

.pcac-d3-tooltip {
  position: absolute;
  text-align: center;
  font-size: 14px;
  padding: 0.5rem;
  pointer-events: none;
  display: none;
  background-color: rgba(imports.$gray-800, 0.85);
  color: imports.$white;
  border-radius: 2px;
  z-index: 1000
}

.pcac-grid-rule line {
  stroke: imports.$gray-200;
}

.pcac-x-axis,
.pcac-y-axis {

  path,
  line {
    stroke: none;
  }
}