/* the_quiz container */
#the_quiz {
    overflow-x: hidden;
}
#the_quiz #top_info {
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    text-align: center;
}
#the_quiz #top_info h1 {
    font-size: 32px;
    text-transform: uppercase;
}
#the_quiz #top_info p {
    font-size: 22px;
    font-weight: 300;
    margin-left: 12px;
}
#the_quiz #quiz_progress {
    display: flex;
    flex-wrap: nowrap;
}
#the_quiz #quiz_progress button {
    width: 100%;
    background: linear-gradient(0deg, rgba(91,69,0,1) 0%, rgba(102,86,0,1) 50%, rgba(105,88,6,1) 100%);
    height: 18px;
    margin-right: 1px;
    border: none;
}
#the_quiz #quiz_progress button.active {
    background: linear-gradient(0deg, rgba(237,181,0,1) 0%, rgba(255,214,0,1) 50%, rgba(255,214,10,1) 100%);
}
#the_quiz p#questions_total,
#the_quiz p#questions_total span {
    color: var(--my-light-grey);
    font-size: 12px;
}
#the_quiz #the_questions {
    margin: 52px auto 52px auto;
    width: 100%;
    max-width: 700px;
    text-align: center;
}
#the_quiz #the_questions .question_container .question_content {
    border: 1px solid var(--my-border-grey);
    background: var(--my-light-blue);
    padding: 30px;
}
#the_quiz #the_questions .question_container .question_content p.question {
    font-size: 22px;
    line-height: 30px;
}
#the_quiz #the_questions #finished_words {
    border: 1px solid var(--my-border-grey);
    background: var(--my-light-blue);
    padding: 30px;
    margin-bottom: 12px;
}
#the_quiz #the_questions p#thankyou {
    font-size: 32px;
    text-transform: uppercase;
    margin-bottom: 12px;
}
#the_quiz #the_questions #finished_words p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}
#the_quiz #the_questions #finished_words p b {
    color: var(--my-success-green);
}
#the_quiz #the_questions #finished_words a,
#the_quiz #the_questions #guest_info a {
    background: var(--my-light-yellow);
    color: var(--my-dark);
    border: 1px solid var(--my-light-yellow);
    padding: 12px;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    width: 100%;
    text-align: center;
    margin-top: 12px;
}
#the_quiz #the_questions #finished_words a:first-of-type {
    margin-bottom: 12px;
}
#the_quiz #the_questions #finished_words .similar_quiz {
    background: var(--my-dark-blue);
    border: 1px solid var(--my-border-grey);
    margin-bottom: 12px;
}
#the_quiz #the_questions #finished_words .similar_quiz:first-of-type {
    margin-top: 12px;
}
#the_quiz #the_questions #finished_words .similar_quiz .header_image {
    background-size: cover;
    width: 100%;
    height: 65px;
    border-bottom: 1px solid var(--my-light-grey);
    background-position: center;
}
#the_quiz #the_questions #finished_words .similar_quiz .rating {
    display: flex;
    padding: 0 12px 0 12px;
    justify-content: space-between;
}
#the_quiz #the_questions #finished_words .similar_quiz .rating .thumbs,
#the_quiz #the_questions #finished_words .similar_quiz .rating .extras {
    display: flex;
    align-items: center;
}
#the_quiz #the_questions #finished_words .similar_quiz .rating .extras p {
    padding: 0 2px;
    margin: 0 2px;
    font-size: 11px;
    color: white;
}
#the_quiz #the_questions #finished_words .similar_quiz .rating .rate_elem {
    display: flex;
    align-items: center;
    margin-right: 10px;
}
#the_quiz #the_questions #finished_words .similar_quiz .rating .rate_elem i {
    margin-right: 5px;
}
#the_quiz #the_questions #finished_words .similar_quiz p.quiz_title {
    padding: 12px 12px 0 12px;
    margin-bottom: 6px;
    line-height: 18px;
}
#the_quiz #the_questions #finished_words .similar_quiz p.quiz_title .by {
    margin-left: 5px;
    font-size: 11px;
}
#the_quiz #the_questions #finished_words .similar_quiz p.quiz_description {
    padding: 0 12px 0 12px;
    margin-top: 6px;
    font-size: 14px;
    font-weight: 300;
    line-height: 18px;
}
#the_quiz #the_questions #finished_words .similar_quiz .buttons a {
    margin: 12px 0 0 0;
    background: var(--my-light-yellow);
    color: var(--my-dark);
    border: 1px solid var(--my-light-yellow);
    padding: 8px;
    text-transform: uppercase;
    display: block;
    font-size: 12px;
    width: 100%;
    text-align: center;
}
#the_quiz #the_questions #guest_info,
#the_quiz #the_questions #rate_quiz_div {
    border: 1px solid var(--my-border-grey);
    background: var(--my-light-blue);
    padding: 30px;
}
#the_quiz #the_questions #guest_info p,
#the_quiz #the_questions #rate_quiz_div p {
    font-size: 18px;
    font-weight: 300;
    line-height: 30px;
    text-align: left;
}
#the_quiz #the_questions #rate_quiz_div #rate_options {
    margin-top: 15px;
    display: flex;
    justify-content: space-between;
}
#the_quiz #the_questions #rate_quiz_div #rate_options button {
    width: calc(50% - 7px);
    background: var(--my-dark-blue);
    border: 1px dashed var(--my-light-yellow);
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 22px;
}
#the_quiz #the_questions #rate_quiz_div #rate_options button i {
    color: var(--my-light-yellow);
}
#the_quiz #the_questions #rate_quiz_div #rate_options button.active {
    width: calc(50% - 7px);
    background: var(--my-light-yellow);
    border: 1px solid var(--my-light-yellow);
    padding: 12px 20px;
    text-transform: uppercase;
    font-size: 22px;
}
#the_quiz #the_questions #rate_quiz_div #rate_options button.active i {
    color: var(--my-dark);
}
#the_quiz #the_partners {
    display: flex;
    justify-content: space-evenly;
}
#the_quiz #the_questions .question_container button.submit_answer,
#the_quiz #the_questions .question_container button.next_question {
    background: var(--my-light-yellow);
    color: var(--my-dark);
    border: 1px solid var(--my-light-yellow);
    padding: 12px;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    width: 100%;
    max-width: 700px;
    margin: auto;
}
#the_quiz #the_questions .question_container .answers_content .stats_elem {
    height: 15px;
    background: var(--my-border-grey);
    position: absolute;
    width: 100%;
    bottom: -15px;
}
#the_quiz #the_questions .question_container .answers_content .stats_elem .fill_elem {
    background: #6c717e;
    position: absolute;
    height: 15px;
}
#the_quiz #the_questions .question_container .answers_content .stats_elem p {
    position: absolute;
    margin: auto;
    left: 0;
    font-weight: 300;
    font-size: 12px;
    right: 0;
    line-height: 16px;
}
#the_quiz #the_questions .question_container p.questions_stats_info {
    margin-top: 4px;
    font-weight: 300;
    font-size: 17px;
}
#the_quiz #the_questions .question_container p.questions_stats_info span {
    color: var(--my-success-green);
    font-weight: 500;
}
#the_quiz #the_questions .question_container .image_container {
    position: relative;
    margin: 12px auto;
}
#the_quiz #the_questions .question_container .image_container div {
    font-size: 40px;
    line-height: 50px;
}
#the_quiz #the_questions .question_container .image_container img {
    max-height: 350px;
    /*height: 100%;*/
    max-width: 100%;
}

/* Specials UI admin */
#specials_ui {
    position: fixed;
    bottom: 8px;
    left: 10px;
    max-width: 350px;
    background: var(--my-light-blue);
    padding: 5px;
    -webkit-box-shadow: 0px 0px 15px -5px var(--my-dark);
    box-shadow: 0px 0px 15px -5px var(--my-dark);
}
#specials_ui #specials_add_view {
    display: flex;
}
#specials_ui #specials_add_view select {
    color: var(--my-dark);
    border-radius: 0;
}
#specials_ui #specials_add_view select option {
    color: var(--my-dark);
}
#specials_ui #specials_add_view button {
    background: var(--my-light-yellow);
    color: var(--my-dark);
    border: 1px solid var(--my-light-yellow);
    padding: 3px 8px;
    font-size: 10px;
    width: 47px;
    text-transform: uppercase;
}
#specials_ui #specials_add_view button i {
    color: var(--my-dark);
}
#specials_ui #assigned_specials .sp_elem {
    display: flex;
    margin-top: 4px;
}
#specials_ui #assigned_specials .sp_elem p {
    padding: 0 3px;
    background: var(--my-dark-blue);
    width: calc(100% - 47px);
    border: 1px dashed var(--my-border-grey);
}
#specials_ui #assigned_specials .sp_elem button {
    background: var(--my-light-yellow);
    color: var(--my-dark);
    border: 1px solid var(--my-light-yellow);
    padding: 3px 8px;
    font-size: 10px;
    width: 47px;
    text-transform: uppercase;
}
#specials_ui #assigned_specials .sp_elem button i {
    color: var(--my-dark);
}


/* Introduction container */
#introduction {
    max-width: 1200px;
    margin: 25px auto 30px auto;
    background: var(--my-light-blue);
    padding: 30px;
    border: 1px solid var(--my-border-grey);
}
#introduction p#quiz_description {
    font-size: 16px;
    margin-bottom: 12px;
}
#introduction button#start_quiz {
    background: var(--my-light-yellow);
    color: var(--my-dark);
    border: 1px solid var(--my-light-yellow);
    padding: 12px;
    text-transform: uppercase;
    display: block;
    font-size: 16px;
    width: 100%;
    margin-top: 12px;
}
#introduction #language_buttons {
    margin: 12px 0;
}
#introduction #language_buttons button {
    background: transparent;
    color: var(--my-light-yellow);
    border: 1px solid var(--my-light-yellow);
    padding: 4px 10px;
    border-radius: 5px;
    text-transform: uppercase;
    width: 80px;
    margin: 0 5px 5px 0;
    font-size: 10px;
}
#introduction #language_buttons button.active {
    background: var(--my-light-yellow);
    color: var(--my-dark);
}
#introduction_header {
    max-width: 1200px;
    margin: auto;
    display: flex;
    align-items: baseline;
    justify-content: center;
    flex-wrap: wrap;
    text-align: center;
}
#introduction_header h1 {
    font-size: 32px;
    text-transform: uppercase;
}
#introduction_header p {
    font-size: 22px;
    font-weight: 300;
    margin-left: 12px;
}


/* Media queries */
@media screen and (max-width:1400px) {

}
@media screen and (max-width:1200px) {

}
@media screen and (max-width:992px) {

}
@media screen and (max-width:768px) {
    #the_quiz #top_info {
        justify-content: center;
        margin-bottom: 8px;
    }
}
@media screen and (max-width:576px) {

}
