.circle {
  stroke: #008585;
  fill: 008585;
  fill-opacity: .3;
  stroke-width: 1;
}


.text_sum {
  fill: black;
  font-weight: bold;
  font-style: italic;
  font-family: 'Montserrat';
}

.line_tl {
  fill: black;
  fill-opacity: 1;
  stroke: #008585; /* Set line color */
  stroke-width: 1px;
}

.tooltip-united {
  background-color: white;
  opacity: 0;
  border: solid;
  border-width: 2px;
  border-radius: 5px;
  padding: 5px
}