body {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 80vh;
}

div.charts {
  width: 100%;
}
div.charts canvas {
  width: 100% !important;
  height: 400px !important;
}
div.charts .chartdiv2 {
  width: 100% !important;
  height: 500px !important;
  margin: 0 auto;
}
div.charts .chartdiv {
  width: 100% !important;
  height: 400px !important;
  margin: 0 auto;
}
div.charts .chart-container {
  width: 300px;
  text-align: center;
  border: 1px solid #ddd;
  border-radius: 7px;
  padding: 25px;
  background: rgba(239, 239, 239, 0.8666666667);
  margin: auto;
}
div.charts .chart-container canvas {
  width: auto !important;
  height: auto !important;
}
div.charts .chart-title {
  font-size: 20px;
  font-weight: 600;
  margin-bottom: 18px;
}
div.charts .big-number {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -60%);
  font-size: 40px;
  font-weight: bold;
}
div.charts .chart-wrapper {
  position: relative;
  display: inline-block;
}
div.charts .card_inner {
  width: 100%;
  padding: 50px;
  border-radius: 16px;
  background-color: #f5f5f5;
  /* box-shadow: 0 0 12px rgba(0, 0, 0, 0.05); */
  text-align: left;
}
div.charts .card_inner .card-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 8px;
}
div.charts .card_inner .big-value {
  font-size: 32px;
  font-weight: bold;
  color: #333;
}
div.charts .card_inner .description {
  font-size: 14px;
  margin-top: 6px;
  color: #666;
}
div.charts .card_inner .trend-chart {
  width: 100%;
  height: 80px;
  margin-top: 15px;
}/*# sourceMappingURL=chart.css.map */