* {
    box-sizing: border-box;
    transition: 0.3s all ease-out;
  }
  
  html,
  body {
    scroll-behavior: smooth;
  }
  
  body {
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    background-color: #ededed;
    color: #000000;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
  }
  
  /* 
      font-family: "SoleSans", Arial, Helvetica, sans-serif;
      font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
      font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
      font-family: "sole_display", Georgia, Times, "Times New Roman", serif;
      */
  
  article,
  header,
  aside {
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
    margin: auto;
    overflow: hidden;
  }
  
  article,
  section {
    width: 100%;
    margin: auto;
  }

  
  div {
    width: 100%;
  }

  .container_over_skin div {
    z-index: 14;
  }
  
  #quiz{
    max-width: 755px;
    min-height: 500px;
    width: 100%;
  }

  .flex { display: flex; }
	.flex-col { flex-direction: column; }
	.justify-center { justify-content:center; }
	.items-center { align-items: center; }
	.justify-between { justify-content: space-between; }
	.justify-evenly { justify-content: space-evenly; }
  .flow-wrap{ flex-flow: wrap; }

	.relative { position: relative; }

	.w-full { width: 100%; }
	.h-full { width: 100%; }

	.testo-bianco { color:white }
	.testo-bold { font-weight: 700; }
	.testo-medium { font-weight: 600; }

	.mr-10 { margin-right: 10px; }

	.palla {border-radius: 50%;}

	.palla-grande { 
		font-size: 64px;
		padding: 30px;
	}

  .width-auto{ width: auto; }

  .palla-verde{ background-color: #00A651; }
  .palla-rossa{ background-color: #E91D24; }

  .mt-8{ margin-top: 8px; }
  .ml-8{ margin-left: 8px; }
  .mr-16{ margin-top: 16px; }
  .ml-16{ margin-left: 16px; }
  .mt-16{ margin-top: 16px; }
  .mb-16{ margin-bottom: 16px; }
  .my-16{ margin-top: 16px; margin-bottom: 16px; }
  .my-32{ margin-top: 32px; margin-bottom: 32px; }
  .mt-32{ margin-top: 32px; }
  .mt-64{ margin-top: 64px; }
  .mb-64{ margin-bottom: 64px; }

  .p-32{ padding:32px }

  .text-center{ text-align: center; }
  

  @media screen and (min-width: 801px) {
    .tondo_salvini {
      position: absolute;
      top: -100px;
      margin-left: -270px;
    }
  
    .tondo_meloni {
      position: absolute;
      top: -100px;
      margin-left: 270px;
    }
  }
  .primo {
    width: 50px;
    height: auto;
 }
 .primo {
    width: auto;
    height: 50px;
 }

 .occhiello{
    display: flex;
}

.argomento{
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    margin-left: 8px;
    font-style: normal;
    font-size: 16px;
    text-transform: uppercase;
}

.container-text{
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-size: 24px;
    font-weight: 400;
    line-height: 36px;
    font-style: italic;
}
.container-text.overflow{
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -webkit-box;

} 

.continua,
.continua1,
.riduci,
.riduci1{
  cursor: pointer;
}

.continua:hover,
.continua1:hover,
.riduci:hover,
.riduci1:hover{
  text-decoration: underline;
}

.continua{
  position: relative;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  display: none;
  font-style: normal;
}
.continua.show{
  display:block;
}
.riduci{
  position: relative;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  display: none;
  font-style: normal;
}
.riduci.show{
  display: block;
}
.continua1 {
    position: relative;
    font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
    font-family: "SoleSans", Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-weight: 700;
    line-height: 40px;
    text-align: right;
    display: none;
    font-style: normal;
}
.continua1.show{
  display:block;
}
.riduci1{
  position: relative;
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 40px;
  text-align: right;
  display: none;
  font-style: normal;
}
.riduci1.show{
  display: block;
}

.scelte{
  display: flex;
  flex-direction: row-reverse;
  justify-content:flex-start;
}
.partiti{
  display: flex;
  flex-direction: row;
  justify-content: left;
  align-items: flex-start;
}
.dot {
  height: 100px;
  width: 100px;
  border-radius: 50%;
  display: inline-block;
  
}
.dot1 {
  height: 100px;
  width: 100px;
  background: #000;
  border-radius: 50%;
  display: inline-block;
  
}
.dot:hover{
  cursor:pointer;
  box-shadow: 0 0 0.6rem 0.6rem rgba(255, 204, 82, 0.5);
  transform: scale(1.02)
}
.didascalia.correct{
  box-shadow: 0 0 0.6rem 0.6rem rgba(52, 231, 7, 0.5);
}
.didascalia.incorrect {
  box-shadow: 0 0 0.6rem 0.6rem rgba(231, 7, 7, 0.5);
}

.domanda{
  margin-top: 20px;
  font-size: 26px;
  font-weight: 600;
  /* width: 1400px; */
  
}
.didascalia{
  position: relative;
  font-style: "SoleSans", Arial, Helvetica, sans-serif;
  font-size: 16px;
  font-weight: 500;
  text-transform: uppercase;
  font-style: normal;
  width: 100%;
  text-align: center;
}
.buttons{
  display: flex;
  flex-direction: row;
  justify-content:right;
  align-items:stretch;
  margin: auto;
  position: relative;
}
.arrow {
  border: solid white;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  position:relative;
}

.first_box{
  width:0%;
  margin-left: 165px;
}

.second_box{
  width:80%;
}
.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  left: 30px;
}
.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  right: 90px;
}

#btn{
  width: 172px;
  height: 60px;
  background: #000000;
  border-radius: 60px;
  padding: 5px 30px;
  color: #fff;
  cursor: pointer;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  display: none;
  margin-top: 32px;
}

#btn:hover{
  opacity: .7!important;
}

#btn.show{
  display: block;
}

/* .dot.correct{
  box-shadow: 0 0 0.6rem 0.6rem rgba(52, 231, 7, 0.5);
}
.dot.incorrect{
  box-shadow: 0 0 0.6rem 0.6rem rgba(255, 11, 11, 0.719);
} */
#Lega.correct{
  box-shadow: 0 0 0.6rem 0.6rem rgba(52, 231, 7, 0.5);
}
#PD.correct{
  box-shadow: 0 0 0.6rem 0.6rem rgba(52, 231, 7, 0.5);
  opacity:1 !important
}
#Fratelli.correct{
  box-shadow: 0 0 0.6rem 0.6rem rgba(52, 231, 7, 0.5);
}
#Forza.correct{
  box-shadow: 0 0 0.6rem 0.6rem rgba(52, 231, 7, 0.5);
  opacity:1
}
#M5S.correct{
  box-shadow: 0 0 0.6rem 0.6rem rgba(52, 231, 7, 0.5);
}
#Lega.incorrect{
  box-shadow: 0 0 0.6rem 0.6rem rgba(255, 11, 11, 0.719);
}
#PD.incorrect{
  box-shadow: 0 0 0.6rem 0.6rem rgba(255, 11, 11, 0.719);
}
#Fratelli.incorrect{
  box-shadow: 0 0 0.6rem 0.6rem rgba(255, 11, 11, 0.719);
}
#Forza.incorrect{
  box-shadow: 0 0 0.6rem 0.6rem rgba(255, 11, 11, 0.719);
}
#M5S.incorrect{
  box-shadow: 0 0 0.6rem 0.6rem rgba(255, 11, 11, 0.719);
}
#serio{
  position:relative;
  bottom:50px;
  display:none;
}
#game{
  display: none;
  
}
#game.show{
  display: block;
  z-index: 5;
  /* position: absolute;
  top: 500px;
  right: 0px; */
}

.risposta_esatta p,
.risposta_esatta h3,
.risposta_sbagliata p,
.risposta_sbagliata h3{
  margin-block-start: 0;
  margin-block-end: 0;
}

.risposta_esatta p,
.risposta_sbagliata p{
  margin-block-start: 8px;
}

.risposta_esatta{
  background: rgba(0, 166, 81, 0.1);
  border-top: 5px solid #00A651;
  position: relative;
  display:none;
  padding: 32px;
}
.risposta_esatta.hide{
  display:none;
}
.risposta_sbagliata{
  background: rgba(233, 29, 36, 0.1);
  border-top: 5px solid #E91D24;    
  position: relative;
  display:none;
  padding: 32px;
}
.risposta_sbagliata1{
  background: rgba(233, 29, 36, 0.1);
  border-top: 5px solid #E91D24;  
  /* width: 864px; */
  /* height: 300px; */
  
  position: relative;
  /* margin-left: 225px;
  bottom:80px;
  margin-top: 125px; */
  opacity: 0;
}
.aggiunta{
  
  font-family: "sole_headline", Georgia, Times, "Times New Roman", Serif;
  font-style: italic;
  font-weight: 400;
  font-size: 24px;
  line-height: 36px;
  /* or 167% */

  color: #000000;
  /* background: rgba(233, 29, 36, 0.1); */
  /* width: 864px;
  height: 290px; */
  position: relative;
  /* margin-left: 225px;
  bottom:80px;
  padding-left: 10px;
  padding-right: 10px; */
}

.elisione{
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 6; /* number of lines to show */
          line-clamp: 6; 
  -webkit-box-orient: vertical;
}

.aggiunta.overflow{
  -webkit-line-clamp: 6;
  overflow: hidden;
  display: -webkit-box;
}
.risposta_esatta.show{
  display: block;
}
.risposta_sbagliata.show{
  display: block;
}
.risposta_sbagliata.hide{
  display:none;
}
.titolo_esatto{
  /* width: 128px; */
  height: 16px;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #00A651;
  position:relative;
  /* margin-left: 100px;
  bottom: 30px */
}

.titolo_sbagliato{
  /* width: 150px; */
  height: 16px;
  font-style: normal;
  font-weight: 800;
  font-size: 12px;
  line-height: 16px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  text-transform: uppercase;
  color: #E91D24;
  position:relative;
  /* margin-left: 100px;
  bottom: 30px */
}
.subtitle_esatto{
  position: relative;
  /* width: 674px; */
  /* height: 32px; */

  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 22px;
  line-height: 32px;
  position:relative;
  /* margin-left: 100px;
  bottom: 50px; */

  color: #000000;
}
.icon_correct{
  width: 60px;
  height: 60px;
  /* position:absolute;
  margin-left: 30px;
  top: 40px; */
}

.icon_incorrect{
  width: 100px;
  height: 100px;
  position:absolute;
  top: 0px;
  left: 50%;
  transform: translateX(-48%);
}
.icon_incorrect1{
  width: 100px;
  height: 100px;
  position:absolute;
  top: -10px;
  left: 50%;
  transform: translateX(-48%);
}
.partiti .prova2{
  position: relative;
}
.partiti .prova2.disabled{
  pointer-events: none;
}
.partiti .prova2.opacity{
  opacity:0.5;
}
  .partiti .prova2 .dot.transparent{
  opacity:0.5;
}
#domanda_casuale{
  overflow: hidden;
  text-overflow: ellipsis;
}
.result_box{
  display: none;
  /* max-width: 1260px; */
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  margin: auto;
  background: #ffffff;
  
}

.result_box.show{
  display: flex;
  z-index: 5;
  /* position: absolute;
  top: 500px;
  right: 800px; */
}
.final_box{
position: relative;
/* width: 690px;
height: 668px;
left: 103px;
top:50px; */
padding:32px;
background: #EBE6DF;
}
.pallaverde-cnt{
  height: 136px;
}
.pallaverde {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -55%);
  width: 136px;
  height: 136px;
}
.domande_restanti{
  text-align: center;
  position: relative;
  /* left: 0px;
  bottom:15px; */

  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 1px;
  /* or 114% */
  text-align: center;
  text-transform: uppercase;
  /* bottom:200px; */
  color: #FFFFFF;
}

.score_number{
  margin-block-start: 0;
  margin-block-end: 0;
  position: relative;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 68px;
  line-height: 64px;
  /* identical to box height, or 94% */
  text-align: center;
  /* bottom:145px; */
  color: #FFFFFF;
}
.score_title{
  font-family: "sole_text", Georgia, Times, "Times New Roman", serif;
  font-style: normal;
  font-weight: 700;
  font-size: 36px;
  line-height: 40px;
  /* identical to box height, or 111% */
  text-align: center;
  position:relative;
  /* bottom: 205px; */
  color: #000000;
}
.score_subtitle{
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  /* width: 500px; */
  font-weight: 400;
  font-size: 18px;
  line-height: 24px;
  position:relative;
  /* bottom:205px; */
  text-align: center;
  /* left:80px; */

  color: #000000;
}
.restart_box {
  /* max-width: 500px; */
  /* margin-left: 50px; */
  padding-top: 20px;
  padding-bottom: 50px;
  text-align: left;
  /* max-width: 500px; */
  /* margin-top: -30px; */
  padding: 20px 0 30px 0;
  background-size: 60px;
  background-position: right;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 172px;
  height: 60px;
  text-align: center;
  font-size: 16px;
  color: #ededed;
  border: none;
  border-radius: 60px;
  line-height: normal;
  font-style: "SoleSans", Arial, Helvetica, sans-serif;
  background: #000000;
  position: relative;
  /* left:300px;   */
  cursor: pointer;
}

.restart_box:hover{
  opacity: .7;
}
.tabella{
  position: relative;
  /* left:150px;
  bottom: 205px; */
}
.primariga{
  width: auto;
  display: flex;
  flex-direction: row;
  text-align: center;
  margin-bottom: 10px;

}
.secondariga{
  width: auto;
  display: flex;
  flex-direction: row;
  text-align: left;
}
.number{
  display:flex;
  flex-direction: column;
  text-align: center;
  margin-left: 5px;
  margin-bottom: 5px;
  font-family: "SoleSans", Arial, Helvetica, sans-serif;
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 16px;
  /* or 100% */
  text-align: center;

  color: #000000;
}


.number {
  margin-left: initial;
}

.primariga,
.secondariga{
  width: 48%;   
  justify-content: space-between;
}

.risultato{
  /* height: 100px;
  width:500px; */
  position:relative;
  width: 355px;
  /* bottom:190px;
  left:80px; */
}

.freccina-giu,
.freccina-giu-verde {
  width: 0;
  height: 0;
  border-width: 8px 6px 0 6px;
  border-color: #000000 transparent transparent transparent;
  border-style: solid;
  display: inline-flex;
  margin-left: 8px;
  margin-bottom: 0;
}

.freccina-giu-verde {
  border-color: #2BD800 transparent transparent transparent;
}

.freccina-su {
  width: 0;
  height: 0;
  border-width: 0 6px 8px 6px;
	border-color: transparent transparent #000000 transparent;
  border-style: solid;
  display: inline-flex;
  margin-left: 8px;
  margin-bottom: 2px;
}

a, a:visited, a:hover{
  color: #000;
}

.score_subtitle a{
  font-weight: 700;
}

#social img{
  cursor: pointer;
  width: 40px;
}

.social-titolo{
  font-size: 16px;
  font-weight: 800;
  line-height: 24px;
}

#social{
  width: 200px;
}

.prova2 .didascalia{
  cursor: pointer;
}

.testo-domanda{
  font-weight: 800;
  text-transform: uppercase;
}