#pt-main-report-div {
max-width: 1106px;
margin: 0 auto;
}
.pt-download-excel-btn-div {
max-width: 1106px;
margin: 0 auto;
margin-bottom: 20px;
display: flex;
justify-content: flex-end;
gap: 10px;
}
.pt-download-excel-btn-div button {
padding: 8px 20px;
background: #5e17eb;
border: none;
font-weight: bold;
border-radius: 8px;
box-shadow: 0px 0px 10px #b9b9b9;
}
#pt-main-report-div .crh-table-pagination {
display: flex;
justify-content: space-between;
max-width: 1106px;
margin: 30px auto;
}
#pt-main-report-div .crh-table-pagination button {
padding: 8px 20px;
background: #f7f7f7;
color: #333;
border: none;
font-weight: bold;
border-radius: 8px;
box-shadow: 0px 0px 10px #b9b9b9;
display: flex;
align-items: center;
gap: 5px;
}
.crh-pagination-number-container {
display: flex;
align-items: center;
gap: 5px;
}
.pt-table-wrapper {
margin: 0 auto;
max-width: 1106px;
overflow: auto;
}
.pt-table-container {
border: 1px solid #ccc;
min-width: 1430px;
}
.pt-table-header,
.pt-single-table-row {
display: flex;
background-color: #f5f5f5;
border-bottom: 1px solid #ddd;
}
.pt-single-table-row {
background-color: #fff;
border-bottom: 1px solid #ddd;
}
.pt-table-header {
background: #5e17eb;
color: #ffffff;
display: flex;
position: sticky;
top: 0;
z-index: 3;
}
.pt-col-header {
font-weight: bold;
border-bottom: 1px solid #ddd;
z-index: 3;
font-weight: bold;
box-sizing: border-box;
}
.pt-student-id-data,
.pt-student-email-data,
.pt-student-name-data,
.pt-course-grp-data,
.pt-course-name-data,
.pt-level1-data,
.pt-level2-data,
.pt-level3-data,
.pt-student-score-data,
.pt-total-score-data,
.pt-percentage-data { width: 100%;
padding: 10px;
border-right: 1px solid #ddd;
box-sizing: border-box;
background: inherit;
word-break: break-all;
}
.pt-col-student-id,
.pt-col-student-email,
.pt-col-student-name,
.pt-col-course-grp,
.pt-col-course-name,
.pt-col-level1,
.pt-col-level2,
.pt-col-level3,
.pt-col-student-score,
.pt-col-total-score,
.pt-col-percentage { width: 100%;
padding: 10px;
border-right: 1px solid #ddd;
box-sizing: border-box;
background: inherit;
text-align: center;
}
.pt-col-student-id,
.pt-student-id-data {
max-width: 100px;
width: 100%;
text-align: center;
}
.pt-student-email-data,
.pt-col-student-email {
min-width: 220px;
width: 100%;
}
.pt-col-student-name,
.pt-col-course-grp,
.pt-student-name-data,
.pt-course-grp-data {
min-width: 150px;
width: 100%;
}
.pt-course-name-data,
.pt-col-course-name {
min-width: 125px;
width: 100%;
}
.pt-col-level1,
.pt-level1-data {
min-width: 120px;
width: 100%;
}
.pt-col-level2,
.pt-level2-data {
min-width: 120px;
width: 100%;
}
.pt-col-level3,
.pt-level3-data {
min-width: 120px;
width: 100%;
}
.pt-single-table-row .pt-col-data:last-child,
.pt-table-header .pt-col-data:last-child {
border-right: none;
} .pt-table-filter {
max-width: 730px;
margin: 0 auto;
padding: 20px 0px;
}
.pt-table-filter .pt-select-fileds-wrapper {
display: flex;
gap: 30px;
}
.pt-table-filter .pt-select-fileds-wrapper.pt-wrapper-column-based {
display: flex;
flex-direction: column;
gap: 10px;
}
.pt-table-filter .pt-select-fileds-wrapper .pt-select-filed {
flex: 1;
padding: 10px 0px;
display: flex;
flex-direction: column; }
.pt-select-filed.pt-select-two-wrapper {
position: relative;
}
.pt-select-filed.pt-select-two-wrapper #pt_student_loader {
position: absolute;
top: 33px;
right: 0px;
}
#pt_student_loader {
z-index: 9999;
}
.pt-select-fileds-wrapper .pt-select-filed label {
font-size: 16px;
}
.pt-filter-search {
display: flex;
justify-content: flex-end;
padding: 10px 0px;
}
.pt-filter-search button{  color: #FFFFFF; background: #5e17eb;
font-weight: bold;
padding: 10px 30px;
border: unset;
}
#lcpt_generated_report:hover {
background-color: #52ffb8 !important;
color: #5e17eb!important;
}
#pt-download-excel:hover {
background-color: #52ffb8 !important;
color: #5e17eb!important;
}
#lcpt_get_analysis_report:hover {
background-color: #52ffb8 !important;
color: #5e17eb!important;
}.select2-container {
box-sizing: border-box;
display: inline-block;
margin: 0;
position: relative;
vertical-align: middle
}
.select2-container .select2-selection--single {
box-sizing: border-box;
cursor: pointer;
display: block;
height: 28px;
user-select: none;
-webkit-user-select: none
}
.select2-container .select2-selection--single .select2-selection__rendered {
display: block;
padding-left: 8px;
padding-right: 20px;
overflow: hidden;
text-overflow: ellipsis;
white-space: nowrap
}
.select2-container .select2-selection--single .select2-selection__clear {
position: relative
}
.select2-container[dir="rtl"] .select2-selection--single .select2-selection__rendered {
padding-right: 8px;
padding-left: 20px
}
.select2-container .select2-selection--multiple {
box-sizing: border-box;
cursor: pointer;
display: block;
min-height: 32px;
user-select: none;
-webkit-user-select: none
}
.select2-container .select2-selection--multiple .select2-selection__rendered {
display: inline-block;
overflow: hidden;
padding-left: 8px;
text-overflow: ellipsis;
white-space: nowrap
}
.select2-container .select2-search--inline {
float: left
}
.select2-container .select2-search--inline .select2-search__field {
box-sizing: border-box;
border: none;
font-size: 100%;
margin-top: 5px;
padding: 0
}
.select2-container .select2-search--inline .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none
}
.select2-dropdown {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
box-sizing: border-box;
display: block;
position: absolute;
left: -100000px;
width: 100%;
z-index: 1051
}
.select2-results {
display: block
}
.select2-results__options {
list-style: none;
margin: 0;
padding: 0
}
.select2-results__option {
padding: 6px;
user-select: none;
-webkit-user-select: none
}
.select2-results__option[aria-selected] {
cursor: pointer
}
.select2-container--open .select2-dropdown {
left: 0
}
.select2-container--open .select2-dropdown--above {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.select2-container--open .select2-dropdown--below {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.select2-search--dropdown {
display: block;
padding: 4px
}
.select2-search--dropdown .select2-search__field {
padding: 4px;
width: 100%;
box-sizing: border-box
}
.select2-search--dropdown .select2-search__field::-webkit-search-cancel-button {
-webkit-appearance: none
}
.select2-search--dropdown.select2-search--hide {
display: none
}
.select2-close-mask {
border: 0;
margin: 0;
padding: 0;
display: block;
position: fixed;
left: 0;
top: 0;
min-height: 100%;
min-width: 100%;
height: auto;
width: auto;
opacity: 0;
z-index: 99;
background-color: #fff;
filter: alpha(opacity=0)
}
.select2-hidden-accessible {
border: 0 !important;
clip: rect(0 0 0 0) !important;
height: 1px !important;
margin: -1px !important;
overflow: hidden !important;
padding: 0 !important;
position: absolute !important;
width: 1px !important
}
.select2-container--default .select2-selection--single {
background-color: #fff;
border: 1px solid #aaa;
border-radius: 4px
}
.select2-container--default .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px
}
.select2-container--default .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold
}
.select2-container--default .select2-selection--single .select2-selection__placeholder {
color: #999
}
.select2-container--default .select2-selection--single .select2-selection__arrow {
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px
}
.select2-container--default .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left
}
.select2-container--default[dir="rtl"] .select2-selection--single .select2-selection__arrow {
left: 1px;
right: auto
}
.select2-container--default.select2-container--disabled .select2-selection--single {
background-color: #eee;
cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection--single .select2-selection__clear {
display: none
}
.select2-container--default.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px
}
.select2-container--default .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered {
box-sizing: border-box;
list-style: none;
margin: 0;
padding: 0 5px;
width: 100%
}
.select2-container--default .select2-selection--multiple .select2-selection__rendered li {
list-style: none
}
.select2-container--default .select2-selection--multiple .select2-selection__placeholder {
color: #999;
margin-top: 5px;
float: left
}
.select2-container--default .select2-selection--multiple .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-top: 5px;
margin-right: 10px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
color: #999;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px
}
.select2-container--default .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #333
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__placeholder,.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-search--inline {
float: right
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto
}
.select2-container--default[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
border: solid black 1px;
outline: 0
}
.select2-container--default.select2-container--disabled .select2-selection--multiple {
background-color: #eee;
cursor: default
}
.select2-container--default.select2-container--disabled .select2-selection__choice__remove {
display: none
}
.select2-container--default.select2-container--open.select2-container--above .select2-selection--single,.select2-container--default.select2-container--open.select2-container--above .select2-selection--multiple {
border-top-left-radius: 0;
border-top-right-radius: 0
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--single,.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.select2-container--default .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa
}
.select2-container--default .select2-search--inline .select2-search__field {
background: transparent;
border: none;
outline: 0;
box-shadow: none;
-webkit-appearance: textfield
}
.select2-container--default .select2-results>.select2-results__options {
max-height: 200px;
overflow-y: auto
}
.select2-container--default .select2-results__option[role=group] {
padding: 0
}
.select2-container--default .select2-results__option[aria-disabled=true] {
color: #999
}
.select2-container--default .select2-results__option[aria-selected=true] {
background-color: #ddd
}
.select2-container--default .select2-results__option .select2-results__option {
padding-left: 1em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__group {
padding-left: 0
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option {
margin-left: -1em;
padding-left: 2em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -2em;
padding-left: 3em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -3em;
padding-left: 4em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -4em;
padding-left: 5em
}
.select2-container--default .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option .select2-results__option {
margin-left: -5em;
padding-left: 6em
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
background-color: #5897fb;
color: white
}
.select2-container--default .select2-results__group {
cursor: default;
display: block;
padding: 6px
}
.select2-container--classic .select2-selection--single {
background-color: #f7f7f7;
border: 1px solid #aaa;
border-radius: 4px;
outline: 0;
background-image: -webkit-linear-gradient(top, #fff 50%, #eee 100%);
background-image: -o-linear-gradient(top, #fff 50%, #eee 100%);
background-image: linear-gradient(to bottom, #fff 50%, #eee 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic .select2-selection--single:focus {
border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--single .select2-selection__rendered {
color: #444;
line-height: 28px
}
.select2-container--classic .select2-selection--single .select2-selection__clear {
cursor: pointer;
float: right;
font-weight: bold;
margin-right: 10px
}
.select2-container--classic .select2-selection--single .select2-selection__placeholder {
color: #999
}
.select2-container--classic .select2-selection--single .select2-selection__arrow {
background-color: #ddd;
border: none;
border-left: 1px solid #aaa;
border-top-right-radius: 4px;
border-bottom-right-radius: 4px;
height: 26px;
position: absolute;
top: 1px;
right: 1px;
width: 20px;
background-image: -webkit-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: -o-linear-gradient(top, #eee 50%, #ccc 100%);
background-image: linear-gradient(to bottom, #eee 50%, #ccc 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFCCCCCC', GradientType=0)
}
.select2-container--classic .select2-selection--single .select2-selection__arrow b {
border-color: #888 transparent transparent transparent;
border-style: solid;
border-width: 5px 4px 0 4px;
height: 0;
left: 50%;
margin-left: -4px;
margin-top: -2px;
position: absolute;
top: 50%;
width: 0
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__clear {
float: left
}
.select2-container--classic[dir="rtl"] .select2-selection--single .select2-selection__arrow {
border: none;
border-right: 1px solid #aaa;
border-radius: 0;
border-top-left-radius: 4px;
border-bottom-left-radius: 4px;
left: 1px;
right: auto
}
.select2-container--classic.select2-container--open .select2-selection--single {
border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow {
background: transparent;
border: none
}
.select2-container--classic.select2-container--open .select2-selection--single .select2-selection__arrow b {
border-color: transparent transparent #888 transparent;
border-width: 0 4px 5px 4px
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--single {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0;
background-image: -webkit-linear-gradient(top, #fff 0%, #eee 50%);
background-image: -o-linear-gradient(top, #fff 0%, #eee 50%);
background-image: linear-gradient(to bottom, #fff 0%, #eee 50%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFFFF', endColorstr='#FFEEEEEE', GradientType=0)
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--single {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0;
background-image: -webkit-linear-gradient(top, #eee 50%, #fff 100%);
background-image: -o-linear-gradient(top, #eee 50%, #fff 100%);
background-image: linear-gradient(to bottom, #eee 50%, #fff 100%);
background-repeat: repeat-x;
filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFEEEEEE', endColorstr='#FFFFFFFF', GradientType=0)
}
.select2-container--classic .select2-selection--multiple {
background-color: white;
border: 1px solid #aaa;
border-radius: 4px;
cursor: text;
outline: 0
}
.select2-container--classic .select2-selection--multiple:focus {
border: 1px solid #5897fb
}
.select2-container--classic .select2-selection--multiple .select2-selection__rendered {
list-style: none;
margin: 0;
padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__clear {
display: none
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice {
background-color: #e4e4e4;
border: 1px solid #aaa;
border-radius: 4px;
cursor: default;
float: left;
margin-right: 5px;
margin-top: 5px;
padding: 0 5px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove {
color: #888;
cursor: pointer;
display: inline-block;
font-weight: bold;
margin-right: 2px
}
.select2-container--classic .select2-selection--multiple .select2-selection__choice__remove:hover {
color: #555
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
float: right
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice {
margin-left: 5px;
margin-right: auto
}
.select2-container--classic[dir="rtl"] .select2-selection--multiple .select2-selection__choice__remove {
margin-left: 2px;
margin-right: auto
}
.select2-container--classic.select2-container--open .select2-selection--multiple {
border: 1px solid #5897fb
}
.select2-container--classic.select2-container--open.select2-container--above .select2-selection--multiple {
border-top: none;
border-top-left-radius: 0;
border-top-right-radius: 0
}
.select2-container--classic.select2-container--open.select2-container--below .select2-selection--multiple {
border-bottom: none;
border-bottom-left-radius: 0;
border-bottom-right-radius: 0
}
.select2-container--classic .select2-search--dropdown .select2-search__field {
border: 1px solid #aaa;
outline: 0
}
.select2-container--classic .select2-search--inline .select2-search__field {
outline: 0;
box-shadow: none
}
.select2-container--classic .select2-dropdown {
background-color: #fff;
border: 1px solid transparent
}
.select2-container--classic .select2-dropdown--above {
border-bottom: none
}
.select2-container--classic .select2-dropdown--below {
border-top: none
}
.select2-container--classic .select2-results>.select2-results__options {
max-height: 200px;
overflow-y: auto
}
.select2-container--classic .select2-results__option[role=group] {
padding: 0
}
.select2-container--classic .select2-results__option[aria-disabled=true] {
color: grey
}
.select2-container--classic .select2-results__option--highlighted[aria-selected] {
background-color: #3875d7;
color: #fff
}
.select2-container--classic .select2-results__group {
cursor: default;
display: block;
padding: 6px
}
.select2-container--classic.select2-container--open .select2-dropdown {
border-color: #5897fb
}.lcpt-quiz-results-heading-container h4 {
font-size: 20px !important;
font-weight: 600 !important;
}
.lcpt_result_table table {
width: 100%;
margin: 0px !important;
}
.lcpt_result_table table tr:first-child th.lcpt-heading {
font-size: 20px;
font-weight: 700;
color: #333 !important;
}
.lcpt_cloze_ans {
padding: 6px 8px !important;
border-radius: 0px;
border: 2px solid #c0d0ff !important;
background: #edf0f9 !important;
color: #000 !important;
}
.lcpt_input_data{
display: inline;
}  .lcpt-sm-header-label, 
.lcpt-ms-header-label, 
.lcpt-free-header-label, 
.lcpt-sort-header-label, 
.lcpt-asses-header-label,
.lcpt-essay-header-label,
.lcpt-cloze-header-label {
position: relative;
margin-top: 0 !important;
margin: 1em 0;
min-height: 75px;
display: flex;
justify-content: center;
align-items: center;
text-align: center;
border-radius: 6px;
background-color: #FBFBFB;
}
.lcpt-header-answer-wrapper {
padding: 10px 0px !important;
}
.lcpt-cloze-header-label {
display: block !important;
}
.lcpt-cloze-header-label .lcpt-inc-label {
text-align: center;
}
.lcpt-cloze-header-label h3 {
text-align: center;
}
.lcpt-cloze-header-label .iframe {
text-align: center;
}
.lcpt-cloze-header-label p {
text-align: center;
}  .lcpt-free-question h5,
.lcpt-question-name-container h5 {
font-size: 14px !important;
margin: 7px 0px !important;
font-weight: 700 !important;
}
.lcpt-free-question p,
.lcpt-question-name-container p {
margin-top: 10px !important;
font-family: 'Poppins', Arial !important;
font-style: normal !important;
font-weight: 500 !important;
color: #222 !important;
} .lcpt_filter_incorrect_question, 
.lcpt_filter_correct_question, 
.lcpt_filter_all_question {
background: #5e17eb !important;
padding: 12px 28px !important;
font-weight: 500 !important;
letter-spacing: 0.7px !important;
border: 0 !important;
border-radius: 5px !important;
color: #fff !important;
font-size: 15px;
margin: 0px 10px;
cursor: pointer;
}
.lcpt_filter_incorrect_question:hover, 
.lcpt_filter_correct_question:hover, 
.lcpt_filter_all_question:hover {
background: #52ffb8 !important;
color: #5e17eb !important;
} .lcpt-correct {
color: #00c349;
}
.lcpt-incorrect {
color:red;
} .lcpt_sort_qstudent{
background-color: rgb(129, 190, 234);
}
.lcpt_sort_qstudent.active{
background-color: rgb(67, 135, 183);
} .lcpt_sort_cstudent {
background-color: rgb(129, 190, 234);
}
.lcpt_sort_cstudent.active {
background-color: rgb(67, 135, 183);
} .lcpt_status_image{
max-width: 80px !important;
max-height: 70px;
position: absolute;
top: 0;
right: 10%;
} .lcpt-free-user-div ul,
.lcpt-user-answer-ul-list-container ul {
list-style: none;
padding: 0px;
}
.lcpt-free-user-div ul li label {
border: 2px solid #c0d0ff !important;
background: #edf0f9 !important;
width: 100%;
display: flex;
align-items: center;
gap: 20px;
padding: 8px;
border-radius: 5px;
}
.lcpt-free-user-div ul li input {
margin: 0px !important;
color: #000 !important;
background-color: #FFF !important;
padding: 8px 10px;
} .lcpt-user-answer-ul-list-container .lcpt-mat-table {
width: 100%;
border-radius: 6px;
}
.lcpt-user-answer-ul-list-container .lcpt-mat-table td {
padding: 0px !important;
}
.lcpt-user-answer-ul-list-container .lcpt-mat-table .lcpt-user-given-answer-container {
display:flex; 
align-items:center;
}
.lcpt-user-answer-ul-list-container .lcpt-mat-table .lcpt-user-given-answer-container > div {
color: #FFF !important;
font-weight: 500 !important;
}
.lcpt-user-answer-ul-list-container .lcpt-mat-table li.lcpt-user-given-answer {
border: none !important;
border-radius: 6px;
color: #FFF !important;
font-weight: 500 !important;
background-color: #5E17EB !important;
margin: 0.5em;
padding: .5em 1em;
width: max-content;
}
.lcpt-mat-table.lcpt_mat_correct {
background-color: #00C349;
}
.lcpt-mat-table.lcpt_mat_incorrect {
background-color: #F11414;
} .lcpt_sort_qstudent,
.lcpt_sort_cstudent {
border-radius: 5px;
font-size: 14px;
padding: 4px;
color: #FFF;
cursor: pointer;
}
.lcpt_sort_qstudent {
margin-right: 5px;
}
.lcpt_sort_show_student,
.lcpt_sort_show_correct {
list-style: none;
padding: 0px;
margin-bottom: 25px;   
}
.lcpt_sort_show_student .lcpt_sort_incorrect,
.lcpt_sort_show_student .lcpt_sort_correct,
.lcpt_sort_show_correct .lcpt_sort_correct {
padding: 15px;
margin-bottom: 10px;
border: 2px solid red;
border-radius: 8px;
font-weight: 500 !important;
}
.lcpt_sort_show_student .lcpt_sort_correct,
.lcpt_sort_show_correct .lcpt_sort_correct {
border: 2px solid #e2e7ed;
background-color: #00C349;
color: #FFF;
} .lcpt-sm-user-div .lcpt-single-multiple-list {
list-style: none;
padding: 0px;
margin-bottom: 20px;
}
.lcpt-sm-user-div .lcpt-single-multiple-list li {
border-radius: 6px;
padding: 8px !important;
border: 2px solid #c0d0ff !important;
background: #edf0f9 !important;
margin-bottom: 10px;
}
.lcpt-sm-user-div .lcpt-single-multiple-list li label {
margin: 0px !important;
}
.lcpt-sm-user-div .lcpt-single-multiple-list li.lcpt_smcorrect {
background: #79d279 !important;
border: 2px solid #79d279 !important;
}
.lcpt-sm-user-div .lcpt-single-multiple-list li.lcpt_smincorrect {
background: #ff8080 !important;
border: 2px solid #ff8080 !important;
}
.lcpt-sm-user-div .lcpt-single-multiple-list li input[type="radio"] {
background: transparent;
border: none;
margin-right: 10px;
visibility: hidden !important;
}
.lcpt-single-multiple-list li.lcpt_smcorrect input[type="radio"]:checked,
.lcpt-single-multiple-list li.lcpt_smincorrect input[type="radio"]:checked {
visibility: visible !important;
}
.lcpt-single-multiple-list li.lcpt_smcorrect input[type="radio"]:checked::before {
visibility: visible !important;
width: 20px;
height: 20px;
display: flex;
content: '\f00c';
font-size: 21px;
font-weight: bold;
position: absolute;
align-items: center;
justify-content: center;
color: #267326 !important;
font-family: 'Font Awesome 5 Free';
background: #79d279 !important;
margin: 0px;
}
.lcpt-single-multiple-list li.lcpt_smincorrect input[type="radio"]:checked::before {
visibility: visible !important;
width: 20px;
height: 20px;
display: flex;
content: '\f00d' !important;
font-size: 21px;
font-weight: bold;
position: absolute;
align-items: center;
justify-content: center;
color: #cc0000 !important;
font-family: 'Font Awesome 5 Free';
background: #ff8080 !important;
margin: 0px;
} .lcpt-cloze-user-div {
margin-bottom: 20px !important;
}
.lcpt-cloze-user-div p {
color: #000 !important;
}
.lcpt-cloze-user-div .lcpt_cloze_ans {
display: inline-flex;
flex-direction: column;
gap: 5px;
}
.lcpt-cloze-user-div .lcpt_cloze_ans input {
border: 0px;
color: #000;
height: auto;
margin: 0px;
padding: 0px 4px;
border-radius: 0px;
}
.lcpt-cloze-user-div .lcpt_cloze_ans input.wpProQuiz_answerCorrect {
background-color: #00c349;
}
.lcpt-cloze-user-div .lcpt_cloze_ans input.wpProQuiz_answerIncorrect {
background-color: #f11414;
} .lcpt-essay-parent .lcpt-essay-user-div {
margin-bottom: 20px !important;
}
.lcpt-essay-parent .lcpt-essay-user-div p {
font-family: 'Poppins', Arial !important;
font-style: normal !important;
font-weight: 500 !important;
color: #222 !important;
}
.lcpt-essay-parent .lcpt-essay-user-div textarea {
height: 70px !important;
border: 2px solid #c0d0ff !important;
border-radius: 0px !important;
background: #edf0f9 !important;
color: #000 !important;
width: 100% !important;
padding: 1em !important;
}
.lcpt-essay-parent .lcpt-essay-user-div .lcpt-essay-file-upload-form {
display: inline-flex;
background-color: #f0f3f6;
border-radius: 6px;
margin: 1em 0;
padding: 1.5em;
}
.lcpt-essay-parent .lcpt-essay-user-div .lcpt-essay-file-upload-form input[type="file"] {
background: #fff;
border-radius: 6px;
flex: 1;
margin-right: 1em;
padding: 1em;
}
.lcpt-essay-parent .lcpt-essay-user-div .lcpt-essay-file-upload-form input[type="submit"] {
border-radius: 22px;
width: 100% !important;
margin-left: 0 !important;
padding: 15px !important;
background: #5E17EB !important;
font-size: 15px !important;
letter-spacing: 0.7px !important;
border: none;
color: #FFF !important;
} .lcpt-essay-answer-main-container .wpProQuiz_correct,
.lcpt-essay-answer-main-container .wpProQuiz_incorrect{
display: flex;
justify-content: space-between;
color: #00c349 !important;
font-weight: 500 !important;
padding: 0px 20px !important;
}
.lcpt-essay-answer-main-container .wpProQuiz_correct .wpProQuiz_response_correct_points_label {
position: absolute;
right: 10px;
} .lcpt-assessment-answer-main-container {
width: 100%;
}
.lcpt-assessment-answer-main-container .wpProQuiz_correct > div,
.lcpt-assessment-answer-main-container .wpProQuiz_incorrect > div {
display: flex;
justify-content: space-between;
color: #00c349 !important;
font-weight: 500 !important;
padding: 0px 20px !important;
}
.lcpt-assessment-answer-main-container .wpProQuiz_correct > div span:first-child,
.lcpt-assessment-answer-main-container .wpProQuiz_incorrect > div span:first-child {
flex: 1;
}
.lcpt-assessment-answer-main-container .wpProQuiz_correct > div span:last-child,
.lcpt-assessment-answer-main-container .wpProQuiz_incorrect > div span:last-child {
position: absolute;
right: 20px;
}
.lcpt-assses-user-div ul {
list-style: none;
padding: 15px !important;
border: 2px solid #e2e7ed;
border-radius: 6px;
padding: 1em;
}
.lcpt-assses-user-div ul p {
margin: 0px !important;
}
.lcpt-assses-user-div ul label {
display: inline-flex;
font-weight: 700;
margin: 0px .25em;
padding: 0.5em !important;
width: auto;
border: 2px solid #c0d0ff !important;
border-radius: 6px;
color: #000;
background: #edf0f9 !important;
}
.lcpt-assses-user-div ul label input[type="radio"] {
appearance: none;
position: relative;
height: 20px;
width: 20px; background: #5e17eb;
border: none;
color: #fff;
cursor: pointer;
display: inline-block;
margin-right: 0.5rem;
outline: none;
z-index: 1000;
margin-top: 0px !important;
margin-right: 10px !important;
border-radius: 50% !important;
}
.lcpt-assses-user-div ul label input[type="radio"]:checked {
visibility: visible !important;
}
.lcpt-assses-user-div ul label input[type="radio"]:checked::before {
visibility: visible !important;
width: 20px;
height: 20px;
display: flex;
content: '\f00c';
font-size: 21px;
font-weight: bold;
position: absolute;
align-items: center;
justify-content: center;
color: #5e17eb !important;
font-family: 'Font Awesome 5 Free';
background: #f2f2f2 !important;
margin: 0px;
} .lcpt_essay_download {
border-radius: 22px;
width: 100% !important;
margin-left: 0 !important;
padding: 15px !important;
background: #5E17EB !important;
font-size: 15px !important;
letter-spacing: 0.7px !important;
border: none;
color: white !important;
} .lcpt_navigation_container {
padding: 5px;
display: flex;
flex-wrap: wrap;
gap: 5px;
background-color: #f0f3f6;
}
.lcpt_navigation_container div.lcpt_inner_div {
cursor: pointer;
padding: 5px 0px;
text-align: center;
min-width: 30px;
font-size: 16px;
line-height: 1.6;
background-color: #fff;
}
.lcpt_navigation_container a {
color: #000 !important;
}
.lcpt_navigation_container div.lcpt-div-green {
background-color: #00c349 !important;
}
.lcpt_navigation_container div.lcpt-div-red {
background-color: #f11414 !important;
}
.lcpt_navigation_labels_container {
margin: 10px 0px;
font-size: 16px;
display: flex;
gap: 10px;
}
.lcpt_navigation_labels_container > div span {
margin-right: 4px;
display: inline-block;
width: 14px;
height: 14px;
}
.lcpt_navigation_labels_container .lcpt_navigation_correct span {
background-color: #00c349;
}
.lcpt_navigation_labels_container .lcpt_navigation_incorrect span {
background-color: #f11414;
} .pt-course-import-popup-main {
max-width: 800px !important;
width: 100% !important;
}
.pt-course-import-popup-main h3.pt-course-import-popup-h3 {
text-align: left;
margin-bottom: 5px;
}
.pt-course-import-popup-main .pt-course-import-popup-header,
.pt-course-import-popup-main .pt-course-import-popup-content {
padding: 0px;
}
.pt-course-import-popup-main .pt-course-import-popup-title {
margin: 0px;
line-height: 1.5;
}
#lcpt_student_report_table_container .lcpt_invalid_data_details_list {
margin: 20px 0px;
}
.pt-course-import-popup-content #lcpt_student_report_table_container p {
margin: 0px 0px 8px 0px;
text-align: left;
font-size: 16px;
} .pt-course-import-popup-content #lcpt_student_report_table {
border-collapse: collapse;
width: 100%;
}
.pt-course-import-popup-content #lcpt_student_report_table tr th,
.pt-course-import-popup-content #lcpt_student_report_table tr td {
padding: 10px;
width: 25%;
word-break: break-all;
}
#lcpt_student_report_table .lcpt_remark_list {
list-style: disc;
list-style-position: inside;
text-align: left;
font-size: 16px;
}
.pt-course-import-popup-content .lcpt-student-report-table-wrapper {
max-height: 250px;
overflow: auto;
}
.lcpt_import_course_data_btn_container {
display: flex;
align-items: center;
}
.lcpt_import_course_data_btn_container #lcpt_import_course_data {
padding: 12px;
width: 86px;
background: #0032c7;
color: #fff;
outline: none;
border: none;
font-weight: 500;
border-radius: 5px;
}.wcs-recurring-totals-panel{padding:1em 0 0;position:relative}.wcs-recurring-totals-panel:after{border-style:solid;border-width:1px 0;bottom:0;content:"";display:block;left:0;opacity:.3;pointer-events:none;position:absolute;right:0;top:0}.wcs-recurring-totals-panel+.wcs-recurring-totals-panel:after{border-top-width:0}.wcs-recurring-totals-panel .wc-block-components-panel .wc-block-components-totals-item{padding-left:0;padding-right:0}.wcs-recurring-totals-panel .wc-block-components-totals-item__label:first-letter{text-transform:capitalize}.wcs-recurring-totals-panel .wcs-recurring-totals-panel__title .wc-block-components-totals-item__label{font-weight:700}.wcs-recurring-totals-panel__title{margin:0}.wcs-recurring-totals-panel__details .wc-block-components-panel__button,.wcs-recurring-totals-panel__details .wc-block-components-panel__button:focus,.wcs-recurring-totals-panel__details .wc-block-components-panel__button:hover{font-size:.875em}.wcs-recurring-totals-panel__details .wc-block-components-panel__content>.wc-block-components-totals-item:first-child{margin-top:0}.wcs-recurring-totals-panel__details .wc-block-components-panel__content>.wc-block-components-totals-item:last-child{margin-bottom:0}.wcs-recurring-totals-panel__details .wcs-recurring-totals-panel__details-total .wc-block-components-totals-item__label{font-weight:700}.wcs-recurring-totals__subscription-length{float:right}