/* CSS styles for Billboard.js dark theme */
.bb-axis-x .tick text,
.bb-axis-y .tick text,
.bb-tooltip {
  fill: #ffffff; /* Set the text color to white */
}

.bb-legend text,
.bb-chart-lines path {
  fill: #ffffff; /* Set the text and line color to white */
}

.domain {
  stroke: #ffffff !important;
}

#chartWAPHEnergy {
  width: 100%;
}

.onefour {
  width: 25%;
}

.bb-tooltip-container {
  color: #000000; /* Set the text color to black */
}

.bb-tableview thead,
tbody {
  color: black;
}

.waphTitle {
  margin: 80px !important;
}

.middle {
  width: 100%;
  text-align: center;
}

.bb-zoom-reset{
  color: black;
}

.maxHeight{
  max-height: 800px;
  overflow-y: scroll;
}
