#myheader{	width:1024px;	height:80px;	margin:0px auto;	border-bottom:1px solid lightgrey;}#logo{	width:151px; 	height:46x;	margin:15px 22px;}#menuwrapper{float:right;height:80px;display:inline-block;}#logowrapper{	display:inline-block;}#titlebg{background: rgb(12,104,149);background: linear-gradient(90deg, rgba(12,104,149,1) 0%, rgba(12,104,149,1) 0%, rgba(77,183,224,1) 100%);	max-width: 1024px;height: 80px;}h1{font-style: normal;font-weight: 700;font-size: 30px;line-height: 80px;color: #0C6895;margin:0px 0px 0px 40px;color:white;font-family: Poppins;text-align:left;}h3{font-family: Poppins;font-size: 26px;font-weight: 700;line-height: 60px;letter-spacing: 0em;text-align: left;color:#0C6895;text-align:left;margin:0px 0px 0px 40px;}#menuwrapper ul li{	display:inline-block;	line-height:80px;	margin:0px 25px;	font-family: Poppins;	font-size: 14px;	font-weight: 400;	letter-spacing: 0em;	text-align: left;	color:#424242;}
#contenitore{	max-width:1024px;	margin:0px auto;}


body {
    background-color:#white;
}


.option_wrapper{	display:flex;	flex-direction:row;
    padding:20px 40px;
    margin-bottom:10px;	width:100%;	color: #073E59;	font-family: Poppins;font-size: 16px;font-weight: 600;line-height: 18px;letter-spacing: -0.02em;text-align: right;color: #073E59;
}.option_header{text-align: left;display:flex;flex-direction:row;width:50%;}.nextprew_wrapper{display:flex;flex-direction:row;width:50%;}.nextprev_inner{width:20%;display:flex;flex-direction:row;justify-content:center;}.setting_inner{width:60%;display:flex;flex-direction:row;justify-content:center;}
.button_wrapper{	display:flex;	flex-direction:row;    margin:40px 0px;justify-content:center;width:100%;}#avvia{
width: 158px;height: 40px;background-color:#0C6895;color:white;border-radius:100px;font-family: 'Poppins';font-style: normal;font-weight: 600;font-size: 16px;line-height: 40px;text-align: center;cursor:pointer;
}
.prev, .next{
    cursor:pointer;
}
#game{	max-width:1024px;	margin-top:20px;}#tabella{	width:90%;	margin:0px auto;	display:flex;	flex-wrap:wrap;	justify-content:center;}
.cella{
    border:1px solid lightgrey;	border-radius:10px;
    text-align:center;	margin:10px;	box-shadow:0px 0px 12px 2px lightgrey;	width:100px;	height:100px;
}.sopra{font-family: 'Poppins';font-style: normal;font-weight: 500;font-size: 18px;line-height: 30px;text-align: center;border-bottom:1px solid lightgrey;}
.sotto{font-family: 'Poppins';font-style: normal;font-weight: 600;font-size: 24px;line-height: 70px;text-align: center;border-bottom:1px solid lightgrey;}


#parola_wrapper{
margin:20px auto;
}#istr{font-family: 'Poppins';font-style: normal;font-weight: 400;font-size: 14px;line-height: 24px;text-align: center;	color:#073E59;}#codice{font-family: 'Poppins';font-style: normal;font-weight: 600;font-size: 24px;line-height: 36px;text-align: center;color:#073E59;margin-bottom:10px;}
#confronto{    color:black;	font-size:24px;	font-family: 'Poppins';	font-style: normal;	font-weight: 600;    text-align:center;		line-height:40px;}#rispostawrapper{	display:flex;	max-width:1024px;	margin:10px auto;	flex-direction:column;}
#risposta{	width:70%;
    color:#073E59;	font-size:24px;	font-family: 'Poppins';	font-style: normal;	font-weight: 600;
    text-align:center;
    border:0px solid black;
    border-bottom:1px solid grey;
    padding:5px 0px;
    box-shadow: none;	margin:0px auto;
}#risposta:focus{    border:0px solid black;    border-bottom:1px solid grey;	outline:none;}
#ok{width: 158px;height: 40px;background-color:#0C6895;color:white;border-radius:100px;font-family: 'Poppins';font-style: normal;font-weight: 600;font-size: 16px;line-height: 40px;text-align: center;margin:30px auto;cursor:pointer;}#riavvia{width: 258px;height: 40px;background-color:#0C6895;color:white;border-radius:100px;font-family: 'Poppins';font-style: normal;font-weight: 600;font-size: 16px;line-height: 40px;text-align: center;margin:30px auto;cursor:pointer;}
#avanzamento_wrapper{	margin:10px auto;	max-width:1024px;	display:flex;	justify-content:space-evenly;}
.avanzamento_inner{
    text-align:center;
    font-size:1.2em;
    display:inline-block;
}

.highlighted{
    background-color:white;
    color:black;
}

#win{
   display:flex;   flex-direction:row;   max-width:1024px;   color:#0C6895;
}#win-right{   display:flex;   flex-direction:column;   justify-content:center;}.highlighted{	background-color:#4db7e0;}.feedbacktext{	font-size:24px;	font-family: 'Poppins';	font-style: normal;	font-weight: 600;    text-align:center;}
@media only screen and (max-width: 1023px) {	#riavvia{	width: 180px;	font-size:14px;	}	.feedbacktext{	font-size:14px;	font-family: 'Poppins';	font-style: normal;	font-weight: 600;    text-align:center;	margin:10px auto;}.cella{	margin:5px;	box-shadow:0px 0px 5px 2px lightgrey;	width:70px;	height:70px;}.sopra{	font-size:12px;	line-height:20px;}.sotto{	font-size:18px;	line-height:50px;}#istr{	width:100%;}	h1,h3,h5{	text-align:center;	margin:0px;	}#mywrapper{	width:100%;}#myheader{	width:100%;}.mycard-title,.mycard-btn{	width:100%;}#menuwrapper{display:none;}.option_header{width:100%;justify-content:center;margin-bottom:10px;}.option_wrapper{flex-direction:column;}.nextprew_wrapper{	width:100%;}#game{	width:100%;}}