.apexcharts-legend-text {
  color: white !important;
}

.profusergraph .apexcharts-svg {
  background: #232526 !important;
}
.profusergraph .apexcharts-svg .apexcharts-text {
  fill: white !important;
}
.profusergraph .apexcharts-svg rect {
  fill: green !important;
}
.projectgraph .apexcharts-svg {
  background: #232526 !important;
}
.projectgraph .apexcharts-svg .apexcharts-text {
  fill: white !important;
}
.apexcharts-legend-series .apexcharts-legend-marker {
  background: #e91e63 !important;
  color: #e91e63;
}
.profuserpie .apexcharts-svg {
  background: #232526 !important;
}
.blogpie .apexcharts-svg {
  background: #232526 !important;
}
.apexcharts-toolbar {
  display: none !important;
}
.apexcharts-gridline {
  stroke: #433e3e;
}
