/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/*
    Add your custom styles here
*/

.hdq_quiz {
    max-width: unset !important;
    display:flex;
    flex-wrap: wrap;
}

.hdq_question {
    margin: 1rem 1rem !important;
    /* width:45%; */
    /*background: #FFE6A6 !important;*/
    display: flex;
    flex-direction: column;
}

#hdq_15 .hdq_question, #hdq_17 .hdq_question, #hdq_19 .hdq_question, #hdq_67 .hdq_question, #hdq_77 .hdq_question, #hdq_79 .hdq_question, #hdq_81 .hdq_question, #hdq_83 .hdq_question, #hdq_85 .hdq_question {
    width:47.5%;
}

.hdq_question_featured_image {
    order: 3;
}

h3.hdq_question_heading {
    font-size:22px;
}

#hdq_15 .hdq_finish, #hdq_17 .hdq_finish, #hdq_19 .hdq_finish, #hdq_67 .hdq_finish, #hdq_77 .hdq_finish, #hdq_79 .hdq_finish, #hdq_81 .hdq_finish, #hdq_83 .hdq_finish, #hdq_85 .hdq_finish {
    /*display: none;*/
    width:100%;
}

.hdq_question, /*.hdq_timer,*/ .hdq_quiz_wrapper .hdq_button {
    background-color: #01293c !important;
}

.hdq-options-check input[type="checkbox"]:checked + .hdq_toggle:before {
    /* background: #01293c !important; */
}

/* #hdq_15 .hdq_question, #hdq_15 .hdq_timer, #hdq_15 .hdq_button {
    background-color: #ffbf00 !important;
    background: #ffbf00 !important;
    background-color: #023a55 !important;
    background: #023a55 !important;
}

#hdq_16 .hdq_question, #hdq_16 .hdq_timer, #hdq_16 .hdq_button {
    background-color: #fde910 !important;
    background: #fde910 !important;
}

#hdq_17 .hdq_question, #hdq_17 .hdq_timer, #hdq_17 .hdq_button {
    background-color: #ffff00 !important;
    background: #ffff00 !important;
    background-color: #01293c !important;
    background: #01293c !important;
}

#hdq_18 .hdq_question, #hdq_18 .hdq_timer, #hdq_18 .hdq_button {
    background-color: #e3af34 !important;
    background: #e3af34 !important;
}

#hdq_19 .hdq_question, #hdq_19 .hdq_timer, #hdq_19 .hdq_button {
    background-color: #f4c430 !important;
    background: #f4c430 !important;
    background-color: #011823 !important;
    background: #011823 !important;
    
} */

.hdq-options-check .hdq_toggle:before {
    background: #f4c430 !important;
}

.hdq-options-check input[type="checkbox"]:checked + .hdq_toggle:before {
    background: #72a0c4 !important;
    box-shadow: inset 0px 1px 1px rgba(84, 152, 140, 0.5);
}

h3.hdq_question_heading, .hdq_question .hdq_label_answer {
    color: #fff !important;
}

.hdq_question .hdq_question_number {
    opacity: 1;
}

.hdq-options-check {
    margin-right: 32px !important;
}

/* #hdq_21 .hdq_question, #hdq_21 .hdq_timer, #hdq_21 .hdq_button {
    background-color: #ffc125 !important;
    background: #ffc125 !important;
} */

/* #hdq_17 .hdq_question .hdq_wrong {
    border: none;
    background: #870109;
}

#hdq_17 .hdq_question .hdq_correct_not_selected, #hdq_17 .hdq_question .hdq_correct{
    border: none;
    background: #3D6901;
} */

.hdq_question .hdq_wrong, .hdq_question .hdq_wrong:hover {
    border: none;
    background: #AF0109 !important;
}

.hdq_question .hdq_correct_not_selected, .hdq_question .hdq_correct, .hdq_question .hdq_correct_not_selected:hover, .hdq_question .hdq_correct:hover {
    border: none;
    background: #3D8601 !important;
}

/* #hdq_19 .hdq_question .hdq_wrong {
    border: none;
    background: #D20109;
}

#hdq_19 .hdq_question .hdq_correct_not_selected, #hdq_19 .hdq_question .hdq_correct{
    border: none;
    background: #3DAC01;
} */

.hdq_timer {
    /*bottom: 20% !important;
    left: 1.2vw !important;*/
	bottom: calc((100vh - 100px) / 2) !important;
	left: calc(((100vw - 1280px) / 2 - 100px) / 2) !important;
    width: 100px !important;
    height: 100px !important;
    line-height: 100px !important;
    font-size: 20px;
}

.hdq_results_wrapper {
    padding: 1rem !important;
    margin-left: 1rem !important;
    width: 30%;
    background: #01293c !important;
    color: #fff;
    border: 3px solid #f4c430 !important;
    /* display: inline-block !important; */
}

.hdq_results_title {
    margin-right: 1rem !important;
    color: #fff !important;
}

.hdq_results_inner {
    display: flex;
    justify-content: center;
}

.hdq_result {
    margin-top: 0.7rem;
}

.hdq_result_fail, .hdq_result_pass {
    display: block;
    position: absolute;
    margin: 0 !important;
    left: 35%;
}

.hdq_result_fail p, .hdq_result_pass p {
    margin-bottom: 0;
}

.hdq_quiz_start_new, .hdq_quiz_start_new_learn {
    height: 45px;
    padding: 0 50px;
    color: #fff !important;
}

.hdq_label_answer {
    display: flex !important;
    text-indent: -1.5em;
}

.hdq_results_wrapper {
    margin-right: 20rem !important;
}