:root {
  --colore0: #FFFFFF; 
  --colore1: #996E00; 
  /* --colore1: #f8d170 ; */
  --colore1-testo: #ffffff;
  --colore2: #dbaf42;
  --colore2-testo: #ffffff;
}

.selettore-settore {
  width: 202px;
}

.selettore-anno {
  width: 100px;
}

div.p-dropdown-panel {
  width: auto;
}

/* h1 {
  max-width: 670px;
} */

#header-logo img {
  width: 350px;
}

th.col-vittorie-totali,
td.col-vittorie-totali {
  width: 90px !important;
  min-width: 90px !important;
  text-align: center !important;
}


.round-bg-gold {
  width: 25px;
  height: 25px;
  border-radius: 50%;
  background-color: var(--colore2);
  color: #fff;
  font-weight: 600;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: auto;
}

th.col-anni-consecutivi {
  width: 120px !important;
  min-width: 120px !important;
}

td.col-anni-consecutivi {
  width: 120px !important;
  min-width: 120px !important;
  font-size: 14px !important;
}


@media only screen and (max-width: 480px) {
  .firma_data {
    max-width: 190px;
  }

  #header-logo img {
    width: 150px;
  }

  .box_crediti {
    flex-direction: column;
    align-items: center;
  }

  .box_crediti img {
    height: auto;
    width: 100%;
    padding: 0 0 20px;
  }

  .box_crediti div {
    display: none;
  }
}