.chartjs-wrapper {
   padding: 20px;
   margin-bottom: 80px;
   border-radius: 24px;
   background: #FFF;
   box-shadow: 0px 0px 10px 2px rgba(0, 0, 0, 0.25);
}

.chartjs-wrapper .chartjs {
   /* min-height: 200px; */
   max-height: 520px;
   height: 100%;
}

.customLegend li {
   display: inline-block;
   margin-right: 25px;
   margin-top: 15px;
}

.customLegend li span {
   display: inline-block;
   width: 12px;
   height: 12px;
   margin-right: 5px;
   border-radius: 25px;
   color: red;
}