/**
* Theme Name: QSM Quiz Breeze
*/

:root{
	--breeze-background-color: #FFFFFF;
	--breeze-button-text-color: #FFFFFF;
	--breeze-button-text-hover-color: #FFFFFF;
	--breeze-button-color: #469ACD;
	--breeze-button-hover-color: #00E2F7;
	--breeze-progressbar-color: #469ACD;
	--breeze-progressbar-text-color: #FFFFFF;
	--breeze-progressbar-pointer-color: #ff5555;
	--breeze-font-color: #222;
	--breeze-option-color: #1dd969;
	--breeze-option-bg-color: #1dd96910;
}

.quiz_theme_qsm-theme-breeze.qsm-quiz-container {
	background: var(--breeze-background-color);
	border-radius: 5px;
	padding: 30px;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	text-align: initial;
}

.quiz_theme_qsm-theme-breeze .qsm-breeze-featured-image {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
}

.quiz_theme_qsm-theme-breeze.qsm-quiz-container img {
	border-radius: 5px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-breeze .quiz_section .qsm-matching-pairs .qsm-right-option img,
.qmn_quiz_container.quiz_theme_qsm-theme-breeze .quiz_section .qsm-matching-pairs .qsm-left-option img {
	height: 85%;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.quiz_theme_qsm-theme-breeze .quiz_section .qsm-matching-pairs .qsm-right-option .qsm_image_caption {
	position: relative;
	left: 30px;
	top: -12px;
}
.rtl .quiz_theme_qsm-theme-breeze .quiz_section .qsm-matching-pairs .qsm-right-option .qsm_image_caption {
	left: -28px;
}
.quiz_theme_qsm-theme-breeze .quiz_section .qsm-matching-pairs .qsm-left-option .qsm_image_caption {
	position: relative;
	left: 7px;
	top: -12px;	
}
.rtl .quiz_theme_qsm-theme-breeze .quiz_section .qsm-matching-pairs .qsm-left-option .qsm_image_caption {
	left: -4px;
}
.quiz_theme_qsm-theme-breeze .quiz_section .qsm-matching-pairs .qsm-left-option .qsm_image_option,
.quiz_theme_qsm-theme-breeze .quiz_section .qsm-matching-pairs .qsm-right-option .qsm_image_option {
	border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
}

.quiz_theme_qsm-theme-breeze .quiz_section .qsm-matching-pairs .qsm-right-option .qsm_mc_answer_wrap.qsm_image_option .dashicons-move {
	background-color: transparent;
	margin-top: 222px;
	margin-left: 7px;
}
.rtl .qsm-matching-pairs {
	flex-direction: row-reverse;
}
.quiz_theme_qsm-theme-breeze .question-type-polar-s .slider-main-wrapper{
	padding-left: 0;
	padding-right: 0;
}
.rtl .question-type-polar-s .left-polar-title {
	order: unset;
	max-width: 25%;
}

.rtl .quiz_theme_qsm-theme-breeze .qmn_results_page .qsm_questions_answers_section .mlw_qmn_question .question-type-polar-s {
	display: flex;
    width: 100%;
	flex-wrap: wrap;
	flex-direction: row-reverse;
    flex-wrap: wrap;
}
.rtl .quiz_theme_qsm-theme-breeze .qmn_results_page .qsm-text-simple-option::before,
.rtl .quiz_theme_qsm-theme-breeze .qmn_results_page .qsm-text-correct-option::before,
.rtl .quiz_theme_qsm-theme-breeze .qmn_results_page .qsm-text-wrong-option::before {
	margin-left: 8px;
}
.rtl .quiz_theme_qsm-theme-breeze .qsm-text-simple-option::before, 
.rtl .quiz_theme_qsm-theme-breeze .qsm-text-correct-option::before,
.rtl .quiz_theme_qsm-theme-breeze .qsm-text-wrong-option::before {
	margin-right :0px;
}
.rtl .question-type-polar-s img {
    max-width: 100%;
    object-fit: cover;
}
.rtl .qsm-results-page   .qmn_image_option  span.qsm_image_result_caption_default  {
	margin-right: 30px;
	margin-top: 9px;
}

.rtl  .quiz_theme_qsm-theme-breeze .qsm-results-page .qmn_image_option img {
	order: unset;
}
.quiz_theme_qsm-theme-breeze.qmn_quiz_container .qmn_btn,
.quiz_theme_qsm-theme-breeze.qmn_quiz_container .qsm-save-quiz,
.quiz_theme_qsm-theme-breeze.qmn_quiz_container .qsm-resume-quiz,
.quiz_theme_qsm-theme-breeze .qmn_results_page .btn-reload-quiz,
.quiz_theme_qsm-theme-breeze .qmn_results_page input[name="qsm_retake_button"] {
	background: #229acd;
	padding: 10px 30px !important;
	font-size: 14px !important;
	border-radius: 5px !important;
	outline: none;
	color: white;
	border-color: transparent !important;
	text-align: center; 
}

.quiz_theme_qsm-theme-breeze.qmn_quiz_container .quiz_section.quiz_end .qsm-submit-btn{
	bottom: 35px;
    right: 20px;
}

.quiz_theme_qsm-theme-breeze.qmn_quiz_container .qmn_btn:hover,
.quiz_theme_qsm-theme-breeze .qmn_results_page .btn-reload-quiz:hover {
	border: none !important;
	font-size: 14px !important;
	padding: 10px 30px !important;
	color: white;
}

.quiz_theme_qsm-theme-breeze .qmn_results_page .btn-reload-quiz {
	margin-top: -25px;
	color: white;
}

.quiz_theme_qsm-theme-breeze .qsm-auto-page-row:not(.quiz_begin) {
	padding-top: 30px;
}

.quiz_theme_qsm-theme-breeze.qsm_auto_pagination_enabled .qsm-auto-page-row {
	padding-top: 0;
}

.qsm_auto_pagination_enabled.qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section {
	padding-top: 0;
	padding-bottom: 20px;
}

.quiz_theme_qsm-theme-breeze .quiz_section .question-title {
	border-bottom: 1px solid #bdaeae;
	padding-top: 10px;
	padding-left: 20px;
	padding-right: 20px;
}

.quiz_theme_qsm-theme-breeze .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label:hover,
.quiz_theme_qsm-theme-breeze .qmn_check_answers .qsm_check_answer .qsm-input-label:hover,
.quiz_theme_qsm-theme-breeze .qmn_check_answers .mlw_horizontal_muliple .qsm-input-label:hover,
.quiz_theme_qsm-theme-breeze .qmn_multiple_horizontal_check .mlw_horizontal_muliple .qsm-input-label:hover,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_choice .qsm-input-label:hover{
	background: var(--breeze-option-bg-color) !important;
}

.quiz_theme_qsm-theme-breeze .qsm_multiple_grid_answers .qmn_radio_answers .qsm_check_answer .qsm-input-label,
.quiz_theme_qsm-theme-breeze .qsm_multiple_grid_answers .qmn_radio_answers .qsm_check_answer .qsm-input-label:hover {
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
}
.qsm-quiz-container.quiz_theme_qsm-theme-breeze input[type="date"] {
	padding: 10px 15px;
	border-radius: 3px;
	box-sizing: border-box;
	width: 220px;
}

a.qmn_btn.mlw_qmn_quiz_link.mlw_previous,
a.qmn_btn.mlw_qmn_quiz_link.mlw_next,
a.qmn_btn.mlw_qmn_quiz_link.mlw_next.mlw_custom_next {
	min-width: 50px;
	display: flex;
	justify-content: center;
}

.quiz_theme_qsm-theme-breeze input[type=checkbox]+label,
.quiz_theme_qsm-theme-breeze input[type=radio]+label {
	padding: 0px;
	padding-left: 10px;
}
.quiz_theme_qsm-theme-breeze .qmn_accept_answers input[type=checkbox]+label {
	padding-left: 0px;
	margin-left: 0px;
}
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_accept_answers .qsm-input-label::before {
	padding-left: 0px;
}
.quiz_theme_qsm-theme-breeze .breeze-file-upload-container,
.quiz_theme_qsm-theme-breeze .qsm-text-simple-option,
.quiz_theme_qsm-theme-breeze .qsm-text-correct-option,
.quiz_theme_qsm-theme-breeze .qsm-text-wrong-option,
.quiz_theme_qsm-theme-breeze .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label,
.quiz_theme_qsm-theme-breeze .qmn_check_answers .qsm_check_answer .qsm-input-label
{
	border-radius: 5px;
	border: 1px solid #13172f10;
	margin: 8px;
	padding: 10px 15px;
	transition: 0.2s all;
	-o-transition: 0.2s all;
	-webkit-transition: 0.2s all;
	-ms-transition: 0.2s all;
	cursor: pointer;
}

.quiz_theme_qsm-theme-breeze .qsm_multiple_grid_answers .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label,
.quiz_theme_qsm-theme-breeze .qsm_multiple_grid_answers .qmn_radio_answers .qsm_check_answer .qsm-input-label {
	text-align: center;
	width: 90px;
	line-height: 0.2px;
}

.quiz_theme_qsm-theme-breeze  .qmn_check_answers .qmn_radio_answers  .qsm_check_answer .qsm-input-label,
.quiz_theme_qsm-theme-breeze  .qmn_check_answers .qmn_radio_answers  .qsm_check_answer .qsm-input-label:hover {
	padding: 4px 6px 4px 6px;
}

.quiz_theme_qsm-theme-breeze .qmn_check_answers label,
.quiz_theme_qsm-theme-breeze .qmn_radio_answers label {
	vertical-align: initial !important;
	display: block !important;
	max-width: 100%;
	font-size: 16px;
}

.quiz_theme_qsm-theme-breeze .quiz_section .alignnone,
.quiz_theme_qsm-theme-breeze .quiz_section .aligncenter {
	margin-bottom: 0;
	margin-top: 10px;
}

.quiz_theme_qsm-theme-breeze .qmn_pagination,
.quiz_theme_qsm-theme-breeze .quiz_begin {
	border: none;
}

.quiz_theme_qsm-theme-breeze .margin-bottom {
	margin-bottom: -10px !important;
	width: auto !important;
}

.quiz_theme_qsm-theme-breeze .qsm-results-page .qmn_question_answer.qsm-add-border-bottom {
	border: 0px;
}

.quiz_theme_qsm-theme-breeze .margin-bottom::before {
	content: "";
	position: absolute;
	width: 100%;
	height: 3px;
	background-image: linear-gradient(to right, #469acd50, #fff);
	top: 0;
	border-radius: 5px;
}

.quiz_theme_qsm-theme-breeze .mlw_answer_file_upload {
	padding-left: 20px;
	padding-top: 20px;
	border: 1px solid #13172f10;
	border-radius: 5px;
	padding-bottom: 20px;
}

.quiz_theme_qsm-theme-breeze .qsm_theme_breeze_header {
	display: block;
	padding: 5px 30px 30px;
	border-bottom: 2px solid #eee;
	margin: 0 -30px 20px;
}

.quiz_theme_qsm-theme-breeze .qsm-breeze-pagination-timer-header {
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: space-between;
}

.quiz_theme_qsm-theme-breeze .qsm_theme_breeze_header .breeze_progress_bar .qsm-progress-bar {
	display: none;
}

.quiz_theme_qsm-theme-breeze .mlw_breeze_previous {
	transition: all 0.3s ease;
    display: inline-block;
    width: 38px;
    height: 38px;
    background: #E9F9FF;
    border-radius: 100px;
    padding: 0px 0px;
    cursor: pointer;
	margin-left: 12px;
}

.quiz_theme_qsm-theme-breeze .mlw_breeze_previous:hover {
	box-shadow: 0px 0px 2px rgb(0 0 0 / 20%);
}

.quiz_theme_qsm-theme-breeze .mlw_breeze_previous .dashicons {
	font-size: 20px;
	width: 100%;
	margin-left: -1px;
	color: #469acd;
	line-height: 30px;
	margin-top: 5px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze section {
	padding: 0;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section {
	width: 100%;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_qmn_message_before {
	padding-top: 20px;
	border-bottom: medium none;
	margin: 0;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_qmn_message_before h1,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_qmn_message_before h2,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_qmn_message_before h4,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_qmn_message_before h5,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_qmn_message_before h6,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_qmn_message_before h3 {
	margin: 0;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .qsm_contact_div.qsm-contact-type-checkbox .mlw_qmn_question {
	/* padding-top: 0; */
	display: inline-block;
	font-weight: normal;
	width: 100%;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section .mlw_qmn_question {
	padding-top: 10px;
	display: block;
	position: relative;
	font-size: 16px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section .mlw_qmn_new_question {
	padding-top: 10px;
	font-size: 16px;
}
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section .qsm-align-fill-in-blanks p {
	font-size: 16px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section .qmn_radio_answers,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section .qmn_check_answers {
	margin: 0 -8px;
}

.quiz_theme_qsm-theme-breeze .quiz_section .qsm_multiple_grid_table tbody tr th {
	text-align: right;
}


.qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section>.quiz-cat {
	margin-top: 10px;
	margin-right: 20px;
}

body .qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section .mlw_qmn_question:not(.qsm_remove_bold) {
	display: inline-flex;
	margin-bottom: 20px;
	flex-wrap: nowrap;
	flex-direction: row;
	align-items: center;
	cursor: pointer;
}
.rtl .qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section .mlw_qmn_question.question-type-polar-s {
	flex-direction: row-reverse;
}
body .qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section span.mlw_qmn_question.question-type-polar-s {
    flex-wrap: wrap;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .qmn_multiple_horizontal_check,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .qmn_radio_horizontal_answers {
	display: flex;
	flex-wrap: wrap;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .qmn_multiple_horizontal_check .mlw_horizontal_multiple,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_choice {
	display: inline-table;
	margin: 4px;
	width: calc(50% - 11px);
	cursor: pointer;
	vertical-align: top;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_choice.qmn_image_option,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_multiple.qmn_image_option {
	margin-right: 25px;
	margin-bottom: 25px;
	padding: 0;
	min-width: 40%;
} 

.quiz_theme_qsm-theme-breeze .qmn_image_option{
	padding: 0;
	margin-left: 8px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-breeze .qmn_multiple_horizontal_check .mlw_horizontal_multiple .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_choice .qsm-input-label {
	display: block;
	border-radius: 5px;
	border: 1px solid #13172f10;
	padding: 10px 15px;
	transition: 0.2s all;
	height: auto;
	min-width: 100%;
}
.quiz_theme_qsm-theme-breeze .qmn_multiple_horizontal_check .mlw_horizontal_multiple.qmn_image_option .qsm-input-label,
.quiz_theme_qsm-theme-breeze .mlw_horizontal_choice.qmn_image_option .qsm-input-label {
	border: 3px solid #13172f10;
}
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .qmn_multiple_horizontal_check .mlw_horizontal_multiple input[type="checkbox"],
.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_choice input[type="radio"],
.quiz_theme_qsm-theme-breeze .mlw_qmn_timer,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_image_option label.qsm-input-label::before,
.quiz_theme_qsm-theme-breeze #mlw_error_message_bottom,
.quiz_theme_qsm-theme-breeze .wp-post-image,
.quiz_theme_qsm-theme-breeze .quiz_section .mlw_qmn_question.qsm_remove_bold:empty,
.quiz_theme_qsm-theme-breeze .qmn_radio_answers .qmn_mc_answer_wrap input[type="radio"],
.quiz_theme_qsm-theme-breeze .qmn_accept_answers input[type="checkbox"],
.quiz_theme_qsm-theme-breeze .qmn_check_answers .qsm_check_answer input[type="checkbox"],
.quiz_theme_qsm-theme-breeze .qsm_contact_div input[type="checkbox"],
.quiz_theme_qsm-theme-breeze .mlw_answer_file_upload,
.quiz_theme_qsm-theme-breeze .mlw-file-upload-error-msg,
.quiz_theme_qsm-theme-breeze .pages_count, .quiz_theme_qsm-theme-breeze .qsm-page .pages_count, .quiz_theme_qsm-theme-breeze .quiz_section .pages_count{
	display: none !important;
}

.quiz_theme_qsm-theme-breeze .mlw_qmn_hint_link {
	font-size: 14px;
	text-decoration: none;
	padding-left: -20px !important;
}

.quiz_theme_qsm-theme-breeze .quiz_section .qsm_tooltiptext {
	font-size: 14px;
	background: white;
	color: #333;
	box-shadow: 2px 2px 5px rgb(20 20 20 / 20%);
	font-style: italic;
	line-height: 1.5;
}

.quiz_theme_qsm-theme-breeze .quiz_section .mlw_qmn_hint_link::before {
	content: "\f339";
	font-family: dashicons;
	position: relative;
	top: 2px;
	left: 0px;
}

.quiz_theme_qsm-theme-breeze .qsm_contact_div input,
.quiz_theme_qsm-theme-breeze .quiz_section .mlw_answer_open_text,
.quiz_theme_qsm-theme-breeze .quiz_section .qsm-question-comment,
.quiz_theme_qsm-theme-breeze .quiz_section .mlw_answer_number,
.quiz_theme_qsm-theme-breeze .mlw_answer_open_text,
.quiz_theme_qsm-theme-breeze .mlw_answer_date,
.quiz_theme_qsm-theme-breeze .qsm_select {
	height: inherit;
	width: 100%;
	border: 1px solid #13172f10;
	box-shadow: none;
	background-color: #f4f4f4;
}
 
.quiz_theme_qsm-theme-breeze .quiz_section select:hover, 
.quiz_theme_qsm-theme-breeze .quiz_section input:hover,
.quiz_theme_qsm-theme-breeze .quiz_section textarea:hover,
.quiz_theme_qsm-theme-breeze .quiz_section .qsm-align-fill-in-blanks .qmn_fill_blank:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	background: #ffffff;
}
.quiz_theme_qsm-theme-breeze .quiz_section .mlw_answer_number {
	width: 220px;
}

.quiz_theme_qsm-theme-breeze .qsm-align-fill-in-blanks .qmn_fill_blank {
	border: 1px solid #13172f10 !important;
	background: #f4f4f4;
}
body .qsm-quiz-container.quiz_theme_qsm-theme-breeze .quiz_section .qsm-align-fill-in-blanks:not(.qsm_remove_bold) {
	padding-right: 0px;
	margin-left: 30px;
    position: relative;
}
.quiz_theme_qsm-theme-breeze .quiz_section .question-type-polar-s:focus,
.quiz_theme_qsm-theme-breeze .quiz_section .mlw_answer_open_text:focus,
.quiz_theme_qsm-theme-breeze .quiz_section .qsm-question-comment:focus,
.quiz_theme_qsm-theme-breeze .quiz_section .mlw_answer_number:focus,
.quiz_theme_qsm-theme-breeze .mlw_answer_open_text:focus,
.quiz_theme_qsm-theme-breeze .mlw_answer_date:focus,
.quiz_theme_qsm-theme-breeze .qsm_select:focus {
	box-shadow: none !important;
	background-color: #f4f4f4;
}

.quiz_theme_qsm-theme-breeze .mlw_answer_date:focus {
	outline: none;
}

.quiz_theme_qsm-theme-breeze .qsm-featured-image {
	text-align: center;
}

.quiz_theme_qsm-theme-breeze .qmn_image_option {
	display: inline-table;
	/* margin-right: 8px; */
	margin-bottom: 8px;
	width: calc(30% - 45px);
	cursor: pointer;
	vertical-align: top;
	height: auto;
	max-width: fit-content;
}

.quiz_theme_qsm-theme-breeze .qmn_radio_answers  .qmn_image_option.qmn_mc_answer_wrap .qsm-input-label,
.quiz_theme_qsm-theme-breeze .qmn_check_answers .qmn_image_option.qsm_check_answer .qsm-input-label{
    overflow: hidden;
    transition: 0.2s all;
    -o-transition: 0.2s all;
    -webkit-transition: 0.2s all;
    -ms-transition: 0.2s all;
    display: block;
	border: 3px solid #efefef;
	border-radius: 5px;
	box-shadow: 0px 3px 5px rgba(20, 20, 20, 0.1);
}

.quiz_theme_qsm-theme-breeze .quick-question-res-p,
.quiz_theme_qsm-theme-breeze .breeze-file-upload-error,
.quiz_theme_qsm-theme-breeze .qmn_error_message {
	width: auto;
	position: relative;
	top: -20px;
	background: #ffeded;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
	border: none;
	border-radius: none;
}

.quiz_theme_qsm-theme-breeze .mlw-file-upload-error-msg {
	margin-left: 20px;
	margin-right: 20px;
}

.quiz_theme_qsm-theme-breeze .mlw_qmn_question_comment,
.quiz_theme_qsm-theme-breeze .qmn_comment_section {
	width: calc(100% - 40px) !important;
	margin-top: 10px;
}

.quiz_theme_qsm-theme-breeze .quiz_end .qmn_comment_section {
	margin-left: 0;
	margin-right: 0;
}

.quiz_theme_qsm-theme-breeze .quiz_end {
	width: calc(100% - 40px) !important;
	margin-left: 20px;
	margin-right: 20px;
	padding-top: 20px !important;
}

.quiz_theme_qsm-theme-breeze .qmn_results_page {
	font-size: 16px;
}

.quiz_theme_qsm-theme-breeze .qsm-text-simple-option,
.quiz_theme_qsm-theme-breeze .qsm-text-correct-option,
.quiz_theme_qsm-theme-breeze .qsm-text-wrong-option {
	font-size: 14px;
	margin: 8px 0;
	color: black;
}

.quiz_theme_qsm-theme-breeze .qsm-text-simple-option::before,
.quiz_theme_qsm-theme-breeze .qsm-text-correct-option::before,
.quiz_theme_qsm-theme-breeze .qsm-text-wrong-option::before {
	content: "" !important;
	position: inherit !important;
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #dae1dd;
	vertical-align: middle;
	margin-right: 15px;
	border-radius: 10px;
	color: white;
}

.quiz_theme_qsm-theme-breeze .qsm-text-correct-option::before {
	background-color: #1dd969;
	content: "\f159" !important;
	line-height: 21px;
	display: inline;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}

.rtl .quiz_theme_qsm-theme-breeze .qsm-text-correct-option::before,
.rtl .quiz_theme_qsm-theme-breeze .qsm-text-wrong-option::before,
.rtl .quiz_theme_qsm-theme-breeze .qsm-text-simple-option {
	margin-left:4px;
}

.rtl .qsm-results-page .quiz_theme_qsm-theme-breeze .qsm-text-simple-option {
	width: unset;
}
.quiz_theme_qsm-theme-breeze .qsm-text-correct-option.qmn_image_option::before {
	background-color: #1dd969;
	content: "\f159" !important;
	line-height: 21px;
	text-align: center;
	font-size: 18px;
	display: inline;
	vertical-align: middle;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
}


.quiz_theme_qsm-theme-breeze .qsm-text-wrong-option::before {
	content: "\f158" !important;
	line-height: 21px;
	text-align: center;
	font-size: 18px;
	display: inline;
	vertical-align: middle;
}
.quiz_theme_qsm-theme-breeze .qsm-text-wrong-option.qmn_image_option::before {
	content: "\f158" !important;
	line-height: 21px;
	text-align: center;
	font-size: 18px;
	vertical-align: middle;
	display: inline;
}

.quiz_theme_qsm-theme-breeze .qsm-text-user-correct-answer {
	overflow-wrap: break-word;
}

.quiz_theme_qsm-theme-breeze .qsm-text-user-correct-answer::before {
	content: "\f147" !important;
	line-height: 23px;
	text-align: center;
	font-size: 20px;
	border-radius: 12px;
	display: inline;
	vertical-align: middle;
}

.quiz_theme_qsm-theme-breeze .qsm-text-user-correct-answer.qmn_image_option::before {
	content: "\f147" !important;
	line-height: 23px;
	text-align: center;
	font-size: 20px;
	border-radius: 12px;
	display: inline;
	vertical-align: middle;
}
.quiz_theme_qsm-theme-breeze .qsm-text-wrong-option::before {
	background-color: #ff5555;
}

.quiz_theme_qsm-theme-breeze .slider-main-wrapper {
	position: inherit !important;
	margin-top: 20px !important;
	width: 100% !important;
	display: block;
}

.quiz_theme_qsm-theme-breeze .qsm-results-page .slider-main-wrapper {
	margin-top: 40px !important;
}

.quiz_theme_qsm-theme-breeze .slider-main-wrapper .ui-slider {
	height: 10px !important;
	border-radius: 5px !important;
	background-color: #1d475910;
	border: none;
}

.quiz_theme_qsm-theme-breeze .slider-main-wrapper .ui-slider .ui-slider-handle {
	width: 70px;
	height: 45px;
	margin-top: -10px;
	background-color: #fff;
	border: none;
	border-radius: 5px;
	box-shadow: 5px 5px 10px rgba(20, 20, 20, 0.1);
	transition: all 0.5s ease;
	text-align: center;
	margin-left: -30px;
	margin-right: -30px;
	cursor: all-scroll;
	color: var(--breeze-font-color) !important;
	line-height: 44px;
}

.quiz_theme_qsm-theme-breeze .slider-main-wrapper .ui-slider .ui-slider-handle .ui-slider-button {
	width: 8px;
	height: 30px;
	display: inline-block;
	background-color: #229acd;
	border-radius: 4px;
	margin-top: 6px;
	margin-right: 5px;
	margin-left: 5px;
}

.quiz_theme_qsm-theme-breeze .slider-main-wrapper .ui-slider .ui-slider-handle .dashicons {
	text-decoration: none;
	color: #547482;
	line-height: 45px;
}

.quiz_theme_qsm-theme-breeze .right-polar-title {
	text-align: right !important;
	margin-left:auto;
}

.quiz_theme_qsm-theme-breeze .qsm-contact-type-checkbox .breeze-check,
.quiz_theme_qsm-theme-breeze .qmn_accept_answers .breeze-check {
	/* margin-left: -15px; */
	margin-right: 15px;
}

.quiz_theme_qsm-theme-breeze .qsm_mailchimp_checkbox_span .breeze-check,
.quiz_theme_qsm-theme-breeze .qsm_activecampaign_checkbox_span .breeze-check {
	margin-left: -5px;
	margin-right: 15px;
}

.quiz_theme_qsm-theme-breeze .quiz_section.qmn_error .qmn_radio_answers,
.quiz_theme_qsm-theme-breeze .quiz_section.qmn_error .qmn_check_answers,
.quiz_theme_qsm-theme-breeze .quiz_section.qmn_error .qmn_accept_answers {
	border: none;
	background: #ffeded;
}

.quiz_theme_qsm-theme-breeze .breeze_header_content {
	display: block;
	width: 100%;
	height: 50px;
	margin-bottom: 10px;
	align-items: center;
	justify-content: space-between;
}

.quiz_theme_qsm-theme-breeze .breeze_timer {
	height: 50px;
	width: 50px;
	display: block;
	margin-right: 15px;
	margin-bottom: 10px;
}

.quiz_theme_qsm-theme-breeze .qsm_contact_div span {
	padding-left: 0px !important;
	margin-bottom: 0px !important;
}

.quiz_theme_qsm-theme-breeze .breeze_page_details {
	display: flex;
	flex-direction: column;
	align-items: center;
}

.quiz_theme_qsm-theme-breeze .breeze_page_count {
	width: 117px;
	height: 30px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 600;
	font-size: 19px;
	line-height: 30px;
	text-align: center;
	color: #229ACD;
}

.quiz_theme_qsm-theme-breeze .breeze_title {
	width: 183px;
	height: 24px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 14px;
	line-height: 24px;
	text-align: center;
	color: #547482;
}

.quiz_theme_qsm-theme-breeze .base-timer {
	position: relative;
	height: 48px;
	width: 48px;
	margin-top: 8px;
}

.quiz_theme_qsm-theme-breeze .base-timer_circle {
	fill: none;
	stroke: none;
}

.quiz_theme_qsm-theme-breeze .base-timer_svg {
	transform: rotateY(0deg) rotateZ(-90deg);
}

.quiz_theme_qsm-theme-breeze .base-timer_path-elapsed {
	stroke-width: 6px;
	stroke: #229acd10;
}

.quiz_theme_qsm-theme-breeze .breeze-timer_label {
	position: absolute;
	width: 50px;
	height: 50px;
	top: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 12px;
	font-weight: bold;
}

.quiz_theme_qsm-theme-breeze .breeze-timer_text_label {
	display: flex;
	justify-content: center;
    font-size: 12px;
	/* margin-left: 6px; */
}

.quiz_theme_qsm-theme-breeze .base-timer_path-remaining {
	stroke-linecap: round;
	stroke-width: 6px;
	stroke: #1dd969;
	stroke-linecap: round;
	transform: rotate(0deg);
	transform-origin: center;
	transition: 0.9s linear all;
	fill-rule: nonzero;
}

.quiz_theme_qsm-theme-breeze .qmn_results_page {
	padding: 0px;
}

.quiz_theme_qsm-theme-breeze .qsm-deselect-answer {
	font-size: 12px;
	position: absolute;
    right: 0;
    bottom: 0;
}

.quiz_theme_qsm-theme-breeze .correct-inline {
	border-bottom: 3px solid #1dd969 !important;
}

.quiz_theme_qsm-theme-breeze .incorrect-inline {
	border-bottom: 3px solid #ff5555 !important;
}

.quiz_theme_qsm-theme-breeze .qsm-inline-correct-info {
	border-radius: 5px;
	border: 1px solid #13172f10;
	margin: 8px;
	padding: 10px 15px;
}

.quiz_theme_qsm-theme-breeze .qsm-inline-correct-info b:first-child {
	display: block;
	width: 110px;
	font-size: 14px;
	margin-top: -10px;
	margin-left: -15px;
	padding: 5px;
	border-right: 1px solid #13172f10;
	border-bottom: 1px solid #13172f10;
	border-radius: 5px 0px;
	background: #13172f10;
	color: #555;
	text-align: center;
}

.quiz_theme_qsm-theme-breeze .quick-question-res-p {
	width: 100%;
	margin-top: 10px;
	position: inherit;
	margin: 0px;
	margin-top: 10px;
}

.quiz_theme_qsm-theme-breeze .breeze-file-upload-container {
	margin: 0 auto;
	padding: 15px;
	border: 3px solid #13172f10;
}

.quiz_theme_qsm-theme-breeze .breeze-file-upload-container.file-hover,
.quiz_theme_qsm-theme-breeze .breeze-file-upload-container:hover {
	border: 3px solid var(--breeze-option-color);
	padding: 15px;
}

.quiz_theme_qsm-theme-breeze .breeze-file-upload-container.file-hover {
	background-color: #229acd10;
}

.quiz_theme_qsm-theme-breeze .breeze-file-upload-message {
	text-align: center;
	font-size: 14px;
	color: #555;
}

.quiz_theme_qsm-theme-breeze .breeze-file-upload-name {
	text-align: center;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	color: #555;
	overflow-wrap: anywhere;
	position: relative;
	width: fit-content;
}
.quiz_theme_qsm-theme-breeze .quiz_section .remove-uploaded-file {
    left: 70%;
    bottom: 58px;
    border: none;
    color: inherit;
}
.quiz_theme_qsm-theme-breeze .quiz_section .remove-uploaded-file:hover {
    color: red;
}
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_accept_answers .qsm-input-label .qmn_accept_text {
	margin-left: 30px;
	display: block;
}
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_accept_answers .qsm-input-label.qsm-optin-input-label::before {
	position: absolute;
}
.rtl .quiz_section .qmn_accept_answers label {
	margin: 0 22px;
}
.rtl .quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_accept_answers .qsm-input-label::before {
	margin-right: -25px;
}
.quiz_theme_qsm-theme-breeze .breeze-file-upload-message a {
	color: #229acd;
	text-decoration: none;
	font-weight: bold;
}

.quiz_theme_qsm-theme-breeze .breeze-file-upload-message a:hover,
.quiz_theme_qsm-theme-breeze .breeze-file-upload-message a:active,
.quiz_theme_qsm-theme-breeze .breeze-file-upload-message a:focus {
	text-decoration: none;
	outline: none;
}

.quiz_theme_qsm-theme-breeze .breeze-file-upload-logo {
	font-size: 60px;
	height: 100%;
	width: 100%;
	color: #229acd;
	opacity: 40%;
}

.quiz_theme_qsm-theme-breeze .breeze-file-upload-error {
	display: none;
	width: calc(100% + 30px);
	color: red;
	margin: 0 -15px -15px;
	position: inherit;
	font-weight: normal;
	border-radius: 2px;
}

.quiz_theme_qsm-theme-breeze .breeze-file-uploading {
	color: black;
	background: rgb(222, 219, 219);
}

.quiz_theme_qsm-theme-breeze .breeze-file-upload-success-msg {
	color: #1dd969;
	background: #cff2dd;
}
.quiz_theme_qsm-theme-breeze .breeze-file-upload-error-msg {
	color: red;
	background: #f3e2e2;
}
.quiz_theme_qsm-theme-breeze .qmn_image_option:hover .qsm_image_caption,
.quiz_theme_qsm-theme-breeze .qmn_image_option input:where([type="checkbox"], [type="radio"]):checked ~ .qsm-input-label .qsm_image_caption {
	background: var(--breeze-option-bg-color);
}
.quiz_theme_qsm-theme-breeze .qmn_pagination{
	margin: 0;
}

.quiz_theme_qsm-theme-breeze .qsm_contact_div label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_radio_answers .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_check_answer .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_check_answers .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_accept_answers .qsm-input-label::before {
    content: "";
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    margin-right: 5px;
    padding: 4px;
    border: 5px solid #dae1dd;
    vertical-align: middle;
}
.quiz_theme_qsm-theme-breeze.qsm-quiz-container .qsm-contact-type-checkbox label {
	border: 1px solid #13172f10;
    box-shadow: none;
    background-color: #f4f4f4;
    width: fit-content;
}
.quiz_theme_qsm-theme-breeze .qsm_contact_div.qsm-contact-type-checkbox label:before {
	content: "\f15e";
    border: 2px solid #7b7c7ca1;
    height: 16px;
    width: 16px;
    display: inline-block;
    font-family: 'dashicons';
	font-size: 16px;
    line-height: 1;
	vertical-align: middle;
	color: #7b7c7ca1;
    border-radius: 50%;
    box-sizing: content-box;
}
.quiz_theme_qsm-theme-breeze .qsm_contact_div.qsm-contact-type-checkbox label:before{
    margin-right: 8px;
}
.quiz_theme_qsm-theme-breeze .qsm_contact_div.qsm-contact-type-checkbox label {
    display: block;
    padding: 10px;
    border-radius: 3px;
    margin-bottom: 18px;
    margin-left: 0;
    margin-right: 0;
    color: var(--fortune-font-color);
    transition-duration: 0.3s;
    min-width: 50px;
    max-width: 100%;
    overflow: hidden;
    font-size: 15px;
}


.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_multiple_grid_answers .qmn_radio_answers .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_multiple_grid_answers .qmn_radio_answers.qsm_check_answer .qsm-input-label::before {
	vertical-align: middle;
}

.quiz_theme_qsm-theme-breeze .qsm_contact_div label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_check_answer .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_check_answers .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_accept_answers .qsm-input-label::before  {
	content: "\f12a";
	border: none;
	font-family: 'dashicons';
	height: auto;
	width: auto;
	font-size: 20px;
	line-height: 1;
	color: #dae1dd;
}
.quiz_theme_qsm-theme-breeze .qsm_contact_div label::before{
	display: none;
}

.quiz_theme_qsm-theme-breeze.qsm-quiz-container .qsm_contact_div input[type="checkbox"]:checked ~ label,
.quiz_theme_qsm-theme-breeze.qsm-quiz-container .qsm_contact_div input[type="radio"]:checked ~ label,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper input[type="checkbox"]:checked ~ label.qsm-input-label,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper input[type="radio"]:checked ~ label.qsm-input-label,
.quiz_theme_qsm-theme-breeze.qsm-quiz-container .qsm_contact_div input[type="checkbox"]:hover ~ label,
.quiz_theme_qsm-theme-breeze.qsm-quiz-container .qsm_contact_div input[type="radio"]:hover ~ label,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper input[type="checkbox"]:hover ~ label.qsm-input-label,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper input[type="radio"]:hover ~ label.qsm-input-label {
  color: var(--breeze-option-color);
}

.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_multiple_grid_answers  input[type="radio"]:hover ~ label.qsm-input-label
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_multiple_grid_answers  input[type="radio"]:checked ~ label.qsm-input-label {
	text-align: center;
	padding-right: 6px;
	padding-left: 6px;
}

.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_multiple_grid_answers  input[type="checkbox"]:checked ~ label.qsm-input-label,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_multiple_grid_answers  input[type="checkbox"]:hover ~ label.qsm-input-label {
	text-align: center;
}


.quiz_theme_qsm-theme-breeze .qsm_contact_div input[type="radio"]:checked ~ label::before,
.quiz_theme_qsm-theme-breeze .qsm_contact_div input[type="checkbox"]:checked ~ label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_radio_answers input[type="radio"]:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_check_answer input[type="checkbox"]:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_check_answers input[type="checkbox"]:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_accept_answers input[type="checkbox"]:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm_contact_div input[type="radio"]:hover ~ label::before,
.quiz_theme_qsm-theme-breeze .qsm_contact_div input[type="checkbox"]:hover ~ label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_radio_answers input[type="radio"]:hover ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qsm_check_answer input[type="checkbox"]:hover ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_check_answers input[type="checkbox"]:hover ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-breeze .qsm-question-wrapper .qmn_accept_answers input[type="checkbox"]:hover ~ .qsm-input-label::before,
.qmn_quiz_container.quiz_theme_qsm-theme-breeze select:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-breeze textarea:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-breeze input:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-breeze select:focus,
.qmn_quiz_container.quiz_theme_qsm-theme-breeze textarea:focus,
.qmn_quiz_container.quiz_theme_qsm-theme-breeze input:focus,
.qmn_quiz_container.quiz_theme_qsm-theme-breeze .qsm_contact_div input:focus {
	color: var(--breeze-option-color);
	border-color: var(--breeze-option-color);
}

.quiz_theme_qsm-theme-breeze .qmn_image_option label {
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
}

.quiz_theme_qsm-theme-breeze .qmn_image_option .qsm-input-label .qsm_image_caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	text-align: center;
	word-break: break-word;
	background: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
	font-size: 16px;
}
.quiz_theme_qsm-theme-breeze .qmn_image_option img {
	max-width: 100%;
	display: block;
	margin-bottom: 30px;
}

.quiz_theme_qsm-theme-breeze .qmn_image_option.correct-inline .qsm_image_caption {
	background: #1dd969 !important;
}

.quiz_theme_qsm-theme-breeze .qmn_image_option.incorrect-inline .qsm_image_caption {
	background: #ff5555 !important;
}

.quiz_theme_qsm-theme-breeze .qsm-results-page .qmn_image_option {
	display: flex;
    flex-direction: column;
    align-items: flex-start;
	position: relative;
}
.quiz_theme_qsm-theme-breeze .qsm-results-page .mlw_qmn_question .qmn_image_option{
	display: inline-block;
	margin-right: 20px;
	margin-bottom: 20px;
} 
.rtl .quiz_theme_qsm-theme-breeze .qsm-results-page .qmn_image_option {
	display: inline-flex !important;
}

.quiz_theme_qsm-theme-breeze  .qmn_results_page .qsm-quiz-container .mlw_qmn_question .question-type-polar-s {
	flex-wrap: nowrap;
}
.quiz_theme_qsm-theme-breeze  .qmn_results_page .qsm_questions_answers_section .mlw_qmn_question .question-type-polar-s {
	display: flex;
	width: 100%;
	flex-wrap: nowrap;
	align-items: baseline;
}
body .quiz_theme_qsm-theme-breeze .qsm-results-page .mlw_qmn_question .qmn_image_option::before {
	margin-left: -8px;
    margin-bottom: -25px;
	line-height: normal !important;
	order: 2;
	display: inline;
}
body .quiz_theme_qsm-theme-breeze .qsm-results-page .mlw_qmn_question .qmn_image_option {
	padding: 0;
} 
body .quiz_theme_qsm-theme-breeze .qsm_image_result_caption_default{
	padding-left: 31px;
}

.rtl .mlw_qmn_question span.qsm-text-correct-option.qmn_image_option::after,
.rtl .mlw_qmn_question span.qsm-text-wrong-option.qmn_image_option::after,
.rtl .mlw_qmn_question span.qsm-text-simple-option.qmn_image_option::after{
	content: "";
}
body .quiz_theme_qsm-theme-breeze .qsm-results-page .qmn_image_option img {
	order: 1;
	margin-bottom: 0;
}
body .quiz_theme_qsm-theme-breeze .qsm-results-page  .qsm_image_result_caption_default {
	order: 3;
}
body .quiz_theme_qsm-theme-breeze  .qsm-results-page .mlw_qmn_question .qsm-text-correct-option.qmn_image_option::before {
	background-color: #1dd969;
}

body .quiz_theme_qsm-theme-breeze  .qsm-results-page .mlw_qmn_question .qsm-text-wrong-option.qmn_image_option::before {
	background-color: #ff5555;
}
body .quiz_theme_qsm-theme-breeze  .qsm-results-page .mlw_qmn_question .qsm-text-simple-option.qmn_image_option::before {
	content: "" ;
	font-family: dashicons;
	background-color: #dae1dd;
}


body .quiz_theme_qsm-theme-breeze .qsm-results-page .qsm_answer_table tr {
	display:inherit;
}
body .quiz_theme_qsm-theme-breeze .qsm-results-page .qsm_multiple_grid_answers .qsm_multiple_grid_table .qsm-text-correct-option {
	border: none;
	padding-left: 20px;
  	padding-bottom: 12px;
}
.quiz_theme_qsm-theme-breeze  .qsm-results-page table.qsm_multiple_grid_table {
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #173e5610;
}
.quiz_theme_qsm-theme-breeze .qsm-results-page .qsm_multiple_grid_table td,
.quiz_theme_qsm-theme-breeze  .qsm-results-page .qsm_multiple_grid_table th {
	padding: 8px;
	border-width: 0 1px 1px 0;
	border-style: solid;
	text-align: center;
	min-width: 80px;
}

.quiz_theme_qsm-theme-breeze .qsm-results-page .qsm-advance-question-matching-pairs .qsm_answer_table td {
	width: 0%;
}
.quiz_theme_qsm-theme-breeze .progress-container {
	margin: 20px 0px 10px 11px;
    width: 98%;
}
.quiz_theme_qsm-theme-breeze .quiz_section .mlw_qmn_new_question .qsm-question-title-label{
	font-size: 16px;
}

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

.quiz_theme_qsm-theme-breeze .progress-container .progress {
	background-color: var(--breeze-progressbar-color);
	width: 0;
	transition: width 0.2s linear;
}
.quiz_theme_qsm-theme-breeze .progress-container .percentage {
	background-color: var(--breeze-progressbar-pointer-color);
	border-radius: 5px;
	box-shadow: 0 4px 5px rgb(0, 0, 0, 0.2);
	color: var(--breeze-progressbar-text-color);
	font-size: 12px;
	padding: 2px;
	position: absolute;
	top: 15px;
	left: 0;
	transform: translateX(-50%);
	width: 40px;
	text-align: center;
	transition: left 0.2s linear;
}
.rtl .quiz_theme_qsm-theme-breeze .progress-container .percentage{
	right: 0;
	transition: right 0.2s ease;
  	transform: translateX(50%);
}
.quiz_theme_qsm-theme-breeze .progress-container .percentage::after {
	background-color: var(--breeze-progressbar-pointer-color);
	content: '';
	position: absolute;
	top: -5px;
	left: 50%;
	transform: translateX(-50%) rotate(45deg);
	height: 10px;
	width: 10px;
	z-index: -1;
}

.quiz_theme_qsm-theme-breeze .qsm-question-container {
	padding: 0px 0 40px 0;
    border-bottom: 2px solid #eee;
    margin-bottom: 15px;
}
.quiz_theme_qsm-theme-breeze .qsm-question-container::after {
	content: "";
    position: absolute;
    width: 50%;
    height: 3px;
    background-image: linear-gradient(to right, #469acd50, #fff);
    border-radius: 5px;
	margin-top: 8px;
}
.quiz_theme_qsm-theme-breeze .qsm-question-count-dashboard {
    border: none;
    background: #FFFFFF;
}
.quiz_theme_qsm-theme-breeze .qsm-correct-count-label {
    color: #5E707D;
	font-weight: 400;
}
.quiz_theme_qsm-theme-breeze .qsm-question-count-dashboard>div {
    align-items: center;
}
.quiz_theme_qsm-theme-breeze .qsm-question-count-dashboard>div span:last-child {
    padding-bottom: 0;
}
.quiz_theme_qsm-theme-breeze .quiz_theme_qsm-theme-breeze .progress-container {
	margin: 20px 0px 10px 10px;
    width: 97%;
}
@media screen and (min-width: 500px) {
	.rtl .qmn_pagination,.rtl .qsm_auto_pagination_enabled .qmn_pagination {
		flex-direction: row-reverse;
	}
	.quiz_theme_qsm-theme-breeze .qsm-results-page .qmn_image_option{
		width: 100%;
	}

}
@media screen and (min-width: 765px){
	body .quiz_theme_qsm-theme-breeze .qsm-results-page .mlw_qmn_question .qmn_image_option{
		max-width: 45%;
	}
}
@media screen and (max-width: 765px) {

	.quiz_theme_qsm-theme-breeze .question-type-polar-s .left-polar-title,
	.quiz_theme_qsm-theme-breeze .question-type-polar-s .right-polar-title {
		display: inline-block;
		width: 50% !important;
	}
	.quiz_theme_qsm-theme-breeze .progress-container{
		margin: 20px 0 10px;
		width: 100%;
	}
	.quiz_theme_qsm-theme-breeze .breeze_page_details{
		width: 48%;
	}

	.quiz_theme_qsm-theme-breeze .question-type-polar-s img{
		max-width: 100px;

	}

	.quiz_theme_qsm-theme-breeze .qmn_results_page .qsm_questions_answers_section .mlw_qmn_question .question-type-polar-s {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		align-items: baseline;
	}

	.quiz_theme_qsm-theme-breeze .qmn_image_option {
		width: 97% !important;
	}

	.quiz_theme_qsm-theme-breeze.qmn_quiz_container .quiz_section.quiz_end .qsm-submit-btn {
		bottom: 0px;
		right: 29px;
		width: calc(100% - 59px);
		text-align: center;
	}

	.qsm-quiz-container.quiz_theme_qsm-theme-breeze .qmn_multiple_horizontal_check .mlw_horizontal_multiple, .qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_choice {
		width: 100%;
		min-width: 23%;
		
	}
	.quiz_theme_qsm-theme-breeze.qmn_quiz_container .qsm-resume-quiz,
	.quiz_theme_qsm-theme-breeze.qmn_quiz_container .qsm-save-quiz {
		padding: 10px 20px !important;
	}
	.quiz_theme_qsm-theme-breeze .qmn_image_option {
		max-width: 100%;
	}
	.quiz_theme_qsm-theme-breeze .qmn_radio_answers .qmn_image_option.qmn_mc_answer_wrap .qsm-input-label, 
	.quiz_theme_qsm-theme-breeze .qmn_check_answers .qmn_image_option.qsm_check_answer .qsm-input-label{
		min-width: 100%;
	}
	.quiz_theme_qsm-theme-breeze .qmn_radio_answers .qmn_image_option .qsm-input-label, 
	.quiz_theme_qsm-theme-breeze .qmn_check_answers .qmn_image_option .qsm-input-label{
		min-width: 100%;
	}
	.quiz_theme_qsm-theme-breeze .question-type-polar-s .left-polar-title, 
	.quiz_theme_qsm-theme-breeze .question-type-polar-s .slider-main-wrapper,
	.quiz_theme_qsm-theme-breeze .question-type-polar-s .right-polar-title {
		margin-bottom: 0;
	}
	.quiz_theme_qsm-theme-breeze .qmn_image_option,
	.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_choice.qmn_image_option {
		margin-left: 5px;
	}
	.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_choice.qmn_image_option,
	.qsm-quiz-container.quiz_theme_qsm-theme-breeze .mlw_horizontal_multiple.qmn_image_option{
		margin-right: 0	;
	}
}