#teaser .loading {
  opacity: 0.85;
  background-color: white;
  overflow: hidden;
  z-index: 100;
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 300px;
  margin: auto;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

#teaser .sk-grid {
  left: 45%;
  top: 45%;
  position: relative;
  width: 60px;
  height: 60px;
}
#teaser .sk-text {
  top: 50%;
  position: relative;
}
#teaser .sk-grid-cube {
  background-color: #009fe3;
}

#teaser #gMap {
  cursor: move;
  /* fallback if grab cursor is unsupported */
  cursor: grab;
  cursor: -moz-grab;
  cursor: -webkit-grab;
}

#teaser #gMap:active {
  cursor: grabbing;
  cursor: -moz-grabbing;
  cursor: -webkit-grabbing;
}

#teaser .country_exportplanning,
#teaser .barre {
  cursor: pointer !important;
}

#teaser .selezionato {
  fill: yellow;
  stroke: black;
  stroke-width: 2px;
}

#teaser .tick text {
  font-size: 30px;
  font-weight: bold;
  fill: #00398a;
}

#teaser .tick line,
#teaser .domain {
  stroke: #00398a;
}

#teaser .y .tick line,
#teaser .y .domain {
  display: none;
}

#teaser #LabY_M {
  font-size: 25px;
  font-weight: bold;
  fill: #00398a;
}

#teaser .barre#LabY_M {
  font-size: 27px;
}

#teaser .strong-placeholder input::placeholder {
  font-weight: bold;
  color: var(--bs-info);
  text-transform: uppercase;
}

/* #teaser select#paeseSelect option:checked {
  font-weight: bold;
  color: var(--bs-info);
  text-transform: uppercase;
} */

#teaser select.promos-select:not(:focus) {
  font-weight: bold;
  color: var(--bs-info); /* Variabile CSS per colore */
  text-transform: uppercase;
}

.grafico_tooltips {
  position: absolute;
  text-align: left;
  border: 1px solid #2a4558;
  background: #fff;
  color: #2a4558;
  padding: 10px;
  z-index: 10;
  min-width: 200px;
}

.grafico_tooltips .toolheader {
  font-weight: bold;
}

#teaser .bg-yellow {
  background-color: yellow !important;
}
