#ch-map{
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
  path:hover, circle:hover {
    stroke: #002868 !important;
    stroke-width:2px;
    stroke-linejoin: round;
    fill: #002868 !important;
    cursor: pointer;
  }
  #info-box {
    display: none;
    position: fixed;
    pointer-events: none;
    z-index: 9999;
    background-color: #ffffff;
    border: 2px solid #ff3838;
    border-radius: 5px;
    padding: 5px;
    font-family: Arial;
    transform: translate(20%, calc(100% + 30px)); /* Adjust the distance below the cursor */
  }