#course-stats-all .data-table-header h2,
#course-stats-exclusive .data-table-header h2 {
  color: var(--1-c-1-b-1-f, #1c1b1f);
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%;
}

#MO_CSA_table_actions {
  margin-bottom: 0;
}

#MO_CSA_table-id,
#MO_CSE_table-id {
  background-color: #fff;
  line-height: 125%;
}
#MO_CSA_table-id thead,
#MO_CSE_table-id thead {
  border-bottom: 1px solid var(--black, #000);
  background: var(--background-tints-light-grey, #f8f8f8);
}
#MO_CSA_table-id thead th:first,
#MO_CSE_table-id thead th:first {
  width: 20px !important;
}
#MO_CSA_table-id th,
#MO_CSE_table-id th {
  border: 0;
  vertical-align: bottom !important;
  border-bottom: 1px solid var(--almostblack);
  color: var(--text-almost-black, #252525);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
}
#MO_CSA_table-id td,
#MO_CSE_table-id td {
  border: 0;
  vertical-align: middle;
  border-bottom: 1px solid var(--gray);
}
#MO_CSA_table-id p,
#MO_CSE_table-id p {
  margin-bottom: 0;
  color: var(--white, #fff) !important;
  font-size: 1rem;
  text-decoration: none !important;
}
#MO_CSA_table-id p.table-user-title,
#MO_CSE_table-id p.table-user-title {
  color: var(--darkgray);
}
#MO_CSA_table-id tr td,
#MO_CSE_table-id tr td {
  background-color: #fff !important;
  background: #fff !important;
  box-shadow: none !important;
  color: #e1ff4e;
}
#MO_CSA_table-id tr td:first-child,
#MO_CSE_table-id tr td:first-child {
  color: var(--white, #fff);
}
#MO_CSA_table-id tr.child,
#MO_CSE_table-id tr.child {
  text-align: center;
}
#MO_CSA_table-id tr.child td ul,
#MO_CSE_table-id tr.child td ul {
  width: 100%;
}
#MO_CSA_table-id tr.selected td,
#MO_CSA_table-id tr.selected:hover,
#MO_CSE_table-id tr.selected td,
#MO_CSE_table-id tr.selected:hover {
  box-shadow: none !important;
  color: var(--almostblack) !important;
  border-bottom: 1px solid var(--greys-grey, #d1d1d1) !important;
  background: var(--background-tints-ice, #edf7ff) !important;
}
.MO_CSA_table_pager,
.MO_CSE_table_pager {
  display: inline-block;
  padding-top: 4px;
}
.MO_CSA_table_pager > .paging_full_numbers > span,
.MO_CSE_table_pager > .paging_full_numbers > span {
  display: none !important;
}
#MO_CSA_table-id .team-member-record,
#MO_CSE_table-id .team-member-record {
  display: inline-block;
}
#MO_CSA_table-id .team-member-record .team-member-image,
#MO_CSE_table-id .team-member-record .team-member-image {
  display: inline-block;
  height: 48px;
  vertical-align: top;
}
#MO_CSA_table-id .team-member-record .team-member-image img,
#MO_CSE_table-id .team-member-record .team-member-image img {
  width: 48px;
  height: 48px;
  display: inline-block;
  border-radius: 100%;
}
#MO_CSA_table-id .team-member-record .team-member-name,
#MO_CSE_table-id .team-member-record .team-member-name {
  display: inline-block;
  height: 48px;
}
#MO_CSA_table-id .team-member-record .team-member-name p,
#MO_CSE_table-id .team-member-record .team-member-name p {
  color: var(--blue, #1100dc);
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 125%;
  display: inline-block;
  vertical-align: super;
  cursor: pointer;
  padding: 14px 0px 0px 5px;
}
#MO_CSA_table-id tfoot,
#MO_CSE_table-id tfoot {
  display: none;
}
#MO_CSA_table-id tr.child li,
#MO_CSE_table-id tr.child li {
  min-width: 250px;
}
#MO_CSA_table-id tr.child span.dtr-title,
#MO_CSE_table-id tr.child span.dtr-title {
  color: var(--text-dark-grey, #575757);
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  text-align: left;
  width: 135px;
  width: 50%;
  display: inline-block;
  text-align: left;
}
#MO_CSA_table-id tr.child span.dtr-data,
#MO_CSE_table-id tr.child span.dtr-data {
  color: var(--text-almost-black, #252525);
  text-align: right;
  font-family: "Atkinson Hyperlegible", sans-serif;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 110%;
  display: inline-block;
  width: 49%;
  text-align: right;
}
#MO_CSA_table-id tr.child .dtr-details li,
#MO_CSE_table-id tr.child .dtr-details li {
  display: flex;
  padding: 4px 8px;
  align-items: flex-start;
  gap: 16px;
  align-self: stretch;
  border-bottom: 1px solid var(--greys-light-grey-stroke, #e6e6e6);
}
#MO_CSA_table-id thead th.sorting::before,
#MO_CSE_table-id thead th.sorting::before {
  color: var(--almostblack);
  opacity: 1;
  transform: scale(1, 0.5);
  margin-top: -9px;
  position: relative;
  left: 105px;
  top: 14px;
}
#MO_CSA_table-id thead th.sorting::before,
#MO_CSE_table-id thead th.sorting::before {
  color: var(--almostblack);
  opacity: 1;
  transform: scale(1, 0.5);
  margin-top: -9px;
  position: relative;
  left: 124px;
  top: 14px;
}
#MO_CSA_table-id thead th.sorting::after,
#MO_CSE_table-id thead th.sorting::after {
  color: var(--almostblack);
  opacity: 1;
  transform: scale(1, 0.5);
  margin-top: -2px;
  position: relative;
  display: inline-block;
  vertical-align: super;
  padding-left: 20px;
  top: 5px;
}

#MO_CSA_table-id thead th.sorting.sorting_desc::before,
#MO_CSE_table-id thead th.sorting.sorting_desc::before {
  display: none !important;
}
#MO_CSA_table-id thead th.sorting.sorting_asc::after,
#MO_CSE_table-id thead th.sorting.sorting_asc::after {
  display: none !important;
}
@media screen and (max-width: 767px) {
  #MO_CSA_table_actions,
  #MO_CSE_table_actions {
/*     display: none !important; */
  }
}
@media screen and (min-width: 768px) {
  #MO_CSA_mobile_table_actions,
  #MO_CSE_mobile_table_actions {
    display: none !important;
  }
}
#MO_CSA_mobile_table_actions,
#MO_CSE_mobile_table_actions {
  display: flex;
  width: 100%;
}
#MO_CSA_mobile_table_actions > article,
#MO_CSE_mobile_table_actions > article {
  display: flex;
  padding: 10px 12px;
  align-items: center;
  gap: 8px;
  border-radius: 999px;
  border: 1px solid var(--black, #000);
  background: var(--white, #fff);
  color: var(--text-almost-black, #252525);
  font-family: Atkinson Hyperlegible;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
  min-height: 48px;
}
#MO_CSA_mobile_table_actions > article::after,
#MO_CSE_mobile_table_actions > article::after {
  content: "⌃";
  margin-top: 5px;
  font-size: 14px;
  font-weight: 400;
}
#MO_CSA_mobile_table_actions > article.open::after,
#MO_CSE_mobile_table_actions > article.open::after {
  content: "⌄" !important;
  margin-top: -8px;
  font-size: 20px;
  transform: scale(1, 0.65);
}
#MO_CSA_mobile_table_actions > section,
#MO_CSE_mobile_table_actions > section {
  display: none;
  padding: 32px 16px;
  flex-direction: column;
  align-items: flex-start;
  gap: 8px;
  border-radius: 24px;
  border: 1px solid var(--black, #000);
  background: var(--white, #fff);
  box-shadow: 4px 20px 47px 0px rgba(0, 0, 0, 0.1);
}
#MO_CSA_mobile_table_actions > section.is-visible,
#MO_CSE_mobile_table_actions > section.is-visible {
  display: inline-flex;
  position: absolute;
  margin-top: 60px;
  z-index: 999;
}
#MO_CSA_mobile_table_actions > section > article,
#MO_CSE_mobile_table_actions > section > article {
  display: flex;
  padding: 8px;
  align-items: flex-start;
  gap: 8px;
}
#MO_CSA_mobile_table_actions > section > article > p,
#MO_CSE_mobile_table_actions > section > article > p {
  color: var(--text-almost-black, #252525);
  font-family: Atkinson Hyperlegible;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 150%;
}
#MO_CSA_search_bar_wrapper,
#MO_CSE_search_bar_wrapper {
  padding: 1px;
  width: 100%;
  border-radius: 999px;
}
#MO_CSA_search_bar_wrapper_inner,
#MO_CSE_search_bar_wrapper_inner {
  display: inline-block;
  width: 100%;
  border-radius: 0;
  border: none;
  background: #333333;
  border-bottom: 1px solid var(--white, #fff);
  display: flex;
  padding: 12px 16px;
  align-items: center;
  gap: 8px;
  align-self: stretch;
}
.MO_CSA_search-bar,
.MO_CSE_search-bar {
  width: 90%;
}
#MO_CSA_search_bar_wrapper label,
#MO_CSE_search_bar_wrapper label {
  display: inline-block;
  width: 100%;
}
#MO_CSA_search_bar_wrapper span,
#MO_CSE_search_bar_wrapper span {
  display: inline-block;
}
#MO_CSA_search_bar_wrapper input,
#MO_CSE_search_bar_wrapper input {
  background-color: inherit;
  display: inline-block;
  vertical-align: super;
  padding: 0px 0px 0px 10px;
  border: none;
  width: 90%;
  color: #fff;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140%;
}
#MO_CSA_search_bar_wrapper input::placeholder,
#MO_CSE_search_bar_wrapper input::placeholder {
  color: var(--white, #fff) !important;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 140% !important;
}
#MO_CSA_search_bar_wrapper input:focus,
#MO_CSE_search_bar_wrapper input:focus {
  outline: none;
}
#MO_CSA_search_bar_wrapper input[type="search"]::-webkit-search-cancel-button,
#MO_CSE_search_bar_wrapper input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}
#MO_CSA_downloadCSV .button-wrapper {
  display: flex;
  align-items: center;
  gap: 4px;
  color: #E1FF4E;
  position: relative;
  font-size: 1rem;
  z-index: 1;
}
#MO_CSA_downloadCSV .button-wrapper::after {
    border-bottom: solid 1px #e1ff4e;
    bottom: -.25rem;
    content: "";
    display: block;
    position: absolute;
    transform: scaleX(0);
    transition: transform .2s ease-out;
    width: 100%;
}
#MO_CSA_downloadCSV .button-wrapper:hover::after {
  transform: scaleX(1);
}
#MO_CSA_search_bar_wrapper tbody tr td:not(:first-child),
#MO_CSE_search_bar_wrapper tbody tr td:not(:first-child) {
  color: #e1ff4e;
}