/**
* Theme Name: QSM Quiz Ivory
*/

:root{
	--ivory-background-color: #FFFFFF;
	--ivory-button-color: #1DC2D9;
	--ivory-button-hover-color: #1DC2D9;
	--ivory-button-text-color: #FFFFFF;
	--ivory-button-text-hover-color: #FFFFFF;
	--ivory-progressbar-color: #1DC2D9;
	--ivory-font-color: #222;
	--ivory-option-color: #1DC2D9;
	--ivory-option-hover-color: #8BE8E5;
	--ivory-option-bg-color: #1dd96910;
}

.quiz_theme_qsm-theme-ivory {
	font-family: inherit;
}
.quiz_theme_qsm-theme-ivory input[type="text"]:hover,
.quiz_theme_qsm-theme-ivory input[type="number"]:hover,
.quiz_theme_qsm-theme-ivory input[type="date"]:hover,
.quiz_theme_qsm-theme-ivory input[type="email"]:hover,
.quiz_theme_qsm-theme-ivory textarea.mlw_answer_open_text:hover,
.quiz_theme_qsm-theme-ivory .quiz_section .qsm-align-fill-in-blanks .qmn_fill_blank:hover,
.quiz_theme_qsm-theme-ivory select:hover {
	box-shadow: none;
	-webkit-box-shadow: none;
	background-color: #ffffff;
}

.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qmn_multiple_horizontal_check .mlw_horizontal_multiple input[type="checkbox"],
.qsm-quiz-container.quiz_theme_qsm-theme-ivory .mlw_horizontal_choice input[type="radio"],
.quiz_theme_qsm-theme-ivory .mlw_qmn_timer,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_image_option label.qsm-input-label::before,
.quiz_theme_qsm-theme-ivory #mlw_error_message_bottom,
.quiz_theme_qsm-theme-ivory .wp-post-image,
.quiz_theme_qsm-theme-ivory .quiz_section .mlw_qmn_question.qsm_remove_bold:empty,
.quiz_theme_qsm-theme-ivory .qmn_radio_answers .qmn_mc_answer_wrap input[type="radio"],
.quiz_theme_qsm-theme-ivory .qmn_accept_answers input[type="checkbox"],
.quiz_theme_qsm-theme-ivory .qmn_check_answers .qsm_check_answer input[type="checkbox"],
.quiz_theme_qsm-theme-ivory .qsm_contact_div input[type="checkbox"],
.quiz_theme_qsm-theme-ivory .mlw_answer_file_upload,
.quiz_theme_qsm-theme-ivory .mlw-file-upload-error-msg,
.quiz_theme_qsm-theme-ivory .pages_count, .quiz_theme_qsm-theme-ivory .qsm-page .pages_count, .quiz_theme_qsm-theme-ivory .quiz_section .pages_count{
	display: none !important;
}

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

.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qmn_multiple_horizontal_check .mlw_horizontal_multiple .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-ivory .mlw_horizontal_choice .qsm-input-label {
	display: block;
	border-radius: 5px;
	border: 1px solid #13172f10;
	padding: 10px 15px;
	transition: 0.2s all;
	height: auto;
	width: 100%;
}
.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qmn_multiple_horizontal_check  .mlw_horizontal_multiple.qmn_image_option .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-ivory .mlw_horizontal_choice.qmn_image_option .qsm-input-label {
	width: auto;
}

.qsm-quiz-container.quiz_theme_qsm-theme-ivory .mlw_horizontal_choice.qmn_image_option .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qmn_multiple_horizontal_check .mlw_horizontal_multiple.qmn_image_option.mrq_checkbox_class .qsm-input-label {
	border: 3px solid #13172f10;
}

.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qmn_multiple_horizontal_check .mlw_horizontal_multiple.qmn_image_option.mrq_checkbox_class {
	width: fit-content;
	margin: 8px 8px 0 0;
}

.quiz_theme_qsm-theme-ivory .ivory-file-upload-container,
.quiz_theme_qsm-theme-ivory .qsm-text-simple-option,
.quiz_theme_qsm-theme-ivory .qsm-text-correct-option,
.quiz_theme_qsm-theme-ivory .qsm-text-wrong-option,
.quiz_theme_qsm-theme-ivory .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label,
.quiz_theme_qsm-theme-ivory .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;
	width: 100%;
	box-sizing: border-box;
}


.quiz_theme_qsm-theme-ivory .qsm_multiple_grid_table .qmn_radio_answers .qmn_mc_answer_wrap .qsm-input-label,
.quiz_theme_qsm-theme-ivory .qsm_multiple_grid_table .qmn_radio_answers .qsm_check_answer .qsm-input-label {
	padding: 10px 34px 11px 15px;
}

.quiz_theme_qsm-theme-ivory .qmn_radio_answers  .qmn_image_option.qmn_mc_answer_wrap .qsm-input-label,
.quiz_theme_qsm-theme-ivory .qmn_check_answers .qmn_image_option.qsm_check_answer .qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qmn_multiple_horizontal_check .mlw_horizontal_multiple.qmn_image_option.mrq_checkbox_class .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: 8px;
	/* box-shadow: 0px 3px 5px rgba(20, 20, 20, 0.1); */
	width:auto;
}

.quiz_theme_qsm-theme-ivory .qsm_contact_div label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qsm_check_answer .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_check_answers .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_accept_answers .qsm-input-label::before {
    content: "";
    display: inline-block;
    background: transparent;
    border-radius: 50%;
    margin-right: 5px;
    padding: 8px;
    border: 1px solid #dae1dd;
    vertical-align: middle;
	transition: all 0.5s ease;
}
.ast-desktop .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers .qsm-input-label::before,
.ast-desktop .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qsm_check_answer .qsm-input-label::before,
.ast-desktop .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_check_answers .qsm-input-label::before {
	margin-right: 0;
	margin-left: 10px;
}
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers .qsm-input-label::before {
	transition: all 0s ease;
}

.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_accept_answers .qsm-input-label.qsm-optin-input-label::before {
	position: absolute;
	margin-top: 5px;
}
.quiz_theme_qsm-theme-ivory .qsm_contact_div label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qsm_check_answer .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_check_answers .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_accept_answers .qsm-input-label::before  {
	content: "\f147";
    border: none;
    font-family: 'dashicons';
    line-height: 1;
    color: #dae1dd;
    border: 1px solid #dae1dd;
    border-radius: 0;
	color: #fff;
	font-size: 20px;
    padding: 0;
}
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_accept_answers .qsm-input-label .qmn_accept_text {
	margin-left: 30px;
	display: block;
}
.quiz_theme_qsm-theme-ivory.qsm-quiz-container .qsm_contact_div input[type="checkbox"]:checked ~ label,
.quiz_theme_qsm-theme-ivory.qsm-quiz-container .qsm_contact_div input[type="radio"]:checked ~ label,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper input[type="checkbox"]:checked ~ label.qsm-input-label,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper input[type="radio"]:checked ~ label.qsm-input-label {
	color: var(--ivory-option-color);
	border-color:  var(--ivory-option-color);
}
.quiz_theme_qsm-theme-ivory.qsm-quiz-container .qsm_contact_div input[type="checkbox"]:hover ~ label,
.quiz_theme_qsm-theme-ivory.qsm-quiz-container .qsm_contact_div input[type="radio"]:hover ~ label,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper input[type="checkbox"]:hover ~ label.qsm-input-label,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper input[type="radio"]:hover ~ label.qsm-input-label,
.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qmn_multiple_horizontal_check .mlw_horizontal_multiple.qmn_image_option.mrq_checkbox_class .qsm-input-label:hover {
	color: var(--ivory-option-hover-color);
	border-color:  var(--ivory-option-hover-color);
}
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_check_answers .mlw_horizontal_multiple.qmn_image_option input[type="checkbox"]:checked ~ .qsm-input-label {
	border-color:  var(--ivory-option-color);
}

.quiz_theme_qsm-theme-ivory .qsm_contact_div input[type="radio"]:checked ~ label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers input[type="radio"]:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm_contact_div input[type="radio"]:hover ~ label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers input[type="radio"]:hover ~ .qsm-input-label::before{
    border: 5px solid var(--ivory-option-color);
	padding: 4px;
}

.quiz_theme_qsm-theme-ivory .qsm_contact_div input[type="radio"]:checked ~ label::before,
.quiz_theme_qsm-theme-ivory .qsm_contact_div input[type="radio"]:hover ~ label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers .qmn_mc_answer_wrap  input[type="radio"]:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers  .qmn_mc_answer_wrap  input[type="radio"]:hover ~ .qsm-input-label::before {
    border: 5px solid var(--ivory-option-color);
	padding: 4px;
}

.qmn_quiz_container.quiz_theme_qsm-theme-ivory select:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-ivory textarea:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-ivory input:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-ivory select:focus,
.qmn_quiz_container.quiz_theme_qsm-theme-ivory textarea:focus,
.qmn_quiz_container.quiz_theme_qsm-theme-ivory input:focus,
.qmn_quiz_container.quiz_theme_qsm-theme-ivory .qsm_contact_div input:focus {
	color: var(--ivory-option-hover-color);
    border-color: var(--ivory-option-hover-color);
}

.quiz_theme_qsm-theme-ivory .qsm_contact_div input[type="checkbox"]:checked ~ label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qsm_check_answer input[type="checkbox"]:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_check_answers input[type="checkbox"]:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_accept_answers input[type="checkbox"]:checked ~ .qsm-input-label::before {
	background-color: var(--ivory-option-color);
}

.quiz_theme_qsm-theme-ivory .qsm_contact_div input[type="checkbox"]:hover ~ label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qsm_check_answer input[type="checkbox"]:hover ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_check_answers input[type="checkbox"]:hover ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_accept_answers input[type="checkbox"]:hover ~ .qsm-input-label::before {
	background-color: var(--ivory-option-hover-color);
}

.quiz_theme_qsm-theme-ivory.qsm-quiz-container {
	background: #ffffff;
	border-radius: 5px;
	padding: 30px;
	padding-bottom: 0;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	text-align: initial;
	min-height: 580px;
}

.quiz_theme_qsm-theme-ivory.qsm-quiz-container.qsm_auto_pagination_enabled {
	background: #ffffff;
	border-radius: 5px;
	padding: 30px;
	padding-bottom: 0px;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 20%);
	text-align: initial;
	min-height: unset;
}
.quiz_theme_qsm-theme-ivory .qsm-ivory-featured-image {
	width: 100%;
	max-height: 400px;
	object-fit: cover;
	box-shadow: 0px 0px 5px rgb(0 0 0 / 50%);
}

.quiz_theme_qsm-theme-ivory.qsm-quiz-container img {
	border-radius: 5px;
}

.quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_btn,
.quiz_theme_qsm-theme-ivory .qmn_results_page .btn-reload-quiz {
	background: var(--ivory-option-color) !important;
	padding: 13px 30px !important;
	font-size: 16px !important;
	border-radius: 5px !important;
	outline: none;
	color: white;
	border: 1px solid var(--ivory-button-color);
}

.quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_btn:hover,
.quiz_theme_qsm-theme-ivory .qmn_results_page .btn-reload-quiz:hover {
	/* border: none !important; */
	font-size: 16px !important;
	padding: 13px 30px !important;
	color: white;
	background-color: var(--ivory-button-hover-color);
}

.quiz_theme_qsm-theme-ivory .qmn_results_page .btn-reload-quiz {
	margin-top: -25px;
	color: white;
}
.quiz_theme_qsm-theme-ivory .qmn_results_page .qsm_retake_button {
	margin-bottom: 30px;

}
body .quiz_theme_qsm-theme-ivory .qsm-results-page .qsm_multiple_grid_answers .qsm_multiple_grid_table .qsm-text-correct-option {
	border: none;
	padding-left: 25px;
	padding-bottom: 12px;
}

body .quiz_theme_qsm-theme-ivory .qsm-results-page .qsm_answer_table tr {
	display:inherit;
}

/* .quiz_theme_qsm-theme-ivory.qmn_quiz_container .qmn_btn:hover {
	opacity: 0.7;
} */

.quiz_theme_qsm-theme-ivory.qmn_quiz_container .mlw_previous {
	margin-bottom: 0px;
	background: transparent !important;
	color: var(--ivory-button-color) !important;
	border: 2px solid var(--ivory-button-color);
	box-sizing: border-box;
}

.quiz_theme_qsm-theme-ivory.qmn_quiz_container .mlw_previous:hover {
	/* opacity: 0.7; */
	color: var(--ivory-button-hover-color);
	border: 2px solid var(--ivory-button-hover-color) !important;
}

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

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

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

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

.qsm-quiz-container.quiz_theme_qsm-theme-ivory input[type="date"] {
	padding: 10px 15px;
	border-radius: 3px;
	box-sizing: border-box;
	width: 220px;
}

.quiz_theme_qsm-theme-ivory input[type=checkbox]+label,
.quiz_theme_qsm-theme-ivory input[type=radio]+label {
	padding: 0px;
	padding-left: 10px;
}
.quiz_theme_qsm-theme-ivory .qmn_accept_answers input[type=checkbox]+label {
	padding-left: 0px;
}

.quiz_theme_qsm-theme-ivory .qmn_check_answers label,
.quiz_theme_qsm-theme-ivory .qmn_radio_answers label {
	vertical-align: initial !important;
	display: inline-block !important;
}

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

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

.quiz_theme_qsm-theme-ivory .qmn_pagination {
	position: relative;
	bottom: 15px;
}

.quiz_theme_qsm-theme-ivory:not(.has-featured-image) .margin-bottom {
	margin-bottom: -20px !important;
}

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

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

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

.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .progress_bar_container {
	width: calc(100% - 220px);
	display: inline-block;
	margin: 0 auto;
}

.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .indicator_text {
	transition: all 0.5s ease;
	height: 20px;
	width: 35px;
	color: #469ACD;
	font-size: 12px;
	font-weight: bold;
	text-align: left;
}

.quiz_theme_qsm-theme-ivory .qsm-progress-bar{
	padding-left: 43px;
}

.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_progress_bar .qsm-progress-bar svg {
	border-radius: 10px;
	height: 6px !important;
}

.quiz_theme_qsm-theme-ivory .qsm-progress-bar .progressbar-text{
	position: absolute;
	left: 0;
	top: -8px;
	margin-left: 0;
}

.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_progress_bar {
	width: 60%;
}

.qsm_theme_qsm-theme-ivory .mlw_previous {
	margin-bottom: 0px !important;
	background: transparent !important;
	border: 2px solid #eee;
}

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

.quiz_theme_qsm-theme-ivory.has-featured-image .qmn_quiz_form .qsm-auto-page-row.quiz_section.quiz_begin,
.quiz_theme_qsm-theme-ivory > .ivory-featured-image-container + .qmn_quiz_form .qsm-page .quiz_section.quiz_begin {
	height: 414px;
	overflow-y: scroll;
}

.qsm-quiz-container.quiz_theme_qsm-theme-ivory.qsm_auto_pagination_enabled.has-featured-image .qmn_pagination {
	position: relative;
    display: flex;
    flex-direction: row-reverse;
    width: 50% !important;
    left: 50%;
    top: -71px;
    padding: 0;
}


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

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

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

.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qsm_contact_div.qsm-contact-type-checkbox .mlw_qmn_question {
	padding-top: 0;
	display: inline-block;
	font-weight: normal;
}

.qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section .mlw_qmn_question {
	padding-top: 10px;
	display: block;
}

.qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section .mlw_qmn_new_question {
	padding-top: 10px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section .mlw_qmn_question {
	padding: 0px;
}

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

body .qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section span.mlw_qmn_question.question-type-polar-s {
	display: flex;
	width: 100%;
	align-items: baseline;
	flex-wrap: wrap;
}
body .qsm-quiz-container.quiz_theme_qsm-theme-ivory .qsm_questions_answers_section span.mlw_qmn_question.question-type-polar-s {
	display: flex;
    width: 100%;
    flex-wrap: wrap;
    align-items: baseline;
	margin-top: 25px;
}
   
body .qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section .mlw_qmn_question:not(.qsm_remove_bold) {
	display: inline-flex;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 0;
	margin-bottom: 20px;
	flex-direction: row;
	flex-wrap: nowrap;
	align-items: center;
	cursor: pointer;
}

body .qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section .mlw_qmn_question:not(.qsm_remove_bold) {
	padding-top: 20px;
}

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

.quiz_theme_qsm-theme-ivory .mlw_qmn_hint_link {
	font-size: 14px;
	text-decoration: none;
	padding-left: 10px;
}

.quiz_theme_qsm-theme-ivory .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-ivory .quiz_section .mlw_qmn_hint_link:before {
	content: "\f339";
	font-family: dashicons;
	position: relative;
	top: 2px;
	left: 0px;
}

.quiz_theme_qsm-theme-ivory .qsm_contact_div input,
.quiz_theme_qsm-theme-ivory .quiz_section .mlw_answer_open_text,
.quiz_theme_qsm-theme-ivory .quiz_section .qsm-question-comment,
.quiz_theme_qsm-theme-ivory .quiz_section .mlw_qmn_question_comment,
.quiz_theme_qsm-theme-ivory .quiz_section .mlw_answer_number,
.quiz_theme_qsm-theme-ivory .mlw_answer_open_text,
.quiz_theme_qsm-theme-ivory .mlw_answer_date,
.quiz_theme_qsm-theme-ivory .qsm_select {
	height: inherit;
	width: 100%;
	border: 1px solid #13172f10;
	box-shadow: none;
	background-color: #f4f4f4;
}

.quiz_theme_qsm-theme-ivory .quiz_section .mlw_answer_number {
	width: 220px;
}
/* .quiz_theme_qsm-theme-ivory .mlw_answer_date {
	width: auto;
} */
.quiz_theme_qsm-theme-ivory .quiz_section .qsm-align-fill-in-blanks .qmn_fill_blank {
	border: 1px solid #13172f10;
	background-color: #f4f4f4;
}
body .qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section .qsm-align-fill-in-blanks:not(.qsm_remove_bold) {
	padding-right: 0px;
	padding-left: 0px;
}


.quiz_theme_qsm-theme-ivory .quiz_section .question-type-polar-s:focus,
.quiz_theme_qsm-theme-ivory .quiz_section .mlw_answer_open_text:focus,
.quiz_theme_qsm-theme-ivory .quiz_section .qsm-question-comment:focus,
.quiz_theme_qsm-theme-ivory .quiz_section .mlw_answer_number:focus,
.quiz_theme_qsm-theme-ivory .mlw_answer_open_text:focus,
.quiz_theme_qsm-theme-ivory .mlw_answer_date:focus,
.quiz_theme_qsm-theme-ivory .qsm_select:focus {
	box-shadow: none !important;
	background-color: #f4f4f4;
	/* border: 1px solid #13172F10; */
}

.qsm_questions_answers_section .mlw_qmn_question .question-type-polar-s, 
.quiz_theme_qsm-theme-ivory .qsm-quiz-container .mlw_qmn_question .question-type-polar-s {
	flex-wrap: nowrap;
}

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

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

.quiz_theme_qsm-theme-ivory .qsm-featured-image  img {
	max-width: 500px;
	min-width: auto;
	max-height: 300px;
	min-height: auto;
}

.quiz_theme_qsm-theme-ivory .qmn_image_option .ivory-radio {
	position: absolute;
}

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


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

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

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

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

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

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

.quiz_theme_qsm-theme-ivory .qsm-text-simple-option:before,
.quiz_theme_qsm-theme-ivory .qsm-text-correct-option:before,
.quiz_theme_qsm-theme-ivory .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: 12px;
	color: white;
}

body .quiz_theme_qsm-theme-ivory .qsm-results-page .mlw_qmn_question .qsm-text-simple-option.qmn_image_option:before,
.rtl .quiz_theme_qsm-theme-ivory .qsm-results-page .mlw_qmn_question .qsm-text-simple-option.qmn_image_option:after {
    background-color: #808080;
}
.quiz_theme_qsm-theme-ivory .qsm-text-correct-option:before {
	background-color: #1dd969;
	content: "\f159" !important;
	line-height: 21px;
	text-align: center;
	font-size: 18px;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
	display: inline;
	vertical-align: middle;
}
.quiz_theme_qsm-theme-ivory .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-ivory .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-ivory .qsm-results-page .qsm-advance-question-matching-pairs .qsm_answer_table td {
	width: auto;
}
.quiz_theme_qsm-theme-ivory .qsm-text-user-correct-answer:before {
	content: "\f147" !important;
	line-height: 23px;
	text-align: center;
	font-size: 20px;
	display: inline;
	vertical-align: middle;
}
.quiz_theme_qsm-theme-ivory .qsm-text-user-correct-answer.qmn_image_option:before {
	content: "\f147" !important;
	line-height: 23px;
	text-align: center;
	font-size: 20px;
	display: inline;
	vertical-align: middle;
}
.quiz_theme_qsm-theme-ivory .qsm-text-correct-option.qsm-text-user-correct-answer.qmn_image_option,
.quiz_theme_qsm-theme-ivory .qsm-text-correct-option.qmn_image_option
.quiz_theme_qsm-theme-ivory .qsm-text-simple-option.qmn_image_option,
.quiz_theme_qsm-theme-ivory .qsm-text-wrong-option.qmn_image_option {
	padding-bottom:0px;
}

.quiz_theme_qsm-theme-ivory .qsm-text-wrong-option:before {
	background-color: #ff5555;
}

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

.quiz_theme_qsm-theme-ivory .qsm-results-page .slider-main-wrapper {
	order: 3;
}

.quiz_theme_qsm-theme-ivory .slider-main-wrapper .ui-slider {
	height: 5px !important;
	border-radius: 3px !important;
	background-color: #469ACD;
	border: none;
}

.quiz_theme_qsm-theme-ivory .slider-main-wrapper .ui-slider .ui-slider-handle {
	width: 40px;
	height: 40px;
	margin-top: -11px;
	background-color: var(--ivory-option-color);
	border: none;
	border-radius: 20px;
	box-shadow: 3px 3px 5px rgb(20 20 20 / 25%);
	transition: all 0.5s ease;
	text-align: center;
	margin-left: -20px;
	cursor: all-scroll;
	line-height: 40px;
}

.quiz_theme_qsm-theme-ivory .slider-main-wrapper .ui-slider .ui-slider-handle:focus {
	background-color: var(--ivory-option-color);
	border: none;
	cursor: all-scroll;
}

.quiz_theme_qsm-theme-ivory .slider-main-wrapper .ui-slider .ui-slider-handle .ui-slider-button {
	width: 0px;
	height: 0px;
	display: inline-block;
	border-radius: 4px;
	margin-top: 6px;
	margin-right: 1px;
	margin-left: 1px;
}

.quiz_theme_qsm-theme-ivory .slider-main-wrapper .ui-slider .ui-slider-handle .dashicons {
	text-decoration: none;
	color: white;
	line-height: 40px;
	font-size: 15px;
	width: 14px;
}

.quiz_theme_qsm-theme-ivory .left-polar-title {
	width: 50% !important;
}

.quiz_theme_qsm-theme-ivory .qsm_questions_answers_section .left-polar-title {
	width: 0% ;
}
.quiz_theme_qsm-theme-ivory .qsm_questions_answers_section .right-polar-title {
	width: 50% ;
}
.quiz_theme_qsm-theme-ivory .right-polar-title {
	text-align: right !important;
	margin-left: auto;
}

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

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

.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header {
	display: flex;
	width: 100%;
	margin-bottom: 10px;
	align-items: baseline;
	justify-content: space-between;
}

.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_timer {
	height: 20px;
	width: 80px;
	display: block;
	float: right;
	font-size: 10px;
	margin-top: 20px;
}

.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_timer_time {
	height: 20px;
	width: 100%;
	display: flex;
	justify-content: center;
	align-items: center;
}

.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_timer_label {
	font-size: 9px;
	text-align: center;
	display: block;
	letter-spacing: 0.3px;
	font-weight: bold;
	margin-top: 5px;
}

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

.quiz_theme_qsm-theme-ivory .ivory_title {
	display: inline-block;
	width: 140px;
	text-align: left;
	font-size: 14px;
	font-weight: bold;
	color: var(--ivory-option-color);
	margin-top: -25px;
}

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

.quiz_theme_qsm-theme-ivory .qsm-deselect-answer {
	font-size: 12px;
}

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

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

.quiz_theme_qsm-theme-ivory .ivory_timer .timer_cell {
	width: 18px;
	height: 25px;
	margin: 1px;
	line-height: 25px;
	font-size: 16px;
	text-align: center;
	background: #eee;
	border-radius: 3px;
	display: inline-block;
	overflow-y: hidden;
	font-weight: bold;
	transition: 0.1s all ease-in-out;
	-o-transition: 0.1s all ease-in-out;
	-webkit-transition: 0.1s all ease-in-out;
	-ms-transition: 0.1s all ease-in-out;
}

.quiz_theme_qsm-theme-ivory .ivory_timer .timer_cell span {
	display: block;
	text-align: center;
	transition: 0.5s all ease-in-out;
	-o-transition: 0.5s all ease-in-out;
	-webkit-transition: 0.5s all ease-in-out;
	-ms-transition: 0.5s all ease-in-out;
}

.quiz_theme_qsm-theme-ivory .correct-inline .ivory-radio:before {
	content: "\f147" !important;
	font-family: dashicons;
	background-color: transparent !important;
	color: white;
	-ms-transform: none !important;
	/* IE 9 */
	-webkit-transform: none !important;
	/* Chrome, Safari, Opera */
	transform: none !important;
	margin: 0px !important;
	padding: 0px !important;
	text-align: center;
	line-height: 23px;
	font-size: 20px;
	padding-left: 0px;
	text-shadow: 1px 1px 1px rgb(0 0 0 / 30%);
	top: -2px;
	left: -2px;
}

.quiz_theme_qsm-theme-ivory .margin-20-up {
	margin: -20px;
}

.quiz_theme_qsm-theme-ivory .margin-20-down {
	margin: 20px;
}

.quiz_theme_qsm-theme-ivory .no-width {
	width: 0px;
}

@-webkit-keyframes rotating

/* Safari and Chrome */
	{
	from {
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	to {
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

@keyframes rotating {
	from {
		-ms-transform: rotate(360deg);
		-moz-transform: rotate(360deg);
		-webkit-transform: rotate(360deg);
		-o-transform: rotate(360deg);
		transform: rotate(360deg);
	}

	to {
		-ms-transform: rotate(0deg);
		-moz-transform: rotate(0deg);
		-webkit-transform: rotate(0deg);
		-o-transform: rotate(0deg);
		transform: rotate(0deg);
	}
}

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

.quiz_theme_qsm-theme-ivory .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-ivory .quick-question-res-p {
	width: 100%;
	margin-top: 10px;
	position: inherit;
	margin: 0px;
	margin-top: 10px;
}

.quiz_theme_qsm-theme-ivory .ivory-file-upload-container {
	margin: 0 auto;
	padding: 15px;
	border: 3px solid transparent !important;
	background-color: #13172f10;
}

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

.quiz_theme_qsm-theme-ivory .ivory-file-upload-container.file-hover {
	background-color: var(--ivory-option-hover-color);
}

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

.quiz_theme_qsm-theme-ivory .ivory-file-upload-name {
	text-align: center;
	font-size: 14px;
	padding: 5px;
	font-weight: bold;
	color: #555;
	overflow-wrap: anywhere;
}

.quiz_theme_qsm-theme-ivory .ivory-file-upload-message a {
	color: var(--ivory-option-color);
	text-decoration: none;
	font-weight: bold;
}

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

.quiz_theme_qsm-theme-ivory .ivory-file-upload-logo {
	font-size: 60px;
	height: 100%;
	width: 100%;
	color: var(--ivory-option-color);
	opacity: 40%;
}

.quiz_theme_qsm-theme-ivory .ivory-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-ivory .ivory-file-uploading {
	color: black;
	background: rgb(222, 219, 219);
}

.quiz_theme_qsm-theme-ivory .ivory-file-upload-success-msg {
	color: #1dd969;
	background: #cff2dd;
}
.quiz_theme_qsm-theme-ivory .ivory-file-upload-error-msg {
	color: red;
	background: #f3e2e2;
}
.quiz_theme_qsm-theme-ivory .quiz_section .qmn_image_option {
	display: inline-table;
	margin-right: 8px;
	margin-bottom: 8px;
	cursor: pointer;
	vertical-align: top;
	height: auto;
	width: fit-content;
}
.quiz_theme_qsm-theme-ivory .quiz_section .mlw_horizontal_choice.qmn_image_option {
	width: fit-content;
}
.quiz_theme_qsm-theme-ivory .qmn_image_option:hover .qsm_image_caption,
.quiz_theme_qsm-theme-ivory .qmn_image_option input:where([type="checkbox"], [type="radio"]):checked ~ .qsm-input-label .qsm_image_caption {
	background: var(--ivory-option-bg-color);
	color: #fff;
}

.quiz_theme_qsm-theme-ivory .qsm-matching-pairs .qsm-left-option img,
.quiz_theme_qsm-theme-ivory .qsm-matching-pairs .qsm-right-option img {
	height: 85%;
	border-radius: 5px 5px 0 0;
}

.quiz_theme_qsm-theme-ivory .qsm-matching-pairs .qsm-left-option .qsm_image_option .qsm_image_caption {
	position: relative;
	left: 5px;
	top: -2px;
}
.ast-desktop .quiz_theme_qsm-theme-ivory .qsm-matching-pairs .qsm-left-option .qsm_image_option .qsm_image_caption {
	top: 5px;
}

.quiz_theme_qsm-theme-ivory .qsm-matching-pairs .qsm-right-option .qsm_image_option .qsm_image_caption {
	position: relative;
	left: 30px;
	top: -2px;
}
.ast-desktop .quiz_theme_qsm-theme-ivory .qsm-matching-pairs .qsm-right-option .qsm_image_option .qsm_image_caption {
	top: 5px;
}
.quiz_theme_qsm-theme-ivory .qsm-matching-pairs .qsm-right-option .qsm_image_option .dashicons.dashicons-move {
	margin-top: 222px;
    background: transparent;
    padding-left: 5px;
}

.quiz_theme_qsm-theme-ivory .qmn_image_option label {
	position: relative;
	margin: 0px !important;
	padding: 0px !important;
	width: 100%;
	max-width: fit-content;
}

.quiz_theme_qsm-theme-ivory .qmn_image_option .qsm_image_caption {
	position: absolute;
	bottom: 0px;
	left: 0px;
	display: block;
	width: 100%;
	text-align: center;
	word-break: break-all;
	background: #fff;
	padding-top: 3px;
	padding-bottom: 3px;
}
.quiz_theme_qsm-theme-ivory  .mlw_horizontal_choice.qmn_image_option  .qsm_image_caption,
.quiz_theme_qsm-theme-ivory  .mlw_horizontal_multiple.qmn_image_option  .qsm_image_caption {
	word-break: normal;
}
.quiz_theme_qsm-theme-ivory .quiz_section .qmn_image_option .qsm-input-label img {
	max-width: 100%;
	display: block;
}

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

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

.quiz_theme_qsm-theme-ivory .qsm-results-page .qmn_image_option,
.rtl .quiz_theme_qsm-theme-ivory .qsm-results-page .qmn_image_option {
	display: inline-block !important;
	position: relative;
	padding-bottom: 0px;
	width: fit-content;
    margin-right: 20px;
}

.quiz_theme_qsm-theme-ivory .qsm-results-page {
	position: relative;
}

.quiz_theme_qsm-theme-ivory .qsm-results-page #download_pdf_results_ajax {
	margin: 10px 0;
}

.quiz_theme_qsm-theme-ivory .qsm-results-page .qmn_image_option:before {
	position: absolute !important;
	margin-left: 20px;
	margin-top: 14px;
	line-height: normal !important;
}
	
body .quiz_theme_qsm-theme-ivory .qsm-results-page .mlw_qmn_question .qmn_image_option:before {
	left: -5px;
}
body .quiz_theme_qsm-theme-ivory .qsm-results-page .mlw_qmn_question .qsm-text-correct-option.qmn_image_option:before,
.rtl  .quiz_theme_qsm-theme-ivory .qsm-results-page .mlw_qmn_question .qsm-text-correct-option.qmn_image_option:after {
	background-color: #1dd969;
}

body .quiz_theme_qsm-theme-ivory .qsm-results-page .mlw_qmn_question .qsm-text-wrong-option.qmn_image_option:before,
.rtl .quiz_theme_qsm-theme-ivory .qsm-results-page .mlw_qmn_question .qsm-text-wrong-option.qmn_image_option:after {
	background-color: #ff5555;
}
body .quiz_theme_qsm-theme-ivory .qsm-results-page .mlw_qmn_question .qsm-text-simple-option.qmn_image_option:before,
.rtl .quiz_theme_qsm-theme-ivory .qsm-results-page .mlw_qmn_question .qsm-text-simple-option.qmn_image_option:after {
	background-color: #808080;;
}


.quiz_theme_qsm-theme-ivory table.qsm_multiple_grid_table {
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-color: #173e5610;
}
.quiz_theme_qsm-theme-ivory .qsm_multiple_grid_table td, 
.quiz_theme_qsm-theme-ivory .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-ivory .qsm_multiple_grid_table tbody tr th {
	text-align: right;
}
.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end  .qsm-submit-btn {
	position: absolute;
	bottom: 24px;
	right: 15px;
	z-index: 1;
}
.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qsm-save-resume-form-btn button {
	background: transparent !important;
	border: none;
	color: #64748B !important;
	margin-left: 20px;
	margin-bottom: 25px;
}

.quiz_theme_qsm-theme-ivory .qsm-ivory-theme-title {
	display: flex;
	flex-direction: column;
	align-self: center;
	margin-top: 30px;
}

.quiz_theme_qsm-theme-ivory .qsm-ivory-theme-title .ivory_page_count {
	width: 109px;
	height: 30px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 30px;
	color: #13172F;
}

.quiz_theme_qsm-theme-ivory .qsm-ivory-theme-title .ivory_title {
	width: 109px;
	height: 24px;
	font-family: 'Inter';
	font-style: normal;
	font-weight: 500;
	font-size: 12px;
	line-height: 24px;
	color: #547482;
}

.quiz_theme_qsm-theme-ivory.has-featured-image  .qsm-resume-quiz-first-page {
	position: absolute;
	min-width: 100px;
	line-height: 22px;
	background:#E2E8F0;
	border: 1.5px solid #CBD5E1;
	padding: 13px 30px ;
    font-size: 14px ;
    border-radius: 5px ;
	box-sizing: border-box;
}

.quiz_theme_qsm-theme-ivory.has-featured-image .ivory-compressed-form .qsm-resume-quiz-first-page {
	position: absolute;
	min-width: 150px;
	line-height: 22px;
	background:#E2E8F0;
	border: 1.5px solid #CBD5E1;
	padding: 16px 30px ;
    font-size: 14px ;
    border-radius: 5px ;
	box-sizing: border-box;
}
.quiz_theme_qsm-theme-ivory .ivory-compressed-form .qsm-resume-quiz-first-page {
	position: absolute;
	min-width: 150px;
	line-height: 22px;
	background:#E2E8F0;
	border: 1.5px solid #CBD5E1;
	padding: 16px 30px ;
    font-size: 14px ;
    border-radius: 5px ;
	box-sizing: border-box;
	left: 165px;
	bottom: -79px;
	margin-left: 3px;
}

.quiz_theme_qsm-theme-ivory  .qsm-resume-quiz-first-page {
	position: absolute;
	min-width: 100px;
	line-height: 22px;
	background:#E2E8F0;
	border: 1.5px solid #CBD5E1;
	padding: 16px 30px ;
    font-size: 14px ;
    border-radius: 5px ;
	box-sizing: border-box;
}	
.quiz_theme_qsm-theme-ivory.qmn_quiz_container .qsm-resume-quiz:before {
	content: url('resume.png');
	margin-right: 8px;
	top: 3px;
    position: relative;
}
.quiz_theme_qsm-theme-ivory.qmn_quiz_container .qsm-save-quiz:before {
	content: url('save.png');
	position: relative;
	bottom: -4px;
	margin-right: 6px; 
}
.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qsm-save-resume-form-btn button {
	background: transparent !important;
	border: none;
	color: #64748B !important;
	margin-left: 20px;
	margin-bottom: 25px;
}
.quiz_theme_qsm-theme-ivory .ivory-featured-image-container.ivory-featured-image-container-random {
	width : auto;
	margin-left: 0px;
	padding-top: 30px;
 }
.quiz_theme_qsm-theme-ivory .qsm-question-count-dashboard {
    border: none;
    background: #FFFFFF;
}
.quiz_theme_qsm-theme-ivory .qsm-question-container {
	margin: 10px 0 25px 0;
}
.quiz_theme_qsm-theme-ivory .qsm-question-container::after {
	content: "";
    position: absolute;
    width: 45%;
    height: 3px;
    background-image: linear-gradient(to right, #C7DEEB, #fff);
    border-radius: 5px;
	margin-top: 8px;
}
@media screen and (min-width: 768px) {
	.quiz_theme_qsm-theme-ivory .ivory-featured-image-container {
		width: 45%;
		height: 400px;
		display: inline-table;
	}

	.quiz_theme_qsm-theme-ivory .ivory-featured-image-container .qsm-ivory-featured-image {
		height: 100%;
		object-fit: cover;
		min-height: 500px;
	}	
	
	.quiz_theme_qsm-theme-ivory .ivory-compressed-form {
		width: calc(55% - 40px);
		margin-left: 30px;
		min-height: 400px;
		display: inline-table;
		vertical-align: top;
		margin-bottom: 40px;
	}

	.quiz_theme_qsm-theme-ivory .ivory-compressed-form .qsm-btn {
		position: absolute;
		left: 0px;
		top: 17px;
	}

	.quiz_theme_qsm-theme-ivory .ivory-compressed-form div,
	.quiz_theme_qsm-theme-ivory .ivory-compressed-form .mlw_qmn_message_before {
		padding: 0px !important;
	}
	.quiz_theme_qsm-theme-ivory .qsm-resume-quiz-first-page {
		min-width: 100px;
		line-height: 22px;
		background: #E2E8F0;
		border: 1.5px solid #CBD5E1;
		padding: 15px 30px;
		border-radius: 5px;
		box-sizing: border-box;
		float: left;
		margin-right: 10px;
		margin-top: 6px;
	}

}

@media only screen   and (max-width: 767px) {

	.quiz_theme_qsm-theme-ivory .question-type-polar-s .left-polar-title,
	.quiz_theme_qsm-theme-ivory .question-type-polar-s .right-polar-title {
		display: inline-block;
		margin: 0px !important;
		width: 50% !important;
	}

	body .qsm-quiz-container.quiz_theme_qsm-theme-ivory .qsm_questions_answers_section span.mlw_qmn_question.question-type-polar-s {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
	}

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

	.quiz_theme_qsm-theme-ivory .qmn_error_message {
		top: 0px;
	}
	.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .progress_bar_container {
		width: 100%;
		margin-top: 10px;
	}
	.quiz_theme_qsm-theme-ivory .qsm-resume-quiz-first-page {
		min-width: 100px;
		line-height: 22px;
		background: #E2E8F0;
		border: 1.5px solid #CBD5E1;
		padding: 15px 30px;
		border-radius: 5px;
		box-sizing: border-box;
		float: left;
		margin-right: 10px;
		margin-top: 6px;
	}

	.quiz_theme_qsm-theme-ivory.qmn_quiz_container .mlw_previous {
		margin-bottom: 10px;
	}

	.quiz_theme_qsm-theme-ivory.qmn_quiz_container .qsm-theme-ivory-submit-btn {
		text-align: center;
	}

	.qsm-quiz-container.quiz_theme_qsm-theme-ivory .qmn_multiple_horizontal_check .mlw_horizontal_multiple, .qsm-quiz-container.quiz_theme_qsm-theme-ivory .mlw_horizontal_choice {
		width: 100%;
	}

	.quiz_theme_qsm-theme-ivory .qmn_pagination{
		width: 100% !important;
	}

	.quiz_theme_qsm-theme-ivory.qsm-quiz-container{
		padding: 10px;
	}

	.quiz_theme_qsm-theme-ivory.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-btn {
		position: relative;
		width: 100%;
		text-align: center;
		height: 37px;
	}
	.quiz_theme_qsm-theme-ivory .ivory-compressed-form .qsm-resume-quiz-first-page {
		position: initial;
		min-width: 150px;
		line-height: 17px;
		background:#E2E8F0;
		border: 1.5px solid #CBD5E1;
		padding: 16px 30px ;
		font-size: 14px ;
		border-radius: 5px ;
		box-sizing: border-box;
		left: 165px;
		bottom: -79px;
		margin-left: 3px;
	}
}

 @media only screen and (max-width: 480px) {
	.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header {
		display: flex;
		flex-wrap: wrap;
	}
	.quiz_theme_qsm-theme-ivory .qmn_error_message {
		top: 0px;
	}
	.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_title {
		width: 100%;
		margin-top: 10px;
	}
	.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_progress_bar .indicator-holder {
		margin-right: 14px;
		margin-top: 5px;
	}
	.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .qsm-ivory-theme-title {
		order: 1;
	}
	.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_timer {
		order: 2;
	}
	.quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header .ivory_progress_bar {
		order: 3;
	}
	.quiz_theme_qsm-theme-ivory .qsm-resume-quiz-first-page {
		min-width: 100px;
		line-height: 22px;
		background: #E2E8F0;
		border: 1.5px solid #CBD5E1;
		padding: 15px 30px;
		border-radius: 5px;
		box-sizing: border-box;
		float: left;
		margin-right: 10px;
		margin-top: 6px;
		margin-left: -150px;
	}
		
	a.qmn_btn.mlw_qmn_quiz_link.mlw_next.mlw_custom_start {
		margin-left: 200px;
	}

 }

@media screen and (min-width: 991px) {
	head:has(> #hello-elementor-css ) + body .quiz_theme_qsm-theme-ivory .quiz_section .qsm_multiple_grid_answers .qsm_multiple_grid_table tbody tr td .qsm-input-label::before {
		position: relative;
		left: 10px;
		margin: 0;
	}
}
@media screen and (min-width: 500px) {
	.rtl .qmn_pagination,
	.rtl  .qsm_auto_pagination_enabled .qmn_pagination {
		flex-direction: row-reverse;
	}
}
.rtl span.ivory_timer_time {
	direction: ltr;
}
.rtl .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qmn_radio_answers .qsm_multiple_grid_table  .qmn_mc_answer_wrap .qsm-input-label::before {
	margin-right:-17px;
}
.rtl .quiz_theme_qsm-theme-ivory .qsm-question-wrapper .qsm_multiple_grid_table .qsm_check_answer .qsm-input-label::before {
	margin-right: -19px;
}
.rtl .qsm-quiz-container.quiz_theme_qsm-theme-ivory .qsm-results-page .qsm_questions_answers_section span.mlw_qmn_question.question-type-polar-s {
	display: flex;
    width: 100%;
    align-items: baseline;
    margin-top: 25px;
    flex-direction: row-reverse;
}
.rtl .quiz_theme_qsm-theme-ivory .qsm-ivory-theme-title .ivory_page_count {
	font-size: 19px;
	text-align: left;
	direction: ltr;
}
.rtl .quiz_theme_qsm-theme-ivory .qsm_theme_ivory_header {
	flex-direction: row-reverse;
}
.rtl .qsm-results-page span.qsm_image_result_caption_default {
	float: unset;
	margin-right: 36px;
}
.rtl .mlw_qmn_question span.qsm-text-simple-option.qmn_image_option::after {
	content: "" !important;
	font-family: 'dashicons';
	width: 20px;
	height: 20px;
	display: inline-block;
	background: #dae1dd;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 12px;
	color: white;
	margin-top: -24px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}
.rtl .quiz_theme_qsm-theme-ivory .qsm-text-simple-option:before,
.rtl .quiz_theme_qsm-theme-ivory .qsm-text-correct-option:before,
.rtl .quiz_theme_qsm-theme-ivory .qsm-text-wrong-option:before {
	position:relative !important;
}

.rtl .mlw_qmn_question span.qsm-text-simple-option.qmn_image_option::after, 
.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 {
	display: inline-block;
	background: #dae1dd;
	vertical-align: middle;
	margin-right: 10px;
	border-radius: 12px;
	color: white;
	margin-top: -24px;
	text-align: center;
	font-size: 18px;
	line-height: 20px;
}
.rtl .quiz_theme_qsm-theme-ivory .left-polar-title {
	margin-bottom: -26px;
}
.rtl .question-type-polar-s .left-polar-title {
	order: 1;
}
.rtl .quiz_theme_qsm-theme-ivory .right-polar-title {
	margin-bottom: 26px;
}
.rtl .qsm-matching-pairs {
	direction: ltr;
}
.rtl .qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section span.mlw_qmn_question.question-type-polar-s img{
    max-width: 100%;
    object-fit: cover;
}
.rtl .qsm-quiz-container.quiz_theme_qsm-theme-ivory .quiz_section span.mlw_qmn_question.question-type-polar-s {
	display: inherit;
	width: 100%;
    display: flex;
    flex-direction: row-reverse;
    align-items: baseline;
    flex-wrap: wrap;
}
.rtl .quiz_theme_qsm-theme-ivory .qsm-progress-bar .progressbar-text {
	left: -12px;
	direction: ltr;
}