.custom-tooltip {
  position: absolute;
  background-color: #393939;
  color: #ffffff;
  font-family: 'Chewy', cursive;
  padding: 5px 10px;
  border-radius: 4px;
  font-size: 14px;
  display: none;
  z-index: 1000;
  pointer-events: none; /* Prevent tooltip from interfering with mouse events */
}
.tooltip {
  cursor: pointer;
}