/**
* Theme Name: QSM Quiz pixel
*/

:root{
	--pixel-theme-color: #33BF5A;
	--pixel-theme-color-bg: ##33BF5A30;
	--pixel-background-color: #FFFFFF;
	--pixel-button-color: #33BF5A;
	--pixel-progressbar-color: #33BF5A;
	--pixel-option-text-color: #3A3951;
	--pixel-option-background-color: #FFFFFF;
	--pixel-option-color: #33BF5A;
	--pixel-font-color: #282760;
}

body .qsm-quiz-container.quiz_theme_qsm-theme-pixel {
    padding: 30px;
	background: var(--pixel-background-color);
	color: var(--pixel-font-color);
    max-width: 100%;
}

.quiz_theme_qsm-theme-pixel .mlw_qmn_message_before{
	color: var(--pixel-font-color);
    text-align: center;
}
.quiz_theme_qsm-theme-pixel .qsm-page .mlw_qmn_message_before p{
    font-weight: normal;
}

.quiz_theme_qsm-theme-pixel .quiz_section{
    width: 100%;
    position: relative;
}

.qsm-quiz-container.quiz_theme_qsm-theme-pixel .mlw_qmn_new_question .qsm-input-label{
    display: inline;
}

.quiz_theme_qsm-theme-pixel .quiz_section .mlw-file-upload-error-msg,
.quiz_theme_qsm-theme-pixel .qsm-question-wrapper .mlw_answer_file_upload,
.quiz_theme_qsm-theme-pixel .qsm-question-wrapper input[type="radio"],
.quiz_theme_qsm-theme-pixel .qsm-question-wrapper input[type="checkbox"],
.quiz_theme_qsm-theme-pixel .pages_count,
.quiz_theme_qsm-theme-pixel .mlw_qmn_timer,
.quiz_theme_qsm-theme-pixel .qsm_contact_div input[type="checkbox"],
.quiz_theme_qsm-theme-pixel .qsm-theme-pixel-header .pixel-progress-bar .qsm-progress-bar .progressbar-text{
	display: none !important;
}

.qsm-quiz-container.quiz_theme_qsm-theme-pixel .qmn_multiple_horizontal_check .mlw_horizontal_choice,
.quiz_theme_qsm-theme-pixel .qsm-results-page .qmn_image_option,
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option {
    display: inline-table;
    padding: 0px;
    width: 36%;
    cursor: pointer;
    vertical-align: top;
    height: auto;
    flex-wrap: wrap;
}

.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option{
    width: 45%;
    margin-left: 4px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_mc_answer_wrap.qmn_image_option,
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qsm_check_answer.qmn_image_option {
    width: 100%;
    padding: 0;
    margin-left: 4px;
    margin-bottom: 30px;
    margin-top: 0;
}


.quiz_theme_qsm-theme-pixel .quiz_section .qsm_multiple_grid_table {
    text-align: center;
    margin-bottom: 10px;
}
/*=============/Checkbox and Radio input CSS start/==============*/
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .qmn_image_option .qsm-input-label{
    display: inline-flex;
    flex-direction: row-reverse;
    position: relative;
    margin-left: auto;
    align-items: center;
    background: var(--pixel-option-background-color);
    overflow: hidden;
    justify-content: space-between;
}
.quiz_theme_qsm-theme-pixel .qmn_image_option:not(.mlw_horizontal_choice) .qsm-input-label:before,
.quiz_theme_qsm-theme-pixel .qmn_image_option:not(.mlw_horizontal_multiple) .qsm-input-label:before{
    top: calc(50% - 2px);
    left: 0px;
    margin-top: -10px;
}
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_multiple .qsm-input-label:before,
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_choice .qsm-input-label:before{
    top: auto;
    left: 0px;
}
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option .qsm-input-label img{
    max-width: 100%;
}
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_check_answers,
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_radio_answers
{
    width: 100%;
}
.quiz_theme_qsm-theme-pixel .qmn_image_option:not(.mlw_horizontal_choice) .qsm-input-label,
.quiz_theme_qsm-theme-pixel .qmn_image_option:not(.mlw_horizontal_multiple) .qsm-input-label{
    max-width: 599px;
    height: 100px;
}
.quiz_theme_qsm-theme-pixel .qmn_check_answers .qsm-input-label img,
.quiz_theme_qsm-theme-pixel .qmn_radio_answers .qsm-input-label img{
        width: 120px;
    height: 100px;
}
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_multiple .qsm-input-label,
.quiz_theme_qsm-theme-pixel .qmn_radio_answers .mlw_horizontal_choice .qsm-input-label{
        flex-direction: column;
}

.qsm-quiz-container.quiz_theme_qsm-theme-pixel .mlw_horizontal_choice .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .mlw_horizontal_multiple .qsm-input-label{
height: auto;
}
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_multiple .qsm-input-label img,
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_choice .qsm-input-label img{
width: 100%;
height: 192px;
}
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_multiple .qsm-input-label .qsm_image_caption,
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_choice .qsm-input-label .qsm_image_caption
{
    align-self: flex-start;
    margin-bottom: 4px;
}
    
.quiz_theme_qsm-theme-pixel .quiz_section .qsm_multiple_grid_table .qsm-input-label {
    border: none;
    padding: 4px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    display: contents;
}
.quiz_theme_qsm-theme-pixel .qsm_multiple_grid_table td,
.quiz_theme_qsm-theme-pixel .qsm_multiple_grid_table th {
    padding: 8px;
    border-width: 0 1px 1px 0;
    border-style: solid;
}
.quiz_theme_qsm-theme-pixel table.qsm_multiple_grid_table{
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #173e5610;
}

.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_choice .qsm-input-label .qsm_image_caption{
    margin-top: 10px;
}
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option .qsm-input-label:before {
    position: absolute;
    bottom: 15px;
    z-index: 9999;
    margin-left: 13px;
    margin-top: -9px;
}
.quiz_theme_qsm-theme-pixel .qsm_contact_div.qsm-contact-type-checkbox label,
.quiz_theme_qsm-theme-pixel .quiz_section .qsm-input-label {
    display: block;
    padding: 15px;
    border-radius: 5px;
    margin-bottom: 10px;
    color: var(--pixel-font-color);
    transition-duration: 0s;
    border: 2px solid #3a395126;
    min-width: 50px;
    max-width: 100%;
    overflow: hidden;
    margin: 3px 0 10px;
}
.quiz_theme_qsm-theme-pixel .qsm_contact_div.qsm-contact-type-checkbox label{
    width: 100%;
}
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_choice  .qsm-input-label,
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_multiple  .qsm-input-label {
    display: inline-table;
    width: calc(48% - 4px);
    margin: 9px 5px;
}

.quiz_theme_qsm-theme-pixel .qsm_contact_div input:checked ~ label,
.quiz_theme_qsm-theme-pixel .quiz_section input:checked ~ .qsm-input-label,
.quiz_theme_qsm-theme-pixel .quizqsm_contact_div.qsm-contact-type-checkbox_section label:hover,
.quiz_theme_qsm-theme-pixel .quiz_section .qsm-input-label:hover {
    background: var(--pixel-option-background-color);
	color: var(--pixel-option-color);
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.13);
}

.quiz_theme_qsm-theme-pixel .qsm_contact_div.qsm-contact-type-checkbox label:before,
.quiz_theme_qsm-theme-pixel .quiz_section .qsm-input-label:before {
    content: "\f15e";
    border: 2px solid var(--pixel-option-text-color);
    height: 15px;
    width: 15px;
    display: inline-block;
    font-family: 'dashicons';
	font-size: 15px;
    line-height: 1;
	vertical-align: middle;
    margin-top: -3px;
    margin-bottom: -2px;
    border-radius: 50%;
    box-sizing: content-box;
    margin-right: 7px;
    color: transparent;
}
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_radio_answers input[type="radio"]:checked ~ .qsm-input-label:before {
    content: "";
    border: 5px solid;
    height: 9px;
    width: 9px;
}

.quiz_theme_qsm-theme-pixel .quiz_section input[type="checkbox"]:checked ~ .qsm-input-label:before {
    background-color: var(--pixel-option-color);
}

.qsm-quiz-container.quiz_theme_qsm-theme-pixel .mlw_horizontal_choice:nth-child(2n),
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .qmn_multiple_horizontal_check .mlw_horizontal_multiple:nth-child(2n),
.quiz_theme_qsm-theme-pixel .qsm-results-page .qmn_image_option:nth-child(2n),
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option:nth-child(2n){
    margin-right: 0;
}
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_multiple_horizontal_check .qmn_image_option:nth-child(2n),
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_radio_horizontal_answers .qmn_image_option:nth-child(2n){
    margin-left: 48px;
}
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_multiple_horizontal_check .qmn_image_option:nth-child(3n),
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_multiple_horizontal_check .qmn_image_option:nth-child(4n),
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_radio_horizontal_answers .qmn_image_option:nth-child(3n),
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_radio_horizontal_answers .qmn_image_option:nth-child(4n) {
    margin-top: 48px;
}
.quiz_theme_qsm-theme-pixel .qsm_contact_div.qsm-contact-type-checkbox label:hover:before,
.quiz_theme_qsm-theme-pixel .quiz_section .qsm-input-label:hover:before,
.quiz_theme_qsm-theme-pixel .qsm_contact_div.qsm-contact-type-checkbox input:checked ~ label:before,
.quiz_theme_qsm-theme-pixel .quiz_section input:checked ~ .qsm-input-label:before{
	border-color: var(--pixel-option-color);
}

.quiz_theme_qsm-theme-pixel .qsm_contact_div.qsm-contact-type-checkbox input:checked ~ label:before,
.quiz_theme_qsm-theme-pixel .quiz_section input:checked ~ .qsm-input-label:before{
	color: var(--pixel-option-color);
}

.quiz_theme_qsm-theme-pixel .qsm_contact_div.qsm-contact-type-checkbox label:before{
    margin-right: 8px;
}
/*=============/Checkbox and Radio input CSS end/==============*/

/*=============/input and select CSS start/==============*/
.qmn_quiz_container.quiz_theme_qsm-theme-pixel select,
.qmn_quiz_container.quiz_theme_qsm-theme-pixel textarea,
.qmn_quiz_container.quiz_theme_qsm-theme-pixel input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]){
	border-color: var(--pixel-option-background-color);
    box-sizing: border-box;
    padding: 10px;
    border: none;
    border-radius: 5px;
    border: 2px solid #3a395126;
    outline: none;
}
.qmn_quiz_container.quiz_theme_qsm-theme-pixel textarea,
.qmn_quiz_container.quiz_theme_qsm-theme-pixel input:not([type=checkbox]):not([type=number]):not([type=date]):not([type=radio]):not([type=button]):not([type=submit]){
    width: 100%;
}
.qmn_quiz_container.quiz_theme_qsm-theme-pixel textarea {
    min-height: 200px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-pixel select,
.qmn_quiz_container.quiz_theme_qsm-theme-pixel input[type="text"],
.qmn_quiz_container.quiz_theme_qsm-theme-pixel input[type="email"],
.qmn_quiz_container.quiz_theme_qsm-theme-pixel input[type="number"],
.qmn_quiz_container.quiz_theme_qsm-theme-pixel input[type="date"] {
    min-height: 56px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-pixel select,
.qmn_quiz_container.quiz_theme_qsm-theme-pixel input[type="number"] {
    min-width: 400px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-pixel .quiz_section .mlw_answer_date {
    width: 200px;
    height: 56px;
    border-radius: 5px 0px 0px 0px;
    border: 1px 0px 0px 0px;
    opacity: 0px;
}
input[type="date"]::-webkit-inner-spin-button,
input[type="date"]::-webkit-calendar-picker-indicator {
    display: none;
    -webkit-appearance: none;
}

.qmn_quiz_container.quiz_theme_qsm-theme-pixel select {
    -moz-appearance:none; /* Firefox */
    -webkit-appearance:none; /* Safari and Chrome */
    appearance:none;
    background-image: url('data:image/svg+xml;base64,PHN2ZyBjbGlwLXJ1bGU9ImV2ZW5vZGQiIGZpbGwtcnVsZT0iZXZlbm9kZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIgc3Ryb2tlLW1pdGVybGltaXQ9IjIiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIj48cGF0aCBkPSJtMTYuODQzIDEwLjIxMWMuMTA4LS4xNDEuMTU3LS4zLjE1Ny0uNDU2IDAtLjM4OS0uMzA2LS43NTUtLjc0OS0uNzU1aC04LjUwMWMtLjQ0NSAwLS43NS4zNjctLjc1Ljc1NSAwIC4xNTcuMDUuMzE2LjE1OS40NTcgMS4yMDMgMS41NTQgMy4yNTIgNC4xOTkgNC4yNTggNS40OTguMTQyLjE4NC4zNi4yOS41OTIuMjkuMjMgMCAuNDQ5LS4xMDcuNTkxLS4yOTEgMS4wMDItMS4yOTkgMy4wNDQtMy45NDUgNC4yNDMtNS40OTh6Ii8+PC9zdmc+');
    background-repeat: no-repeat, repeat;
    background-position: right .7em top 50%, 0 0;
    background-size: 1.65em auto, 100%;
}
/* For IE (thanks to @SaiManoj) */
.qmn_quiz_container.quiz_theme_qsm-theme-pixel select::-ms-expand {
    display: none;
}

/*=============/input and select CSS end/==============*/

/*=============/Button CSS start/==============*/
.qmn_quiz_container.quiz_theme_qsm-theme-pixel .qmn_pagination .mlw_previous {
    visibility: hidden;
    position: absolute;
}
.qmn_quiz_container.quiz_theme_qsm-theme-pixel .qmn_btn,
.qmn_quiz_container.quiz_theme_qsm-theme-pixel input[type="submit"],
.qmn_quiz_container.quiz_theme_qsm-theme-pixel .btn-secondary,
.qmn_quiz_container.quiz_theme_qsm-theme-pixel .btn{
	background: var(--pixel-button-color) !important;
	border: none ;
	cursor: pointer;
    border-radius:5px ;
}
.qmn_quiz_container.quiz_theme_qsm-theme-pixel .qmn_pagination .qmn_btn{
    border: none;
}

.qmn_quiz_container.quiz_theme_qsm-theme-pixel .qmn_btn:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-pixel .btn:hover{
	opacity: 0.7;
}

.quiz_section .mlw_qmn_question.qsm_remove_bold {
    position: relative;
    font-size: 16px;
    color: #808080;
}

.qsm-right-option .qsm_mc_answer_wrap.qsm_image_option .dashicons-move  {
    bottom: 0px;
    line-height: 1 !important;
}
.qsm-matching-pairs .qsm-right-option span.qsm_image_caption {
    left: 20px !important;
    width: -webkit-fill-available !important;
}
.quiz_theme_qsm-theme-pixel .quiz_section .qsm_multiple_grid_table th {
    text-align: right;
}
.quiz_theme_qsm-theme-pixel .quiz_section input:checked ~ .qsm-input-label {
    box-shadow: unset;
}
@media screen and (max-width: 768px) and (min-width: 320px) {
    .qmn_quiz_container.quiz_theme_qsm-theme-pixel .qmn_btn:hover,
    .qmn_quiz_container.quiz_theme_qsm-theme-pixel .btn:hover{
        opacity: 1;
    }

.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_multiple_horizontal_check .qmn_image_option:nth-child(2n), 
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_radio_horizontal_answers .qmn_image_option:nth-child(2n){
    margin-left: 0;
}

}

.quiz_theme_qsm-theme-pixel .pixel-previous-btn span.dashicons{
    vertical-align: middle;
    margin-right: 5px;
    line-height: 1.7rem;
}

.quiz_theme_qsm-theme-pixel.qmn_quiz_container .qsm-theme-pixel-header .pixel-previous-btn {
    display: inline-flex;
    text-align: center;
    border: 1px solid var(--pixel-button-color);
    background: transparent !important;
    color: var(--pixel-button-color) !important;
}

.qmn_quiz_container.quiz_theme_qsm-theme-pixel .mlw_next:after {
    content: "\f344";
    font-family: dashicons;
    margin-left: 6px;
    vertical-align: middle;
}

div.qmn_quiz_container.quiz_theme_qsm-theme-pixel .mlw_custom_start{
    max-width: 250px;
}

.qmn_quiz_container.quiz_theme_qsm-theme-pixel input[type="submit"],
.qmn_quiz_container.quiz_theme_qsm-theme-pixel .mlw_next{
    width: 100%;
    text-align: center;
    box-sizing: border-box;
    max-width: 600px;
    margin-right: auto;
    margin-left: auto;
    color: #fff;
    background-color: var(--pixel-button-color);
}

.qmn_quiz_container.quiz_theme_qsm-theme-pixel input[type="submit"]:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-pixel .mlw_next:hover{
    opacity: 80%;
}
.quiz_theme_qsm-theme-pixel.qmn_quiz_container .qsm-submit-btn{
    width: 100%;
}
.quiz_theme_qsm-theme-pixel.qmn_quiz_container .qmn_results_page form {
    text-align: center;
}
.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-btn{
    bottom: -30px;
}
@media screen and (max-width: 499px) {
    .quiz_theme_qsm-theme-pixel.qmn_quiz_container.qsm_auto_pagination_enabled .qmn_pagination {
        width: 100% !important;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .mlw_horizontal_choice,
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .qmn_multiple_horizontal_check .mlw_horizontal_multiple,
.quiz_theme_qsm-theme-pixel .qsm-results-page .qmn_image_option,
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option {
    margin: 10px 0;
}
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_mc_answer_wrap.qmn_image_option, 
.qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qsm_check_answer.qmn_image_option{
	margin-left: 0;
}
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_choice .qsm-input-label, 
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_multiple .qsm-input-label{
    width: calc(48% - 7px);
}
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_multiple .qsm-input-label:before, 
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_choice .qsm-input-label:before{
    top: calc(95% - 4px);
}
.quiz_theme_qsm-theme-pixel.qmn_quiz_container .qsm-results-page .mlw_qmn_question .qmn_image_option:before{
    margin-top: 17px;
}
}
/*=============/Button CSS end/==============*/

/*=============/Image type questions CSS start/==============*/
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option .qsm-input-label {
    width: 100%;
    position: relative;
    border-radius: 6px;
    padding: 0;
    border: 2px solid;
    margin: 0;
}

.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option .qsm-input-label:hover {
	border: 2px solid;
	background: var(--pixel-option-background-color);
}

.quiz_theme_qsm-theme-pixel .quiz_section .qmn_radio_answers .qmn_image_option:hover,
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_check_answers .qmn_image_option:hover {
    box-shadow: 0px 4px 20px 5px rgba(0, 0, 0, 0.13);
}

.quiz_theme_qsm-theme-pixel .quiz_section .qmn_mc_answer_wrap .qsm-input-label .qsm_image_caption,
.quiz_theme_qsm-theme-pixel .quiz_section .qsm_check_answer .qsm-input-label .qsm_image_caption {
    box-sizing: unset;
    display: block;
    padding: 5px 9px 8px 40px;
    line-height: 17px;
    margin-top: 0px;
    min-height: 14px;
}
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_choice .qsm-input-label .qsm_image_caption,
.quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_multiple .qsm-input-label .qsm_image_caption {
    box-sizing: unset;
    display: block;
    padding: 18px 9px 8px 40px;
    line-height: 20px;
    margin-top: -7px;
    min-height: 14px;
}

.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option .qsm-input-label:hover .qsm_image_caption {
	background: var(--pixel-option-background-color);
}
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option .qsm-input-label img{
    max-width: 100%;
    margin-bottom: -2px;
    z-index: 1;
}
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option:not(.mlw_horizontal_choice) .qsm-input-label img 
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option:not(.mlw_horizontal_multiple) .qsm-input-label img {
    max-width: 55%;
}
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option:not(.qmn_check_answers) .qsm-input-label img
.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option:not(.qmn_radio_answers) .qsm-input-label img{
    max-width: 100%;
}

/*=============/Image type questions CSS end/==============*/

/*=============/Polar type questions CSS start/==============*/
.quiz_theme_qsm-theme-pixel .question-type-polar-s {
    position: relative;
}
.quiz_theme_qsm-theme-pixel .question-type-polar-s img{
    max-width: 70%;
}
.quiz_theme_qsm-theme-pixel .slider-main-wrapper .ui-slider {
    height: 10px;
    border-radius: 5px;
    background-color: var(--pixel-theme-color);
    border: none;
    transition: 0.3s ease-in-out;
    width: 101%;
}
.quiz_theme_qsm-theme-pixel .slider-main-wrapper {
    position: inherit !important;
    margin-top: 20px !important;
    margin-bottom: 30px;
    width: 100% !important;
    display: block;
    order: 3;
    padding-left:0;
    padding-right:10px;
}
.quiz_theme_qsm-theme-pixel .question-type-polar-s .left-polar-title,
.quiz_theme_qsm-theme-pixel .question-type-polar-s .right-polar-title {
    width: calc(50% - 8px);
    max-width: 50%;
    float: left;
    order: 1;
    font-size: 16px;
}
.quiz_theme_qsm-theme-pixel .right-polar-title {
    text-align: right !important;
    margin-left: 16px;
    order: 2;
    font-size: 16px;
}
.quiz_theme_qsm-theme-pixel .left-polar-title {
font-size: 16px;
}
.quiz_theme_qsm-theme-pixel .slider-main-wrapper .ui-slider .ui-slider-handle {
    width: 34px;
    height: 34px;
    margin-top: -5px;
    background-color: var(--pixel-theme-color);
    border: 2px solid white;
    border-radius: 20px;
    transition: all 0.5s ease;
    text-align: center;
    cursor: all-scroll;
    line-height: 30px;
    font-weight: normal;
    font-size: 17px;
}
.quiz_theme_qsm-theme-pixel .slider-main-wrapper .ui-slider .ui-slider-handle .dashicons {
    text-decoration: none;
    color: white;
    line-height: 30px;
    font-size: 15px;
    width: 14px;
    margin: 0 -2px;
}
.quiz_theme_qsm-theme-pixel .question-type-polar-s .slider-main-wrapper{
    padding-left: 0px;
    padding-right: 1px;
}
.quiz_section .mlw_qmn_question.qsm_remove_bold{
    padding: 1px;
}

/*=============/Polar type questions CSS end/==============*/

/*=============/Upload File type questions CSS start/==============*/
.quiz_theme_qsm-theme-pixel .pixel-file-upload-container {
    border: 2px dashed #3a395126;
    text-align: center;
    background: #eae9ef;
    color: var(--pixel-font-color);
    cursor: pointer;
    min-height: 225px;
    margin: 30px 0 0 0;
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
}
.quiz_theme_qsm-theme-pixel .pixel-file-upload-container .dashicons{
    font-size: 40px;
}
.quiz_theme_qsm-theme-pixel .pixel-file-upload-container .pixel-file-upload-message {
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
}
.pixel-file-upload-logo{
    margin-top: 2rem;
}
.quiz_theme_qsm-theme-pixel .pixel-file-upload-container:hover {
    border-color: var(--pixel-theme-color-bg);
    background: var(--pixel-option-background-color);
    color: var(--pixel-option-color);
}
.quiz_theme_qsm-theme-pixel .pixel-file-uploading {
    color: black;
	background: rgb(222, 219, 219);
}
.quiz_theme_qsm-theme-pixel .pixel-file-upload-name {
    font-size: 14px;
    position: relative;
    width: fit-content;
    margin-right: auto;
}
.quiz_theme_qsm-theme-pixel .pixel-file-upload-error {
    font-size: 14px;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 7px;
}
.quiz_theme_qsm-theme-pixel .pixel-file-upload-error-msg {
	color: red;
	background: #f3e2e2;
}
.quiz_theme_qsm-theme-pixel .pixel-file-upload-success-msg {
	color: #1dd969;
	background: #cff2dd;
}
.quiz_theme_qsm-theme-pixel .quiz_section .remove-uploaded-file {
    left: 70%;
    bottom: 85px;
    border: none;
    color: inherit;
}
.quiz_theme_qsm-theme-pixel .quiz_section .remove-uploaded-file:hover {
    color: red;
}
/*=============/Upload File type questions CSS end/==============*/

/*=============/Timer CSS start/==============*/
.quiz_theme_qsm-theme-pixel .pixel-timer {
    display: grid;
    text-align: center;
    color: var(--pixel-font-color);
    font-weight: 500;
    margin-left: auto;
    font-size: 28px;
    line-height: 1.2;
}
.quiz_theme_qsm-theme-pixel .pixel-timer-value {     
    font-size: 28px;
    font-weight: 400;
    line-height: 32.81px;
    text-align: center;
}
.quiz_theme_qsm-theme-pixel .pixel-timer-label{
    font-size: 13px;
    text-transform: uppercase;
    font-weight: 400;
    line-height: 15.23px;
    letter-spacing: 0.09em;
    text-align: right;
}
/*=============/Timer CSS end/==============*/
/*=============/ Progressbar and pagination CSS start /=============*/
.quiz_theme_qsm-theme-pixel .pixel-pagination-text {
    color: #3A3951;
    padding: 2px 10px;
    font-size: 16px;
    font-weight: 400;
    line-height: 30px;
    text-align: center;
    box-sizing: border-box;
}
.quiz_theme_qsm-theme-pixel .pixel-pagination-text .pixel-page-current{
	color: var(--pixel-option-text-color);
}
.quiz_theme_qsm-theme-pixel .pixel-pagination-text .pixel-page-total,
.quiz_theme_qsm-theme-pixel .pixel-pagination-text .pixel-page-title{
    opacity: 0.8;
}
.qsm-pixel-pagination{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.qsm-pixel-pagination-timer {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.quiz_theme_qsm-theme-pixel .qsm-pixel-top-btn {
    cursor: pointer;
    border-radius: 50%;
    line-height: 1;
    padding: 5px;
    border: 1px solid;
    box-sizing: content-box;
    margin: 2px;
}
.qsm-theme-pixel-header{
    margin-bottom: 15px;
    width: 100%;
    margin-top: 15px;
}
.qsm-theme-pixel-header .pixel-page {
    color: var(--pixel-font-color);
    font-weight: 600;
}

.quiz_theme_qsm-theme-pixel .qsm-theme-pixel-header .pixel-progress-bar .qsm-progress-bar{
    display: none;
}

.quiz_theme_qsm-theme-pixel .qsm-theme-pixel-header .pixel-progress-bar {
    width: 100%;
    display: inline-flex;
    position: relative;
    padding: 20px 0;
}

.progress-container {
    margin: 15px 0 0 0;
}

.progress-container, .progress {
    background-color: #eee;
    border-radius: 2px;
    position: relative;
    height: 2px;
    width: 100%;
}

.progress {
    background-color: var(--pixel-progressbar-color);
    width: 0;
    transition: width 0.4s linear;
}

.percentage {
    background-color: transparent;
    border-radius: 5px;
    color: transparent;
    font-size: 12px;
    padding: 4px;
    position: absolute;
    bottom: 20px;
    left: 0;
    transform: translateX(-50%);
    width: 40px;
    text-align: center;
    transition: left 0.4s linear;
}

.percentage::after {
    content: '';
    position: absolute;
    top: 8px;
    left: 50%;
    transform: translateX(-50%);
    z-index: -1;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-top: 16px solid var(--pixel-progressbar-color);
    clear: both;
}
/*=============/ Progressbar and pagination CSS start /=============*/

/*========================/ Feature image css start /==============================*/
img.qsm-pixel-featured-image {
    max-width: 100%;
    margin: auto;
    box-shadow: none;
}
.pixel-featured-image-container{
    text-align: center;
    margin-top: 15px;
}
.quiz_theme_qsm-theme-pixel .qsm-question-count-dashboard {
    border: none;
    background: #FFFFFF;
}
.quiz_theme_qsm-theme-pixel .qsm-question-count-dashboard>div {
    align-items: center;
    border: 1.5px solid #EEEEEE;
    border-radius: 8px;
    padding-left: 8px;
}
.quiz_theme_qsm-theme-pixel .qsm-question-count-dashboard>div:not(:first-child) {
    margin: 0 0 0 10px;
}
.quiz_theme_qsm-theme-pixel .qsm-correct-count-label::before {
  content: '\2022';
  display: inline-block;
  margin-right: 5px; 
  font-size: 16px; 
}
.quiz_theme_qsm-theme-pixel .qsm-correct-count .qsm-correct-count-label::before {
    color: #10B981;
}
.quiz_theme_qsm-theme-pixel .qsm-incorrect-count .qsm-correct-count-label::before {
    color: #C93312;
}
.quiz_theme_qsm-theme-pixel .qsm-unanswer-count .qsm-correct-count-label::before {
    color: #C2D9F0;
}
.quiz_theme_qsm-theme-pixel .qsm-correct-count-text{
    color: #118E65;
}
.quiz_theme_qsm-theme-pixel .qsm-incorrect-count-text{
    color: #A82B10;
}
.quiz_theme_qsm-theme-pixel .qsm-unanswer-count-text{
    color: #374151;
}
.quiz_theme_qsm-theme-pixel .qsm-correct-count-label {
    color: #8988A7;
    font-size: 17px;
}
.quiz_theme_qsm-theme-pixel .qsm-question-count-dashboard>div span:last-child {
    padding-bottom: 0;
    padding-left: 10px;
}
.quiz_theme_qsm-theme-pixel .dashicons-no-alt.icon, .quiz_theme_qsm-theme-pixel .dashicons-saved.icon, .quiz_theme_qsm-theme-pixel .dashicons-minus.icon {
    display: none;
}
.quiz_theme_qsm-theme-pixel .qsm-question-count-dashboard .text:after {
    content: '';
}
.quiz_theme_qsm-theme-pixel .qsm-question-count-dashboard .text:before {
    content: '';
}
/*========================/ Feature image css end /==============================*/
/*============= / Responsive CSS start/ ===================*/
@media screen and (min-width: 650px) {
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-1 .mlw_horizontal_multiple,
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-1 .mlw_horizontal_choice {
        width: 100%;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-3 .mlw_horizontal_multiple,
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-3 .mlw_horizontal_choice {
        width: 45%;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-4 .mlw_horizontal_multiple .qmn_image_option,
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-4 .mlw_horizontal_choice .qmn_image_option {
        width: 277px;
        height: 256px;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-5 .mlw_horizontal_multiple,
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-5 .mlw_horizontal_choice {
        width: calc(20% - 11px);
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-6 .mlw_horizontal_multiple,
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-6 .mlw_horizontal_choice{
        width: calc(16.6650% - 11px);
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-3 .mlw_horizontal_choice:nth-child(3n),
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-4 .mlw_horizontal_choice:nth-child(4n),
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-5 .mlw_horizontal_choice:nth-child(5n),
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-6 .mlw_horizontal_choice:nth-child(6n),
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-3 .qmn_multiple_horizontal_check .mlw_horizontal_multiple:nth-child(3n),
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-4 .qmn_multiple_horizontal_check .mlw_horizontal_multiple:nth-child(3n),
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-5 .qmn_multiple_horizontal_check .mlw_horizontal_multiple:nth-child(3n),
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qsm-pixel-column-6 .qmn_multiple_horizontal_check .mlw_horizontal_multiple:nth-child(6n){
        margin-right: 0px;
    }
}
@media screen and (max-width: 649px) {
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .mlw_horizontal_choice,
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .qmn_multiple_horizontal_check .mlw_horizontal_multiple, 
    .quiz_theme_qsm-theme-pixel .qsm-results-page .qmn_image_option,
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option {
		width: 100%;
	}
    .quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_multiple .qsm-input-label img, 
    .quiz_theme_qsm-theme-pixel .quiz_section .mlw_horizontal_choice .qsm-input-label img{
        height: 135px;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_multiple_horizontal_check .qmn_image_option:nth-child(3n), 
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_multiple_horizontal_check .qmn_image_option:nth-child(4n), .qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_radio_horizontal_answers .qmn_image_option:nth-child(3n), 
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_radio_horizontal_answers .qmn_image_option:nth-child(4n){
        margin-top: 10px;
    }
    .quiz_theme_qsm-theme-pixel .pixel-file-upload-container .dashicons{
        margin-left: -20px;
    }
    .quiz_theme_qsm-theme-pixel .quiz_section .remove-uploaded-file{
        margin-top: 0px;
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-pixel select, .qmn_quiz_container.quiz_theme_qsm-theme-pixel input[type="number"]{
        min-width: 100%;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel {
        padding: 15px;
    }
    .quiz_theme_qsm-theme-pixel .pixel-pagination-text {
        font-size: 14px;
    }
    .quiz_theme_qsm-theme-pixel .qsm-pixel-top-btn{
        padding: 0;
    }
    .quiz_theme_qsm-theme-pixel .left-polar-title,
    .quiz_theme_qsm-theme-pixel .right-polar-title {
        width: calc(50% - 18px) !important;
    }
    .quiz_theme_qsm-theme-pixel .qsm-question-count-dashboard>div:not(:first-child) {
		margin: initial;
	}
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .question-type-polar-s .left-polar-title, .question-type-polar-s .slider-main-wrapper, 
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .question-type-polar-s .right-polar-title{
        margin-bottom: 0;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-pixel .question-type-polar-s .right-polar-title{
        margin-left: 16px;
    }
}
/*============= / Responsive CSS End/ ===================*/
.quiz_theme_qsm-theme-pixel .qmn_results_page .right-polar-title{
    margin-left: auto;
}
.quiz_theme_qsm-theme-pixel .qmn_results_page table.qsm_answer_table {
    width: 100%;
}
/*============= / Result page CSS End/ ===========*/
/*============= / RTL Support CSS Start / ===========*/
.rtl .quiz_theme_qsm-theme-pixel .qsm-theme-pixel-header .qsm-pixel-pagination-timer {
    direction: ltr;
}
.rtl .quiz_theme_qsm-theme-pixel .qsm-theme-pixel-header .pixel-progress-bar .progress-container {
    direction: ltr;
}
.rtl .quiz_theme_qsm-theme-pixel .right-polar-title:has(img),
.rtl .quiz_theme_qsm-theme-pixel .left-polar-title:has(img) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.rtl .quiz_theme_qsm-theme-pixel .left-polar-title:has(img) {
    align-content: flex-end;
}
.rtl .quiz_theme_qsm-theme-pixel .right-polar-title:has(img),
.rtl .quiz_theme_qsm-theme-pixel.qmn_quiz_container .quiz_section .question-type-polar-s .right-polar-title,
.rtl .quiz_theme_qsm-theme-pixel .right-polar-title {
    order: 1;
}
.rtl .quiz_theme_qsm-theme-pixel .left-polar-title:has(img),
.rtl .quiz_theme_qsm-theme-pixel.qmn_quiz_container .quiz_section .question-type-polar-s .left-polar-title,
.rtl .quiz_theme_qsm-theme-pixel .left-polar-title {
    order: 2;
    text-align: left;
}
.rtl .quiz_theme_qsm-theme-pixel .left-polar-title img,
.rtl .quiz_theme_qsm-theme-pixel .right-polar-title img {
    width: 95%;
}
.rtl .quiz_theme_qsm-theme-pixel .qsm-quiz-form .qsm-auto-page-row .quiz_section .qsm-matching-pairs .qsm-left-option {
    margin-left: 10px;
}
.rtl .quiz_theme_qsm-theme-pixel .qsm_select.qsm_dropdown {
    padding-right: 30px;
}
.rtl .qsm-quiz-container.quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option:not(.mlw_horizontal_choice) {
    width: 100%;
    margin-right: 0;
}
.rtl .quiz_theme_qsm-theme-pixel .qmn_image_option:not(.mlw_horizontal_choice) .qsm-input-label:before {
    right: 0;
    left: unset;
}
.rtl .quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option:not(.mlw_horizontal_choice) .qsm-input-label .qsm_image_caption,
.rtl .quiz_theme_qsm-theme-pixel .quiz_section .qmn_image_option .qsm-input-label .qsm_image_caption {
    padding-right: 32px;
}
.rtl .quiz_theme_qsm-theme-pixel.qmn_quiz_container .qsm-results-page .qsm-text-correct-option.qsm-text-user-correct-answer.qmn_image_option:after {
    content: "\f12a";
}
.qsm-results-page .qmn_question_answer.qsm-add-border-bottom{
    padding-bottom: 0px;
}
.quiz_theme_qsm-theme-pixel.qmn_quiz_container .qsm-results-page .mlw_qmn_question .qmn_image_option:before {
    left: 1px;
    margin-top: 14px;
}
.quiz_theme_qsm-theme-pixel .qsm-results-page .qmn_image_option{
    min-width: 47%;
    margin: 10px 22px 14px 4px;
}
.quiz_theme_qsm-theme-pixel .qsm-results-page .mlw_qmn_question .qsm-question-title-description{
    margin-bottom: -22px;
}