.row_buttons {
  display: flex;
  gap: 1rem;
  margin: 1rem 0rem;
}

.title_sections_graphs {
  font-size: 20px;
  font-weight: bold;
  text-transform: uppercase;
  margin-top: 1rem;
}

.before_spinner {
  color: black; /*#080494;*/
  font-size: 20px;
  font-weight: 500;
  display: block;
  position: absolute;
  top: 20vh;
  left: 0;
  width: 100%;
  text-align: center;
  padding: 2rem;
  z-index: -2;
}

.user_choice_label {
  font-weight: 500;
  font-style: italic;
  margin: 0.7rem 0rem 0rem;
  font-size: 90%;
}

a {
  color: #080494;
}

a:hover {
  color: darkgrey;
}

.tooltip {
  text-transform: none;
}

.tooltip-inner {
  max-width: 300px;
}
.img-fit{
  max-width: 100%;
  image-rendering: -webkit-optimize-contrast;
  display: block;
  max-height:500px;
  width: auto;
  /*height: auto;*/
  margin: 1rem auto 0.5rem;
}

.img-legend {
  font-style: italic;
  text-align: center;
  margin: 0.5rem auto 1rem;
}

.legend-box {
  float: right;
  height: 10px;
  width: 10px;
  clear: both;
  margin-left: 4px;
  margin-top: 5px;
}

.legend-box-red {
  background-color: red;
}

.legend-box-green {
  background-color: green;
}

.legend-box-orange {
  background-color: orange;
}

.white-tooltip .tooltip-inner {
  background-color: #eaeaf1
}

.white-tooltip .tooltip-arrow::before {
  border-right-color: #eaeaf1 !important;
}

.pointerCursor {
  cursor: pointer;
}