ol.wdm-quiz-overview-table {
    list-style-type: none !important;
    display:flex;
    gap: 5px;
    flex-wrap: wrap;
}

ol.wdm-quiz-overview-table li {
    width: 38px;
    height: 38px;
    padding: 2px;
    border-radius: 50%;
    line-height: 34px;
    display: flex;
    justify-content: center;
    align-items: center;
    color: #fff;
    font-size: 14px;
    cursor: pointer;
}

ol.wdm-quiz-overview-table li.wdm-quiz-pro-incorrect{
    background-color:#aa2730 !important;
}

ol.wdm-quiz-overview-table li.wdm-quiz-pro-correct{
    background-color:#1e6000 !important;
}

.learndash-wrapper .wpProQuiz_content .wdm-quiz-pro-pagination .wdm-page-btn {
    background-color: #7100e2 !important;
    color: #ffffff !important;
    font-size:14px;
    font-weight: 700;
    line-height: 1.4;
    border: none;
    border-radius: 10px;
    padding:.5em 1.4375em;
    cursor:pointer;
}

.learndash-wrapper .wpProQuiz_content .wdm-quiz-pro-pagination .wdm-page-btn:hover{
    background-color: #c23dce !important;
}

.learndash-wrapper .wpProQuiz_content .wdm-quiz-pro-pagination button.wdm-page-btn.wdm-prev-question--btn{
    float: left;
}

.learndash-wrapper .wpProQuiz_content .wdm-quiz-pro-pagination button.wdm-page-btn.wdm-next-question--btn{
    float: right;
}

.learndash-wrapper .wpProQuiz_content .wdm-toggle-switch {
    display: flex;
    align-items: center;
    font-size: 16px;
    font-weight: 500;
    cursor: pointer;
    gap: 10px;
    float: right;
}

.learndash-wrapper .wpProQuiz_content .wdm-toggle-switch input {
    display: none;
}

.learndash-wrapper .wpProQuiz_content .wdm-toggle-switch .wdm-toggle-switch-slider {
    width: 40px;
    height: 20px;
    background-color: #ccc;
    border-radius: 20px;
    position: relative;
    transition: background-color 0.3s ease-in-out;
}

.learndash-wrapper .wpProQuiz_content .wdm-toggle-switch .wdm-toggle-switch-slider::before {
    content: "";
    width: 16px;
    height: 16px;
    background-color: white;
    position: absolute;
    top: 2px;
    left: 2px;
    border-radius: 50%;
    transition: transform 0.3s ease-in-out;
}

.learndash-wrapper .wpProQuiz_content .wdm-toggle-switch input:checked + .wdm-toggle-switch-slider {
    background-color: #4CAF50;
}

.learndash-wrapper .wpProQuiz_content .wdm-toggle-switch input:checked + .wdm-toggle-switch-slider::before {
    transform: translateX(20px);
}

.wdm-no-incorrect-questions{
    font-size: 16px;
    font-weight: 600;
    color:#1e6000;
}

.learndash-wrapper .wpProQuiz_content .wpProQuiz_response{
    text-align: left;
}

.wdm-quiz-meta-table {
    width: 100%;
    max-width: 400px;
    /* border-collapse: collapse; */
    margin-top: 10px;
    background: #f8f9fa;
    border: 1px solid black !important;
    overflow: hidden;
}

.wdm-quiz-meta-table th,
.wdm-quiz-meta-table td {
    padding: 12px;
    border: 1px solid #ddd;
    text-align: left;
    font-size: 14px;
    font-weight:400 !important;
}

.wdm-quiz-meta-table th {
    /* background: #0073e6; */
    color: white;
    font-weight: bold;
    width: 40%;
    font-weight:600 !important;
}

.wdm-quiz-meta-table td {
    background: #ffffff;
    font-weight: 600;
}

.wdm-question-number {
    margin-bottom: 5px;
}

.qre-reports-content .wdm-quiz-pro-question .wpProQuiz_question_text{
    font-weight:400;
}

.wpProQuiz_content .wdm-quiz-pro-question ul.wpProQuiz_sortStringList{
    height:auto;
}

.qre-reports-content .wdm-collapsable-top-section {
    border: 1px solid #ccc;
    border-radius: 5px;
    margin-bottom: 50px;
    overflow: hidden;
    margin-top:10px;
}

.wdm-collapsable-header {
    background: #f9f9f9;
    padding: 10px;
    font-size:16px;
    font-weight:400;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 8px;
}

.wdm-chevron-icon {
    transition: transform 0.3s ease;
    font-size:20px;
    font-weight: bold;
}

.wdm-collapsable-content {
    /* display: none; */
    padding: 10px;
    background: #fff;
}
.wdm-chevron-icon.open {
    transform: rotate(180deg);
}

/* .wisdm-learndash-reports-course-list .course-list-table-container .dashicons-external::before {
    content: "\f185";
    font-family: "Dashicons" !important;
} */

.wisdm-learndash-reports-course-list .course-list-table-container .pagination-section .previous-page,
.wisdm-learndash-reports-course-list .course-list-table-container .pagination-section .next-page{
    min-width: 50px;
}

.wisdm-learndash-reports-course-list .course-list-table-container .pagination-section .previous-page{
    padding-right:10px;
}

.wisdm-learndash-reports-course-list .course-list-table-container .pagination-section .next-page{
    padding-left: 10px;
}

/* Hide LD export report option */
body.wdm-hide-report-icons-for-all .table-links, body.wdm-hide-report-icons-for-all .qre-download-csv, body.wdm-hide-report-icons-for-all .qre-download-xlsx, body.wdm-hide-report-icons-for-all .qre-reports-content .download-report
{
	display: none !important;
}

/* Hide LD category option */
body.wdm-hide-report-icons-for-all .table-quiz_category
{
	display: none !important;
}

body.wdm-hide-report-icons-for-all td.table-quiz_title{
    display: flex;
    gap: 25px;
}

.ld-quiz-result .wpProQuiz_button:disabled{
    display:none !important;
}

body.wdm-hide-report-icons-for-all .qre-reports-content .back-button {
    border-radius: 10px;
    float: left;
    margin-top: -40px;
    padding: 5px 30px 5px 35px;
    font-size: 18px;
    background-color: #555050;
    color: white;
}
  .wdm-collapsable-header {
    font-size: 20px;
    font-weight: 600;
    cursor: pointer;
  }
  .wdm-quiz-meta-table {
    width: 100%;
    max-width: 800px;
    border-collapse: collapse;
    margin-top: 10px;
    border: 1px solid black !important;
    overflow: hidden;
  }
  .wdm-quiz-meta-table th {
    background: lightyellow;
    color: white;
    font-weight: bold;
    width: 20%;
  }
  .wisdm-learndash-reports-course-list .course-list-table-container .dashicons-external::before {
    content: "\f121";
    font-family: "Dashicons" !important;
    font-size: xx-large;
    margin-left: 5px;
    color: #267c75;
   }
  .user-info-section .thumbnail {
    border-radius: 100%;
    display: none;
    height: 60px;
    overflow: hidden;
    vertical-align: middle;
    width: 60px;
  }
  /* .qre-reports-content img {
    display: none;
  } */
  .student-table tr .table-quiz_title {
    max-width: 400px;
    width:400px;
  }
  .qre-reports-content .wdm-collapsable-top-section {
    border: 4px solid #ededed;
    border-radius: 10px;
    margin-bottom: 50px;
    overflow: hidden;
    margin-top: 10px;
  }



@media (max-width: 768px) {
    .wdm-quiz-meta-table th,
    .wdm-quiz-meta-table td {
        display: block;
        width: 100%;
        text-align: center;
    }
    .wisdm-learndash-reports-student-table .user-filter-selectors{
        flex-direction:column;
    }
    .wisdm-learndash-reports-student-table .user-filter-selectors .selector{
        width: 100%;
    }
    .wisdm-learndash-reports-student-table .user-filter-section{
        padding:0px;
        padding-bottom: 36px;
    }
    .wisdm-learndash-reports-chart-block .table-chart-container{
        padding:0px;
    }
}
