:root{--color-primary:#99ac3a;--color-secondary:#007ab8;--color-tertiary:#1ea4a9;--color-state:#4b7e2b;--color-state-hover:#3c6721;--color-state-focus:#3c6721;--color-state-active:#30541a;--color-state-highlight:#f6f9d7;--color-state-highlight-neutral:var(--color-neutral-3);--color-state-disabled:var(--color-neutral-5);--color-neutral-1:#fff;--color-neutral-2:#fafafa;--color-neutral-3:#f7f7f7;--color-neutral-4:#e6e4e4;--color-neutral-5:#c7c7c7;--color-neutral-6:#767676;--color-neutral-7:#262626;--color-background:var(--color-neutral-1);--color-border:var(--color-neutral-5);--color-text:var(--color-neutral-7);--color-text-disabled:var(--color-neutral-5);--color-text-hint:var(--color-neutral-6);--link-color:var(--color-state);--link-color-hover:var(--color-state-hover);--nav-bg-color:#fff;--nav-text-color:var(--color-text);--footer-bg-color:#fff;--footer-text-color:var(--color-text);--footer-text-color-hover:var(--footer-text-color);--btn-accent-color:var(--color-state);--btn-accent-color-active:var(--color-state-active);--btn-accent-color-focus:var(--color-state-focus);--btn-accent-color-disabled:var(--color-state-disabled);--btn-prim-accent-color:var(--color-state);--btn-prim-accent-color-active:var(--color-state-active);--btn-prim-accent-color-focus:var(--color-state-focus);--btn-prim-accent-color-disabled:var(--color-state-disabled)}.tui-formRow{margin-bottom:1.5rem}.tui-formField{padding-top:1.5rem}.tui-themeSettings__content{margin-top:var(--gap-8)}.tui-themeSettings__forms>*+*{margin-top:var(--gap-8)}.tui-themeTenants__content{margin-top:var(--gap-8)}.tui-themeTenants__section+.tui-themeTenants__section{margin-top:var(--gap-12)}.tui-themeTenants__section>*+*{margin-top:var(--gap-4)}:root{--nav-bg-color: #ffffff;--nav-text-color: #333366;--color-primary: #333366;--color-state: #01aff4;--color-text: #01aff4;--footer-bg-color: #01aff4;--footer-text-color: #ffffff;--color-state-hover: #00a5ea;--color-state-focus: #00a5ea;--color-state-active: #0094d9;--footer-text-color-hover: #f5f5f5;}
table[data-source="rb_source_user_certifications"] th, table[data-source="rb_source_user_certifications"] td {
    max-width: 300px;
    min-width: 300px;
    word-wrap: break-word;
    white-space: unset !important;
}

table[data-source="rb_source_user_certifications"] td[class*="certification_"] {
  min-width: 150px;
}

table[data-source="rb_source_user_certifications"] thead th[class*="certification_"] {
  min-width: 150px;
}

table[data-source="rb_source_user_certifications"] {
  position: relative;
  width: 100%;
  overflow: hidden;
  table-layout: fixed;
  border-collapse: unset !important;
}
table[data-source="rb_source_user_certifications"] thead {
  position: relative;
  display: block;
  width: 100%;
  overflow: visible;
}
table[data-source="rb_source_user_certifications"] thead th {
  height: 40px;
}
table[data-source="rb_source_user_certifications"] thead th:nth-child(1) {
  position: relative;
  display: block;
  height: 40px;
  padding-top: 40px;
  min-width: 250px;
  max-width: 250px;
  display: table-cell;
  background-color: white;
}
table[data-source="rb_source_user_certifications"] tbody {
  position: relative;
  display: block;
  width: 100%;
  height: 600px;
  overflow: scroll;
}
table[data-source="rb_source_user_certifications"] tbody td {
  word-wrap: break-word;
}
table[data-source="rb_source_user_certifications"] tbody tr td:nth-child(1) {
  position: relative;
  display: block;
  min-width: 250px;
  max-width: 250px;
  word-wrap: break-word;
  background-color: white;
}

/*---START-Hide-Username-Area-in-Forgot-Username-Page-MR---*/

#page-login-forgot_password #id_searchbyusername {
display: none;
}

/*----Hide-Username-Area-in-Forgot-Username-Page-MR-END---*/

#page-course-index-category .categorypicker {
    display:none;
}
