section#quiz-section {
    padding: 30px 0 !important;
}
h1 {
    font-size: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid #b5b5b7;
    color: #0070ba;
}

h1,
h2 {
    font-weight: bold;
}

h2 {
    font-size: 22px;
    text-align: left;
    margin-left: 2.5%;
    line-height: 1.4em;
}
.quiz-number h2{
    margin-left: 0;
}
.quiz-number input{
    background: #bbcfed;
    border: 2px solid #bbcfed;
    padding: 14px 30px;
    width: 100%;
    max-width: 350px;
    color: #252525;
    border-radius: 30px;
    outline: 0;
    font-size: 18px;
}
.quiz-number .answer-show input{
    font-weight: 700;
}
.quiz-number input::placeholder{
    color: #252525
}
.quiz-number input:focus{
    border-color: #0070ba;
}
.percentage-show{
    padding-top: 20px;
}
.quiz-number .answer-show {
    padding-top: 60px;
}
.quiz-number .percentage-show input{
    color: #0070ba;
    font-weight: 600;
    max-width: 250px;
}
button {
    margin-top: 30px;
    background: #0070ba;
    font-size: 18px;
    color: #fff;
    cursor: pointer;
    outline: 0 !important;
    padding: 15px 50px 16px;
    border: 0;
    border-radius: 30px;
    line-height: 18px;
    transition: all .3s ease-in-out;
}
button:hover{
    /* background: #b15014; */
    box-shadow: 0 0 10px 2px rgba(0,0,0,.2)
}
.retake-button{
    width: 100%;
    border-radius: 5px;
}
#statistic-left, #statistic-right{
    border-radius: 5px;
    background: #0070ba;
}
.end-quiz {
    display: none;
}

.end-quiz {
    font-size: 30px;
    color: #252839;
}

.question-number,
.score {
    font-size: 30px;
    color: #252525;
}

p.descrip {
    font-size: 48px;
    font-weight: 700;
}

ul.list {
    list-style: none;
    padding: 0;
    margin: 20px 0;
    max-width: 75%;
    max-height: 75%;
}
.quiz-number ul.list{
    margin-top: 40px;
}
.list li {
    border: 2px solid #e9effa;
    width: 45%;
    font-size: 17px;
    border-radius: 30px;
    padding: 6px 11px;
    float: left;
    margin: 2.5%;
    text-align: left;
    transition: all .3s ease-in-out;
    cursor: pointer;
    line-height: 18px;
    color: #0070ba;
    background: #e9effa;
    font-weight: bold;
    position: relative;
    
}
.start-button {
    color: white;
}


.selected {
    border-color: #0070ba !important;
    background: #bbcfed !important;
}

.correct {
    border-color: #28a745 !important;
}
.list li:before{
    content: "\eed8";
    font-family: IcoFont!important;
    speak: none;
    font-style: normal;
    font-weight: 400;
    font-variant: normal;
    text-transform: none;
    white-space: nowrap;
    word-wrap: normal;
    direction: ltr;
    position: absolute;
    right: 20px;
    font-size: 25px;
    color: #28a745;
    opacity: 0;
}
.list li.correct:before{
    opacity: 1;
}
.list li.incorrect:before{
    color: #dc3545;
    content: "\eee4";
    opacity: 1;
}
.incorrect {
    border-color: #dc3545 !important;
}
.quiz-image .list li{
    background: transparent !important;
    padding: 15px;
}
.quiz-image .list li.selected{
    background: transparent;
    border-color: #0070ba;
}
.quiz-image .list li.correct{
    background: transparent;
    border-color: #28a745;
}
.quiz-image .list li.incorrect{
    background: transparent;
    border-color: #dc3545;
}
.quiz-image .list li:before {
    width: 40px;
    height: 40px;
    background: #252525;
    /* opacity: 1; */
    padding: 11px 0;
    text-align: center;
    border-radius: 20px;
    top: 30px;
    right: 30px;
}
.text-image h2.question {
    display: flex;
    /* align-items: center; */
}
.text-image  h2.question img{
    max-height: 140px;
    padding-right: 20px;
    width: auto;
}
.text-image  h2.question p{
    align-self: auto;
    word-wrap: normal;
    max-width: 80%;
}
#stopwatch i{
    color: #0070ba;
}
.quiz-image img {
    max-width: 25%;
    max-height: 25%;
}
.list-image {
    max-width: 25%;
    max-height: 25%;
}
button.custom-b-t15 {
    float: left;
    margin-left: 15px;
}
.custom-list-s li{
    height: 115px;
}