#charts {
  display: flex;
  width: 100%;
  height: 100%;
}

#klchart {
  background-color: #1B1D1F;
}

#klchart-secondary {
  width: 0px;
  transition: width 0.25s;
  display: flex;
  align-items: center;
  justify-content: center;
}

#primary-chart-controls {
  background-color: #242528;
  display: flex;
  position: absolute;
  left: 10px;
  top: 10px;
  padding: 10px;
  gap: 10px;
  border-radius: 6px;
}

#primary-chart-controls > button {
  background-color: #34373e;
  padding: 10px;
  border-radius: 6px !important;
}

#primary-chart-controls > button:hover {
  background-color: #0f6be9;
}