.chartbody {
  border: 1px solid rgba(221, 221, 221, 0.8666666667);
  border-radius: 12px;
  padding: 20px;
}

.chartbody h3 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 35px;
}

#userActivityChart {
  width: 100% !important;
  height: 500px !important;
  margin: 10px auto;
}

.canvasjs-chart-credit {
  display: none !important;
}

.chart-controls {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
  margin-bottom: 15px;
}

.range-buttons button {
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 0.9rem;
}/*# sourceMappingURL=ChartDesign15.css.map */