.apexcharts-tooltip.apexcharts-theme-light {
  background-color: white !important;
  border: 1px solid rgb(233, 233, 233) !important;
  box-shadow: none !important;
}

.dropdown-menu {
  transition: all 0.3s ease;
  /* Transição suave para o dropdown */
}

footer {
  color: #9ca3af;
  /* Texto claro */
}

footer a {
  color: #60a5fa;
  /* Links em azul */
}

footer a:hover {
  color: #3b82f6;
  /* Azul mais vibrante */
}