body {
    font-family: Arial, sans-serif;
  }

  #selectButton {
    position: absolute;
    top: 40px;
    left: 150px;
}

#selectButtonFactor {
  position: absolute;
  top: 30px;
  left: 150px;
}

.overlay {
  fill: none;
  pointer-events: all;
  cursor: crosshair; /* Set cursor style to crosshair */
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

rect {
  pointer-events: all;
  fill-opacity: 0;
  stroke-opacity: 0;
  z-index: 1;
}

.tooltip {
position: absolute;
padding: 10px;
background-color: steelblue;
color: white;
border: 1px solid white;
border-radius: 10px;
display: none;
}

.circle {
  fill: steelblue;
}

/* .circle2 {
  fill: #ec594e;
} */

.dashHeading {
  text-align: center;
  border: 1px solid black; /* Border style */
  background-color: lightgrey; /* Background color */
}