.quiz-container {
  width:96%;
  max-width:1250px;
  height:98%;
  max-height:100%;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.finale-container {
  width:95%;
  max-width:500px;
  height:100%;
  max-height:100%;
  display:flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
}
.domanda-container {
  background-color:#fff;
  border-radius:9px;
  padding: auto;
}
.domanda-testo{
  font-size:1.25rem;
  color:#111;
  -webkit-user-select: none; /* Safari */
  -ms-user-select: none; /* IE 10 and IE 11 */
  user-select: none; /* Standard syntax */
}
.risp-box {
  color:#333;
  text-align: center;
}
.risp-box p {
  color:#111;
  text-align: center;
}

.risposte_esatte {
  font-size:2.1rem;
  font-weight: 600;
}
#risposte_esatte_vinto {
  color: #469610;
}
#risposte_esatte_perso {
  color: #961510;
}

.timer {
  font-size:3.5rem;
}

#section_gioco {
  display: flex;
  flex: auto;
  justify-content: inherit;
  flex-direction: column;
}

#fine_quiz lottie-player{
  transform: scale(2);
}

.finale_container{
  border-radius: 16px;
  width:95%;
  max-width:500px;
  background-color:#fff;
  padding:15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index:9;
}


.id_risultato_finale{
  font-size:0.85rem;
}

.id_partecipazione {
  font-size:0.8rem;
}