/* pie chart dashboard */
.chart-wrapper {
  min-height: 200px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.chart-container-statistics {
  position: relative;
  width: 100%;
  height: 450px; 
  max-height: 500px;
}

.chart-canvas {
  max-width: 200px !important;
  max-height: 200px !important;
}
/* end of pie chart dashboard */