.mlw_qmn_message_before {
    margin-bottom: 0 !important;
    padding-bottom: 0 !important;
}

.mlw_qmn_message_before p {
    color: var(--color);
    font-size: 24px;
}

.qmn_pagination,
.qsm_auto_pagination_enabled .qmn_pagination {
    padding: 0 !important;
    margin: 0 !important;
    border: 0 !important;
}

.qmn_btn,
.qsm-quiz-container.qmn_quiz_container .qmn_btn,
.qsm-quiz-container.qmn_quiz_container .btn {
    border: 0 !important;
}

.mlw_qmn_question .qsm-text-correct-option {
    color: #00e900 !important;
}

.mlw_qmn_question .qsm-text-wrong-option {
    color: #9d9d9d !important;
}

.mlw_qmn_question .qsm-text-simple-option {
    color: #ff0000 !important;
}

.quiz_section .qmn_radio_answers label,
.quiz_section .qmn_check_answers label,
.quiz_section .qmn_accept_answers label {
    font-size: 18px !important;
}

.qsm_check_answer.mrq_checkbox_class {
    padding-bottom: 5px;
}

.qsm-quiz-container input[type=checkbox],
.qsm-quiz-container input[type=radio] {
    margin-top: 4px !important;
}

.qsm-quiz-container input[type=checkbox] {
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    margin: 0;
}

.qsm-quiz-container input[type=checkbox]:checked {
    background-color: #3498db;
    border-color: #3498db;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 20 20'%3e%3cpath fill='none' stroke='%23fff' stroke-linecap='round' stroke-linejoin='round' stroke-width='3' d='m6 10 3 3 6-6'/%3e%3c/svg%3e");
}

.qsm-quiz-container input[type=checkbox]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.qsm-quiz-container input[type=checkbox]:disabled+label {
    opacity: 0.5;
    cursor: not-allowed;
}

.qsm-quiz-container input[type=radio] {
    appearance: none;
    width: 1rem;
    height: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 50%;
    background-color: #fff;
    cursor: pointer;
    transition: color 0.15s ease-in-out, background-color 0.15s ease-in-out;
}

.qsm-quiz-container input[type=radio]:checked {
    background-color: #3498db;
    border-color: #3498db;
    background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='2' fill='%23fff'/%3e%3c/svg%3e");
    background-position: center;
    background-repeat: no-repeat;
}

.qsm-quiz-container input[type=radio]:disabled {
    opacity: 0.5;
    cursor: not-allowed;
}

.qsm-quiz-container input[type=radio]:disabled+label {
    opacity: 0.5;
    cursor: not-allowed;
}

.qsm-results-page .qmn_question_answer.qsm-add-border-bottom {
    padding-bottom: 0 !important;
}

@media screen and (min-width: 500px) {

    .qmn_pagination,
    .qsm_auto_pagination_enabled .qmn_pagination {
        justify-content: start !important;
    }
}