
*{
    font-family: Verdana, Geneva, Tahoma, sans-serif;
}
.questioncontainer{
    display: block;
    position: relative;
    background-color: #4D9BB2;
    padding-bottom: 4%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    border-bottom-left-radius: 25px;
    border-bottom-right-radius: 25px;
    margin-bottom: 1%;
    margin-top:1%;
}
.question{
    display: block;
    position: relative;
    color: #FFF;
    font-weight: bold;
    font-size: 1.7em;
    line-height: 26px;
    /* line-height: 35px;
    padding-top: 1%;
    padding-bottom: 1%;
    border-top-left-radius: 25px;
    border-top-right-radius: 25px;
    padding-left: 16%; */
}
.answers{
    display: block;
    position: relative;
    background-color: #FFF;
    color: #000;
    font-weight: normal;
    font-size: 2em;
    line-height: 35px;
    padding-top: 3%;
    padding-bottom: 1%;
    padding-left: 4%;
    /* margin-bottom: 0; */
    
}
.answer{
    display: block;
    position: relative;
    background-color: #FFF;
    color: #000;
    font-weight: normal;
    font-size: 24px;
    line-height: 38px;
    padding-left: 5%;
    cursor: pointer;
    padding-bottom: 12px;
    padding-top: 8px;
    margin-bottom:2%;
}
.answer p{
    display: inline-block;
    padding-left: 48px;
    position: relative;
    line-height: 27px;
    margin-bottom: 0 !important;
}
.answer::before{
    content: "";
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    left: 0;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-size: 100%;
    background-position:center;
    width: 60px;
    height: 60px;
    top: 50%;
    transform: translateY(-50%);
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    /* content: '';
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    background-image: url(../img/bullet.png);
    background-repeat: no-repeat;
    background-size: cover;
    width: 60px;
    height: 60px;
    color: #FFF;
    font-size: 1.2em;
    text-align: center;
    line-height: 55px;
    font-weight: bold; */
}
.answer:nth-child(1):before{
    content: "A";
}
.answer:nth-child(2):before{
    content: "B";
}
.answer:nth-child(3):before{
    content: "C";
}
.question.correct{
    background-color: #4D9BB2
}


/* .question::before{
    content:attr(iddomanda);
    display: block;
    position: absolute;
    top: 40px;
    left: 30px;
    color:#FFF;
    font-size: clamp(12rem, 1vw, 1rem);
    font-weight: bolder;
    font-family: Arial, sans-serif;
} */

.questioncontainer.wronganswer
{
    background-color: #e3d3e5;
    color:#71237e;
}
.questioncontainer.wronganswer .question p
{
    color:#71237e;
}
.wronganswerlabel{
    width: 100%;
    text-align: center;
    color:#71237E;
    font-weight: bold;
    padding-bottom: 4%;
    padding-top: 2%;
}
.wronganswerlabel p {
    margin-bottom: 0;
}
.correctanswerlabel
{
    width: 100%;
    text-align: center;
    color:#006581;
    font-weight: bold;
    padding-bottom: 4%;
    padding-top: 2%;
}
.correctanswerlabel p {
    margin-bottom: 0;

}
#q1_ko_info , #q1_ok_info,
#q2_ko_info , #q2_ok_info,
#q3_ko_info , #q3_ok_info,
#q4_ko_info , #q4_ok_info,
#q5_ko_info , #q5_ok_info{
    text-align: left;
    font-size: 1.3em;
    line-height: 26px;
    padding-top: 20px;
    padding-top: 2%;
    padding-bottom: 2%;
}

#q1_ko_info p, #q1_ok_info p,
#q2_ko_info p, #q2_ok_info p,
#q3_ko_info p, #q3_ok_info p,
#q4_ko_info p, #q4_ok_info p,
#q5_ko_info p, #q5_ok_info p{
    margin-bottom: 7px;
}

.correctanswer{
    background-color: rgba(77,155,178,0.20);
}

.correctanswer .question{
    color:#006582;
}
.bibliografia{
    padding-top:3%;
    padding-bottom:0%;
    font-size: 20px;
}
.bibliografia p{
    padding-bottom: 0;
    margin-bottom:0;
}
.bibliografia ol{
    margin-left:0;
    margin-bottom: 0;
    line-height: 24px;
}

.btnalgoritmo{
    cursor: pointer;
    max-width: 50% !important;
}

footer{
    padding-bottom:25px;
}

.foocont{
    border-bottom: solid 35px #ffd800;
}
.arrow-down img{
    width: 10%;;
}

#q1_ko_info ul , #q1_ok_info ul,
#q2_ko_info ul, #q2_ok_info ul,
#q3_ko_info ul, #q3_ok_info ul,
#q4_ko_info ul, #q4_ok_info ul,
#q5_ko_info ul, #q5_ok_info ul{
padding-left: 23px;
}