#content #wdm_groups_tab .tab-content .bundle_report_header,
#content #wdm_groups_tab .tab-content .employee_report_header,
#content #wdm_groups_tab .tab-content .monthly_report_header, .employee_report_container ul, #ldgm_bundle_report_meta .inside .tab-content > ul,
#ldgm_monthly_report_meta .inside .tab-content > ul,
#ldgm_employee_report_meta .inside .tab-content > ul {
  padding: 0;
}
#content #wdm_groups_tab .tab-content .bundle_report_header li,
#content #wdm_groups_tab .tab-content .employee_report_header li,
#content #wdm_groups_tab .tab-content .monthly_report_header li, .employee_report_container ul li, #ldgm_bundle_report_meta .inside .tab-content > ul li,
#ldgm_monthly_report_meta .inside .tab-content > ul li,
#ldgm_employee_report_meta .inside .tab-content > ul li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 10px;
}
#content #wdm_groups_tab .tab-content .bundle_report_header li:not(:last-child),
#content #wdm_groups_tab .tab-content .employee_report_header li:not(:last-child),
#content #wdm_groups_tab .tab-content .monthly_report_header li:not(:last-child), .employee_report_container ul li:not(:last-child), #ldgm_bundle_report_meta .inside .tab-content > ul li:not(:last-child),
#ldgm_monthly_report_meta .inside .tab-content > ul li:not(:last-child),
#ldgm_employee_report_meta .inside .tab-content > ul li:not(:last-child) {
  padding-bottom: 10px;
  margin-bottom: 10px;
  border-bottom: 1px solid #eee;
}
#content #wdm_groups_tab .tab-content .bundle_report_header li b,
#content #wdm_groups_tab .tab-content .employee_report_header li b,
#content #wdm_groups_tab .tab-content .monthly_report_header li b, .employee_report_container ul li b, #ldgm_bundle_report_meta .inside .tab-content > ul li b,
#ldgm_monthly_report_meta .inside .tab-content > ul li b,
#ldgm_employee_report_meta .inside .tab-content > ul li b {
  color: #000;
  -ms-flex-preferred-size: 160px;
      flex-basis: 160px;
  font-weight: 600;
  letter-spacing: 0;
}

.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content table, #content .table-wrapper > table, .employee_report_container table, #ldgm_bundle_report_meta .inside .tab-content > table,
#ldgm_monthly_report_meta .inside .tab-content > table,
#ldgm_employee_report_meta .inside .tab-content > table {
  width: 100%;
  border-collapse: collapse;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content table th, #content .table-wrapper > table th, .employee_report_container table th, #ldgm_bundle_report_meta .inside .tab-content > table th,
#ldgm_monthly_report_meta .inside .tab-content > table th,
#ldgm_employee_report_meta .inside .tab-content > table th,
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content table td,
#content .table-wrapper > table td,
.employee_report_container table td,
#ldgm_bundle_report_meta .inside .tab-content > table td,
#ldgm_monthly_report_meta .inside .tab-content > table td,
#ldgm_employee_report_meta .inside .tab-content > table td {
  text-align: start;
  padding: 8px 13px;
  border: 1px solid #eee;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content table th, #content .table-wrapper > table th, .employee_report_container table th, #ldgm_bundle_report_meta .inside .tab-content > table th,
#ldgm_monthly_report_meta .inside .tab-content > table th,
#ldgm_employee_report_meta .inside .tab-content > table th {
  line-height: normal;
  vertical-align: bottom !important;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content table [style="color: green;"], #content .table-wrapper > table [style="color: green;"], .employee_report_container table [style="color: green;"], #ldgm_bundle_report_meta .inside .tab-content > table [style="color: green;"],
#ldgm_monthly_report_meta .inside .tab-content > table [style="color: green;"],
#ldgm_employee_report_meta .inside .tab-content > table [style="color: green;"],
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content table [style="color: red;"],
#content .table-wrapper > table [style="color: red;"],
.employee_report_container table [style="color: red;"],
#ldgm_bundle_report_meta .inside .tab-content > table [style="color: red;"],
#ldgm_monthly_report_meta .inside .tab-content > table [style="color: red;"],
#ldgm_employee_report_meta .inside .tab-content > table [style="color: red;"] {
  text-wrap: nowrap;
}

#content #wdm_groups_tab .tab-content.employee_report_container .employee_report_filter, #ldgm_employee_report_meta .employee_report_filter {
  padding: 12px;
  margin-bottom: 12px;
  background: #fdfdfd;
  border: 1px solid #eee;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 12px;
}
#content #wdm_groups_tab .tab-content.employee_report_container .form-row, #ldgm_employee_report_meta .form-row {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  max-width: 50%;
}
#content #wdm_groups_tab .tab-content.employee_report_container .form-group, #ldgm_employee_report_meta .form-group {
  margin-bottom: 12px;
}
#content #wdm_groups_tab .tab-content.employee_report_container .form-group label, #ldgm_employee_report_meta .form-group label {
  display: block;
  margin-bottom: 5px;
}
#content #wdm_groups_tab .tab-content.employee_report_container .form-group input, #ldgm_employee_report_meta .form-group input {
  width: 100%;
  border-color: #ccc;
}
#content #wdm_groups_tab .tab-content.employee_report_container .form-group .button, #ldgm_employee_report_meta .form-group .button {
  float: inline-end;
  -webkit-margin-start: 5px;
          margin-inline-start: 5px;
}
#content #wdm_groups_tab .tab-content.employee_report_container .employee_report_pagination, #ldgm_employee_report_meta .employee_report_pagination {
  text-align: end;
  margin-top: 12px;
}

/* Dashboard Styles ----------------------- */
/* Frontend Styles ------------------------ */
#content {
  /* ui-datepicker -------------------------- */
  /* Bundle Discounts -------------------------- */
  /* Horizontal scrollbar for wide tables ------ */
  /* Button Download --------------------------- */
  /* Change Theme Buttons Style ---------------- */
  /* View Quiz Popup --------------------------- */
}
#content .ldgr-group-items .ldgr-group-item .gr-left {
  display: none;
}
#content .ldgr-top-banner .ldgrs-left .ldgr-group-image,
#content .ldgr-top-banner .ldgrs-left .ldgr-gr-title-info *:not(h1) {
  display: none !important;
}
#content .ldgr-top-banner .ldgrs-left .ldgr-gr-title-info h1 {
  margin: 0 !important;
  line-height: normal;
}
#content .ldgr-top-banner .ldgr-right-button-container > div:not(.ldgr-back-to-groups) {
  display: none;
}
#content .ldgr-top-banner .ldgr-right-button-container .ldgr-back-to-groups {
  margin-block: auto !important;
}
#content .ldgr-top-banner .ldgrs-edit-wrap form {
  text-align: start;
  margin-top: 15px;
}
#content #wdm_groups_tab ul.tabs li {
  margin: 0;
  border: 1px solid #ccc;
  border-bottom: 0;
  background: #9ab3a0;
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#content #wdm_groups_tab ul.tabs li a {
  color: #fff !important;
}
#content #wdm_groups_tab ul.tabs li.current, #content #wdm_groups_tab ul.tabs li:hover {
  border-color: #6e9277;
  background: #6e9277;
  -webkit-box-shadow: 0 1px 0 #fff;
          box-shadow: 0 1px 0 #fff;
}
#content #wdm_groups_tab ul.tabs li.current a, #content #wdm_groups_tab ul.tabs li:hover a {
  border: none;
}
#content #wdm_groups_tab .wdm-tabs-inner-links .enroll-new-user {
  display: none !important;
}
#content #wdm_groups_tab .tab-content {
  padding-top: 20px;
}
#content #wdm_groups_tab .tab-content table {
  width: 100%;
}
#content #wdm_groups_tab .tab-content .bundle_report_header {
  margin-bottom: 20px;
}
#content #wdm_groups_tab .monthly_report_table {
  width: 100%;
}
#content #wdm_groups_tab .employee_report_table tr th:nth-child(2) {
  min-width: 260px;
}
#content .ui-datepicker select.ui-datepicker-month,
#content .ui-datepicker select.ui-datepicker-year {
  width: 50% !important;
}
#content .ui-datepicker td {
  padding: 1px !important;
}
#content .ui-datepicker th {
  line-height: normal !important;
  padding: 0.7em 0.3em !important;
}
#content .ui-datepicker tr:hover td {
  background: inherit !important;
}
#content .ui-datepicker tr:hover td a {
  color: #454545 !important;
}
#content .bundle_course_products_container .products .product {
  background: none !important;
  padding-bottom: 0 !important;
}
#content .bundle_course_products_container .products .product .item-content {
  border: 0;
}
#content .bundle_course_products_container .products .product .line,
#content .bundle_course_products_container .products .product .add_to_cart_button {
  display: none !important;
}
#content .table-wrapper {
  overflow-x: auto;
}
#content #download_button.ldgm_front_download {
  display: inline-block;
  margin-bottom: 0;
  font-weight: normal;
  text-align: center;
  vertical-align: middle;
  cursor: pointer;
  background-image: none;
  white-space: nowrap;
  padding: 9px 20px;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: #666;
  background-color: rgba(255, 255, 255, 0);
  line-height: 1.42857143;
  outline: none;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 3px;
  border: solid 2px #666;
}
#content #download_button.ldgm_front_download:hover {
  color: #fff;
  background-color: #666666;
  border-color: #666666;
}
#content button,
#content .button,
#content .ldgr-goto-dashboard-link,
#content input[type=button],
#content input[type=submit] {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
#content button:not(:hover):not(.promagnifier):not(.add_to_cart_button):not(.asp_s_btn),
#content .button:not(:hover):not(.promagnifier):not(.add_to_cart_button):not(.asp_s_btn),
#content .ldgr-goto-dashboard-link:not(:hover):not(.promagnifier):not(.add_to_cart_button):not(.asp_s_btn),
#content input[type=button]:not(:hover):not(.promagnifier):not(.add_to_cart_button):not(.asp_s_btn),
#content input[type=submit]:not(:hover):not(.promagnifier):not(.add_to_cart_button):not(.asp_s_btn) {
  background: #6e9277 !important;
  color: #fff !important;
  border-color: transparent !important;
}

/* View Quiz Popup --------------------------- */
.jconfirm .jconfirm-box div.jconfirm-title-c {
  background: #6e9277;
  color: #fff;
  padding: 10px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 5px;
  margin-bottom: 15px;
}
.jconfirm .jconfirm-box div.jconfirm-title-c span:empty {
  display: none;
}
.jconfirm .jconfirm-box div.jconfirm-closeIcon {
  display: block;
  border-radius: 50%;
  background: #fff;
  opacity: 1;
  border: 2px solid #6e9277;
  height: 24px;
  width: 24px;
  line-height: 19px !important;
  font-size: 23px !important;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane:not(.no-scroll) {
  padding-right: 15px;
  width: auto;
  max-width: 100%;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content {
  font-size: 14px;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content .button {
  -webkit-transition: all 0.2s linear;
  transition: all 0.2s linear;
}
.jconfirm .jconfirm-box div.jconfirm-content-pane .jconfirm-content .button:not(:hover) {
  background: #6e9277 !important;
  color: #fff !important;
  border-color: transparent !important;
}
.jconfirm .wp-list-table thead th {
  line-height: normal;
  vertical-align: bottom;
}
.jconfirm .wp-list-table thead th:nth-child(3), .jconfirm .wp-list-table thead th:nth-child(6), .jconfirm .wp-list-table thead th:nth-child(7), .jconfirm .wp-list-table thead th:nth-child(8), .jconfirm .wp-list-table thead th:nth-child(9) {
  display: none;
}
.jconfirm .wp-list-table tbody tr:not(.categoryTr) th:nth-child(3), .jconfirm .wp-list-table tbody tr:not(.categoryTr) th:nth-child(6), .jconfirm .wp-list-table tbody tr:not(.categoryTr) th:nth-child(7), .jconfirm .wp-list-table tbody tr:not(.categoryTr) th:nth-child(8), .jconfirm .wp-list-table tbody tr:not(.categoryTr) th:nth-child(9) {
  display: none;
}
.jconfirm .wp-list-table tbody tr.categoryTr th:nth-child(2), .jconfirm .wp-list-table tbody tr.categoryTr th:nth-child(5), .jconfirm .wp-list-table tbody tr.categoryTr th:nth-child(6), .jconfirm .wp-list-table tbody tr.categoryTr th:nth-child(7), .jconfirm .wp-list-table tbody tr.categoryTr th:nth-child(8) {
  display: none;
}
.jconfirm .wp-list-table tfoot th:nth-child(3), .jconfirm .wp-list-table tfoot th:nth-child(6), .jconfirm .wp-list-table tfoot th:nth-child(7), .jconfirm .wp-list-table tfoot th:nth-child(8), .jconfirm .wp-list-table tfoot th:nth-child(9) {
  display: none;
}

/* ldgr-dashboard override */
.ldgr-group-single {
  margin-block: -4.5% -7%;
}
.ldgr-group-single .ldgr-top-banner {
  background-color: #fff !important;
  padding-inline: 0 !important;
}
.ldgr-group-single .ldgr-group-courses {
  display: none;
}

/* Override footer social icons styles */
#bottom-nav .footer-content .footer-social .btn {
  padding: 0;
  border-radius: 3px;
  font-size: 14px;
  background-color: rgba(255, 255, 255, 0);
}
#bottom-nav .footer-content .footer-social .btn:not(:hover) {
  background: none;
}
#bottom-nav .footer-content .footer-social .btn:hover {
  background: #fff;
}

/* Override Submit Search Button */
/* Datepicker */
#ui-datepicker-div.ui-datepicker select.ui-datepicker-month,
#ui-datepicker-div.ui-datepicker select.ui-datepicker-year {
  width: 50%;
}
#ui-datepicker-div.ui-datepicker th {
  padding: 0.7em 0.3em !important;
}
#ui-datepicker-div.ui-datepicker td {
  padding: 1px !important;
}
#ui-datepicker-div.ui-datepicker .ui-state-highlight,
#ui-datepicker-div.ui-datepicker .ui-widget-content .ui-state-highlight,
#ui-datepicker-div.ui-datepicker .ui-widget-header .ui-state-highlight {
  border-color: #94c5a0;
  background: #6e9277;
  color: #fff;
}
#ui-datepicker-div.ui-datepicker tr:hover td {
  color: #454545;
  background-color: inherit;
}
#ui-datepicker-div.ui-datepicker tr:hover td a {
  color: #454545;
}
#ui-datepicker-div.ui-datepicker tr:hover td .ui-state-highlight,
#ui-datepicker-div.ui-datepicker tr:hover td .ui-widget-content .ui-state-highlight,
#ui-datepicker-div.ui-datepicker tr:hover td .ui-widget-header .ui-state-highlight {
  border-color: #94c5a0;
  background: #6e9277;
  color: #fff;
}
#ui-datepicker-div.ui-datepicker tr:hover td .ui-state-highlight:hover,
#ui-datepicker-div.ui-datepicker tr:hover td .ui-widget-content .ui-state-highlight:hover,
#ui-datepicker-div.ui-datepicker tr:hover td .ui-widget-header .ui-state-highlight:hover {
  background: #94c5a0;
}

/* Admin Datepicker */
.wp-admin #ui-datepicker-div {
  padding: 0;
}
.wp-admin #ui-datepicker-div.ui-datepicker .ui-widget-header {
  width: 216px;
  background: #e9e9e9;
}
.wp-admin #ui-datepicker-div.ui-datepicker .ui-widget-header a {
  border: 0;
}
.wp-admin #ui-datepicker-div.ui-datepicker .ui-widget-header a::before {
  display: none;
}
.wp-admin #ui-datepicker-div.ui-datepicker .ui-widget-header a:hover {
  background: none;
}
.wp-admin #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar {
  margin: 0;
}
.wp-admin #ui-datepicker-div.ui-datepicker .ui-datepicker-calendar td a {
  width: 23px;
  height: 23px;
  line-height: 23px;
}