/**
* Theme Name: QSM Quiz sigma
*/

:root{
	--sigma-theme-color: #f42d8c;
	--sigma-theme-color-bg: #f42d8c30;
	--sigma-background-color: #FFFFFF;
	--sigma-button-color: #F42D8C;
	--sigma-progressbar-color: #F199C5;
	--sigma-progressbar-text: #FBB0D3;
	--sigma-option-background-color: #282760;
	--sigma-option-color: #FFFFFF;
	--sigma-font-color: #434274;
}

.quiz_theme_qsm-theme-sigma .qmn_radio_answers {
    clear: both;
    padding-top: 10px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-sigma section.qsm-page,
.qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-auto-page-row{
    max-width: 768px;
    margin: auto;
    position: relative;
}

.qsm-quiz-container.quiz_theme_qsm-theme-sigma .quiz_section .mlw_qmn_new_question{
    font-size: 18px;
    font-weight: bold;
}

.qsm-quiz-container.quiz_theme_qsm-theme-sigma {
    border: 20px solid;
    padding: 10px;
	background-color: var(--sigma-background-color);
	color: var(--sigma-font-color);
    position: relative;
    overflow: hidden;
    margin: auto;
}

.quiz_theme_qsm-theme-sigma .mlw_qmn_message_before{
	color: var(--sigma-font-color);
}

.quiz_theme_qsm-theme-sigma .quiz_section{
    width: 100%;
    padding: 0;
}

.quiz_theme_qsm-theme-sigma .qsm-question-wrapper{
    margin-bottom: 30px;
}

.quiz_theme_qsm-theme-sigma .quiz_section .mlw-file-upload-error-msg,
.quiz_theme_qsm-theme-sigma .qsm-question-wrapper .mlw_answer_file_upload,
.quiz_theme_qsm-theme-sigma .qsm-question-wrapper input[type="radio"],
.quiz_theme_qsm-theme-sigma .qsm-question-wrapper input[type="checkbox"],
.quiz_theme_qsm-theme-sigma .pages_count,
.quiz_theme_qsm-theme-sigma .mlw_previous,
.quiz_theme_qsm-theme-sigma .mlw_qmn_timer,
.quiz_theme_qsm-theme-sigma .qsm_contact_div input[type="checkbox"],
.quiz_theme_qsm-theme-sigma .quiz_section .qmn_image_option .qsm-input-label:before{
	display: none !important;
}

.qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-grid-layout > div,
.qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-grid-layout > span {
    display: inline-table;
    margin-right: 8px;
    width: calc(50% - 8px);
    cursor: pointer;
    vertical-align: top;
    height: auto;
    margin-left: 0;
}
.qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-grid-layout .qmn_image_option {
    width: fit-content;
}
.quiz_theme_qsm-theme-sigma .quiz_section .qsm_multiple_grid_table {
    text-align: center;
}
/*=============/Checkbox and Radio input CSS start/==============*/
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-16 .qsm-input-label,
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-17 .qsm-input-label {
    background: none;
}
.quiz_theme_qsm-theme-sigma .qsm_contact_div.qsm-contact-type-checkbox label,
.quiz_theme_qsm-theme-sigma .quiz_section .qsm-input-label {
    background: #eae9ef;
    display: block;
    padding: 13px;
    border-radius: 5px;
    margin-bottom: 10px;
	color: var(--sigma-font-color);
    min-width: 39px;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 14px;
    transition-duration: 0.5s;
}

.quiz_theme_qsm-theme-sigma .quiz_section .qsm_multiple_grid_table .qsm-input-label {
    border: none;
    padding: 4px;
    text-align: center;
    margin-bottom: 0;
    border-radius: 0;
    display: inline-table;
    box-sizing: content-box;
}
.quiz_theme_qsm-theme-sigma .qsm_multiple_grid_table td,
.quiz_theme_qsm-theme-sigma .qsm_multiple_grid_table th {
    padding: 8px;
    border-width: 0 1px 1px 0;
    border-style: solid;
}
.quiz_theme_qsm-theme-sigma table.qsm_multiple_grid_table{
    border-style: solid;
    border-width: 1px 0 0 1px;
    border-color: #173e5610;
}

.quiz_theme_qsm-theme-sigma .qsm_contact_div input:checked ~ label,
.quiz_theme_qsm-theme-sigma .quiz_section input:checked ~ .qsm-input-label,
.quiz_theme_qsm-theme-sigma .quiz_section input:checked ~ .qsm-input-label:before,
.quiz_theme_qsm-theme-sigma .quizqsm_contact_div.qsm-contact-type-checkbox_section label:hover,
.quiz_theme_qsm-theme-sigma .quiz_section .qsm-input-label:hover {
    background: var(--sigma-option-background-color);
	color: var(--sigma-option-color);
}
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-16 .qsm-input-label:hover,
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-16 input:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-16 input:checked ~ .qsm-input-label,
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-17 input:checked ~ .qsm-input-label,
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-17 input:checked ~ .qsm-input-label::before,
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-17 .qsm-input-label:hover {
    background: none;
	color: var(--sigma-option-background-color);
	border-color: var(--sigma-option-color);
}
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-16 .qsm-input-label::before,
.quiz_theme_qsm-theme-sigma .quiz_section.question-type-17 .qsm-input-label::before {
    margin-right: 0;
    margin-top: -6px;
}
.quiz_theme_qsm-theme-sigma .qsm_contact_div.qsm-contact-type-checkbox label:before,
.quiz_theme_qsm-theme-sigma .quiz_section .qsm-input-label:before {
    content: "\f15e";
    border: 2px solid var(--sigma-option-background-color);
    height: 15px;
    width: 15px;
    display: inline-block;
    font-family: 'dashicons';
	font-size: 16px;
    line-height: 1;
	vertical-align: middle;
	color: transparent;
	transition-duration: 0.3s;
    margin-top: -4px;
    margin-bottom: -2px;
    box-sizing: content-box;
    border-radius: 3px;
    margin-right: 5px;
    font-weight: 600;
}
.quiz_theme_qsm-theme-sigma .quiz_section .qmn_radio_answers input[type="radio"] ~ .qsm-input-label:before,
.quiz_theme_qsm-theme-sigma .quiz_section .qmn_radio_answers input[type="radio"]:checked ~ .qsm-input-label:before {
    content: "\2022";
    line-height: 3px;
    text-align: center;
    font-size: 35px;
    vertical-align: text-bottom;
}

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

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

.quiz_theme_qsm-theme-sigma .qsm_contact_div.qsm-contact-type-checkbox label:before{
    margin-right: 8px;
}

.qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-2 > div:nth-child(2n),
.qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-2 > span:nth-child(2n){
    margin-right: 0;
}
/*=============/Checkbox and Radio input CSS end/==============*/

/*=============/input and select CSS start/==============*/
.qmn_quiz_container.quiz_theme_qsm-theme-sigma select,
.qmn_quiz_container.quiz_theme_qsm-theme-sigma textarea,
.qmn_quiz_container.quiz_theme_qsm-theme-sigma input:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]){
	border-color: var(--sigma-option-background-color);
    width: 100%;
    box-sizing: border-box;
    padding: 10px;
    border: 1px solid;
    border-radius: 5px;
	background-color: #eae9ef;
}

.qmn_quiz_container.quiz_theme_qsm-theme-sigma input:not([type=text]):not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]):not([type=email]){
    width: 220px;
}
.qmn_quiz_container.quiz_theme_qsm-theme-sigma select:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-sigma textarea:hover,
.qmn_quiz_container.quiz_theme_qsm-theme-sigma input:hover:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]) {
    box-shadow: none;
}

.qmn_quiz_container.quiz_theme_qsm-theme-sigma select:focus,
.qmn_quiz_container.quiz_theme_qsm-theme-sigma textarea:focus,
.qmn_quiz_container.quiz_theme_qsm-theme-sigma input:focus:not([type=checkbox]):not([type=radio]):not([type=button]):not([type=submit]){
	color: var(--sigma-option-color);
	background: var(--sigma-option-background-color);
}
/*=============/input and select CSS end/==============*/

/*=============/Button CSS start/==============*/
.qmn_quiz_container.quiz_theme_qsm-theme-sigma .qmn_pagination .qmn_btn {
    border: none;
}

.qmn_quiz_container.quiz_theme_qsm-theme-sigma .qmn_btn,
.qmn_quiz_container.quiz_theme_qsm-theme-sigma input[type="submit"],
.qmn_quiz_container.quiz_theme_qsm-theme-sigma .btn-secondary,
.qmn_quiz_container.quiz_theme_qsm-theme-sigma .btn{
	background: var(--sigma-button-color) !important;
	border: none;
	cursor: pointer;
}

.qmn_quiz_container.quiz_theme_qsm-theme-sigma input[type="submit"]{
    color: #fff;
}

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

@media screen and (max-width: 768px){
    .qmn_quiz_container.quiz_theme_qsm-theme-sigma .qmn_btn:hover,
    .qmn_quiz_container.quiz_theme_qsm-theme-sigma .btn:hover{
        opacity: 1;
    }
}
.quiz_theme_qsm-theme-sigma.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-submit-btn{
    margin-right: 15px;
    bottom: 48px;
    text-align: center;
    height: 48px;
}

.quiz_theme_qsm-theme-sigma.qmn_quiz_container .qsm-submit-btn{
    height: 50px;
}

.quiz_theme_qsm-theme-sigma.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-submit-btn,
.quiz_theme_qsm-theme-sigma.qmn_quiz_container .qsm-submit-btn,
.qmn_quiz_container.quiz_theme_qsm-theme-sigma .mlw_next{
    margin-left: auto;
    margin-right: auto;
}

.quiz_theme_qsm-theme-sigma.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-submit-btn{
    position: relative;
    margin-left: auto;
    display: block;
    margin-right: auto;
    bottom: -15px;
}

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

@media screen and (max-width: 499px) {
    .quiz_theme_qsm-theme-sigma.qmn_quiz_container.qsm_auto_pagination_enabled .quiz_section.quiz_end .qsm-submit-btn{
        bottom: 0;
        height: 48px;
        text-align: center;
        left: 15px;
        width: calc(100% - 30px);
    }
    .quiz_theme_qsm-theme-sigma.qmn_quiz_container.qsm_auto_pagination_enabled .qmn_pagination {
        width: 100% !important;
    }
}
/*=============/Button CSS end/==============*/

/*=============/Image type questions CSS start/==============*/
.quiz_theme_qsm-theme-sigma .quiz_section .qmn_image_option .qsm-input-label img{
    max-width: 100%;
}
.quiz_theme_qsm-theme-sigma .quiz_section .qmn_image_option .qsm-input-label {
    display: flex;
    flex-direction: column;
    width: 100%;
    position: relative;
    width: 100%;
    position: relative;
    max-height: 100%;
    overflow: hidden;
}
/*=============/Image type questions CSS end/==============*/

/*=============/Polar type questions CSS start/==============*/
.quiz_theme_qsm-theme-sigma .slider-main-wrapper .ui-slider {
    height: 5px !important;
    border-radius: 3px !important;
    background-color: var(--sigma-theme-color);
    border: none;
}
.quiz_theme_qsm-theme-sigma .slider-main-wrapper {
    position: inherit !important;
    margin-top: 20px !important;
    width: 100% !important;
    display: block;
    order: 3;
    padding: 0;
    margin-bottom: 30px;
}
.quiz_theme_qsm-theme-sigma .question-type-polar-s .left-polar-title,
.quiz_theme_qsm-theme-sigma .question-type-polar-s .right-polar-title {
    width: calc(50% - 11px);
    max-width: 50%;
    order: 1;
    margin-left: 8px;
}
.quiz_theme_qsm-theme-sigma .right-polar-title {
    text-align: right !important;
    margin-left: 16px;
    order: 2;
}
.site .quiz_theme_qsm-theme-sigma .question-type-polar-s a.ui-state-focus:focus {
	background: var(--sigma-theme-color);
}
.quiz_theme_qsm-theme-sigma .slider-main-wrapper .ui-slider .ui-slider-handle {
    width: 30px;
    height: 30px;
    margin-top: -6px;
    background-color: var(--sigma-theme-color);
    border: none;
    border-radius: 20px;
    box-shadow: 3px 3px 5px rgb(20 20 20 / 25%);
    transition: all 0.5s ease;
    text-align: center;
    cursor: all-scroll;
    line-height: 30px;
}
.quiz_theme_qsm-theme-sigma .slider-main-wrapper .ui-slider .ui-slider-handle .dashicons {
    text-decoration: none;
    color: white;
    line-height: 30px;
    font-size: 14px;
    width: 14px;
}
.quiz_theme_qsm-theme-sigma .qsm-matching-pairs .qsm-right-option.ui-sortable .ui-sortable-handle .dashicons.dashicons-move {
    right: 10px;
    top: 2px;
    position: relative;
    margin: 0;
}
.quiz_theme_qsm-theme-sigma .qsm-matching-pairs .qsm-right-option.ui-sortable .ui-sortable-handle.qsm_image_option .dashicons.dashicons-move {
    bottom: 6px;
    position: absolute;
    z-index: 1;
    right: auto;
    top: auto;
    background: transparent;
}
.ast-desktop .quiz_theme_qsm-theme-sigma .qsm-matching-pairs .qsm-right-option.ui-sortable .ui-sortable-handle.qsm_image_option .dashicons.dashicons-move {
    bottom: 13px;
}
.quiz_theme_qsm-theme-sigma .qsm-matching-pairs .ui-sortable-handle.qsm_image_option img {
    height: 85%;
}
.quiz_theme_qsm-theme-sigma .qsm-matching-pairs .qsm-right-option.ui-sortable .ui-sortable-handle .dashicons.dashicons-move::before {
    content: "";
    display: inline-block;
    width: 15px;
    height: 15px;
    background-image: url('../group2.png');
    background-repeat: no-repeat;
    background-size: contain;
    position: absolute;
}
.quiz_theme_qsm-theme-sigma .qsm-matching-pairs .qsm-right-option.ui-sortable .ui-sortable-handle.qsm_image_option .dashicons.dashicons-move::before {
    right: 3px;
    top: 8px;
}
.quiz_theme_qsm-theme-sigma .qsm-matching-pairs .qsm-right-option span.qsm_image_caption {
    padding: 5px 2px 5px 22px ;
    box-sizing: border-box;
}
.quiz_theme_qsm-theme-sigma .qsm-matching-pairs .qsm-left-option span.qsm_image_caption {
    padding: 5px 2px 5px 10px ;
    box-sizing: border-box;
}
/*=============/Polar type questions CSS end/==============*/

/*=============/Upload File type questions CSS start/==============*/
.quiz_theme_qsm-theme-sigma .sigma-file-upload-container {
    border: 2px dashed var(--sigma-option-background-color);
    padding: 40px;
    text-align: center;
    background: #FFFFFF;
    color: var(--sigma-font-color);
    cursor: pointer;
}
.quiz_theme_qsm-theme-sigma .sigma-file-upload-container:hover {
    border-color: var(--sigma-theme-color-bg);
    background: #eae9ef;
}

.quiz_theme_qsm-theme-sigma .sigma-file-uploading {
    color: black;
	background: rgb(222, 219, 219);
}
.quiz_theme_qsm-theme-sigma .sigma-file-upload-name {
    font-size: 14px;
    width: fit-content;
    position: relative;
}
.quiz_theme_qsm-theme-sigma .sigma-file-upload-error {
    margin-bottom: -20px;
    font-size: 14px;
    margin-right: -20px;
    margin-left: -20px;
    margin-top: 6px;
}

.quiz_theme_qsm-theme-sigma .sigma-file-upload-error-msg {
	color: red;
	background: #f3e2e2;
}
.quiz_theme_qsm-theme-sigma .sigma-file-upload-success-msg {
	color: #1dd969;
	background: #cff2dd;
}
.quiz_theme_qsm-theme-sigma .quiz_section .remove-uploaded-file {
    left: 70%;
    bottom: 77px;
    border: none;
    color: inherit;
}
.quiz_theme_qsm-theme-sigma .quiz_section .remove-uploaded-file:hover {
    color: red;
}
/*=============/Upload File type questions CSS end/==============*/

/*=============/Timer CSS start/==============*/
.quiz_theme_qsm-theme-sigma .sigma-timer {
    display: grid;
    text-align: center;
    color: var(--sigma-font-color);
    font-weight: 500;
    font-size: 26px;
    line-height: 1.2;
    width: 90px;
}
.quiz_theme_qsm-theme-sigma .sigma-timer-label{
    font-size: 13px;
}
/*=============/Timer CSS end/==============*/
/*=============/ Progressbar and pagination CSS start /=============*/
@media screen and (max-width: 425px){
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-grid-layout > div,
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-grid-layout > span{
        width: 100%;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma section .qsm-page-row {
        margin-top: 120px;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-auto-page-row{
        margin-top: 0;
    }
    .quiz_theme_qsm-theme-sigma .qsm-question-wrapper{
        margin-top: 100px;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-results-page .mlw_qmn_question .qmn_image_option:before{
        padding-top: 8px;
    }

    .quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-pagination-timer .sigma-previous-btn {
        width: 50%;
        bottom: 6px;
        left: 0;
    }
    .quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-pagination-timer .sigma-progress-bar-timer {
        order: 3;
        top: 60px;
        position: absolute;
        padding: 0;
        left: 6px;
        width: 97%;
    }
    .quiz_theme_qsm-theme-sigma .sigma-timer {
        width: 100%;
        justify-content: right;
    }
    .qsm-theme-sigma-header .sigma-page {
        position: relative;
        top: -35px;
    }
    .quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-progress-bar .qsm-progress-bar .progressbar-text {
        text-align: right;
        padding-right: 5px;
    }
    .quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-progress-bar .qsm-progress-bar svg{
        left: 5px;
        position: relative;
    }
    .quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-progress-bar .qsm-progress-bar{
        margin-top: 25px;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qmn_results_page{
        padding: 0;
    }
}
.sigma-progress-bar-timer {
    padding: 0 20px;
    width: 100%;
    max-width: 750px;
    text-align: center;
}
.quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-progress-bar-timer .sigma-progress-bar {
    position: relative;
    bottom: 10px;
}
.qsm-theme-sigma-header{
    margin-bottom: 20px;
    margin-top: 15px;
}
.qsm-theme-sigma-header .sigma-page {
    color: var(--sigma-font-color);
    font-weight: 500;
    font-size: 14px;
}
.quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-progress-bar .qsm-progress-bar path:last-child {
	stroke: var(--sigma-progressbar-color);
    padding: 0;
}
.quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-pagination-timer{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.sigma-previous-btn {
    cursor: pointer;
    display: flex;
    align-items: center;
    font-weight: 500;
    font-size: 16px;
    line-height: 19px;
    min-width: 120px;
    position: relative;
    left: 6px;
}
.sigma-previous-btn .dashicons {
    font-size: 14px;
    line-height: 20px;
}
.quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-progress-bar .qsm-progress-bar{
	height: 6px;
    text-align: left;
}
.quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-progress-bar .qsm-progress-bar svg {
	border-radius: 10px;
}
.quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-progress-bar .qsm-progress-bar svg {
    border-radius: 10px;
    width: calc(100% - 50px) !important;
}
.quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-progress-bar .qsm-progress-bar .progressbar-text{
    color: var(--sigma-progressbar-text);
}
.sigma-progress-bar-split {
    display: inline-flex;
    justify-content: space-between;
    width: 100%;
    text-align: left;
}
.sigma-progress-bar-split span {
    padding: 5px;
    width: 100%;
    position: relative;
    overflow: hidden;
    font-size: 14px;
    color: #282760;
    padding-bottom: 15px;
}
.sigma-progress-bar-split span:after {
    content: "";
    background: #eeeeee;
    height: 4px;
    width: calc(100% - 10px);
    display: block;
    bottom: 0;
    position: absolute;
    border-radius: 10px;
}
.sigma-progress-bar-split span.active:after{
    background: var(--sigma-progressbar-color);
}
.quiz_theme_qsm-theme-sigma .qsm-question-container {
    padding: 10px 0 25px 0;
    max-width: 768px;
    margin: auto;
    position: relative;
}
.quiz_theme_qsm-theme-sigma .qsm-question-count-dashboard {
    border: none;
    background: #FFFFFF;
}
.quiz_theme_qsm-theme-sigma .dashicons-no-alt.icon, .quiz_theme_qsm-theme-sigma .dashicons-saved.icon, .quiz_theme_qsm-theme-sigma .dashicons-minus.icon {
    display: none;
}
.quiz_theme_qsm-theme-sigma .qsm-question-count-dashboard>div {
    padding: 5px 15px;
    align-items: center;
}
.quiz_theme_qsm-theme-sigma .qsm-question-count-dashboard>div span:last-child {
    padding-bottom: 0;
}
.quiz_theme_qsm-theme-sigma .qsm-correct-count-label {
    color: #8988A7;
    font-size: 17px;
}
.quiz_theme_qsm-theme-sigma .qsm-question-count-dashboard .text:after {
    content: '';
}
.quiz_theme_qsm-theme-sigma .qsm-question-count-dashboard .text:before {
    content: '';
}
.quiz_theme_qsm-theme-sigma .qsm-question-count-dashboard>div span {
    padding-left: 10px;
}
.quiz_theme_qsm-theme-sigma .qsm-correct-count-text {
    color: #4B4374;
    background-color: #CCFFEE;
    padding: 5px;
    border-radius: 5px;
    padding: 0px 10px 0 10px;
    margin-left: 5px;
}
.quiz_theme_qsm-theme-sigma .qsm-incorrect-count-text {
    color: #4B4374;
    background-color: #FFDCDC;
    border-radius: 5px;
    padding: 0px 10px 0 10px;
    margin-left: 5px;
}
.quiz_theme_qsm-theme-sigma .qsm-unanswer-count-text {
    color: #4B4374;
    border-radius: 5px;
    padding: 0px 10px 0 10px;
    margin-left: 5px;
    background-color: #E3F1FF;
}
/*=============/ Progressbar and pagination CSS start /=============*/

/*========================/ Feature image css start /==============================*/
img.qsm-sigma-featured-image {
    width: 100%;
    margin-right: 15px;
    margin-top: 30px;
}
@media screen and (min-width: 650px) {
    .qmn_quiz_container.quiz_theme_qsm-theme-sigma.sigma-feature-image-added .mlw_next{
        margin-left: 0;
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-sigma.sigma-feature-image-added .qmn_pagination {
        width: 50% !important;
        margin-left: auto;
    }
    .qmn_quiz_container.quiz_theme_qsm-theme-sigma.sigma-feature-image-added form .qmn_pagination {
        width: auto !important;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma.sigma-feature-image-added{
        display: flex;
        position: relative;
        align-items: center;
        flex-direction: row;
        flex-wrap: wrap;
        overflow: hidden;
    }
    .quiz_theme_qsm-theme-sigma.sigma-feature-image-added .qmn_error_message, .quiz_theme_qsm-theme-sigma.sigma-feature-image-added .qsm-auto-save-main-wrap {
        width: 100%;
        box-sizing: border-box;
    }
    .quiz_theme_qsm-theme-sigma.sigma-feature-image-added .sigma-featured-image-container {
        width: calc(50% - 30px);
        float: left;
        margin-top: 15px;
        text-align: center;
        z-index: 999;
    }
    .quiz_theme_qsm-theme-sigma.sigma-feature-image-added .qsm-quiz-form {
        width: 50%;
        padding-left: 30px;
        float: left;
        margin-top: 15px;
        z-index: 999;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-1 > div,
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-1 > span{
        width: 100%;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-3 > div,
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-3 > span{
        width: calc(33.3333% - 9px);
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-4 > div,
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-4 > span{
        width: calc(25% - 10px);
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-5 > div,
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-5 > span{
        width: calc(20% - 11px);
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-6 > div,
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-6 > span{
        width: calc(16.6650% - 11px);
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-3 > div:nth-child(2n),
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-3 > div:nth-child(2n){
        margin-right: 8px;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-3 > div:nth-child(3n),
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-3 > span:nth-child(3n),
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-4 > div:nth-child(4n),
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-4 > span:nth-child(4n),
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-5 > div:nth-child(5n),
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-5 > span:nth-child(5n),
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-6 > div:nth-child(6n),
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-sigma-column-6 > span:nth-child(6n){
        margin-right: 0px;
    }
    .qsm-sigma-page-title {
        font-weight: 600;
        font-size: 24px;
        line-height: 44px;
        margin: 50px 0 0;
        text-transform: capitalize;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qmn_results_page {
        padding: 40px;
    }
}
/*========================/ Feature image css end /==============================*/
/*============= / Responsive CSS start/ ===================*/
@media screen and (max-width: 649px) {
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .mlw_horizontal_choice,
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .qmn_multiple_horizontal_check .mlw_horizontal_multiple, .quiz_theme_qsm-theme-sigma .qsm-results-page .qmn_image_option,
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma .quiz_section .qmn_image_option {
		width: 100% !important;
        height: auto;
	}
    .sigma-progress-bar-split span:not(.qsm-sigma-nopage-label),
    .sigma-progress-bar-split span:not(.show-mobile){
        display: none;
    }
    .sigma-progress-bar-split span.show-mobile{
        display: block;
    }

    .quiz_theme_qsm-theme-sigma .left-polar-title, .quiz_theme_qsm-theme-sigma .right-polar-title {
        width: calc(50% - 18px) !important;
    }
    .qsm-sigma-page-title{
        display: none;
    }
    .qsm-quiz-container.quiz_theme_qsm-theme-sigma {
        border: 0px solid;
    }
    .quiz_section .mlw_qmn_new_question .qsm-question-title-label{
        padding-bottom: 35px;
    }
}
/*============= / Responsive CSS End/ ===================*/
/*============= / Result page CSS Start/ ===========*/
/* .quiz_theme_qsm-theme-sigma .qmn_results_page .right-polar-title{
    margin-right: 8px;
} */
.quiz_theme_qsm-theme-sigma .qmn_results_page table.qsm_answer_table {
    width: 100%;
}
.quiz_theme_qsm-theme-sigma .qsm-results-page .mlw_qmn_question .qmn_image_option {
    align-items: flex-start;
}
.quiz_theme_qsm-theme-sigma .mlw_qmn_question .qsm-text-simple-option{
    color: var(--sigma-font-color);
}
/*============= / Result page CSS End/ ===========*/
/*============= / RTL support CSS Start / ===========*/
.rtl .quiz_theme_qsm-theme-sigma .qsm-theme-sigma-header .sigma-pagination-timer {
    direction: ltr;
}

.rtl .quiz_theme_qsm-theme-sigma .right-polar-title:has(img),
.rtl .quiz_theme_qsm-theme-sigma .left-polar-title:has(img) {
    display: flex;
    flex-direction: column;
    flex-wrap: wrap;
}
.rtl .quiz_theme_qsm-theme-sigma .left-polar-title:has(img) {
    align-content: flex-end;
}
.rtl .quiz_theme_qsm-theme-sigma .right-polar-title:has(img),
.rtl .quiz_theme_qsm-theme-sigma.qmn_quiz_container .quiz_section .question-type-polar-s .right-polar-title,
.rtl .quiz_theme_qsm-theme-sigma .right-polar-title {
    order: 1;
}
.rtl .quiz_theme_qsm-theme-sigma .left-polar-title:has(img),
.rtl .quiz_theme_qsm-theme-sigma.qmn_quiz_container .quiz_section .question-type-polar-s .left-polar-title,
.rtl .quiz_theme_qsm-theme-sigma .left-polar-title {
    order: 2;
    text-align: left;
}
.rtl .quiz_theme_qsm-theme-sigma .left-polar-title img,
.rtl .quiz_theme_qsm-theme-sigma .right-polar-title img {
    width: 95%;
}
.rtl .quiz_theme_qsm-theme-sigma .qsm-quiz-form .qsm-auto-page-row .quiz_section .qsm-matching-pairs .qsm-left-option {
    margin-left: 10px;
}
.rtl .quiz_theme_qsm-theme-sigma.qmn_quiz_container .qsm-results-page .qsm-text-correct-option.qsm-text-user-correct-answer.qmn_image_option:after {
    content: "\f12a";
}
.rtl .quiz_theme_qsm-theme-sigma.qmn_quiz_container .qmn_radio_answers .qsm_image_caption,
.rtl .quiz_theme_qsm-theme-sigma.qmn_quiz_container .qmn_check_answers .qsm_image_caption {
    position: absolute;
    bottom: 14px;
    padding: 5px;
}
.qsm-deselect-answer {
    position: absolute;
    right: 0;
    bottom: 0;
}
.quiz_theme_qsm-theme-sigma .mlw_qmn_question {
    position: relative;
}

.quiz_theme_qsm-theme-sigma .mlw_qmn_question p{
    font-size: 15px;
}
.quiz_theme_qsm-theme-sigma .qsm-results-page .qmn_question_answer.qsm-add-border-bottom {
    padding-bottom: 30px;
    border-bottom: 1px solid #DBDBE0;
}
.qsm-quiz-container.quiz_theme_qsm-theme-sigma .qsm-results-page .mlw_qmn_question .qmn_image_option:before{
margin-top: 6px;
}
.quiz_section .mlw_qmn_new_question .qsm-question-title-label{
    color: var(--sigma-font-color);
}