body .report-title {
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: 900;
  margin-bottom: 5px;
  color: #f8f8f8; /* Light color for dark background */
}

.report-subtitle {
  font-family: "Poppins", sans-serif;
  text-align: center;
  margin: 0;
  font-weight: 800;
  margin-bottom: 5px;
  color: #f8f8f8; /* Light color for dark background */
}

.energy-chart-iframe {
  display: block;
  margin: 0 auto;
}

.time-range-buttons-container {
  display: flex;
  text-align: center;
  justify-content: center;
  margin-bottom: 10px;
}

.time-range-button,
.custom-date-picker,
.go-button,
.reset-button {
  display: inline-block;
  background-color: #000; /* Black background */
  color: #f8f8f8; /* Light text color */
  border: 1px solid #555; /* Slightly lighter border */
  padding: 5px 10px;
  cursor: pointer;
  margin: 0 5px; /* Added margin for spacing between buttons */
  border-radius: 4px; /* Optional: Add rounded corners */
}

.time-range-button.active,
.custom-date-picker.active,
.go-button.active,
.reset-button.active {
  background-color: #80537b; /* Highlight color */
  color: #ffffff;
}

.time-range-button:hover,
.custom-date-picker:hover,
.go-button:hover,
.reset-button:hover {
  background-color: #555; /* Hover color */
  color: #ffffff;
}

.pika-single {
    z-index: 10000 !important;
    border: 1px solid #555 !important; /* Darker border */
    background-color: #333 !important; /* Dark background */
}

.pika-button {
    background-color: #444 !important; /* Darker button */
    border: 1px solid #555 !important; /* Slightly lighter border */
    color: #f8f8f8 !important; /* Light text color */
}

.pika-button:hover {
    background-color: #80537b !important; /* Hover color */
    color: #fff !important;
}

#interval-buttons {
  /* Additional styling for interval buttons, if needed */
}
