/**
 * All of the CSS for your public-facing functionality should be
 * included in this file.
 */

 

/*Date filte customization*/
.gamplify_custom_date_filter .front-date-range { border-top: none; border-bottom: none; margin-bottom: 30px; }
.gamplify_custom_date_filter .custom-form { justify-content: space-between; margin: 10px 0; display: flex; }
.gamplify_custom_date_filter  .date-pick { align-items: center; }
.gamplify_custom_date_filter .date-input-custom-date-filter { padding-left: 10px; }
.gamplify_custom_date_filter  a#submitCustomFilter { background-color: #152470; color: #fff; font-size: 15px; padding: 3px 26px; border-radius: 50px; margin-left: 10px; }
.gamplify_custom_date_filter  a#submitCustomFilterReset { background-color: #1d2327; color: #fff; font-size: 15px; padding: 3px 26px; border-radius: 50px; margin-left: 10px; }


.gamplify_learndash_course_filter .front-date-range { border-top: none; border-bottom: none; margin-bottom: 30px; }
.gamplify_learndash_course_filter .custom-form { justify-content: space-between; margin: 10px 0; display: flex; }
.gamplify_learndash_course_filter  .date-pick { align-items: center; }
.gamplify_learndash_course_filter .date-input-custom-date-filter { padding-left: 10px; }
.gamplify_learndash_course_filter  a#submitCustomFilter { background-color: #152470; color: #fff; font-size: 15px; padding: 3px 26px; border-radius: 50px; margin-left: 10px; }
.gamplify_learndash_course_filter  a#submitCustomFilterReset { background-color: #1d2327; color: #fff; font-size: 15px; padding: 3px 26px; border-radius: 50px; margin-left: 10px; }

 
.loader-course { border: 10px solid #f3f3f3; border-top: 10px solid #3498db; border-radius: 50%; width: 50px; height: 50px; animation: spin 2s linear infinite; position: absolute; z-index: 2; left: 0; right: 0; top: calc(50% - 50px); bottom: 0; margin: 0 auto; }
.overlayer-course{ position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; background: #00000050; }

@keyframes spin {
  0% { transform: rotate(0deg); }
  100% { transform: rotate(360deg); }
}

table#UserAnalyticsReports thead tr th { text-align: center; }
.UserAnalyticsReportTable span.overlayer-useranalytics { background: #ededed; width: 100%; display: inherit; text-align: center; padding: 10px; font-weight: 700; }
span.overlayer-useranalytics span { color: green; padding-left: 10px; font-size: 20px; }
table#UserAnalyticsReports { line-height: 15px; }
tbody.tableDataResponse-2 tr td { text-align: center; }

tbody.tableDataResponse-2 tr td:first-child { font-weight: 500; }
span.totalCounter { margin: 0px 15px; font-size: 20px; }
span.totalCounter span { color: green; font-weight: 700; }
select#org_tag_filter { margin: 14px 0px; }



.colorCodes span.codes { padding-right: 25px; vertical-align: middle }
.dot-uncompleted { height: 20px; width: 20px; background-color: #fff; border-radius: 50%; margin-right: 5px; display: inline-block; vertical-align: middle; border: 1px solid #dadada }
.dot-completed { height: 20px; width: 20px; background-color: #04a704; border-radius: 50%; margin-right: 5px; display: inline-block; vertical-align: middle }
.dot-late { height: 20px; width: 20px; background-color: #ff0; border-radius: 50%; margin-right: 5px; display: inline-block; vertical-align: middle }
.dot-very-late { height: 20px; width: 20px; background-color: red; border-radius: 50%; margin-right: 5px; display: inline-block; vertical-align: middle }
.colorCodes { margin-bottom: 50px }
td.gfy-completed { background: #04a704 }
td.gfy-very-late { background: red }
td.gfy-late { background: #feff1e }
select#org_filter_by_company_tag { margin-bottom: 15px }
body .dataTables_wrapper .dataTables_filter label { font-size: 0 }
body .dataTables_wrapper .dataTables_filter { width: 100%; float: none; order: -1 }
body .dataTables_wrapper .dataTables_filter input { width: 100%; height: 50px; background-color: #fff; border-radius: 25px; padding-left: 35px; margin: 0 0 15px 0 }
body .dataTables_wrapper .dataTables_length { float: none; margin-bottom: 15px; margin-left: auto }
.dataTables_wrapper .dataTables_paginate { margin-left: auto }
body .dataTables_wrapper { display: flex; flex-wrap: wrap; justify-content: space-between }
body .dataTables_wrapper .dataTables_length select { padding: 0 30px 0 11px; height: 30px; background-position: right .5rem center }
table.dataTable.no-footer { overflow: hidden }
div[class*="Table"] th { background: #161e2a!important; color: #fff }
div[class*="Table"] th:not(:last-child) { border-right: solid 1px #ccc }
div[class*="Table"] tr.even { background: #eee!important }
div[class*="Table"] tbody tr td:not(:last-child) { border-right: solid 1px #ccc }
div[class*="Table"] tbody tr:not(:last-child) td { border-bottom: solid 1px #ccc }
div[class*="Table"] tbody td.gfy-late { color: #000 }
div[class*="Table"] tbody td.gfy-completed,div[class*="Table"] tbody td.gfy-very-late { color: #fff }
.dataTables_wrapper .dataTable { margin-bottom: 15px; border: 1px solid rgb(204 204 204) }
.colorCodes { text-align: center; background: #eee; padding: 20px 0; margin-top: 20px }
.gamplify_custom_date_filter .front-date-range { border-top: none; border-bottom: none; margin-bottom: 30px }
.gamplify_custom_date_filter .custom-form { justify-content: space-between; margin: 10px 0; display: flex }
.gamplify_custom_date_filter .date-pick { align-items: center }
.gamplify_custom_date_filter .date-input-custom-date-filter { padding-left: 10px }
.gamplify_custom_date_filter a#submitCustomFilter { background-color: #152470; color: #fff; font-size: 15px; padding: 3px 26px; border-radius: 50px; margin-left: 10px }
.gamplify_custom_date_filter a#submitCustomFilterReset { background-color: #1d2327; color: #fff; font-size: 15px; padding: 3px 26px; border-radius: 50px; margin-left: 10px }
div.dataTables_processing { width: 100%!important }
.pagination-links span.page-numbers.current { padding: 15px; background: #049a9b; color: #fff!important }
.pagination-links a.page-numbers { padding: 15px; background: #dadada; font-size: inherit }
form.wp-user-list-search input[type="text"] { margin-right: 15px }
table#users-list { border-spacing: 1px; max-width: 100%; width: 100%; empty-cells: show; font-size: 16px; line-height: 24px; margin-bottom: 27px; }
table#users-list thead { background: #000 }
table#users-list thead tr th,table#users-list thead tr th a,table#users-list thead tr th span:before { color: #fff }
tr.notfounduser td { text-align: center }
.sorting-indicator { display: contents; visibility: inherit; width: 10px; height: 4px; margin-top: 8px; margin-right: 7px }
.sorting-indicator:before { content: "\f140"; font: normal 20px/1 dashicons; speak: never; display: inline-block; padding: 0; color: #3c434a; line-height: 1.5; position: relative; vertical-align: top; -webkit-font-smoothing: antialiased; -moz-osx-font-smoothing: grayscale; text-decoration: none!important; color: #3c434a }
span.sorting-indicator.asc::before { content: "\f140"!important }
span.sorting-indicator.desc::before { content: "\f142"!important }
.filterRow { display: block }

select#filterByStage { float: right; cursor: pointer }
form.wp-user-list-search { width: 50%; float: left }
table#CourseReports { line-height: 15px }
.courseReportTable { position: relative }
.coursedatetimefilterbox { padding: 15px 0; border: 1px solid #dadada; border-radius: 16px; margin-bottom: 15px }
.coursedatetimefilterbox div#getdaterange { padding-left: 21px }
a#coursedatetimefilter { background: var(--bb-headings-color); color: var(--bb-header-background); padding: 5px 30px; margin-left: 15px; border-radius: 31px }
table#CourseReports thead { background: #161e2a }
table#CourseReports thead th { color: #fff }
.loader-course,.loader-company { border: 10px solid #f3f3f3; border-top: 10px solid #3498db; border-radius: 50%; width: 50px; height: 50px; animation: spin 2s linear infinite; position: absolute; z-index: 2; left: 0; right: 0; top: calc(50% - 50px); bottom: 0; margin: 0 auto }
.overlayer-course,.overlayer-company { position: absolute; left: 0; right: 0; top: 0; bottom: 0; z-index: 1; background: #00000050 }
select#cmp_tag_filter,select#cmp_field_filter { margin-bottom: 15px; width: 20% }
span.totalCounterCompany,span.totalCounterCompanyField { float: right; margin-top: 12px; margin-right: 10px }
span.totalCounterCompany span,span.totalCounterCompanyField span { color: #007cff; font-weight: 500 }
select#org_tag_filter2 { margin-bottom: 15px }
@keyframes spin {
    0% {
        transform: rotate(0deg)
    }

    100% {
        transform: rotate(360deg)
    }
}

table#UserAnalyticsReports thead tr th { text-align: center }
.UserAnalyticsReportTable span.overlayer-useranalytics { background: #ededed; width: 100%; display: inherit; text-align: center; padding: 10px; font-weight: 700 }
span.overlayer-useranalytics span { color: green; padding-left: 10px; font-size: 20px }
table#UserAnalyticsReports { line-height: 15px }
tbody.tableDataResponse-2 tr td { text-align: center }
tbody.tableDataResponse-2 tr td:first-child { font-weight: 500 }
span.totalCounter { margin: 0 15px; font-size: 17px; float: right; margin-top: 10px }
span.totalCounter span { color: green; font-weight: 700 }
select#org_tag_filter { margin: 14px 0 }
.UserLogFilter { padding: 15px 15px; border: 1px solid #dadada; border-radius: 16px; margin-bottom: 15px }
a#userCreatedatetimefilter { background: var(--bb-headings-color); color: var(--bb-header-background); padding: 5px 30px; margin-left: 15px; border-radius: 31px }
a#userlogdatetimefilter { background: var(--bb-headings-color); color: var(--bb-header-background); padding: 5px 30px; margin-left: 15px; border-radius: 31px }
table#users-logs-list thead { background: #000 }
table#users-logs-list thead tr th,table#users-logs-list thead tr th a,table#users-logs-list thead tr th span:before { color: #fff }
table#UserLearndashReports thead { background: transparent!important; color: #161e2a!important }
table#UserLearndashReports thead th { min-height: 70px; text-align: center }
.MainUserReportCardData { display: grid; grid-template-columns: repeat(3,1fr); grid-gap: 40px; align-items: stretch }
.UserReportCardData thead tr th { text-align: left!important }

i.dashicons.green::before {
    color: green
}

i.dashicons.red::before {
    color: red
}

.UserReportCardData table.dataTable tbody th,.UserReportCardData .table.dataTable tbody td {
    padding: 10px
}

.UserReportCardData table#UserLearndashReports tbody tr td {
    display: flex;
    align-items: center
}

.UserReportCardData table#UserLearndashReports tbody tr td i.dashicons {
    margin-right: 5px
}

.UserAnalyticsReportTable.userDataReport {
    margin-bottom: 20px
}

.UserAnalyticsReportTable.userDataReport span.overlayer-useranalytics {
    margin-bottom: 10px
}

.UserReportCardData {
    height: 100%;
    box-shadow: 1px 1px 4px 2px #ededed;
    border-radius: 5px;
    padding: 15px 0 30px
}

.UserReportCardData.asdfasdf {
    box-shadow: 1px 1px 4px 2px #8446ac
}

table#UserLearndashReports {
    border: none
}

.UserReportCardData.highlight {
    box-shadow: 1px 1px 4px 2px #8446ac
}

.gamplify_learndash_course_filter .front-date-range {
    border-top: none;
    border-bottom: none;
    margin-bottom: 30px
}

.gamplify_learndash_course_filter .custom-form {
    justify-content: space-between;
    margin: 10px 0;
    display: flex
}

.gamplify_learndash_course_filter .date-pick {
    align-items: center
}

.gamplify_learndash_course_filter .date-input-custom-date-filter {
    padding-left: 10px
}

.gamplify_learndash_course_filter a#submitCustomFilter {
    background-color: #152470;
    color: #fff;
    font-size: 15px;
    padding: 3px 26px;
    border-radius: 50px;
    margin-left: 10px
}

.gamplify_learndash_course_filter a#submitCustomFilterReset {
    background-color: #1d2327;
    color: #fff;
    font-size: 15px;
    padding: 3px 26px;
    border-radius: 50px;
    margin-left: 10px
}

.comapny-filter-meta span.totalCounterCompany,.comapny-filter-field span.totalCounterCompanyField {
    margin-bottom: 15px
}

tbody.tableContactFieldCompany  td a, tbody.tableCompany  td a, tbody.tableOrgnization  td a{
    color: var(--bb-primary-color);
    outline: 0;
    text-decoration: none;
        font-size: 17px;
    line-height: 24px;
}

table#UserLearndashReports tr td a{
    font-size: 17px;
}

 
.metrics-boxs .metrics-title {
    margin: 10px;
}
.metrics-boxs .metrics-couter{
    margin: 10px;
}

.MetrixUserResultCount {
    background: #ededed;
}

.MetrixUserResultCount h3 {
    line-height: 50px;
    text-align: center;
}
.MetrixUserResultCount h3 span {
    color: green;
    font-weight: 700;
}
table#MetrixUserResultLists thead th {
    background: #000;
    color: #fff;
    border: 1px solid;
    text-align: center;
}

table#MetrixUserResultLists tbody td {
    text-align: center;
}
/*
 .select2-container {
  min-width: 400px;
}

.select2-results__option {
  padding-right: 20px;
  vertical-align: middle;
}
.select2-results__option:before {
  content: "";
  display: inline-block;
  position: relative;
  height: 20px;
  width: 20px;
  border: 2px solid #e9e9e9;
  border-radius: 4px;
  background-color: #fff;
  margin-right: 20px;
  vertical-align: middle;
}
.select2-results__option[aria-selected=true]:before {
  font-family:fontAwesome;
  content: "\f00c";
  color: #fff;
  background-color: #f77750;
  border: 0;
  display: inline-block;
  padding-left: 3px;
}
.select2-container--default .select2-results__option[aria-selected=true] {
    background-color: #fff;
}
.select2-container--default .select2-results__option--highlighted[aria-selected] {
    background-color: #eaeaeb;
    color: #272727;
}
.select2-container--default .select2-selection--multiple {
    margin-bottom: 10px;
}
.select2-container--default.select2-container--open.select2-container--below .select2-selection--multiple {
    border-radius: 4px;
}
.select2-container--default.select2-container--focus .select2-selection--multiple {
    border-color: #f77750;
    border-width: 2px;
}
.select2-container--default .select2-selection--multiple {
    border-width: 2px;
}
.select2-container--open .select2-dropdown--below {
    
    border-radius: 6px;
    box-shadow: 0 0 10px rgba(0,0,0,0.5);

}
.select2-selection .select2-selection--multiple:after {
    content: 'hhghgh';
}
/* select with icons badges single*/
.select-icon .select2-selection__placeholder .badge {
    display: none;
}
.select-icon .placeholder {
    display: none;
}
.select-icon .select2-results__option:before,
.select-icon .select2-results__option[aria-selected=true]:before {
    display: none !important;
 }
.select-icon  .select2-search--dropdown {
    display: none;
} 



.common_box_setup {
    display: flex;
        margin-bottom: 15px;
            display: flex;
    margin-bottom: 15px;
    background: #f9fafc;
    padding: 15px 0px;
/*    border: 1px dashed #061748;*/
}

.common_box_setup #checkboxes input, .common_box_setup #checkboxes_course input {margin-right: 5px;    height: 20px;     width: 20px;}
.common_box_setup .multiselect, .common_box_setup .select-course-box {
  width: 250px;
}
.common_box_setup .selectBox , .common_box_setup .selectCourseBox {
  position: relative;
}

.common_box_setup .selectBox select, .common_box_setup .selectCourseBox select {
  width: 100%;
  font-weight: bold;
}

.common_box_setup .overSelect , .common_box_setup .overSelectCourse {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;

}

.common_box_setup #checkboxes, .common_box_setup #checkboxes_course {
  display: none;
  border: 1px #dadada solid;
      padding: 5px 10px;
          position: absolute;
    background: #fff;
    width: 250px;
    border-radius: 8px;
    z-index: 333;
}

.common_box_setup #checkboxes label , .common_box_setup #checkboxes_course label {
  display: block;
  cursor: pointer;
  height: 31px;
    padding-left: 5px;
}

.common_box_setup #checkboxes label:hover, .common_box_setup #checkboxes_course label:hover {
  background-color: #122b46;
      color: #fff;
    line-height: 27px;
}
.common_box_setup  .select-course-box {
        margin-right: 15px;
        width: 51.50%;
}
div#checkboxes_course {
    width: 51.50% !important;
}
/*.common_box_setup select.select-course-box {
    margin-right: 10px;
        cursor: pointer;
}
.common_box_setup select.select-course-box option {
    font-size: 18px;
}

 */

.advance-filter-box {
    display: flex;
    justify-content: space-between;
    align-content: center;
    align-items: center;
}
a#submitCustomFilterLSReport , .common_box_setup  a.resetbtn, a#exportFilterData {
    background-color: #061748;
    color: #fff;
    font-size: 15px;
    padding: 3px 26px;
    border-radius: 50px;
    margin-left: 10px;
    font-family: "Montserrat", Sans-serif;
}
 
a#exportFilterData{
    width: 200px;
    text-align: center;
}

.gamplify_learndash_course_filter.advance-filter-box {
    background: #dadada08;
    padding: 4px 4px;
    /* border: 1px dashed #061748; */
    margin-bottom: 16px;
}

.gamplify_learndash_course_filter.advance-filter-box .form-groups.lmt20.date-pick.flex {
    border: 1px solid #061748;
    padding: 5px 12px 5px 0px;
    border-radius: 15px;
}

.gamplify_learndash_course_filter.advance-filter-box .front-date-range {
    margin-bottom: 0px;
}

a.resetbtn {
    margin: 3px auto;
}
td.course-title {
    padding: 0px;
}
td.course-title span, td.course-title span a {
    width: 100%;
    display: inline-block;
    border-bottom: 1px solid #dadada;
    line-height: 27px;
    padding: 0px 5px;
}
 

td.course-title span:last-child {
    border-bottom: none;
}

table#UserLearndashReports tbody.tableDataResponse-1 tr td {
    vertical-align: middle;
    font-weight: 500;
}
table#UserLearndashReports {
    border: 1px solid #ccc;
}
table#UserLearndashReports tr td a:last-child {
    border: none;
}
.daterangepicker.ltr.show-ranges.opensright.show-calendar {
    width: 51%;
}

/*
 .table-container {
    max-height: 1000px;  
    overflow-y: auto; 
}*/

.table-container table {
    border-collapse: collapse;
    width: 100%;
}

.table-container th, td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

.table-container th {
    background-color: #f2f2f2;
}

/* Sticky Header */
.table-container thead th {
    position: sticky;
    top: 0;
    z-index: 1;
}
 
.search-wrapper {
     top:50%;
    left:50%;
     width: 55%;
}
.search-wrapper.active {
display: flex;
}

.search-wrapper .input-holder {
    height: 45px;
    width:70px;
    overflow: hidden;
    background: rgba(255,255,255,0);
    border-radius:6px;
    position: relative;
    transition: all 0.3s ease-in-out;
}
.search-wrapper.active .input-holder {
    width:450px;
    border-radius: 50px;
    background: rgb(255 255 255 / 0%);
    transition: all .5s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    border: 1px solid #061748;
}
.search-wrapper .input-holder .search-input {
    width:100%;
    height: 25px;
    padding:0px 70px 0 20px;
    opacity: 0;
    position: absolute;
    top:0px;
    left:0px;
    background: transparent;
    box-sizing: border-box;
    border:none;
    outline:none;
    font-family:"Open Sans", Arial, Verdana;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
     transform: translate(0, 60px);
    transition: all .3s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.3s;
    color: #000;
}
.search-wrapper.active .input-holder .search-input {
    opacity: 1;
    transform: translate(0, 10px);
}

.search-wrapper input:focus, select:focus, textarea:focus, button:focus{
    box-shadow : none;
}
.search-wrapper .input-holder .search-icon {
   
      width: 40px;
    height: 40px;
    border: none;
    border-radius: 6px;
    background: none;
    padding: 0px;
    /* outline: none; */
    position: relative;
    z-index: 2;
    /* float: right; */
    cursor: pointer;
    transition: all 0.3s ease-in-out;
}
.search-wrapper .input-holder .search-icon i.bb-icon-l.bb-icon-search {
    font-size: 30px;
    color: #061748;
}

.search-wrapper.active .input-holder .search-icon {
       width: 30px;
    height: 30px;
    margin: 3px 10px;
    border: none;
    float: right;
    box-shadow: none;
}
.search-wrapper .input-holder .search-icon span {
    width: 11px;
    height: 20px;
    display: inline-block;
    /* vertical-align: middle; */
    position:relative;
    transform: rotate(45deg);
    transition: all .4s cubic-bezier(0.650, -0.600, 0.240, 1.650);
}
.search-wrapper.active .input-holder .search-icon span {
    transform: rotate(-45deg);
}
.search-wrapper .input-holder .search-icon span::before, .search-wrapper .input-holder .search-icon span::after {
    position: absolute; 
    content:'';
}
.search-wrapper .input-holder .search-icon span::before {
    width: 4px;
    height: 11px;
    left: 0px;
    top: 15px;
    border-radius: 2px;
    background: #ffffff;
}
.search-wrapper .input-holder .search-icon span::after {
    width: 14px;
    height: 15px;
    left: -5px;
    top: 3px;
    border-radius: 16px;
    border: 4px solid #ffffff;
}
.search-wrapper .close {
    position: relative;
      z-index: 1;
    top: 9px;
    right: -11px;
    width: 25px;
    height: 25px;
    cursor: pointer;
    transform: rotate(-180deg);
    transition: all .3s cubic-bezier(0.285, -0.450, 0.935, 0.110);
    transition-delay: 0.2s;
    display: none;
}
.search-wrapper.active .close {
     transform: rotate(45deg);
    transition: all .6s cubic-bezier(0.000, 0.105, 0.035, 1.570);
    transition-delay: 0.5s;
    display: block;
}
.search-wrapper .close::before, .search-wrapper .close::after {
    position:absolute;
    content:'';
    background: #061748;
    border-radius: 2px;
}
.search-wrapper .close::before {
    width: 5px;
    height: 25px;
    left: 10px;
    top: 0px;
}
.search-wrapper .close::after {
    width: 25px;
    height: 5px;
    left: 0px;
    top: 10px;
}

.search-wrapper button.search-icon span {
    display: none !important;
}

tr.no-data-found td {
    text-align: center;
}

.wp_default_pagination {width: 100%;margin-top: 35px;}

.wp_default_pagination .page-numbers {
    background: #061748;
    padding: 10px 15px;
    color: #fff;
    border-radius: 10px;
}

.wp_default_pagination .page-numbers.current {
    background: #061748b8;
}



.organizations_box #organizations_filter input {margin-right: 5px;    height: 20px;     width: 20px;}
.organizations_box .selectBoxOrg  {
  width: 550px;
}
.organizations_box .selectBoxOrg  {
  position: relative;
}

.organizations_box .selectBoxOrg select  {
  width: 100%;
  font-weight: bold;
}

.organizations_box .overSelectOrg   {
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  cursor: pointer;

}

.organizations_box #organizations_filter  {
  display: none;
  border: 1px #dadada solid;
      padding: 5px 10px;
          position: absolute;
    background: #fff;
    width: 550px;
    border-radius: 8px;
    z-index: 333;
    height: 500px;
        overflow-y: scroll;
}

.organizations_box #organizations_filter label   {
  display: block;
  cursor: pointer;
  height: 31px;
    padding-left: 5px;
}

.organizations_box #organizations_filter label:hover {
  background-color: #122b46;
      color: #fff;
    line-height: 27px;
}
 

 div#getdaterangeDateRangeFilter {
    width: 225px;
}

