/**
 * All of the CSS for your admin-specific functionality should be
 * included in this file.
 */
:root{
  --ldquiz-primary: #074B79;
  --ldquiz-secondary: #007cba;
}

select#ld_custom_interface_for_custom_quiz_report_quizzes {
  min-width: 230px;
}
.dataTables_wrapper .dataTables_info {
  padding-top: 2.755em !important;
}

.dataTables_wrapper .dataTables_length {
 margin: 10px 0 20px 30px;
}
.dataTables_wrapper .dataTables_length label{
  color: #41454F;
  font-size: 16px;
  font-weight: 400;
}

.lds-dual-ring.hidden { 
  display: none;
}
.lds-dual-ring.overlay {
    max-width: 100%;
}

.lds-dual-ring {
  display: inline-block;
  width: 80px;
  height: 80px;
}

.lds-dual-ring:after {
  content: " ";
  display: block;
  width: 34px;
  height: 34px;
  margin: 25% auto;
  border-radius: 50%;
  border: 6px solid #fff;
  border-color: #fff transparent #fff transparent;
  animation: lds-dual-ring 1.2s linear infinite;
}

@keyframes lds-dual-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
.overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100vh;
    background: rgba(0,0,0,.9);
    z-index: 999999;
    opacity: 1;
    transition: all 0.5s;
}
.ld-qp-col span.select2-selection.select2-selection--multiple {
  border: none;
  padding: 3px;
  height: fit-content !important;
  /* border-radius: 20px; */
  border-color: none !important;;
  font-size: 15px;
  box-sizing: border-box;
  cursor: pointer;
  display: block;
  height: 28px;
  user-select: none;
  -webkit-user-select: none;
  background-color: #fff;
}

.ld-qp-col span.select2-selection.select2-selection--multiple li.select2-search.select2-search--inline {
  margin: 0;
}

.ld-qp-col span.select2-selection.select2-selection--multiple li.select2-search.select2-search--inline input.select2-search__field {
  margin: 0 !important;;
  display: block;
  padding-left: 8px;
  padding-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  min-width: 122px;
  line-height: 28px !important;
  color: #444;
  font-size: 15px !important;
}

#custom-interface-for-custom-quiz-report_wrapper .dt-buttons {
  margin: 30px 0 0 30px;
  display: inline-block;
}

#custom-interface-for-custom-quiz-report_wrapper a.dt-button, .entry_table .buttons .save {
  background: var(--ldquiz-primary);
  border: none !important;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 5px;
  padding: 7px 20px;
  transition: .3s;
  box-shadow: none !important;
}
#custom-interface-for-custom-quiz-report_wrapper a.dt-button:hover.entry_table .buttons .save:hover{
  opacity: .9;
}

#custom-interface-for-custom-quiz-report_length select {
      padding: 0px 10px;
    background-color: #F4F4F4;
    border-radius: 5px;
    border: none;
    margin: 0px 4px;
    font-size: 12px;
    font-weight: 400;
        min-width: 50px;
}

#custom-interface-for-custom-quiz-report_filter {
  margin: 7px 30px 15px 0px;
}
#custom-interface-for-custom-quiz-report_filter label{
 color: #41454F;
    font-size: 16px;
    font-weight: 400;
}
#custom-interface-for-custom-quiz-report_filter input {
    background: #fff;
    padding: 4px 10px;
    width: 300px;
    border-radius: 5px;
    border: 1px solid #eee;
    margin: 0px 0px 0px 10px;
    font-size: 14px;
    font-weight: 400;
}
#custom-interface-for-custom-quiz-report_filter input:focus{
  border: 1px solid #074b79;
}

#custom-interface-for-custom-quiz-report_wrapper .DTFC_ScrollWrapper .dataTables_scroll .dataTables_scrollBody {
  border-bottom: none !important;
}

#custom-interface-for-custom-quiz-report-wrapper .dataTables_paginate a.paginate_button.disabled {
  display: none !important;
}

#custom-interface-for-custom-quiz-report-wrapper a.paginate_button {
    background: #0AC7EF;
    border: none !important;
    text-shadow: none;
    font-size: 16px;
    line-height: 1.2;
    margin: 30px 20px 0 0px;
    padding: 12px 20px;
    border-radius: 30px;
    display: inline-block;
    font-weight: 500;
    color: #fff !important;
    box-shadow: none !important;

}


.dataTables_wrapper .dataTables_info {
  padding-top: 2.755em !important;
}

.setting-table-wrapper td{
  min-width: 210px;
  max-width: 210px;
}
.setting-table-wrapper td.custm-width-Learndash{
  min-width: fit-content;
  max-width: fit-content;
}
 .select2.select2-container.select2-container--default {
  width: 100% !important;
      border: 1px solid #eee;
    border-radius: 5px;
}
.wpProQuiz_questionList td{
  padding: 0px;
}
.dataTables_scrollBody::-webkit-scrollbar {
  width: 5px;
  height: 13px;
 
}


.dataTables_scrollBody::-webkit-scrollbar-track {
  background: var(--ldquiz-primary) !important; 
 border-radius: 15px 0 0 15px;
}
 

.dataTables_scrollBody::-webkit-scrollbar-thumb {
  background: #5090bb !important; 
  border-radius: 15px;
}





.dataTables_empty{
  background: #fff;
}

.custom-interface-for-custom-quiz-report-settings-wrapper h1,.entry_table .modal  h2{
     margin: 0px 0px 25px 30px;
    color: var(--ldquiz-primary);
    font-size: 28px;
        line-height: 32px;
    font-weight: 600;
    position: relative;
}
.entry_table .modal p{
  font-size: 14px;
}
.entry_table .modal  h2{
  margin: 10px 0;
}
.select2-container .select2-selection--single .select2-selection__rendered{
    min-width: 122px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow b{
  border-color: #2271b1 transparent transparent transparent;
}
.select2-container .select2-selection--single{
  border: none;
  padding: 5px;
  height: fit-content !important;
  border-radius: 20px;
  font-size: 15px;
}
.select2-container--default.select2-container--disabled .select2-selection--single{
  background: transparent;
}
.select2-container--open .select2-dropdown--below{
  border-color: #eee ;
     box-shadow: 0px 1px 1px 0px #d3d1d1;
    border-radius: 0 0 5px 5px;
    overflow: hidden;
}

.select2-results__option[aria-selected]{
      padding: 6px 10px;
}
.select2-container--default .select2-results__option--highlighted[aria-selected]{
      background-color: #2271b1;
      padding: 10px;
}
.select2-container--default .select2-search--dropdown .select2-search__field{
  border: 1px solid #afafaf;
    border-radius: 0px;
}
.select2-container--default .select2-selection--single .select2-selection__arrow{
      top: 6px;
    right: 7px;
}


ul.wpProQuiz_questionList{
  list-style-type: disc;
  list-style-position: inside;
}
ul.wpProQuiz_questionList div{
  display: inline-block;
}
#custom-interface-for-custom-quiz-report ul.wpProQuiz_questionList tr.wpProQuiz_mextrixTr{
  padding: 0px !important;
  background: none;
}
.wpProQuiz_mextrixTr td{
  padding: 0px;
}

tr.wpProQuiz_mextrixTr td{
  padding: 0px !important;
}


.user_statistic_ext{
  background: #2271b1;
    border-color: #2271b1;
    color: #fff;
    text-decoration: none;
    text-shadow: none;
    font-size: 15px;
    line-height: 2.15384615;
    margin: 0;
    padding: 3px 25px;
    border-radius: 30px;
    width: fit-content;
    display: block;
    transition: .3s;
}


.wpProQuiz_questionList li::marker{
  margin-right: 2px;
}

#cqr_license_options, 
.quiz_reports-setting, 
.ldqrp-imp-panel, 
.ldqr-sys-info{
    margin: 20px 20px 0 0;
    background: #fff;
    border-radius: 20px;
    padding: 30px;
}
#cqr_license_options h2{
    margin: 0px 0px 25px 0px;
    color: var(--ldquiz-primary);
    font-size: 28px;
    line-height: 32px;
    font-weight: 600;
    position: relative;
}


#cqr_license_options label{
  padding: 15px 0 0;
    width: 100% !important;
        font-size: 18px;
    font-weight: 500;
    color: #41454F;
}
#cqr_license_options h3{
  font-size: 15px;
  font-weight: 400;
  line-height: 22px;
  margin: 0px 0 8px 0px;
  color: #3c434a;
}
#cqr_license_options tbody tr {
    display: grid;
}
#cqr_license_options tbody tr th{
  width: 100% !important;
}
#cqr_license_options tbody tr td{
  padding: 0px;
}
#cqr_license_options tbody tr th{
  padding: 15px 0 5px;
    font-size: 22px;
    width: 100% !important;
}

#cqr_license_options tbody tr td input{
  padding: 5px 10px;
  border: 1px solid #eee;
}
#cqr_license_options tbody tr td input:focus{
  border: 1px solid #074b79;
}
#cqr_license_options p.submit{
  margin-bottom: 0px;
      padding: 0px;
}

.ldqr-nav-tab-wrapper{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    background-color: #ffffff;
    padding: 0px 10px;
    width: 100%;
    margin: 30px 0px 30px -20px;
    border: none;
    box-shadow: 0px 0px 23px 0px #eee;
    box-sizing: content-box;
    overflow-x: auto;
}
.ldqr-nav-tab-wrapper a {
    font-size: 16px;
    font-weight: 500;
    color: #41454F;
    background: none;
    border: none;
    padding: 25px 20px;
    border-bottom: 2px solid transparent;
    margin: 0px;
    transition: .3s;
    outline: 0 !important;
    box-shadow: none !important;
}

.ldqr-nav-tab-wrapper a:hover{
background: #fbfbfb;
}

.ldqr-nav-tab-wrapper a.nav-tab-active, 
.ldqr-nav-tab-wrapper a.nav-tab-active:focus {
    border-bottom: 2px solid var(--ldquiz-secondary);
    color: var(--ldquiz-secondary);
    background: #fbfbfb;
}
.ldqr-nav-tab-wrapper a:focus{
    outline: none !important;
    box-shadow: none;
}
#custom-interface-for-custom-quiz-report-wrapper a{
  display: inline-block;
}

.select2-container--open .select2-dropdown--above{
      border: none !important;
      box-shadow: 0px -1px 1px 0px #d3d1d1;
    border-radius: 0 0 20px 20px;
    overflow: hidden;
}

.custom-interface-for-custom-quiz-report-settings-wrapper .DTFC_LeftWrapper, 
.custom-interface-for-custom-quiz-report-settings-wrapper .DTFC_LeftBodyWrapper, 
.custom-interface-for-custom-quiz-report-settings-wrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner{
  height: fit-content !important;
}
.custom-interface-for-custom-quiz-report-settings-wrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner{
      max-height: fit-content !important;
      overflow: hidden !important;
}
.DTFC_LeftWrapper thead tr th:nth-child(2){
  text-align: left;
}
.user_statistic_ext:hover{
  color: #fff;
  opacity: .8;
}
#custom-interface-for-custom-quiz-report tbody tr td.dataTables_empty{
  text-align: center;
}


.wpProQuiz_mextrixTr td{
  background: none !important;
  width: fit-content;
}
.essay-answer-cell ul, .matrix-answer-cell ul{
list-style-type: none;
}
.learn-quiz-graph-reset-btn,
.learn-quiz-reset-btn{
 background: var(--ldquiz-primary);
    padding: 7px 35px;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
}

.learn-quiz-graph-reset-btn:hover,
.learn-quiz-reset-btn:hover{
  opacity: .9;
}
.learn-quiz-report-btn{
 background: var(--ldquiz-primary);
    padding: 7px 35px;
    border-radius: 5px;
    color: #fff;
    border: none;
    font-size: 18px;
    cursor: pointer;
    transition: .3s;
}
.learn-quiz-report-btn:hover{
  opacity: .9;
}
.custom-interface-LearnDash-panel-admin{
  background: #fff;
  padding: 30px 0;
  border-radius: 20px;
  margin-right: 20px;
  overflow: hidden;
  position: relative;
}
td.dataTables_empty{
  background: #fff;
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar {
  width: 7px;
}


.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb {
  background: #888; 
}

.select2-container--default .select2-results>.select2-results__options::-webkit-scrollbar-thumb:hover {
  background: #555; 
}

#cqr_license_options p.submit input{
  background: #074b79;
  border: 1px solid #eee !important;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 5px;
  padding: 7px 20px;
  transition: .3s;
  box-shadow: none !important;
  margin: 0px 0 0;
}
#cqr_license_options p.submit input:hover{
  opacity: .9;
}
.custom-interface-for-custom-quiz-report-settings-wrapper{
  position: relative;
}
.cit-custm-quiz-overlay{
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  width: 100%;
  height: 100%;
  background: #fff;
  content: '';
  z-index: 99;
}

.ld-quiz-repo-tble{
  display: block;
  overflow-x: auto;
  border: 1px solid #cbcbcb;
  border-spacing: 0;
  margin-top: 30px;
}

.ld-quiz-repo-tble::-webkit-scrollbar {
  height: 5px;
}

.ld-quiz-repo-tble::-webkit-scrollbar-track {
  background: #f1f1f1; 
}
 
.ld-quiz-repo-tble::-webkit-scrollbar-thumb {
  background: #888; 
}
.ld-quiz-repo-tble thead{
  background: #dbdbdb;
    color: #000;
}
.ld-quiz-repo-tble thead th{
  font-weight: 500;
}
.ld-quiz-repo-tble tbody tr:nth-child(odd){
  background: #f6f7f7;
}
.ld-quiz-repo-tble th, 
.ld-quiz-repo-tble td{
  width: 200px;
  min-width: 200px;
  text-align: left;
  padding: 10px;
  box-sizing: border-box;
  font-size: 15px;
  border-bottom: 1px solid #cbcbcb;
  border-right: 1px solid #cbcbcb;
}
.ld-quiz-repo-tble tbody tr:last-child td{
  border-bottom: none;
}
.no-data-message,
.custom-check-boxes-LearnDash-graph-panel,
.ld-quiz-pro-search{
  margin: 0 30px 20px 26px;
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}
.ld-quiz-pro-search tbody tr td:first-child{
  padding-left: 0px;
}
.dataTables_scrollHeadInner table, 
.DTFC_LeftHeadWrapper table{
  border: 1px solid #cbcbcb;
}
.dataTables_scrollHeadInner table thead, 
.DTFC_LeftHeadWrapper table thead{
  background: #dbdbdb;
}
.dataTables_scrollBody table tbody td, 
.DTFC_LeftBodyLiner table tbody td{
  border: 1px solid #cbcbcb;
}
.dataTables_scrollHeadInner table thead th, 
.DTFC_LeftHeadWrapper table thead th{
  border-bottom: 1px solid #cbcbcb;
}
#cqr_license_options .form-table th{
  padding-top: 0px;
}
#cqr_license_options .form-table th label{
  font-size: 13px;
    font-weight: 700;
    color: #5f5f5f;
    margin: 0px;
}
.custom-interface-for-custom-quiz-report-settings-wrapper .DTFC_LeftBodyWrapper .DTFC_LeftBodyLiner, 
.custom-interface-for-custom-quiz-report-settings-wrapper .DTFC_LeftWrapper{
  width: fit-content !important;
}
.dataTables_scrollHeadInner table thead th:first-child , 
.DTFC_LeftBodyLiner table tbody td:first-child, 
.DTFC_LeftHeadWrapper table thead th:first-child, 
.ld-quiz-repo-tble thead th:first-child, 
.ld-quiz-repo-tble tbody td:first-child{
  width: 80px !important;
  min-width: 80px;
  padding: 10px 5px;
  box-sizing: border-box;
  text-align: center;
}
.DTFC_LeftWrapper{
  display: none;
}
#custom-interface-for-custom-quiz-report-wrapper .download-csv-button{
  background: var(--ldquiz-primary);
  border: none !important;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 5px;
  padding: 7px 20px;
  transition: .3s;
  box-shadow: none !important;
    margin: 30px 0 0 30px;
}

#custom-interface-for-custom-quiz-report-wrapper .download-csv-button:hover{
  opacity: .9;
  cursor: pointer;
}
.quiz_reports-setting th, 
.quiz_reports-setting td{
  vertical-align: top;
  padding-top: 0px;
}
.quiz_reports-setting p.description{
  max-width: 400px;
  font-size: 13px;
  font-weight: 400;
  font-style: italic;
  color: #646970;
  width: 90%;
  display: none;
}
.quiz_reports-setting input[type="checkbox"] {
  border: 2px solid #8c8f94;
  border-radius: 15px;
  background: #fff !important;
  color: #50575e;
  cursor: pointer;
  position: relative;
  width: 40px;
  height: 20px;
  box-shadow: none;
  margin-left: 30px;
}
.quiz_reports-setting input[type="checkbox"]:before {
  content: '';
  width: 10px;
  height: 10px;
  border-radius: 5px;
  position: absolute;
  top: 3px;
  left: 3px !important;
  background: #8c8f94 !important;
  transition: .1s;
  display: inline-block;
}
.quiz_reports-setting input[type="checkbox"]:after {
  content: '';
  width: 5px;
  height: 5px;
  position: absolute;
  top: 3px;
  left: initial;
  right: 3px !important;
  background: #fff !important;
  transition: .1s;
  border-radius: 100%;
  border: 2px solid #8c8f94;
  display: inline-block;
}
.quiz_reports-setting input[type="checkbox"]:checked {
  background: #11a0d2 !important;
  border: none;
  outline: none !important;
  box-shadow: none !important;
}
.quiz_reports-setting input[type="checkbox"]:checked:before {
  width: 3px;
  height: 7px;
  border-radius: 0px;
  top: 9px;
  left: 11px !important;
  background: #fff !important;
  transition: .1s;
  display: inline-block;
}
.quiz_reports-setting input[type="checkbox"]:checked:after {
  width: 8px;
  height: 8px;
  top: 4px;
  left: initial;
  right: 5px !important;
  border-color: #fff;
}
.quiz_reports-setting .submit{
  padding-bottom: 0px;
  margin: 0px;
}
.quiz_reports-setting .submit input{
  background: var(--ldquiz-primary);
  border: none !important;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 5px;
  padding: 7px 20px;
  transition: .3s;
  box-shadow: none !important;
}
.quiz_reports-setting label{
  font-size: 13px;
  font-weight: 700;
  color: #5f5f5f;
  margin: 0px;
}
.qst-mrk-tbl-ldqr label i, 
.qst-mrk-tbl-ldqr label svg {
  width: 20px;
  height: 20px;
  font-size: 14px;
  color: #6c7781;
  border: 2px solid #6c7781;
  border-radius: 100%;
  padding: 2px;
  box-sizing: border-box !important;
  cursor: pointer;
  display: inline-grid;
  place-content: center;
  font-size: 12px;
  float: right;
}












.ldqrp-imp-panel thead, 
.ldqrp-imp-panel tfoot{
    background: #dbdbdb;
}
.ldqrp-imp-panel #doaction, 
.ldqrp-imp-panel #doaction2{
    background: #074b79;
    color: #fff;
    border-color: #074b79;
    font-size: 13px !important;
    line-height: 2.15384615 !important;
    padding: 0 10px !important;
    min-height: 30px !important;
}
.ldqrp-imp-panel select#bulk-action-selector-top, 
.ldqrp-imp-panel select#bulk-action-selector-bottom{
        font-size: 14px !important;
    line-height: 2 !important;
        padding: 0 24px 0 8px !important;
    min-height: 30px !important;
}
.ldqrp-imp-panel thead th, 
.ldqrp-imp-panel tfoot th, 
.ldqrp-imp-panel thead th a, 
.ldqrp-imp-panel tfoot th a{
    font-size: 15px;
    color: #000;
    font-weight: 500;
}
.ldqrp-imp-panel .tablenav{
    height: inherit;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0px;
    padding: 0px;
    line-height: 0;
}
.ldqrp-imp-panel .tablenav.top{
    margin-bottom: 10px;
}
.ldqrp-imp-panel .tablenav.bottom{
  margin-top: 10px;
}
.ldqrp-imp-panel .tablenav .bulkactions{
    display: inline-block !important;
}
.ldqrp-imp-panel .tablenav-pages, 
.ldqrp-imp-panel span.pagination-links{
    display: flex !important;
    align-items: center;
    gap: 5px;
    margin-bottom: 0px;
    height: inherit !important;
        margin-left: auto;
    width: fit-content;
    margin-top: 0px;
    flex-wrap: wrap;
}
.ldqrp-imp-panel .tablenav-pages.no-pages{
  display: none !important;
}
.ldqrp-imp-panel .tablenav-pages .displaying-num{
    display: inline-block !important;
    position: inherit;
}
.ldqrp-imp-panel span.pagination-links .button{
    width: 30px !important;
    min-width: 30px !important;
    padding: 0 4px !important;
    font-size: 16px !important;
    line-height: 1.625 !important;
}
.ldqrp-imp-panel span.pagination-links .current-page{
    font-size: 13px !important;
    padding: 0 8px !important;
    line-height: 2 !important;
    min-height: 30px !important;
}
.ldqr-sys-info tbody td:nth-child(2){
  font-weight: 400;
}
.ldqr-sys-info table{
  margin-bottom: 0px;
}

#custom-interface-for-custom-quiz-report-wrapper .pagination{
  margin: 20px 30px -35px;
  text-align: right;
}
#custom-interface-for-custom-quiz-report-wrapper .pagination button{
  background: #074b79;
  border: none !important;
  color: #fff;
  text-decoration: none;
  text-shadow: none;
  font-size: 16px;
  font-weight: 500;
  line-height: 20px;
  border-radius: 5px;
  padding: 7px 20px;
  transition: .3s;
  box-shadow: none !important;
  margin: 30px 0 0 30px;
  cursor: pointer;
}
#custom-interface-for-custom-quiz-report-wrapper .pagination button:hover{
  opacity: .9;
}
.ld-quiz-repo-tble .sticky_Email,
.ld-quiz-repo-tble .sticky_Email {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2; 
  min-width: 200px !important;
  max-width: 200px !important;
  width: 200px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ld-quiz-repo-tble  .sticky_Username,
.ld-quiz-repo-tble .sticky_Username {
  position: sticky;
  left: 0;
  background: #fff;
  z-index: 2;
  min-width: 100px !important;
  max-width: 100px !important; 
  width: 100px !important;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.ld-quiz-repo-tble .sticky_Email + .sticky_Username{
  left: 200px;
}

/* POPUP STYLES BEGIN */


/* .entry_table::before{
background-color: #00000078;
position: absolute;
left: 0;
top: 0;
width: 100%;
content: '';
z-index: 99;
height: 100%;
} */
 
@keyframes fadeIn {
  from {
      opacity: 0;
      transform: translateX(-50%) translateY(-10%);
  }
  to {
      opacity: 1;
      transform: translateX(-50%) translateY(0);
  }
}
.entry_table .modal {
  background: #fff;
  display:none;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  max-width: 600px;
  width: 100%; 
  z-index: 9999999;
  padding: 20px;
  justify-content: center;
  align-items: center;
  position: fixed;
  top:15%;
  transform: translateX(-50%);
  left: 50%;
  z-index: 1000;
  box-sizing: border-box;
  height: 450px;
  animation: fadeIn 0.6s ease;
}
.entry_table .modal .columns-container{  
box-sizing: border-box;
overflow-x: hidden;
}
.entry_table .modal .columns-container .column{ 
height: 250px;
overflow-y: auto;
box-sizing: border-box;
}
.entry_table .modal .columns-container .column::-webkit-scrollbar {
width: 5px;
} 
.entry_table .modal .columns-container .column{
margin:0 10px;
}
.entry_table .modal .columns-container .column::-webkit-scrollbar-thumb {
background: rgb(151, 151, 151);
border-radius: 10px;
}

.modal h2 {
  margin-top: 0;
}
.columns-container {
  display: flex;
  justify-content: space-between;
  margin-top: 20px;
}
.column {
  width: 45%;
  border: 1px solid #ddd;
  border-radius: 4px;
  padding: 10px;
  background: #fafafa;
}
.column h3 {
  margin-top: 0;
}
.column ul {
  list-style-type: none;
  padding: 0;
  min-height: 200px;
}
.column li {
  padding: 8px;
  border: 1px solid #ddd;
  border-radius: 4px;
  margin-bottom: 6px;
  background: #fff;
  cursor: move;
}
.buttons {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
.buttons button {
  margin-left: 10px;
  padding: 10px 20px;
  border: none;
  border-radius: 4px;
  cursor: pointer;
}
.buttons .save {
  background-color: #007bff;
  color: #fff;
}
.buttons .cancel {
  background-color: #f8f9fa;
  color: #000;
}
.over {
  border: 2px dashed #007bff;
}
.multi-select {
  width: 300px;
  position: relative;
  border: 1px solid #ccc;
  padding: 10px;
  border-radius: 5px;
}

.selected-options {
  display: flex;
  flex-wrap: wrap;
  gap: 5px;
  margin-bottom: 10px;
}

.selected-options .chip {
  background-color: #11a0d2;
  color:white;
  padding: 5px 10px;
  border-radius: 16px;
  display: flex;
  align-items: center;
}

.selected-options .chip .close {
  margin-left: 8px;
  cursor: pointer;
}

select {
  width: 100%;
  border: 1px solid #ccc;
  border-radius: 5px;
  padding: 5px;
}
/* POPUP STYLES ENDS  */

#custom-interface-for-custom-quiz-report_wrapper .dataTables_length label,#custom-interface-for-custom-quiz-report_wrapper .dataTables_filter  label  {
  display: flex;
  align-items: center;
  gap: 10px;
} 
#custom-interface-for-custom-quiz-report_wrapper .dataTables_filter  label {
  margin-top: 10px;
} 
.ld-qrp-shortcode-notice {
    margin-top: -190px;
    float: right;
}
.ld-qrp-sn-bx {
    padding: 25px;
    border-radius: 10px;
    background: #f3f3f3;
}
.ld_qrp_feed_addon_shortcode_box {
    background: #fff;
    border-radius: 5px;
    padding-left: 0px;
    box-shadow: 0 4px 8px 0 rgba(89, 89, 89, 0.058), 0 6px 20px 0 rgba(0, 0, 0, 0.125);
    display: block;
    width: fit-content;
    margin: 6px 0;
}
.ld_qrp_feed_addon_shortcode_box code {
    background: 0;
}
.ld_qrp_feed_addon_shortcode_box button {
    background: #074b79;
    padding: 5px;
    color: #fff;
    border: 0;
    border-radius: 0 5px 5px 0;
    cursor: pointer;
    transition: .3s;
}
.ld_qrp_feed_addon_shortcode_box button span {
    margin-bottom: 2px;
}
/*code, kbd {
    padding: 3px 5px 2px;
    margin: 0 1px;
    background: #f0f0f1;
    background: rgba(0, 0, 0, .07);
    font-size: 13px;
}*/








/* Responsive Starts */
@media(max-width: 990px){
  .entry_table .modal h2{
    font-size: 24px;
  }
 .entry_table .modal{
    width: 95%; 
  }
  .entry_table .modal .columns-container .column{
    width: 100%;
    margin: 0 10px 0 0;
  } 
  .entry_table .modal .columns-container .column + .column{
    overflow-x: hidden;
    margin: 20px 10px 0 0;
  }
  .columns-container{    
    height: 250px;
    overflow-y: auto;
    flex-direction: column;
  }
  .ldqrp-imp-panel table th, 
  .ldqrp-imp-panel table td{
      width: 200px;
      min-width: 200px;
      padding: 10px !important;
      box-sizing: border-box;
      display: table-cell !important;
  }   

  .ldqrp-imp-panel .toggle-row button:before, 
  .ldqrp-imp-panel td:before{
      display: none !important;
  } 
  .ldqrp-imp-panel .ldqrp_wp_log{
      display: block;
      overflow-x: auto;
  }
  .ldqrp-imp-panel thead th a, 
  .ldqrp-imp-panel thead td a, 
  .ldqrp-imp-panel tfoot th a, 
  .ldqrp-imp-panel tfoot td a{
      padding: 0px !important;
  }
  .ldqrp-imp-panel th input[type="checkbox"], 
  .ldqrp-imp-panel td input[type="checkbox"]{
      margin: 0px !important;
      width: 16px !important;
      height: 16px !important;
  }
  .ldqrp-imp-panel .tablenav.top{
      margin-top: 0px !important;
  }
  .ldqrp-imp-panel .bottom .tablenav-pages{
      margin-top: 0px !important;
  }
  .ldqrp_wp_log .toggle-row{
    display: none !important;
  }
  }
  
@media(max-width: 767px){
  .quiz_reports-setting input[type="checkbox"]{
    margin-left:0;
  }
  .quiz_reports-setting .ldscie-flex-row{
    margin: 15px 0;
  }
  .dataTables_wrapper .dataTables_length{
    width: 100%;
    text-align: left;
  }
  #custom-interface-for-custom-quiz-report_filter{
    display: block;
    width: 100%;
    text-align: left;
    margin: 0px 0 20px 0;
    padding: 0 30px;
    box-sizing: border-box;
  }
  .dataTables_scrollHeadInner table thead th, 
  .DTFC_LeftHeadWrapper table thead th{
    width: 200px;
  min-width: 200px;
  }
  .dataTables_scrollHeadInner table, .DTFC_LeftHeadWrapper table{
    display: block;
  }
  #custom-interface-for-custom-quiz-report_filter input{
    margin-left: 0px;
  }
  .custom-interface-LearnDash-panel-admin{
    margin-right: 10px;
  }
}
@media(max-width: 575px){
  .custom-interface-for-custom-quiz-report-settings-wrapper h1{
    margin: 0 20px 20px;
    font-size: 24px;
  }
  .ld-quiz-pro-search{
    margin: 0 20px 0px;
  }
  .dataTables_wrapper .dataTables_length{
    margin: 0px;
    padding: 20px 20px 20px;
    box-sizing: border-box;
  }
  #custom-interface-for-custom-quiz-report_filter{
    margin: 0px;
    padding: 0px 20px 20px;
    box-sizing: border-box;
  }
  #custom-interface-for-custom-quiz-report_filter input{
    width: 100%;
  }
  #cqr_license_options h2{
    font-size: 24px;
    margin-bottom: 10px;
  }
  #cqr_license_options, 
.quiz_reports-setting, 
.ldqrp-imp-panel, 
.ldqr-sys-info{
    margin-right: 10px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .ldqrp-imp-panel .tablenav{
    display: grid;
    grid-gap: 10px;
}
.ldqrp-imp-panel br.clear{
    display: none;
}
.ldqr-sys-info table{
  display: block;
  overflow-x: auto;
}
.ldqrp-imp-panel span.pagination-links .paging-input{
  display: flex;
  align-items: center;
}
.learndash-lms_page_woo-custom-quiz-report #wpwrap{
  overflow-x: hidden;
}
.ldqrp-imp-panel .tablenav-pages, .ldqrp-imp-panel span.pagination-links{
  margin-left: 0px;
}
#custom-interface-for-custom-quiz-report-wrapper .pagination{
  margin: 0px 20px 20px;
  text-align: left;
}
#custom-interface-for-custom-quiz-report-wrapper .pagination button:first-child{
  margin-left: 0px;
}
#custom-interface-for-custom-quiz-report-wrapper .download-csv-button{
  margin-left: 20px;
  padding: 7px 15px;
  font-size: 14px;
}
#custom-interface-for-custom-quiz-report-wrapper .pagination button{
  padding: 7px 15px;
  font-size: 14px;
}
}