.cky-consent-chart-section .cky-card-body {
  height: 198px;
}
.cky-consent-chart-section .cky-card-body .cky-consent-chart {
  height: 100%;
}
.cky-consent-chart-section .cky-card-body .cky-consent-chart .apexcharts-legend {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.cky-consent-chart-section .cky-card-body .cky-consent-chart .apexcharts-donut-slice-0:hover {
  fill: #33A881; /* Change color of first slice on hover */
}
.cky-consent-chart-section .cky-card-body .cky-consent-chart .apexcharts-donut-slice-1:hover {
  fill: #EC4A5E; /* Change color of second slice on hover */
}
.cky-consent-chart-section .cky-card-body .cky-consent-chart .apexcharts-donut-slice-2:hover {
  fill: #4493F9; /* Change color of second slice on hover */
}
.cky-consent-chart-section .cky-card-body .cky-consent-chart .cky-chart-tooltip {
  padding: 2px;
  font-size: 12px;
}
.cky-consent-chart-section .cky-empty-state {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  right: 0;
}
