.quiz__aliments {
    display: none;
}

div#quizStartSection{
    min-height: 430px;
}

div#quizMainContainer{
    min-height: 430px;
}
div#quiz-container{
    min-height: 388px;
}

.quiz__answers{
    display:flex;
    padding-top:10px;
    justify-content: left;
}
.quiz_main{
    display:flex;
}


.quiz_left_site{

}

.quiz_right_site{
    display:grid;
    justify-content: center;
    min-height: 24.3rem;
    align-items: flex-start;

}
.quiz_button-space{
    text-align: center;
}
.quiz_answer_title{
    font-family: notoserif;
    color: #265850;
    font-weight: 400;
    font-size: 40px;
}
.btn-primary.focus, .btn-primary:focus {
    outline-color: #e2bb53;
    outline-offset: unset;
}


#quizMainContainer{
    display:none;
}

/*------------Quiz Start Page--------------*/

.quiz-start-page{
    display:grid;
    text-align: center;
}

.quiz-start-checkbox{
    display: grid;
    justify-content: center;
    width: 20%;
}
.quiz-start-page label{
    text-align:left;
}


/*------------Quiz Answer--------------*/
.quiz_answer{
    margin: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #E2BB53;
    color: #E2BB53;
    background-color: transparent;
    font-weight: 588;
    min-width: 126px;
}
.quiz_answer:hover{
    background-color: #E2BB53;
    color: #FAF9F8;


}


.quiz_answer label {
    float: left; line-height: 3.0em;
    width: 8.0em; height: 3.0em;
}

.quiz_answer label span {
    text-align: center;
    padding: 4px 0;
    display: block;
    min-width: 126px;
}

.quiz_answer label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.quiz_answer label input + span{color: #E2BB53;cursor: pointer;transition: all 0.4s ease;}
.quiz_answer label input + span:hover{color: #fff;}


.quiz_answer input:checked + span {
    color: #ffffff;
    text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);
}

.action input:checked + span{
    background-color: #E2BB53;
    color: #FAF9F8;
    cursor: pointer;

}

.quiz_answer input:checked + span {;
    background-color: #E2BB53;

}
.quiz_answer label input + span i{
    display:none;
}

.quiz_answer input:checked + span i {;
    padding-left: 8px;
    display: inline;


}

/*------------Quiz Aliments--------------*/

.quiz_aliments{
    margin: 4px;
    border-radius: 4px;
    overflow: hidden;
    border: 2px solid #E2BB53;
    color: #E2BB53;
    background-color: transparent;
    font-weight: 588;
    min-width: 300px;
}
.quiz_aliments:hover{
    background-color: #E2BB53;
    color: #FAF9F8;


}


.quiz_aliments label {
    float: left; line-height: 3.0em;
    width: 8.0em; height: 3.0em;
}

.quiz_aliments label span {
    text-align: center;
    padding: 4px 0;
    display: block;
    min-width: 300px

}

.quiz_aliments label input {
    position: absolute;
    display: none;
    color: #fff !important;
}

.quiz_aliments label input + span{color: #E2BB53;cursor: pointer;transition: all 0.4s ease;}
.quiz_aliments label input + span:hover{color: #fff;}


.quiz_aliments input:checked + span {
    color: #ffffff;
    text-shadow: 0 0  6px rgba(0, 0, 0, 0.8);
}

.action input:checked + span{
    background-color: #E2BB53;
    color: #FAF9F8;
    cursor: pointer;

}

.quiz_aliments input:checked + span {;
    background-color: #E2BB53;

}
.quiz_aliments label input + span i{
    display:none;
}

.quiz_aliments input:checked + span i {;
    padding-left: 8px;
    display: inline;


}

.quiz_height{
    height:72px;
}
.quiz_line_height{
    line-height:30px;
}
.quiz__mails{
    display: flex;
    justify-content: center;
}

/*------------Quiz Last Page--------------*/

.quiz-input-mail{
    padding-right: 3px;
}

.quiz-input-email{
    min-height: 40px;
}
/*.quiz-page-send-mail{*/
/*    */
/*}*/

input#user_email {
    border: 1px solid #E2BB53;
}

.quiz-last-btn{
    display:none!important;
}

.quiz-last-page{
    text-align: center;
}
.quiz-last-buttons{
    display:grid;
}
.quiz-last-space{
    margin-bottom: 20px;
}
.quiz_aliments_text{
    text-align: center;
    color: #265850;
    margin-top: auto;
    font-size: 15px;
    font-weight: 500;

}

.quiz-hide-aliments{
    display:none!important;
}

h5#exampleModalLabel{
    font-weight: 500;
    font-size: 15px;
    color: black;
}



/*.quiz_aliments_animation{*/
/*        animation: fadeIn 1s;*/
/*}*/

/*------------Modal Admin Page--------------*/
.my-admin-modal {
    background-color: #fff;
    border: 1px solid #ccc;
    padding: 20px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}







.quiz-h1-size{
    font-size: 40px!important;
    margin-bottom: 38px;
}

.quiz-label-margin{
    margin-top: 40px;
}

.quiz_category_default_name {
    text-transform: uppercase;
    color: #E2BB53;
    margin-bottom: 1rem;
    text-align: center;
}
.sent-mail-info {
    font-size:20px;
    color:red;
    text-align: center;
}

.quiz-hide-alert {
    display:none;
}

.quiz-show-alert {
    display: block;
}



@media only screen and (min-width:768px) {
    .quiz_button-space {
        padding-bottom: 41px;
        padding-top: 41px;
    }
}

@media only screen and (max-width:767px){
    .quiz_main{
        display:grid;
    }
    .quiz-mobile-button{
        margin-top:-200px;
    }
    .col-md-6.quiz_right_site{
        padding:0;
    }

    .quiz-hide-aliments{
        display:none!important;
    }

    .quiz-multi-options{
        display:grid;
        padding-bottom: 100px;
    }
    .quiz-m-spec-btn {
        padding-bottom: 100px;
    }
    .quiz-m-spec-btn-second{
        padding-bottom: 50px;
    }
    .button-group{
        padding-top: 120px;
    }
    button#quiz-home-btn{
        margin-top: 30px;
    }
    .quiz_aliments_mobile{
        padding-bottom: 50px;
    }
    .quiz_right_site{
        justify-content: center;
    }
    .quiz_answer_title{
        font-size: 30px;
    }
    .
}