.highcharts-loading,
highcharts-a11y-proxy-element,
.highcharts-no-tooltip {
  background-color: transparent !important;
}

.highcharts-icon {
  .path {
    scale: 0.033;
  }
}

.highcharts-tooltip-container {
  z-index: 9998 !important; /* Override the default z-index to make sure highcharts tooltips are shown on top even when rendered inside a MUI dialog or a map popover */
}

@keyframes pulsate {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}

.highcharts-pulsating-marker {
  animation: pulsate 0.7s infinite ease-in-out;
}
