/* .apexcharts-tooltip-text */
/* .apexcharts-tooltip-marker */
/* .apexcharts-tooltip-series-group, */
/* .apexcharts-tooltip-y-group,*/
.erase_txt_data .apexcharts-tooltip-text-y-label  
{
  display: none !important;
  /* opacity: 0 !important; */
}
.apexcharts-tooltip-text-y-label {
  /* display: none !important; */
  /* color: white !important; */
}
/* .participant_2022_vs_2023_module svg > * {
  transform: translateY(-240px);
}

.numberof_events_and_participants_module svg > * {
  transform: translateY(-50px);
} */
.flex_legend_chart {
  display: flex;
  justify-content: space-evenly;
}
.flex_legend_chart_item {
  display: flex;
  align-items: center;
}

.chart_income_exependiture .apexcharts-pie path {
  stroke: #f2f1ef !important;
}
.chart_income_exependiture .apexcharts-datalabels text {
  font-weight: 400 !important;
}
.chart_income_exependiture .apexcharts-title-text {
  position: relative;
}
/* .chart_income_exependiture .apexcharts-title-text::after{
 content: "%";
} */
.col_chart_module .apexcharts-title-text {
  display: none !important;
}
@media screen and (max-width: 800px) {
  .flex_legend_chart {
    display: flex;
    justify-content: flex-start;
    flex-wrap: wrap;
  }
  .flex_legend_chart_col {
    display: flex;
    flex-wrap: wrap;
  }
  .flex_legend_chart_col .flex_legend_chart_item {
    margin-left: 15px;
  }
  .participant_2022_vs_2023_module svg > * {
    transform: translateY(-100px);
  }
}

/* .qodef-qi-counter.qodef-layout--simple .qodef-m-digit-wrapper {
  flex-direction: row-reverse;
  gap: 20px;
}
.qodef-qi-counter.qodef-layout--simple .qodef-m-icon {
  position: relative;
  transform: translate(0, 6%);
  width: 50px;
} */
