.apexcharts-svg .apexcharts-yaxis-texts-g text {
  fill: #E9ECEF;
}
.apexcharts-svg .apexcharts-xaxis-texts-g text {
  fill: #E9ECEF;
}

.choices.is-disabled .choices__inner {
  background-color: #161d2b;
}
.choices.is-disabled .choices__input {
  background-color: #161d2b;
}

.choices[data-type*=select-one]:after {
  border-color: #fafafa transparent transparent;
}

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

.apexcharts-tooltip .apexcharts-tooltip-title.active::after {
  border-color: grey !important;
  background-color: #161d2b !important;
  color: white !important;
}