:root {
  --colore1: #c162ff;
  --colore1-testo: #ffffff;
  --colore2: #7209b7;
  --colore2-testo: #ffffff;
}

.selettore-settore {
  width: 202px;
}

.selettore-anno {
  width: 100px;
}

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

h1 {
  font-size: 66px;
}

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

.legenda-fatturato {
  color: #000;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
}



@media only screen and (max-width: 480px) {
  h1 {
    font-size: 36px;
  }

  .firma_data {
    max-width: 190px;
  }

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



  .box_crediti {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .box_crediti div {
    display: none;
  }
}