.tooltip-content {
  @apply absolute z-[999999] w-xs max-w-md px-3 py-2 text-sm text-center text-white bg-gray-900/90 dark:bg-gray-900 rounded-lg shadow-xl pointer-events-none;

}

.tooltip-arrow {
  @apply absolute w-2 h-2 bg-gray-900 transform rotate-45;
}