.report-by{
  display: inline-block;
  text-align: center;
  border: 1px solid;
  padding: 6px;
}
.report-by a{
  font-weight: 700;
  margin-top: 8px;
  display: block;
  transition: 0.2s;
  text-align: center;
}
.report-by a:hover{
  text-decoration: none;
  opacity: 0.7;
}
.report-by img{
  display: block;
  height: 50px;
  margin: 0 auto;
}
.report-by span{
  display: block;
  text-transform: uppercase;
  font-size: 16px;
  margin-top: 5px;
  color: #000;
}

.apexcharts-xaxis-tick, .apexcharts-gridlines-horizontal, .apexcharts-xcrosshairs{
  opacity: 0 !important;
}

.apexcharts-tooltip-title{
  padding: 4px 10px !important;
  margin-bottom: 0 !important;
  font-size: 12px !important;
}
.apexcharts-tooltip-series-group{
  background: #e8e8e8;
  font-size: 16px;
}

.dashboard-chart{
  min-height: auto !important;
}
