html {
  margin: 0px !important;
}
body.ecsm-dashboard-template,
body.ecsm-dashboard-template *,
body.ecsm-dashboard-template *::before,
body.ecsm-dashboard-template *::after {
  box-sizing: border-box;
}
body.ecsm-dashboard-template {
  margin: 0 !important;
}
.ecsm-dashboard-template .gtranslate_wrapper{
  display: none;
}
.ecsm-purchase-controls {
  margin: 0 0 24px;
  padding: 18px;
  border: 1px solid #dbe3f0;
  border-radius: 18px;
  background: linear-gradient(180deg, #f8fbff 0%, #f3f7ff 100%);
  box-shadow: 0 14px 34px rgba(17, 37, 79, 0.08);
}

.ecsm-purchase-controls__header {
  margin-bottom: 12px;
  color: #102a56;
}

.ecsm-purchase-controls__header strong {
  display: block;
  margin: 0;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecsm-purchase-controls__tabs {
  display: flex;
  gap: 8px;
  flex-wrap: nowrap;
  margin: 0;
  padding: 6px;
  border: 1px solid #d8e2f2;
  border-radius: 16px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9);
}

.ecsm-purchase-controls .ecsm-tab-button {
  appearance: none;
  -webkit-appearance: none;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  flex: 1 1 0;
  min-width: 0;
  margin: 0 !important;
  padding: 12px 18px;
  border: 0;
  border-radius: 12px;
  background: transparent;
  color: #5f6f8e;
  box-shadow: none;
  cursor: pointer;
  font-size: 15px;
  font-weight: 700;
  line-height: 1.1;
  text-align: center;
  transition: background-color 180ms ease, color 180ms ease, transform 180ms ease, box-shadow 180ms ease;
}

.ecsm-purchase-controls .ecsm-tab-button:hover {
  background: rgba(27, 68, 223, 0.08);
  color: #143a88;
}

.ecsm-purchase-controls .ecsm-tab-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(33, 68, 223, 0.18);
}

.ecsm-purchase-controls .ecsm-tab-button.is-active {
  background: linear-gradient(135deg, #2144df 0%, #315bf5 100%);
  color: #ffffff;
  box-shadow: 0 10px 24px rgba(33, 68, 223, 0.28);
  transform: translateY(-1px);
}

.ecsm-purchase-controls .ecsm-tab-button.is-active:hover {
  color: #ffffff;
}

.ecsm-purchase-controls__employer-options {
  display: none;
}

.ecsm-purchase-controls__employer-options.is-visible {
  display: block;
}

.ecsm-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
}

.ecsm-checkbox input[type="checkbox"] {
  width: auto !important;
  height: auto !important;
  margin: 0 !important;
  display: inline-block !important;
  accent-color: #163163;
}

.ecsm-help-text {
  margin: 10px 0 0;
  color: #5b6986;
  font-size: 14px;
}

.ecsm-hidden {
  display: none !important;
}

.ecsm-event-notice {
  margin: 0 0 18px;
  padding: 14px 16px;
  border: 1px solid #d8e3fb;
  border-left: 4px solid #2144df;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef4ff 0%, #e9f0ff 100%);
  color: #163163;
  font-weight: 600;
}

.ecsm-login-template__main {
  min-height: 100vh;
}

.ecsm-login-screen {
  min-height: 100vh;
  display: grid;
  place-items: center;
  padding: 32px 18px;
  background:
    linear-gradient(135deg, rgba(16, 42, 86, 0.96) 0%, rgba(33, 68, 133, 0.9) 44%, rgba(238, 243, 251, 1) 44.2%, rgba(238, 243, 251, 1) 100%),
    #eef3fb;
}

.ecsm-login-card {
  width: min(100%, 460px);
  display: grid;
  gap: 22px;
  padding: 34px;
  border: 1px solid rgba(207, 217, 235, 0.9);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 28px 70px rgba(16, 42, 86, 0.2);
}

.ecsm-login-card__brand {
  display: grid;
  gap: 8px;
}

.ecsm-login-card__brand span {
  color: #315bf5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ecsm-login-card__brand h1 {
  margin: 0;
  color: #102a56;
  font-size: 34px;
  line-height: 1.1;
}

.ecsm-login-card__brand p {
  margin: 0;
  color: #51637f;
  font-size: 15px;
  line-height: 1.6;
}

.ecsm-login-card__notice {
  padding: 12px 14px;
  border: 1px solid #facaca;
  border-radius: 8px;
  background: #fff4f4;
  color: #8f1b1b;
  font-size: 14px;
  font-weight: 800;
}

.ecsm-login-card__notice.is-success {
  border-color: #b8e7ca;
  background: #eefaf3;
  color: #156534;
}

.ecsm-login-card__form {
  display: grid;
  gap: 16px;
}

.ecsm-login-card__form label {
  display: grid;
  gap: 7px;
  color: #334563;
  font-size: 13px;
  font-weight: 800;
}

.ecsm-login-card__form input[type="text"],
.ecsm-login-card__form input[type="password"] {
  width: 100%;
  min-height: 48px;
  border: 1px solid #cfd9eb;
  border-radius: 8px;
  padding: 10px 13px;
  background: #ffffff;
  color: #102a56;
  font: inherit;
}

.ecsm-login-card__form input:focus {
  outline: none;
  border-color: #315bf5;
  box-shadow: 0 0 0 3px rgba(49, 91, 245, 0.12);
}

.ecsm-login-card__meta {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  flex-wrap: wrap;
}

.ecsm-login-card__remember {
  display: inline-flex !important;
  grid-template-columns: none;
  align-items: center;
  gap: 8px !important;
  color: #51637f;
  font-size: 13px;
}

.ecsm-login-card__remember input {
  width: 16px;
  height: 16px;
  accent-color: #315bf5;
}

.ecsm-login-card__meta a {
  color: #2144df;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ecsm-login-card__secondary-link {
  justify-self: center;
  color: #2144df;
  font-size: 13px;
  font-weight: 800;
  text-decoration: none;
}

.ecsm-login-card__meta a:hover,
.ecsm-login-card__secondary-link:hover {
  text-decoration: underline;
}

.ecsm-login-card__form button,
.ecsm-login-card__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #315bf5;
  color: #ffffff;
  padding: 0 18px;
  cursor: pointer;
  font-weight: 900;
  text-decoration: none;
  box-shadow: 0 14px 24px rgba(49, 91, 245, 0.24);
}

.ecsm-login-card__form button:hover,
.ecsm-login-card__button:hover {
  background: #2144df;
  color: #ffffff;
}

.ecsm-student-pii-gate {
  min-height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px 18px;
  background:
    linear-gradient(135deg, rgba(9, 38, 87, 0.92) 0%, rgba(38, 78, 145, 0.92) 46%, rgba(239, 244, 251, 0.98) 46.3%, rgba(239, 244, 251, 0.98) 100%);
}

.ecsm-student-pii-gate__dialog {
  width: min(620px, 100%);
  max-height: calc(100vh - 48px);
  overflow: auto;
  background: #ffffff;
  border: 1px solid #d8e2f2;
  border-radius: 8px;
  box-shadow: 0 22px 60px rgba(8, 27, 58, 0.18);
  padding: 32px;
}

.ecsm-student-pii-gate__brand span {
  display: block;
  color: #2858ff;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ecsm-student-pii-gate__brand h1 {
  margin: 12px 0 10px;
  color: #001f58;
  font-size: 30px;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.2;
}

.ecsm-student-pii-gate__brand p,
.ecsm-student-pii-gate__help {
  color: #43577f;
  line-height: 1.55;
}

.ecsm-student-pii-gate__notice {
  margin: 18px 0;
  padding: 12px 14px;
  border: 1px solid #ffd3d3;
  border-radius: 8px;
  background: #fff4f4;
  color: #9d1f1f;
  font-weight: 800;
}

.ecsm-student-pii-gate__form {
  margin-top: 22px;
}

.ecsm-student-pii-gate__class {
  border: 1px solid #d8e2f2;
  border-radius: 8px;
  padding: 18px;
  margin-bottom: 16px;
}

.ecsm-student-pii-gate__class h2 {
  margin: 12px 0 6px;
  color: #00245d;
  font-size: 22px;
  font-weight: 500;
  letter-spacing: 0;
}

.ecsm-student-pii-gate__fields {
  display: grid;
  gap: 14px;
  margin-top: 16px;
}

.ecsm-student-pii-gate__fields label {
  display: grid;
  gap: 8px;
  color: #10264d;
  font-size: 13px;
  font-weight: 900;
}

.ecsm-student-pii-gate__fields input {
  width: 100%;
  min-height: 46px;
  border: 1px solid #cbd8ef;
  border-radius: 8px;
  padding: 10px 12px;
  color: #001f58;
  font-size: 15px;
  font-weight: 700;
}

.ecsm-student-pii-gate__fields input:focus {
  border-color: #2f5bff;
  box-shadow: 0 0 0 3px rgba(47, 91, 255, 0.16);
  outline: none;
}

.ecsm-student-pii-gate__submit {
  width: 100%;
  min-height: 48px;
  border: 0;
  border-radius: 8px;
  background: #2f55f5;
  color: #ffffff;
  cursor: pointer;
  font-weight: 900;
}

.ecsm-student-pii-gate__submit:hover {
  background: #244de8;
}

.ecsm-student-pii-gate__logout {
  display: inline-flex;
  margin-top: 16px;
  color: #2142d8;
  font-weight: 800;
  text-decoration: none;
}

.ecsm-student-pii-gate__logout:hover {
  text-decoration: underline;
}

@media (max-width: 640px) {
  .ecsm-purchase-controls {
    padding: 14px;
  }

  .ecsm-purchase-controls__tabs {
    flex-wrap: wrap;
  }

  .ecsm-purchase-controls .ecsm-tab-button {
    flex-basis: 100%;
  }

  .ecsm-login-screen {
    place-items: stretch;
    padding: 18px;
    background: #eef3fb;
  }

  .ecsm-login-card {
    align-self: center;
    padding: 24px;
  }

  .ecsm-login-card__brand h1 {
    font-size: 28px;
  }

  .ecsm-student-pii-gate {
    align-items: stretch;
    padding: 18px;
    background: #eef3fb;
  }

  .ecsm-student-pii-gate__dialog {
    padding: 24px;
  }

  .ecsm-student-pii-gate__brand h1 {
    font-size: 26px;
  }
}

.ecsm-table-wrap {
  overflow-x: auto;
}

.ecsm-workspace__header-note {
  margin: 10px 0 0;
  max-width: 780px;
  color: #dbe5ff;
  font-size: 17px;
  line-height: 1.6;
}

.ecsm-workspace__layout--sidebar-left {
  grid-template-columns: 319px minmax(0, 1fr);
}

.ecsm-workspace__sidebar--fixed {
  position: static;
  align-self: stretch;
  max-height: none;
}

.ecsm-workspace__main--with-fixed-sidebar {
  min-width: 0;
}

.ecsm-instructor__class-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 22px;
}

.ecsm-instructor__class-card,
.ecsm-instructor__roster-card {
  padding: 28px;
  border: 1px solid #dce5f7;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
  box-shadow: 0 22px 44px rgba(16, 42, 86, 0.08);
}

.ecsm-instructor__roster-card:target,
.ecsm-instructor__roster-card.is-targeted {
  border-color: #315bf5;
  box-shadow: 0 0 0 3px rgba(49, 91, 245, 0.14), 0 22px 44px rgba(16, 42, 86, 0.08);
  scroll-margin-top: 28px;
}

.ecsm-instructor__class-top,
.ecsm-instructor__roster-head {
  display: flex;
  justify-content: space-between;
  gap: 18px;
  margin-bottom: 18px;
}

.ecsm-instructor__class-top h3,
.ecsm-instructor__roster-head h3 {
  margin: 10px 0 8px;
  color: #102a56;
  font-size: 22px;
  line-height: 1.25;
}

.ecsm-instructor__class-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
}

.ecsm-live-meeting-panel {
  display: grid;
  gap: 8px;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #dce5f3;
  border-radius: 16px;
  background: #f8fbff;
}

.ecsm-live-meeting-panel__form {
  display: grid;
  gap: 12px;
  grid-template-columns: minmax(0, 1fr) auto;
  align-items: end;
}

.ecsm-live-meeting-panel__fields {
  display: grid;
  grid-template-columns: minmax(0, 2fr) minmax(220px, 1fr);
  gap: 12px;
}

.ecsm-live-meeting-panel__details {
  grid-column: 1 / -1;
}

.ecsm-live-meeting-panel textarea {
  width: 100%;
  min-height: 96px;
  padding: 10px 14px;
  border: 1px solid #cfd9eb;
  border-radius: 12px;
  color: #102a56;
  resize: vertical;
}

.ecsm-live-meeting-panel label {
  display: grid;
  gap: 6px;
}

.ecsm-live-meeting-panel label span {
  color: #334563;
  font-size: 13px;
  font-weight: 800;
  text-transform: uppercase;
}

.ecsm-live-meeting-panel input {
  width: 100%;
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #cfd9eb;
  border-radius: 12px;
  color: #102a56;
}

.ecsm-live-meeting-panel p {
  margin: 0;
  color: #4f6179;
  font-size: 13px;
}

.ecsm-workspace__action-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 16px;
  border-radius: 999px;
  border: 1px solid #d7e1f4;
  background: #f5f8ff;
  color: #163163;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ecsm-workspace__action-link:hover {
  transform: translateY(-1px);
  border-color: #315bf5;
  box-shadow: 0 14px 24px rgba(16, 42, 86, 0.1);
}

.ecsm-workspace__action-link.is-disabled {
  cursor: not-allowed;
  border-color: #dbe2ee;
  background: #eef2f7;
  color: #6d7890;
  box-shadow: none;
}

.ecsm-workspace__action-link.is-disabled:hover {
  transform: none;
  border-color: #dbe2ee;
  box-shadow: none;
}

.ecsm-training-countdown {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
  margin-top: 8px;
  color: #5f6f8e;
  font-size: 13px;
  font-weight: 800;
  line-height: 1.35;
}

.ecsm-training-countdown__label {
  color: #6c7890;
}

.ecsm-training-countdown__time {
  color: #102a56;
  font-variant-numeric: tabular-nums;
}

.ecsm-workspace__action-link.ecsm-training-countdown {
  min-height: 48px;
  margin-top: 0;
  align-items: flex-start;
  justify-content: center;
  gap: 2px;
}

.ecsm-instructor__roster-stack {
  display: grid;
  gap: 22px;
}

.ecsm-roster-table-wrap {
  border: 1px solid #dce5f3;
  border-radius: 14px;
  background: #ffffff;
}

.ecsm-roster-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  table-layout: fixed;
  color: #102a56;
}

.ecsm-roster-table thead th {
  padding: 14px 16px;
  border-bottom: 1px solid #e4ebf7;
  background: #f6f9fd;
  color: #51637f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0;
  line-height: 1.35;
  text-align: left;
  text-transform: uppercase;
}

.ecsm-roster-table tbody td {
  padding: 16px;
  border-bottom: 1px solid #eef3fb;
  color: #32425f;
  font-size: 14px;
  line-height: 1.45;
  vertical-align: middle;
}

.ecsm-roster-table tbody tr:last-child td {
  border-bottom: 0;
}

.ecsm-roster-table th:nth-child(1) {
  width: 16%;
}

.ecsm-roster-table th:nth-child(2) {
  width: 22%;
}

.ecsm-roster-table th:nth-child(3) {
  width: 14%;
}

.ecsm-roster-table th:nth-child(4) {
  width: 18%;
}

.ecsm-roster-table th:nth-child(5) {
  width: 16%;
}

.ecsm-roster-table th:nth-child(6) {
  width: 14%;
}

.ecsm-roster-table--pii th:nth-child(1) {
  width: 15%;
}

.ecsm-roster-table--pii th:nth-child(2) {
  width: 20%;
}

.ecsm-roster-table--pii th:nth-child(3) {
  width: 16%;
}

.ecsm-roster-table--pii th:nth-child(4) {
  width: 13%;
}

.ecsm-roster-table--pii th:nth-child(5) {
  width: 15%;
}

.ecsm-roster-table--pii th:nth-child(6) {
  width: 13%;
}

.ecsm-roster-table--pii th:nth-child(7) {
  width: 8%;
}

.ecsm-roster-table__learner {
  display: block;
  color: #102a56;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.ecsm-roster-table__email a,
.ecsm-roster-table__email span,
.ecsm-roster-table__title,
.ecsm-roster-table__pii {
  overflow-wrap: anywhere;
}

.ecsm-roster-table__email a {
  color: #315bf5;
  text-decoration: none;
}

.ecsm-roster-table__email a:hover {
  text-decoration: underline;
}

.ecsm-roster-table__badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #dce5f3;
  border-radius: 999px;
  background: #f7f9fd;
  color: #51637f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.ecsm-roster-table__badge.is-assigned,
.ecsm-roster-table__badge.is-ready {
  border-color: #b8e7ca;
  background: #eaf8ef;
  color: #156534;
}

.ecsm-roster-table__badge.is-pending {
  border-color: #ffe0ad;
  background: #fff7e8;
  color: #8a5300;
}

.ecsm-roster-table__badge.is-pending-signoff {
  border-color: #bfdbfe;
  background: #eff6ff;
  color: #1d4ed8;
}

.ecsm-roster-table__badge.is-blocked {
  border-color: #dbe2ee;
  background: #eef2f7;
  color: #657188;
}

.ecsm-roster-table__action-form {
  margin-top: 8px;
}

.ecsm-workspace__action-link--small {
  min-height: 32px;
  padding: 0 12px;
  font-size: 12px;
}

.ecsm-roster-table__empty {
  color: #657188;
  text-align: center;
}

.ecsm-roster-table__muted,
.ecsm-roster-table__pii-item small {
  color: #657188;
  font-size: 12px;
  font-weight: 700;
}

.ecsm-roster-table__pii-list {
  display: grid;
  gap: 8px;
}

.ecsm-roster-table__pii-item {
  display: grid;
  gap: 6px;
}

.ecsm-roster-table__pii-form {
  margin: 0;
}

.ecsm-roster-table__pii-button {
  min-height: 28px;
  padding: 4px 9px;
  border: 1px solid #315bf5;
  border-radius: 999px;
  background: #315bf5;
  color: #ffffff;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.2;
  cursor: pointer;
}

.ecsm-roster-table__pii-button:hover {
  background: #183fd0;
  border-color: #183fd0;
}

.ecsm-employer-certificates-table {
  min-width: 1080px;
}

.ecsm-employer-attendance-table {
  min-width: 1000px;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 4px 12px rgba(10, 39, 67, 0.12);
}

.ecsm-workspace--employer .ecsm-employer-attendance-table {
  width: 100%;
  min-width: 1180px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  color: #1c1c1c;
  font-size: 13px;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table thead th {
  padding: 22px 24px;
  border-bottom: 0;
  background: #0a2743;
  color: #ffffff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-instructor-report-table-heading,
.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-instructor-report-table-heading,
.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-instructor-report-table-heading {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 6px !important;
  max-width: 100% !important;
  color: inherit !important;
  line-height: 1.2 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-instructor-report-table-heading svg,
.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-instructor-report-table-heading svg,
.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-instructor-report-table-heading svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  color: currentColor !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-instructor-report-table-heading span,
.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-instructor-report-table-heading span,
.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-instructor-report-table-heading span {
  display: inline-block !important;
  min-width: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table thead th:first-child {
  border-radius: 6px 0 0 0;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table thead th:last-child {
  border-radius: 0 6px 0 0;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table tbody td {
  padding: 20px 24px;
  border-bottom: 1px solid #d7d7d7;
  color: #7c8798;
  font-size: 13px;
  line-height: 1.35;
  vertical-align: middle;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table tbody tr:last-child td {
  border-bottom: 0;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table th:nth-child(1),
.ecsm-workspace--employer .ecsm-employer-attendance-table td:nth-child(1) {
  width: 18%;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table th:nth-child(2),
.ecsm-workspace--employer .ecsm-employer-attendance-table td:nth-child(2) {
  width: 24%;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table th:nth-child(3),
.ecsm-workspace--employer .ecsm-employer-attendance-table td:nth-child(3) {
  width: 30%;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table th:nth-child(4),
.ecsm-workspace--employer .ecsm-employer-attendance-table td:nth-child(4) {
  width: 17%;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table th:nth-child(5),
.ecsm-workspace--employer .ecsm-employer-attendance-table td:nth-child(5) {
  width: 11%;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table tbody td strong,
.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-roster-table__learner,
.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-roster-table__title strong {
  color: #0a2743;
  font-weight: 600;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-dashboard__event-date,
.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-roster-table__email a,
.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-roster-table__email span {
  color: #7c8798;
  font-size: 13px;
  line-height: 1.45;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-roster-table__email a {
  color: #2453a7;
  text-decoration: none;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-employer-attendance-links {
  margin-top: 0;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-employer-attendance-links__row span {
  color: #0a2743;
  font-size: 13px;
  font-weight: 600;
}

.ecsm-workspace--employer .ecsm-employer-attendance-table .ecsm-workspace__action-link {
  min-height: 30px;
  padding: 0 12px;
  border-radius: 999px;
  font-size: 12px;
}

.ecsm-employer-certificates-table td strong {
  display: block;
  color: #102a56;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.ecsm-employer-attendance-links {
  display: grid;
  gap: 8px;
  margin-top: 10px;
}

.ecsm-employer-attendance-links__row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 6px;
}

.ecsm-employer-attendance-links__row span {
  flex: 1 1 100%;
  color: #657188;
  font-size: 12px;
  font-weight: 800;
}

.ecsm-employer-attendance-links .ecsm-workspace__action-link {
  min-height: 30px;
  padding: 0 10px;
  font-size: 12px;
}

.ecsm-student__attendance-records {
  margin-top: 18px;
}

.ecsm-student__attendance-records .ecsm-roster-table {
  min-width: 720px;
}

.ecsm-student-reports-hub {
  display: grid;
  gap: 16px;
}

.ecsm-student-reports-hub__tabs {
  display: flex;
  align-items: center;
  gap: 34px;
  width: 100%;
  overflow-x: auto;
  border-bottom: 1px solid #d7dce6;
}

.ecsm-student-reports-hub__tabs a {
  position: relative;
  display: inline-flex;
  align-items: center;
  min-height: 38px;
  padding: 0 0 11px;
  color: #7b7f87;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

.ecsm-student-reports-hub__tabs a::after {
  content: "";
  position: absolute;
  right: 0;
  bottom: -1px;
  left: 0;
  height: 2px;
  background: transparent;
}

.ecsm-student-reports-hub__tabs a.is-active {
  color: #0a2743;
}

.ecsm-student-reports-hub__tabs a.is-active::after {
  background: #0a2743;
}

.ecsm-student-reports-hub__panel > .ecsm-workspace__panel {
  margin: 0;
}

.ecsm-student-attendance-report-section .ecsm-workspace__panel-head {
  margin-bottom: 18px;
}

.ecsm-student-attendance-report-section .ecsm-workspace__panel-kicker {
  margin: 0 0 2px;
  color: #0a2743;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.ecsm-student-attendance-report-section .ecsm-workspace__panel-head h2 {
  margin: 0 0 16px;
  color: #0a2743;
  font-size: 28px;
  font-weight: 500;
  line-height: 1.2;
}

.ecsm-student-attendance-report-section .ecsm-workspace__panel-head p {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1.35;
}

.ecsm-student-attendance-report-filter {
  display: grid;
  grid-template-columns: minmax(280px, 420px) repeat(3, max-content);
  align-items: end;
  gap: 7px;
  max-width: none;
  margin: 0 0 16px;
}

.ecsm-student-attendance-report-filter label {
  grid-column: 1 / -1;
  color: #0a2743;
  font-size: 13px;
  font-weight: 700;
}

.ecsm-student-attendance-report-filter select {
  width: 100%;
  min-height: 42px;
  padding: 0 14px;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  color: #0a2743;
  font-size: 14px;
  outline: none;
}

.ecsm-student-attendance-report-filter select:focus {
  border-color: #0a2743;
  box-shadow: 0 0 0 3px rgba(10, 39, 67, 0.08);
}

.ecsm-student-attendance-report-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(10, 39, 67, 0.12);
}

.ecsm-student-attendance-report-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  color: #1c1c1c;
  font-size: 13px;
}

.ecsm-student-attendance-report-table thead th {
  padding: 22px 24px;
  border-bottom: 0;
  background: #0a2743;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel .ecsm-instructor-report-table-heading {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-start !important;
  gap: 5px !important;
  max-width: 100% !important;
  color: inherit !important;
  line-height: 1.25 !important;
  vertical-align: middle !important;
  white-space: nowrap !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel .ecsm-instructor-report-table-heading svg {
  display: block !important;
  width: 14px !important;
  height: 14px !important;
  flex: 0 0 14px !important;
  color: currentColor !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel .ecsm-instructor-report-table-heading span {
  display: inline-block !important;
  min-width: 0 !important;
}

.ecsm-student-attendance-report-table thead th:first-child {
  border-radius: 6px 0 0 0;
}

.ecsm-student-attendance-report-table thead th:last-child {
  border-radius: 0 6px 0 0;
}

.ecsm-student-attendance-report-table tbody td {
  padding: 20px 24px;
  border-bottom: 1px solid #d7d7d7;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.35;
  vertical-align: middle;
}

.ecsm-student-attendance-report-table tbody tr:last-child td {
  border-bottom: 0;
}

.ecsm-student-attendance-report-table tbody td strong {
  color: #0a2743;
  font-weight: 600;
}

.ecsm-student-attendance-report-table__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 12px;
  border: 1px solid #f4c077;
  border-radius: 999px;
  background: #fff5e7;
  color: #c97300;
  font-size: 12px;
  font-weight: 500;
  white-space: nowrap;
}

.ecsm-student-attendance-report-table__empty td {
  color: #9c9c9c;
  text-align: center;
}

.ecsm-student-completion-report-section .ecsm-workspace__panel-head {
  margin-bottom: 18px;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel .ecsm-student-completion-report-section {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  grid-template-areas:
    "completion-heading completion-actions"
    "completion-preview completion-preview" !important;
  column-gap: 18px !important;
  align-items: start !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel .ecsm-student-completion-report-section > .ecsm-workspace__panel-head {
  grid-area: completion-heading !important;
  min-width: 0 !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel .ecsm-student-completion-report-section > .ecsm-attendance-records__preview {
  grid-area: completion-preview !important;
  min-width: 0 !important;
}

.ecsm-student-completion-report-section .ecsm-workspace__panel-kicker {
  color: #0a2743 !important;
  font-size: 20px !important;
  line-height: 150% !important;
  font-weight: 700 !important;
  padding: 0 !important;
  margin: 0 !important;
}

.ecsm-student-completion-report-section .ecsm-workspace__panel-head h2 {
  margin: 0 0 20px;
  color: #9c9c9c;
  font-size: 14px;
  font-weight: 600;
  line-height: 150%;
  padding: 0;
}

.ecsm-student-completion-report-section .ecsm-workspace__panel-head p {
  color: #9c9c9c;
  font-size: 11px;
  line-height: 1.35;
}

.ecsm-student-completion-report-section .ecsm-attendance-records__summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.ecsm-student-completion-report-section .ecsm-attendance-records__summary .ecsm-workspace__summary-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 127px;
  height: 127px;
  padding: 25px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(10, 39, 67, 0.16);
}

.ecsm-student-completion-report-section .ecsm-attendance-records__summary .ecsm-workspace__summary-card span {
  margin: 0;
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.ecsm-student-completion-report-section .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  color: #6b6b6b;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.ecsm-student-completion-report-section .ecsm-table-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d7d7d7;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(10, 39, 67, 0.12);
}

.ecsm-student-completion-report-section .ecsm-roster-table {
  width: 100%;
  min-width: 1120px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  color: #1c1c1c;
  font-size: 13px;
}

.ecsm-student-completion-report-section .ecsm-roster-table th {
  width: auto !important;
}

.ecsm-student-completion-report-section .ecsm-roster-table thead th {
  padding: 22px 24px;
  border-bottom: 0;
  background: #0a2743;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
}

.ecsm-student-completion-report-section .ecsm-roster-table thead th:first-child {
  border-radius: 6px 0 0 0;
}

.ecsm-student-completion-report-section .ecsm-roster-table thead th:last-child {
  border-radius: 0 6px 0 0;
}

.ecsm-student-completion-report-section .ecsm-roster-table tbody td {
  padding: 22px 24px;
  border-bottom: 1px solid #d7d7d7;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.35;
  vertical-align: middle;
}

.ecsm-student-completion-report-section .ecsm-roster-table tbody tr:last-child td {
  border-bottom: 0;
}

.ecsm-student-completion-report-section .ecsm-roster-table tbody td strong {
  color: #0a2743;
  font-weight: 700;
}

.ecsm-student-completion-report-section .ecsm-roster-table tbody td span {
  color: #9c9c9c;
}

@media (max-width: 900px) {
  .ecsm-student-completion-report-section .ecsm-attendance-records__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ecsm-student-completion-report-section .ecsm-attendance-records__summary {
    grid-template-columns: 1fr;
  }
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-student-report-summary-bar {
  display: flex !important;
  grid-area: completion-actions !important;
  justify-content: flex-end !important;
  align-items: center !important;
  width: auto !important;
  min-width: 36px !important;
  margin: 16px 0 0 !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-student-report-heading-row {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: start !important;
  column-gap: 18px !important;
  width: 100% !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-student-report-heading-row > .ecsm-workspace__panel-head {
  min-width: 0 !important;
  margin-bottom: 18px !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-student-report-heading-row > .ecsm-student-report-summary-bar {
  align-self: start !important;
  grid-area: auto !important;
  margin: 16px 0 0 !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-student-report-summary-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #9b9b9b !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-student-report-summary-toggle:hover,
.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-student-report-summary-toggle[aria-expanded="true"] {
  color: #0a2743 !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-attendance-records__preview {
  position: relative !important;
  overflow: visible !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-attendance-records__summary {
  position: fixed !important;
  top: var(--ecsm-report-summary-top, 140px) !important;
  left: var(--ecsm-report-summary-left, auto) !important;
  right: auto !important;
  z-index: 99999 !important;
  display: none !important;
  grid-template-columns: 1fr !important;
  width: 244px !important;
  box-sizing: border-box !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
  overflow: visible !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel .ecsm-workspace__panel.is-summary-open .ecsm-attendance-records__summary {
  display: grid !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-attendance-records__summary .ecsm-workspace__summary-card {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  gap: 16px !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-attendance-records__summary .ecsm-workspace__summary-card:last-child {
  border-bottom: 0 !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-attendance-records__summary .ecsm-workspace__summary-card span,
.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  margin: 0 !important;
  color: #9b9b9b !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  min-width: 34px !important;
  color: #0a2743 !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-align: right !important;
}

@media (max-width: 700px) {
  .ecsm-workspace--student .ecsm-student-reports-hub__panel .ecsm-student-completion-report-section {
    grid-template-columns: minmax(0, 1fr) auto !important;
  }

  .ecsm-workspace--student .ecsm-student-reports-hub__panel :is(.ecsm-student-completion-report-section, .ecsm-student-certificate-report-section, .ecsm-student-expiration-compliance-section) .ecsm-attendance-records__summary {
    top: var(--ecsm-report-summary-top, 120px) !important;
    left: var(--ecsm-report-summary-left, 12px) !important;
    right: auto !important;
    width: min(244px, calc(100vw - 24px)) !important;
  }
}

.ecsm-instructor__report-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 18px;
  margin-bottom: 20px;
}

.ecsm-instructor__report-notes {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
}

.ecsm-attendance__event-tabs,
.ecsm-attendance__session-tabs,
.ecsm-attendance__date-tabs {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin: 0 0 18px;
}

.ecsm-attendance__event-tabs .is-active,
.ecsm-attendance__session-tabs .is-active,
.ecsm-attendance__date-tabs .is-active {
  background: #102a56;
  color: #ffffff;
}

.ecsm-attendance__date-tab {
  display: inline-flex;
  min-width: 136px;
  flex-direction: column;
  gap: 3px;
  padding: 11px 14px;
  border: 1px solid #cfd9eb;
  border-radius: 8px;
  background: #ffffff;
  color: #102a56;
  text-decoration: none;
}

.ecsm-attendance__date-tab small {
  color: inherit;
  font-size: 12px;
  font-weight: 700;
  opacity: 0.75;
}

.ecsm-attendance__date-tab.is-open {
  border-color: #102a56;
}

.ecsm-attendance__date-tab.is-disabled {
  border-color: #dce5f7;
  background: #eef2f7;
  color: #657188;
  cursor: not-allowed;
}

.ecsm-attendance__date-tab.is-closed:not(.is-disabled) {
  border-color: #d4dce9;
  background: #f8fafd;
  color: #4d5d75;
}

.ecsm-attendance__selector-panel {
  display: grid;
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #dce5f7;
  border-radius: 16px;
  background: #ffffff;
}

.ecsm-attendance__selector-panel label {
  display: grid;
  gap: 7px;
  color: #334563;
  font-size: 13px;
  font-weight: 700;
}

.ecsm-attendance__selector-panel select {
  width: 100%;
  min-height: 44px;
  border: 1px solid #cfd9eb;
  border-radius: 10px;
  padding: 8px 10px;
  background: #ffffff;
  color: #102a56;
  font: inherit;
}

.ecsm-attendance__form {
  display: grid;
  gap: 16px;
}

.ecsm-attendance__session-tools {
  display: grid;
  gap: 16px;
  margin: 0 0 18px;
}

.ecsm-attendance__download-panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  margin: 16px 0;
  padding: 14px 16px;
  border: 1px solid #dbe5f7;
  border-radius: 8px;
  background: #f7faff;
}

.ecsm-attendance__download-panel strong {
  color: #001f58;
}

.ecsm-attendance__download-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ecsm-qa-artifacts {
  margin-top: 24px;
  padding: 22px;
  border: 1px solid #dbe5f7;
  border-radius: 8px;
  background: #ffffff;
}

.ecsm-qa-artifacts__grid {
  display: grid;
  grid-template-columns: minmax(260px, 0.8fr) minmax(320px, 1.2fr);
  align-items: start;
  gap: 18px;
}

.ecsm-student-attendance-report-filter .ecsm-workspace__action-link {
  width: auto;
  min-height: 42px;
  white-space: nowrap;
}

.ecsm-qa-artifacts__form,
.ecsm-qa-artifacts__item,
.ecsm-qa-artifacts__override-log {
  border: 1px solid #dbe5f7;
  border-radius: 8px;
  background: #f8fbff;
  padding: 16px;
}

.ecsm-qa-artifacts__form {
  display: grid;
  align-self: start;
  align-content: start;
  gap: 14px;
}

.ecsm-qa-artifacts__form label {
  display: grid;
  gap: 8px;
  color: #213a67;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ecsm-qa-artifacts__form input,
.ecsm-qa-artifacts__form select,
.ecsm-qa-artifacts__form textarea {
  width: 100%;
  border: 1px solid #cbd8ef;
  border-radius: 8px;
  color: #001f58;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-transform: none;
}

.ecsm-qa-artifacts__file-help {
  color: #6a7894;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.ecsm-qa-artifacts__list {
  display: grid;
  gap: 12px;
  align-content: start;
}

.ecsm-qa-artifacts__item h3,
.ecsm-qa-artifacts__override-log h3 {
  margin: 10px 0 8px;
  color: #00245d;
  font-size: 18px;
  font-weight: 600;
}

.ecsm-qa-artifacts__item a {
  color: #2557f6;
  font-weight: 800;
  overflow-wrap: anywhere;
}

.ecsm-qa-artifacts__item p {
  color: #40547c;
}

.ecsm-qa-artifacts__item small {
  color: #6a7894;
  font-weight: 800;
}

.ecsm-qa-artifacts__override-log {
  margin-top: 18px;
}

.ecsm-qa-artifacts__attendance-section {
  margin: 0 0 18px;
  padding: 16px;
  border: 1px solid #dbe5f7;
  border-radius: 8px;
  background: #f8fbff;
}

.ecsm-qa-artifacts__attendance-section h3 {
  margin: 0 0 12px;
  color: #00245d;
  font-size: 18px;
  font-weight: 600;
}

.ecsm-qa-artifacts__attendance-list {
  display: grid;
  gap: 10px;
}

.ecsm-qa-artifacts__attendance-row {
  display: grid;
  gap: 8px;
}

.ecsm-qa-artifacts__edit {
  margin-top: 12px;
}

.ecsm-qa-artifacts__edit summary {
  color: #2557f6;
  cursor: pointer;
  font-weight: 900;
}

.ecsm-qa-artifacts__edit form {
  display: grid;
  gap: 14px;
  margin-top: 14px;
  padding-top: 14px;
  border-top: 1px solid #dbe5f7;
}

.ecsm-qa-artifacts__edit form label {
  display: grid;
  gap: 8px;
  min-width: 0;
  color: #213a67;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ecsm-qa-artifacts__edit form input,
.ecsm-qa-artifacts__edit form select,
.ecsm-qa-artifacts__edit form textarea {
  box-sizing: border-box;
  width: 100%;
  min-width: 0;
  border: 1px solid #cbd8ef;
  border-radius: 8px;
  background: #ffffff;
  color: #001f58;
  font-size: 14px;
  font-weight: 700;
  padding: 10px 12px;
  text-transform: none;
}

.ecsm-qa-artifacts__edit form textarea {
  min-height: 92px;
  resize: vertical;
}

.ecsm-qa-artifacts__edit form .ecsm-qa-artifacts__file-help {
  color: #6a7894;
  font-size: 11px;
  font-weight: 700;
  line-height: 1.45;
  text-transform: none;
}

.ecsm-attendance__session-settings,
.ecsm-attendance__audit-panel {
  display: grid;
  gap: 14px;
  padding: 18px;
  border: 1px solid #dce5f7;
  border-radius: 16px;
  background: #ffffff;
}

.ecsm-attendance__settings-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

.ecsm-attendance__settings-grid label {
  display: grid;
  gap: 6px;
  color: #334563;
  font-size: 13px;
  font-weight: 700;
}

.ecsm-attendance__settings-grid select,
.ecsm-attendance__settings-grid input[type="datetime-local"],
.ecsm-attendance__settings-grid input[type="number"] {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfd9eb;
  border-radius: 10px;
  padding: 8px 10px;
  background: #ffffff;
  color: #102a56;
}

.ecsm-attendance__settings-check {
  align-items: center;
  grid-template-columns: auto minmax(0, 1fr);
}

.ecsm-attendance__qr-panel {
  display: flex;
  align-items: center;
  gap: 18px;
  padding: 18px;
  border: 1px solid #dce5f7;
  border-radius: 16px;
  background: #ffffff;
}

.ecsm-attendance__qr-panel img {
  width: 190px;
  height: 190px;
  image-rendering: crisp-edges;
}

.ecsm-attendance__qr-panel input {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfd9eb;
  border-radius: 10px;
  padding: 8px 10px;
}

.ecsm-attendance__checkin-form {
  display: inline-flex;
  margin: 0;
}

.ecsm-workspace__action-button {
  font: inherit;
  cursor: pointer;
}

.ecsm-attendance__choice {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  min-height: 34px;
  color: #102a56;
  font-weight: 700;
}

.ecsm-attendance__table {
  border: 1px solid #dce5f3;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.ecsm-attendance__table thead th {
  padding: 14px 18px;
  border-bottom: 1px solid #e4ebf7;
  background: #f6f9fd;
  color: #51637f;
  font-size: 12px;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ecsm-attendance__table tbody td {
  padding: 14px 18px;
  vertical-align: middle;
  border-bottom: 1px solid #eef3fb;
}

.ecsm-attendance__table tbody tr:last-child td {
  border-bottom: 0;
}

.ecsm-attendance__row.is-saving {
  background: #f8fbff;
}

.ecsm-attendance__row.is-error {
  background: #fff7f7;
}

.ecsm-attendance__learner {
  display: grid;
  gap: 3px;
  color: #102a56;
}

.ecsm-attendance__learner strong {
  font-size: 14px;
}

.ecsm-attendance__learner span {
  color: #657188;
  font-size: 12px;
}

.ecsm-attendance__status-badge {
  display: inline-flex;
  min-width: 86px;
  justify-content: center;
  padding: 7px 10px;
  border: 1px solid #dce5f3;
  border-radius: 999px;
  background: #f7f9fd;
  color: #51637f;
  font-size: 12px;
  font-weight: 800;
}

.ecsm-attendance__status-badge.is-present {
  border-color: #b8e7ca;
  background: #eaf8ef;
  color: #156534;
}

.ecsm-attendance__status-badge.is-absent {
  border-color: #facaca;
  background: #fff0f0;
  color: #9a1c1c;
}

.ecsm-attendance__row-message {
  display: block;
  margin-top: 6px;
  color: #657188;
  font-size: 12px;
}

.ecsm-attendance__row.is-error .ecsm-attendance__row-message {
  color: #9a1c1c;
  font-weight: 700;
}

.ecsm-attendance__choice input {
  width: 18px;
  height: 18px;
  accent-color: #315bf5;
}

.ecsm-attendance__form.is-readonly .ecsm-attendance__choice,
.ecsm-attendance__form.is-readonly .ecsm-attendance__scan-btn,
.ecsm-attendance__form.is-readonly .ecsm-dashboard__submit {
  opacity: 0.62;
}

.ecsm-attendance__form.is-readonly .ecsm-attendance__choice,
.ecsm-attendance__form.is-readonly .ecsm-attendance__choice input,
.ecsm-attendance__form.is-readonly .ecsm-attendance__scan-btn,
.ecsm-attendance__form.is-readonly .ecsm-dashboard__submit {
  cursor: not-allowed;
}

.ecsm-attendance__scan-btn {
  min-height: 36px;
  min-width: 104px;
  border-radius: 8px !important;
  border-color: #bfd0eb !important;
  background: #ffffff !important;
  color: #102a56 !important;
  font-weight: 800 !important;
}

.ecsm-attendance__qr-unavailable {
  display: inline-flex;
  align-items: center;
  min-height: 32px;
  color: #657188;
  font-size: 12px;
  font-weight: 800;
}

.ecsm-attendance__table select,
.ecsm-attendance__table input[type="text"] {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfd9eb;
  border-radius: 10px;
  padding: 8px 10px;
  background: #ffffff;
  color: #102a56;
}

.ecsm-paper-assessment-panel {
  display: grid;
  gap: 16px;
  margin-top: 18px;
  padding: 18px;
  border: 1px solid #dce5f7;
  border-radius: 16px;
  background: #ffffff;
}

.ecsm-paper-assessment-panel__head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
}

.ecsm-paper-assessment-panel__head h3,
.ecsm-paper-assessment-panel__head h4 {
  margin: 0 0 6px;
  color: #102a56;
}

.ecsm-paper-assessment-panel__head h4 {
  font-size: 16px;
}

.ecsm-paper-assessment-panel__head p {
  margin: 0;
  color: #4f6179;
  font-size: 13px;
}

.ecsm-paper-assessment-panel__head > span {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2144df;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ecsm-paper-assessment-panel__tools {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  gap: 10px;
}

.ecsm-paper-assessment-panel__tools > span {
  flex: 0 0 auto;
  padding: 8px 12px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2144df;
  font-size: 12px;
  font-weight: 800;
  text-transform: uppercase;
}

.ecsm-paper-assessment-panel__toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 7px;
  min-height: 34px;
  padding: 0 12px;
  border: 1px solid #dce5f7;
  border-radius: 999px;
  background: #ffffff;
  color: #102a56;
  font-size: 12px;
  font-weight: 800;
  line-height: 1;
  cursor: pointer;
}

.ecsm-paper-assessment-panel__toggle svg {
  display: block;
  width: 14px;
  height: 14px;
  transition: transform 160ms ease;
}

.ecsm-paper-assessment-panel__toggle .is-expand,
.ecsm-paper-assessment-panel__toggle[aria-expanded="false"] .is-collapse {
  display: none;
}

.ecsm-paper-assessment-panel__toggle[aria-expanded="false"] .is-expand {
  display: inline;
}

.ecsm-paper-assessment-panel__toggle[aria-expanded="false"] svg {
  transform: rotate(-90deg);
}

.ecsm-paper-assessment-panel__body[hidden] {
  display: none !important;
}

.ecsm-paper-assessment-panel__form {
  display: grid;
  gap: 14px;
}

.ecsm-paper-assessment-panel__table {
  border: 1px solid #dce5f3;
  border-collapse: separate;
  border-spacing: 0;
  border-radius: 12px;
  overflow: hidden;
  background: #ffffff;
}

.ecsm-paper-assessment-panel__table th {
  padding: 14px 18px;
  border-bottom: 1px solid #e4ebf7;
  background: #f6f9fd;
  color: #51637f;
  font-size: 12px;
  text-transform: uppercase;
}

.ecsm-paper-assessment-panel__table td {
  padding: 14px 18px;
  vertical-align: middle;
  border-bottom: 1px solid #eef3fb;
}

.ecsm-paper-assessment-panel__table tr:last-child td {
  border-bottom: 0;
}

.ecsm-paper-assessment-panel__table select,
.ecsm-paper-assessment-panel__table input[type="number"],
.ecsm-paper-assessment-panel__table textarea {
  width: 100%;
  min-height: 42px;
  border: 1px solid #cfd9eb;
  border-radius: 10px;
  padding: 8px 10px;
  background: #ffffff;
  color: #102a56;
  font: inherit;
}

.ecsm-paper-assessment-panel__score-control {
  display: grid;
  grid-template-columns: minmax(84px, 120px) auto;
  align-items: center;
  gap: 8px;
}

.ecsm-paper-assessment-panel__score-control span {
  color: #51637f;
  font-size: 13px;
  font-weight: 800;
  white-space: nowrap;
}

.ecsm-paper-assessment-panel__table textarea {
  min-width: 220px;
  resize: vertical;
}

.ecsm-paper-assessment-panel__marked {
  color: #4f6179;
  font-size: 12px;
  font-weight: 700;
}

.ecsm-paper-assessment-panel__marked.is-empty {
  color: #8a97ab;
}

@media (max-width: 1180px) {
  .ecsm-workspace__layout--sidebar-left {
    grid-template-columns: 1fr;
  }

  .ecsm-workspace__sidebar--fixed {
    position: static;
    max-height: none;
  }

  .ecsm-instructor__class-grid,
  .ecsm-instructor__report-grid,
  .ecsm-instructor__report-notes,
  .ecsm-live-meeting-panel__form {
    grid-template-columns: 1fr;
  }

  .ecsm-live-meeting-panel__fields {
    grid-template-columns: 1fr;
  }

  .ecsm-live-meeting-panel__details {
    grid-column: auto;
  }

  .ecsm-attendance__qr-panel {
    align-items: flex-start;
    flex-direction: column;
  }

  .ecsm-attendance__settings-grid {
    grid-template-columns: 1fr;
  }

  .ecsm-attendance__download-panel,
  .ecsm-qa-artifacts__grid {
    grid-template-columns: 1fr;
  }

  .ecsm-attendance__download-panel {
    align-items: flex-start;
    flex-direction: column;
  }
}

.ecsm-lesson-locked {
  opacity: 0.75;
}

.ecsm-lesson-lock-note {
  display: inline-block;
  margin-left: 8px;
  padding: 2px 8px;
  border-radius: 999px;
  background: #fff1f1;
  color: #b42318;
  font-size: 12px;
  font-weight: 700;
  vertical-align: middle;
}

.ecsm-portal {
  min-height: 100vh;
}

.ecsm-portal__topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  max-width: 1920px;
  margin: 0 auto;
  padding: 28px 28px 18px;
}

.ecsm-portal__brand {
  display: inline-flex;
  align-items: center;
  gap: 14px;
  color: #102a56;
  text-decoration: none;
}

.ecsm-portal__brand-mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 48px;
  height: 48px;
  border-radius: 16px;
  background: linear-gradient(135deg, #163163 0%, #315bf5 100%);
  color: #ffffff;
  font-size: 18px;
  font-weight: 800;
  letter-spacing: 0.08em;
  box-shadow: 0 20px 36px rgba(16, 42, 86, 0.18);
}

.ecsm-portal__brand-text {
  display: grid;
  gap: 3px;
}

.ecsm-portal__brand-text strong {
  color: #102a56;
  font-size: 17px;
  line-height: 1.15;
}

.ecsm-portal__brand-text span {
  color: #61708f;
  font-size: 13px;
  font-weight: 600;
}

.ecsm-portal__nav {
  display: flex;
  align-items: center;
  gap: 12px;
}

.ecsm-portal__nav a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 16px;
  border: 1px solid #d7dfef;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.72);
  color: #102a56;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ecsm-portal__nav a:hover {
  transform: translateY(-1px);
  border-color: #315bf5;
  box-shadow: 0 16px 28px rgba(16, 42, 86, 0.1);
}

.ecsm-portal__main {
  max-width: 1920px;
  margin: 0 auto;
  padding: 0px 28px 48px;
}

.ecsm-workspace {
  max-width: 1920px;
  margin: 0 auto;
}

.ecsm-workspace__layout {
  display: grid;
  gap: 20px;
  grid-template-columns: minmax(0, 1.55fr) 320px;
  align-items: start;
}

.ecsm-workspace__main {
  min-width: 0;
  display: grid;
  gap: 16px;
}

.ecsm-workspace__header {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 18px;
  padding: 30px 32px;
  border-radius: 32px;
  background:
    radial-gradient(circle at top right, rgba(255, 193, 72, 0.28), transparent 24%),
    linear-gradient(135deg, #0d2346 0%, #17376f 52%, #2453a7 100%);
  box-shadow: 0 30px 60px rgba(10, 25, 56, 0.18);
  color: #ffffff;
}

.ecsm-workspace__eyebrow,
.ecsm-workspace__panel-kicker {
  margin: 0 0 10px;
  color: rgba(255, 255, 255, 0.68);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.14em;
  text-transform: uppercase;
}

.ecsm-workspace__title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(34px, 3vw, 48px);
  line-height: 1.02;
}

.ecsm-workspace__subtitle {
  max-width: 62ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.65;
}

.ecsm-workspace__header-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
}

.ecsm-workspace__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  background: #ffc347;
  color: #102a56;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
  box-shadow: 0 14px 28px rgba(255, 195, 71, 0.24);
}

.ecsm-workspace__button.is-secondary {
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  box-shadow: none;
  border: 1px solid rgba(255, 255, 255, 0.18);
}

.ecsm-workspace__summary {
  display: grid;
  gap: 16px;
  grid-template-columns: repeat(auto-fit, minmax(180px, 1fr));
  min-width: 0;
  max-width: 100%;
}

.ecsm-workspace__summary-card {
  padding: 20px 22px;
  border: 1px solid #dce4f3;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.92);
  box-shadow: 0 18px 38px rgba(11, 28, 58, 0.08);
}

.ecsm-workspace__summary--student {
  gap: 14px;
}

.ecsm-workspace__summary-card--student {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    min-height: 127px;
    height: 127px;
    padding: 25px;
    border-color: #E1E1E1;
    border-radius: 10px;
    background: #fff;
    box-shadow: 0 4px 15px rgba(10, 39, 67, 0.16);
}

.ecsm-workspace__summary-card-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
}

.ecsm-workspace__summary-card--student .ecsm-workspace__summary-card-head > span:not(.ecsm-workspace__summary-icon) {
    margin: 0;
    color: #6B6B6B;
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 120%;
    text-transform: none;
}

.ecsm-workspace__summary-icon {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0;
  color: #123b63;
}

.ecsm-workspace__summary-icon svg {
  display: block;
  width: 36px;
  height: 36px;
}

.ecsm-workspace__summary-card span {
  display: block;
  margin-bottom: 8px;
  color: #6a7893;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ecsm-workspace__summary-card--student .ecsm-workspace__summary-icon {
  display: inline-flex;
  flex: 0 0 36px;
  width: 36px;
  height: 36px;
  margin: 0;
  color: #123b63;
  font-size: inherit;
  font-weight: inherit;
  letter-spacing: 0;
  line-height: 1;
  text-transform: none;
}

.ecsm-workspace__summary-card strong {
  color: #102a56;
  font-size: 34px;
  font-weight: 800;
}

.ecsm-workspace__summary-card--student strong {
    color: #6B6B6B;
    font-size: 38px;
    font-weight: 700;
    line-height: 1;
}

/* .ecsm-workspace__panel {
  padding: 28px;
  border: 1px solid #dce5f2;
  border-radius: 30px;
  background: rgba(255, 255, 255, 0.94);
  box-shadow: 0 24px 44px rgba(11, 28, 58, 0.08);
} */

.ecsm-workspace__panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  gap: 12px;
  margin-bottom: 26px;
}

.ecsm-workspace__panel-head--split {
  justify-content: space-between;
}

.ecsm-workspace__panel-head h2 {
  margin: 0 0 8px;
  color: #102a56;
  font-size: 28px;
  line-height: 1.15;
}

.ecsm-workspace__panel-head p {
    margin: 0;
    color: #9C9C9C;
    font-size: 14px;
    line-height: 150%;
}

.ecsm-workspace__panel-kicker {
  color: #7c88a2;
}

.ecsm-workspace__settings-grid {
  display: grid;
  gap: 24px;
  grid-template-columns: 280px minmax(0, 1fr);
  align-items: start;
}

.ecsm-workspace__settings-brand {
  padding: 24px;
  border-radius: 24px;
  background: linear-gradient(135deg, #0d2346 0%, #214d9a 100%);
  color: #ffffff;
  box-shadow: 0 20px 40px rgba(13, 35, 70, 0.18);
}

.ecsm-workspace__brand-avatar,
.ecsm-workspace__sidebar-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
  border-radius: 22px;
  background: rgba(255, 255, 255, 0.16);
  color: #ffffff;
  font-size: 26px;
  font-weight: 800;
  overflow: hidden;
}

.ecsm-workspace__brand-avatar img,
.ecsm-workspace__sidebar-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecsm-workspace__settings-brand h3,
.ecsm-workspace__sidebar-profile h3 {
  margin: 18px 0 8px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.ecsm-workspace__settings-brand p,
.ecsm-workspace__sidebar-profile p {
  margin: 0 0 6px;
  color: rgba(255, 255, 255, 0.8);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.ecsm-workspace__brand-avatar-wrap {
  position: relative;
  display: inline-flex;
  width: max-content;
}

.ecsm-workspace__brand-camera {
  position: absolute;
  right: -3px;
  bottom: -3px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 22px;
  height: 22px;
  border-radius: 999px;
  background: #ffffff;
  color: #102a56;
}

.ecsm-workspace__brand-camera svg {
  width: 14px;
  height: 14px;
}

.ecsm-workspace__settings-brand-copy {
  display: grid;
  gap: 6px;
}

.ecsm-workspace__settings-role {
  color: rgba(255, 255, 255, 0.82);
  line-height: 1.5;
}

.ecsm-workspace__settings-email {
  display: inline-flex;
  align-items: center;
  gap: 7px;
}

.ecsm-workspace__settings-email svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.ecsm-workspace__settings-form-title {
  margin: 0;
  color: #102a56;
  font-size: 16px;
  font-weight: 800;
  line-height: 1.25;
}

.ecsm-workspace__sidebar {
  position: static;
  display: grid;
  gap: 18px;
}

.ecsm-workspace__sidebar-profile,
.ecsm-workspace__sidebar-note {
  padding: 22px;
  border-radius: 28px;
  background: linear-gradient(135deg, #0d2346 0%, #204b96 100%);
  box-shadow: 0 24px 44px rgba(13, 35, 70, 0.18);
}

.ecsm-workspace__sidebar-profile {
  display: flex;
  align-items: center;
  gap: 16px;
}

.ecsm-workspace__menu {
  display: flex;
  flex-direction: column;
  gap: 44px;
}

.ecsm-workspace__menu-item {
  display: flex;
  align-items: center;
  min-height: 52px;
  padding: 0 16px;
  border-radius: 18px;
  color: #19355f;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  transition: transform 180ms ease, background-color 180ms ease, color 180ms ease;
}

.ecsm-workspace__menu-spacer {
  flex: 1 1 auto;
}

.ecsm-workspace__sidebar-note span {
  display: block;
  margin-bottom: 8px;
  color: rgba(255, 255, 255, 0.6);
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ecsm-workspace__sidebar-note strong,
.ecsm-workspace__sidebar-note p {
  color: #ffffff;
}

.ecsm-workspace__sidebar-note strong {
  display: block;
  margin-bottom: 8px;
  font-size: 20px;
  line-height: 1.3;
}

.ecsm-workspace__sidebar-note p {
  margin: 0;
  color: rgba(255, 255, 255, 0.78);
  line-height: 1.65;
}
.a11y-toolbar{
  display: none;
}
.ecsm-workspace {
  max-width: 1920px;
}

.ecsm-workspace__layout {
  display: grid;
  grid-template-columns: 319px minmax(0, 1fr);
  gap: 20px;
  align-items: stretch;
  height: 100%;
  min-height: 0;
}

.ecsm-workspace__sidebar {
  position: static;
  height: 100%;
  min-height: 0;
}

.ecsm-workspace__sidebar-shell {
  position: static;
  width: 100%;
  height: 100%;
  overflow: hidden;
  z-index: 10;
  display: flex;
  flex-direction: column;
  gap: 0px;
  min-height: 0;
  padding: 32px 30px;
  border-radius: 10px;
  background: #0a2743;
}

.ecsm-workspace__main {
  margin-left: 0;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
}

.ecsm-workspace__content {
  display: grid;
  gap: 16px;
  /* flex: 1 1 auto; */
  min-width: 0;
  min-height: 0;
  overflow-x: hidden;
  overflow-y: auto;
}

.ecsm-workspace__sidebar-brand {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0px 0 24px;
    border-bottom: 1px solid #FFFFFF;
}

.ecsm-workspace__sidebar-logo {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
}

.ecsm-workspace__sidebar-logo img {
  display: block;
  width: 240px;
  max-width: 100%;
  max-height: 65px;
  object-fit: contain;
}

.ecsm-workspace__sidebar-brand-copy {
  min-width: 0;
}

.ecsm-workspace__sidebar-kicker {
  display: block;
  margin-bottom: 6px;
  color: rgba(255, 255, 255, 0.55);
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ecsm-workspace__sidebar-brand-copy h2 {
  margin: 0 0 6px;
  color: #ffffff;
  font-size: 24px;
  line-height: 1.15;
  overflow-wrap: anywhere;
}

.ecsm-workspace__sidebar-brand-copy p {
  margin: 0;
  color: rgba(255, 255, 255, 0.76);
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.ecsm-workspace__menu {
  flex: 1 1 auto;
  min-height: 0;
  overflow-y: auto;
  gap: 24px;
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
  box-shadow: none;
  margin-top: 40px;
}

.ecsm-workspace__menu-item {
    min-height: 24px;
    border-radius: 0;
    color: #fff;
    display: grid;
    grid-template-columns: 24px minmax(0, 1fr);
    column-gap: 12px;
    row-gap: 4px;
    align-items: center;
    padding: 0;
}

.ecsm-workspace__menu-item span,
.ecsm-workspace__menu-item small {
  display: block;
  grid-column: 2;
  min-width: 0;
}

.ecsm-workspace__menu-icon {
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  grid-column: 1 !important;
  grid-row: 1 / span 2;
  color: inherit;
}

.ecsm-workspace__menu-icon svg {
  display: block;
  color: inherit;
}

.ecsm-workspace__menu-icon--dashboard svg {
  width: 20px;
  height: 20px;
}

.ecsm-workspace__menu-icon--my-classes svg,
.ecsm-workspace__menu-icon--class-rosters svg,
.ecsm-workspace__menu-icon--attendance-management svg,
.ecsm-workspace__menu-icon--refreshers svg {
  width: 20px;
  height: 20px;
}

.ecsm-workspace__menu-icon--attendance-records svg {
  width: 24px;
  height: 25px;
}

.ecsm-workspace__menu-icon--completion-report svg {
  width: 20px;
  height: 20px;
}

.ecsm-workspace__menu-icon--certificate-report svg {
  width: 20px;
  height: 18px;
}

.ecsm-workspace__menu-icon--expiration-compliance svg {
  width: 19px;
  height: 19px;
}

.ecsm-workspace__menu-icon--certificates svg {
  width: 23px;
  height: 20px;
}

.ecsm-workspace__menu-icon--alerts svg {
  width: 22px;
  height: 22px;
}

.ecsm-workspace__menu-icon--settings svg {
  width: 21px;
  height: 22px;
}

.ecsm-workspace__menu-icon--logout svg {
  width: 20px;
  height: 20px;
}

.ecsm-workspace__menu-item span {
        font-size: 16px;
    font-weight: 400;
    line-height: 150%;
}

.ecsm-workspace__menu-item small {
  color: rgba(230, 238, 255, 0.72);
  font-size: 12px;
  font-weight: 600;
  line-height: 1.4;
}

.ecsm-workspace__menu-item:hover,
.ecsm-workspace__menu-item.is-active {
  color: #E6A837;
}

.ecsm-workspace__menu-item:hover small,
.ecsm-workspace__menu-item.is-active small {
  color: #5f6f8f;
}

.ecsm-workspace__menu-spacer {
  display: none;
}

.ecsm-workspace__sidebar-footer {
  padding-top: 8px;
  border-top: 1px solid rgba(255, 255, 255, 0.12);
}

.ecsm-workspace__sidebar-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 18px;
  border-radius: 999px;
  background: rgba(255, 255, 255, 0.08);
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  text-decoration: none;
}

.ecsm-workspace__header {
  padding: 34px 36px;
}

.ecsm-workspace__header-user {
  display: inline-flex;
  align-items: center;
  gap: 11px;
  flex: 0 0 auto;
  color: #ffffff;
}

.ecsm-workspace__header-avatar {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 46px;
  height: 46px;
  border-radius: 999px;
  color: #ffffff;
  font-size: 14px;
  font-weight: 800;
  overflow: hidden;
}

.ecsm-workspace__header-avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.ecsm-workspace__header-user-copy {
  display: grid;
  min-width: 0;
}

.ecsm-workspace__header-user-copy strong,
.ecsm-workspace__header-user-copy span {
  display: block;
  overflow-wrap: anywhere;
}

.ecsm-workspace__header-user-copy strong {
    color: #ffffff;
    font-size: 16px;
    line-height: 150%;
    font-weight: 700;
}

.ecsm-workspace__header-user-copy span {
  color: #ffffff;
  font-size: 12px;
  line-height: 150%;
}

body.ecsm-dashboard-template {
  overflow: hidden;
  background-color: white !important;
}

.ecsm-dashboard-template .ecsm-portal__main {
  max-width: none;
  height: 100vh;
  overflow: hidden;
  padding: 16px 15px;
}

.ecsm-dashboard-template .ecsm-dashboard,
.ecsm-dashboard-template .ecsm-workspace {
  height: 100%;
  overflow: hidden;
  padding: 0;
}

.ecsm-dashboard-template .ecsm-workspace__main {
  height: 100%;
  overflow: hidden;
  padding-right: 0;
}

@media (min-width: 641px) {
  .ecsm-dashboard-template .ecsm-workspace--employer .ecsm-workspace__content {
    flex: 1 1 0;
    min-height: 0;
    overflow-x: hidden;
    overflow-y: auto;
  }
}

.ecsm-dashboard-template .ecsm-workspace--employer .ecsm-workspace__content > .ecsm-dashboard__notice {
  margin: 0;
}

.ecsm-dashboard-template .ecsm-workspace__header {
    position: static;
    z-index: 9;
    align-items: center;
    flex: 0 0 auto;
    min-height: 93px;
    padding: 13px 33px;
    border-radius: 10px;
    background: #0a2743;
    box-shadow: none;
}

.ecsm-dashboard-template .ecsm-workspace__eyebrow {
  display: none;
}

.ecsm-dashboard-template .ecsm-workspace__title {
    font-size: 32px;
    line-height: 150%;
    margin: 0px;
    padding: 0px;
    font-weight: 700;
}
.ecsm-dashboard-template .ecsm-workspace__header-note {
    color: white;
    font-size: 16px;
    line-height: 150%;
    margin: 0;
    font-weight: 400;
}

.ecsm-workspace__summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
}

.ecsm-dashboard {
  margin: 0 auto;
  padding: 8px 0 24px;
}

.ecsm-dashboard__notice {
  margin-bottom: 20px;
  padding: 14px 16px;
  border: 1px solid #cfe0ff;
  border-radius: 14px;
  background: linear-gradient(180deg, #eef5ff 0%, #e8f0ff 100%);
  color: #163163;
  font-weight: 700;
}

.ecsm-dashboard__notice.is-success {
  border-color: #a9d9bd;
  background: #eefaf3;
  color: #17633a;
}

.ecsm-dashboard__notice.is-error {
  border-color: #efb7b7;
  background: #fff1f1;
  color: #8a1f1f;
}

.ecsm-dashboard__notice.is-warning {
  border-color: #ead18e;
  background: #fff8e5;
  color: #72510d;
}

.ecsm-dashboard__layout {
  display: grid;
  gap: 26px;
  grid-template-columns: minmax(0, 1.6fr) minmax(320px, 0.7fr);
  align-items: start;
}

.ecsm-dashboard__main {
  min-width: 0;
}

.ecsm-dashboard__sidebar {
  position: sticky;
  top: 28px;
  display: grid;
  gap: 18px;
}

.ecsm-dashboard__sidebar-card {
  padding: 22px;
  border: 1px solid #dbe4f3;
  border-radius: 24px;
  background: rgba(255, 255, 255, 0.88);
  box-shadow: 0 22px 44px rgba(15, 43, 93, 0.08);
  backdrop-filter: blur(8px);
}

.ecsm-dashboard__sidebar-card--profile {
  background: linear-gradient(160deg, #102a56 0%, #1f4ddb 100%);
  border-color: transparent;
  box-shadow: 0 26px 48px rgba(16, 42, 86, 0.2);
}

.ecsm-dashboard__sidebar-kicker {
  margin: 0 0 10px;
  color: #6b7890;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ecsm-dashboard__sidebar-card--profile .ecsm-dashboard__sidebar-kicker {
  color: rgba(255, 255, 255, 0.7);
}

.ecsm-dashboard__sidebar-card h3 {
  margin: 0 0 8px;
  color: #102a56;
  font-size: 26px;
  line-height: 1.12;
  overflow-wrap: anywhere;
}

.ecsm-dashboard__sidebar-card--profile h3,
.ecsm-dashboard__sidebar-card--profile .ecsm-dashboard__sidebar-text,
.ecsm-dashboard__sidebar-card--profile .ecsm-dashboard__sidebar-meta {
  color: #ffffff;
}

.ecsm-dashboard__sidebar-text,
.ecsm-dashboard__sidebar-meta {
  margin: 0;
  color: #576886;
  font-size: 15px;
  line-height: 1.6;
  overflow-wrap: anywhere;
}

.ecsm-dashboard__sidebar-meta {
  margin-top: 4px;
  font-size: 14px;
}

.ecsm-dashboard__sidebar-stats {
  display: grid;
  gap: 12px;
}

.ecsm-dashboard__sidebar-stat {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
  padding: 14px 16px;
  border-radius: 18px;
  background: #f6f8fd;
  border: 1px solid #e3eaf6;
}

.ecsm-dashboard__sidebar-stat span {
  color: #5d6d8a;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.ecsm-dashboard__sidebar-stat strong {
  color: #102a56;
  font-size: 22px;
  font-weight: 800;
}

.ecsm-dashboard__sidebar-list {
  margin: 0;
  padding-left: 18px;
  color: #576886;
  line-height: 1.7;
}

.ecsm-dashboard__sidebar-list li + li {
  margin-top: 6px;
}

.ecsm-dashboard__sidebar-actions {
  display: grid;
  gap: 10px;
  margin-top: 18px;
}

.ecsm-dashboard__sidebar-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 48px;
  padding: 0 16px;
  border-radius: 16px;
  background: linear-gradient(135deg, #2144df 0%, #315bf5 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 700;
  text-decoration: none;
  box-shadow: 0 18px 30px rgba(33, 68, 223, 0.2);
}

.ecsm-dashboard__sidebar-button.is-muted {
  background: #edf2fb;
  color: #102a56;
  box-shadow: none;
}

.ecsm-dashboard__hero {
  margin-bottom: 24px;
  padding: 28px;
  border: 1px solid rgba(255, 255, 255, 0.35);
  border-radius: 28px;
  background:
    radial-gradient(circle at top right, rgba(132, 171, 255, 0.35), transparent 28%),
    linear-gradient(135deg, #102a56 0%, #2144df 100%);
  color: #ffffff;
  box-shadow: 0 28px 52px rgba(15, 43, 93, 0.18);
}

.ecsm-dashboard__eyebrow {
  margin: 0 0 10px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  opacity: 0.72;
}

.ecsm-dashboard__title {
  margin: 0 0 10px;
  color: #ffffff;
  font-size: clamp(32px, 3.1vw, 46px);
  line-height: 1.02;
}

.ecsm-dashboard__subtitle {
  max-width: 54ch;
  margin: 0;
  color: rgba(255, 255, 255, 0.84);
  font-size: 16px;
  line-height: 1.6;
}

.ecsm-dashboard__hero-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.ecsm-dashboard__ghost-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 46px;
  padding: 0 18px;
  border-radius: 999px;
  border: 1px solid rgba(255, 255, 255, 0.22);
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  backdrop-filter: blur(6px);
}

.ecsm-dashboard__ghost-button.is-secondary {
  background: rgba(8, 18, 41, 0.24);
}

.ecsm-dashboard__empty {
  padding: 28px 24px;
  border: 1px solid #dbe4f3;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 16px 36px rgba(15, 43, 93, 0.08);
}

.ecsm-dashboard__empty h3 {
  margin: 0 0 8px;
}

.ecsm-dashboard__grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(auto-fit, minmax(420px, 1fr));
}

.ecsm-dashboard__card {
  border: 1px solid #dce5f3;
  border-radius: 22px;
  padding: 22px;
  background: #ffffff;
  box-shadow: 0 18px 38px rgba(15, 43, 93, 0.08);
}

.ecsm-dashboard__card h3 {
  margin: 0;
  color: #102a56;
  font-size: 26px;
  line-height: 1.15;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ecsm-dashboard__card-top {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 14px;
  margin-bottom: 18px;
}

.ecsm-dashboard__card-heading {
  min-width: 0;
}

.ecsm-dashboard__seat-tag {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 12px;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef4ff;
  color: #2144df;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.05em;
  text-transform: uppercase;
}

.ecsm-dashboard__seat-tag.is-valid {
  background: #e9fbf2;
  color: #0d8d53;
}

.ecsm-dashboard__seat-tag.is-due {
  background: #fff5e8;
  color: #bf6a00;
}

.ecsm-dashboard__seat-tag.is-expired {
  background: #eef2f7;
  color: #657188;
}

.ecsm-dashboard__event-date {
  margin: 10px 0 0;
  color: #5f6f8e;
  font-size: 14px;
  line-height: 1.5;
  overflow-wrap: anywhere;
}

.ecsm-dashboard__status-badge {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 10px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.ecsm-dashboard__status-badge.is-assigned {
  background: #e9fbf2;
  color: #0d8d53;
}

.ecsm-dashboard__status-badge.is-upcoming {
  background: #e7f0ff;
  color: #1f4ddb;
}

.ecsm-dashboard__status-badge.is-active {
  background: #e9fbf2;
  color: #0d8d53;
}

.ecsm-dashboard__status-badge.is-pending {
  background: #fff5e8;
  color: #bf6a00;
}

.ecsm-dashboard__status-badge.is-expired {
  background: #eef2f7;
  color: #657188;
}

.ecsm-dashboard__details {
  display: grid;
  gap: 12px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 18px;
}

.ecsm-dashboard__detail {
  padding: 14px;
  border: 1px solid #edf1f7;
  border-radius: 16px;
  background: #f8fbff;
}

.ecsm-dashboard__detail-label {
  display: block;
  margin-bottom: 6px;
  color: #6a7893;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecsm-dashboard__detail strong {
  color: #102a56;
  font-size: 15px;
  line-height: 1.45;
  overflow-wrap: anywhere;
  word-break: break-word;
}

.ecsm-dashboard__form {
  display: grid;
  gap: 14px;
  padding-top: 18px;
  border-top: 1px solid #edf1f7;
}

.ecsm-dashboard__form-grid {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ecsm-dashboard__form label {
  display: grid;
  gap: 6px;
}

.ecsm-dashboard__form label span {
  color: #334563;
  font-size: 13px;
  font-weight: 700;
}

.ecsm-dashboard__form input {
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 14px !important;
  border: 1px solid #cfd9eb !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  color: #102a56 !important;
  font-size: 15px !important;
  transition: border-color 180ms ease, box-shadow 180ms ease !important;
}

.ecsm-dashboard__form input:focus {
  outline: none;
  border-color: #315bf5;
  box-shadow: 0 0 0 4px rgba(49, 91, 245, 0.12);
}

.ecsm-dashboard__form input:disabled {
  background: #eef2f7 !important;
  color: #6b778c !important;
  cursor: not-allowed;
}

.ecsm-dashboard__hint {
  margin: 0;
  color: #657492;
  font-size: 14px;
  line-height: 1.55;
  overflow-wrap: anywhere;
}

.ecsm-dashboard__form-error {
  margin: -4px 0 0;
  color: #b42318;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.5;
}

.ecsm-dashboard__history {
  display: grid;
  gap: 10px;
  margin-top: 18px;
  padding-top: 18px;
  border-top: 1px solid #edf1f7;
}

.ecsm-dashboard__history-row {
  display: grid;
  gap: 3px;
  padding: 12px 14px;
  border: 1px solid #edf1f7;
  border-radius: 14px;
  background: #f8fbff;
}

.ecsm-dashboard__history-row strong,
.ecsm-dashboard__history-row span,
.ecsm-dashboard__history-row small {
  overflow-wrap: anywhere;
}

.ecsm-dashboard__history-row strong {
  color: #102a56;
  font-size: 14px;
}

.ecsm-dashboard__history-row span,
.ecsm-dashboard__history-row small {
  color: #657492;
  font-size: 13px;
  line-height: 1.45;
}

.ecsm-dashboard__submit,
.ecsm-dashboard__form button {
  border: 0;
  border-radius: 14px;
  background: linear-gradient(135deg, #2144df 0%, #315bf5 100%);
  color: #ffffff;
  padding: 14px 18px;
  cursor: pointer;
  font-weight: 700;
  box-shadow: 0 16px 28px rgba(33, 68, 223, 0.22);
  transition: transform 180ms ease, box-shadow 180ms ease;
}

.ecsm-dashboard__submit:hover,
.ecsm-dashboard__form button:hover {
  transform: translateY(-1px);
  box-shadow: 0 20px 32px rgba(33, 68, 223, 0.28);
}

.ecsm-checkout-company-field {
  margin-top: 18px;
}

.ecsm-checkout-company-help {
  margin-top: 8px;
  color: #55627e;
}

.ecsm-checkout-company-input {
  width: 100%;
}

@media (max-width: 640px) {
  .ecsm-portal__topbar,
  .ecsm-portal__main {
    padding-left: 18px;
    padding-right: 18px;
  }

  .ecsm-portal__topbar,
  .ecsm-portal__nav {
    flex-direction: column;
    align-items: stretch;
  }

  .ecsm-dashboard__layout {
    grid-template-columns: 1fr;
  }

  .ecsm-dashboard__hero {
    padding: 20px;
  }

  .ecsm-dashboard__details,
  .ecsm-dashboard__form-grid {
    grid-template-columns: 1fr;
  }

  .ecsm-dashboard__sidebar {
    position: static;
  }

  .ecsm-dashboard__card-top {
    flex-direction: column;
  }

  .ecsm-workspace__layout,
  .ecsm-workspace__summary,
  .ecsm-workspace__settings-grid {
    grid-template-columns: 1fr;
  }

  .ecsm-workspace__sidebar-shell {
    position: static;
    width: auto;
    height: auto;
    overflow: visible;
    min-height: 0;
  }

  .ecsm-workspace__main {
    margin-left: 0;
  }

  .ecsm-workspace__header,
  .ecsm-workspace__panel-head,
  .ecsm-workspace__sidebar-profile,
  .ecsm-workspace__sidebar-brand {
    flex-direction: column;
    align-items: flex-start;
  }

  .ecsm-workspace__menu {
    min-height: 0;
  }

  body.ecsm-dashboard-template {
    overflow: auto;
  }

  .ecsm-dashboard-template .ecsm-portal__main,
  .ecsm-dashboard-template .ecsm-dashboard,
  .ecsm-dashboard-template .ecsm-workspace,
  .ecsm-dashboard-template .ecsm-workspace__layout,
  .ecsm-dashboard-template .ecsm-workspace__main,
  .ecsm-dashboard-template .ecsm-workspace__content {
    height: auto;
    overflow: visible;
  }

  .ecsm-dashboard-template .ecsm-workspace__header {
    position: static;
  }
}

.ecsm-attendee-source-field,
.ecsm-dashboard__source-field {
  display: none !important;
}

.ecsm-attendee-custom-grid,
.ecsm-dashboard__learner-fields {
  display: grid;
  gap: 14px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin-bottom: 14px;
}

.ecsm-attendee-custom-grid label,
.ecsm-dashboard__learner-fields label {
  display: grid;
  gap: 6px;
}

.ecsm-attendee-delivery-choice {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 10px 18px;
  grid-column: 1 / -1;
  margin: 0;
  padding: 12px 16px;
  border: 1px solid #cfd9eb;
  border-radius: 12px;
  background: #f8fbff;
}

.ecsm-attendee-delivery-choice legend {
  padding: 0 6px;
  color: #334563;
  font-size: 13px;
  font-weight: 700;
}

.ecsm-attendee-delivery-choice label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 0;
  color: #102a56;
  font-size: 14px;
  font-weight: 700;
}

.ecsm-attendee-custom-grid .ecsm-attendee-delivery-choice input {
  width: 18px !important;
  min-height: 18px !important;
  padding: 0 !important;
  accent-color: #315bf5;
}

.ecsm-attendee-custom-grid label span,
.ecsm-dashboard__learner-fields label span {
  color: #334563;
  font-size: 13px;
  font-weight: 700;
}

.ecsm-attendee-custom-grid input,
.ecsm-dashboard__learner-fields input {
  width: 100% !important;
  min-height: 48px !important;
  padding: 12px 18px !important;
  border: 1px solid #cfd9eb !important;
  border-radius: 14px !important;
  background: #ffffff;
  color: #102a56 !important;
  font-size: 15px !important;
  transition: border-color 180ms ease, box-shadow 180ms ease !important;
}

.ecsm-attendee-custom-grid input:focus,
.ecsm-dashboard__learner-fields input:focus {
  outline: none;
  border-color: #315bf5;
  box-shadow: 0 0 0 4px rgba(49, 91, 245, 0.12);
}

.ecsm-attendee-email-error {
  display: none;
  color: #b42318;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.4;
}

.ecsm-attendee-email-error.is-visible {
  display: block;
}

.ecsm-attendee-custom-grid input.ecsm-field-error {
  border-color: #d92d20 !important;
  box-shadow: 0 0 0 4px rgba(217, 45, 32, 0.12) !important;
}

.ecsm-dashboard__learner-fields input[disabled] {
  background: #f4f7fc;
  color: #5f6f8e;
  cursor: not-allowed;
  box-shadow: none;
}

@media (max-width: 640px) {
  .ecsm-attendee-custom-grid,
  .ecsm-dashboard__learner-fields {
    grid-template-columns: 1fr;
  }
}

.ecsm-student__snapshot-grid,
.ecsm-student__certificate-grid {
  display: grid;
  gap: 20px;
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.ecsm-student-overview {
  display: grid;
  grid-template-columns: minmax(0, 0.95fr) minmax(0, 1.05fr);
  gap: 14px;
}

.ecsm-student-overview__column {
  display: grid;
  align-content: start;
  gap: 14px;
}

.ecsm-student-overview__panel {
  padding: 18px;
  border: 1px solid #e4e8ef;
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(10, 39, 67, 0.14);
}

.ecsm-student-overview__panel-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ecsm-student-overview__panel-head h2,
.ecsm-student-overview__panel-head h3,
.ecsm-student-overview__panel-head p,
.ecsm-student-overview__panel-head strong {
  margin: 0;
}

.ecsm-student-overview__panel-head h2 {
    display: flex;
    align-items: center;
    gap: 7px;
    color: #0A2743;
    font-size: 20px;
    line-height: 130%;
    padding: 0px;
}

.ecsm-student-overview__panel-head p {
    display: flex;
    align-items: center;
    gap: 5px;
    margin-top: 2px;
    color: #9C9C9C;
    font-size: 14px;
    line-height: 130%;
}

.ecsm-student-overview__panel-head > a {
    flex: 0 0 auto;
    color: #9C9C9C;
    font-size: 14px;
    line-height: 130%;
    text-decoration: none;
}

.ecsm-student-overview__panel-head > a:hover {
  color: #123b63;
}

.ecsm-student-overview__icon {
  display: inline-flex;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
  color: #123b63;
}

.ecsm-student-overview__icon--upcoming {
  flex-basis: 20px;
  width: 20px;
  height: 20px;
}

.ecsm-student-overview__icon--alerts {
  flex-basis: 20px;
  width: 20px;
  height: 20px;
}

.ecsm-student-overview__icon--completed {
  flex-basis: 16px;
  width: 16px;
  height: 16px;
}

.ecsm-student-overview__icon svg {
  display: block;
  width: 100%;
  height: 100%;
}

.ecsm-student-overview__icon--class svg {
  width: 13px;
  height: 10px;
}

.ecsm-student-overview__list,
.ecsm-student-overview__progress-list {
  display: grid;
  gap: 9px;
}

.ecsm-student-overview__progress-list {
  max-height: 249px;
  overflow-y: auto;
  overscroll-behavior: contain;
  padding-right: 6px;
  scrollbar-gutter: stable;
}

.ecsm-student-overview__class-row,
.ecsm-student-overview__alert-card,
.ecsm-student-overview__progress-row {
  border: 1px solid #9C9C9C20;
  border-radius: 10px;
  background: #fff;
}

.ecsm-student-overview__class-row {
  display: grid;
  grid-template-columns: 26px minmax(0, 1fr) auto;
  gap: 10px;
  align-items: start;
  min-height: 95px;
  padding: 16px;
}

.ecsm-student-overview__class-row .ecsm-student-overview__icon,
.ecsm-student-overview__alert-title .ecsm-student-overview__icon {
    width: 26px;
    height: 26px;
    border: 1px solid #e4e8ef;
    border-radius: 4px;
    background: #f7f9fc;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ecsm-student-overview__class-row span, .ecsm-student-overview__alert-title span {
    display: block;
    color: #9C9C9C;
    font-size: 12px;
    line-height: 130%;
}

.ecsm-student-overview__class-row strong,
.ecsm-student-overview__alert-title strong,
.ecsm-student-overview__progress-row strong {
  display: block;
  color: #404040;
  font-size: 16px;
  font-weight: 600;
  line-height: 120%;
}

.ecsm-student-overview__class-row p,
.ecsm-student-overview__alert-card p,
.ecsm-student-overview__progress-row p,
.ecsm-student-overview__panel--completed > p {
  margin: 6px 0 0;
  color: #9C9C9C;
  font-size: 14px;
  line-height: 20px;
}

.ecsm-student-overview__class-row p {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.ecsm-student-overview__class-row .ecsm-student-overview__time-part {
  display: inline-flex;
  align-items: center;
  gap: 4px;
}

.ecsm-student-overview__class-row .ecsm-student-overview__meta-icon {
  display: inline-flex;
  flex: 0 0 16px;
  width: 16px;
  height: 16px;
}

.ecsm-student-overview__meta-icon svg {
  display: block;
  width: 16px;
  height: 16px;
}

.ecsm-student-overview__class-row > a,
.ecsm-student-overview__alert-card > a,
.ecsm-student-overview__progress-row > a,
.ecsm-student-overview__progress-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 32px;
  padding: 0 13px;
  border: 1px solid #123b63;
  border-radius: 8px;
  color: #123b63;
  font-size: 12px;
  font-weight: 600;
  text-decoration: none;
  white-space: nowrap;
}

.ecsm-student-overview__progress-pill {
  max-width: 190px;
  border-color: #f4d19a;
  background: #fff3df;
  color: #b87500;
  line-height: 1.25;
  text-align: center;
  white-space: normal;
}

.ecsm-student-overview__class-row > a {
  border: 0;
  color: #9a9a9a;
  font-weight: 400;
}

.ecsm-student-overview__alert-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 10px;
}

.ecsm-student-overview__alert-card {
  display: grid;
  align-content: start;
  gap: 8px;
  min-height: 108px;
  padding: 12px;
}

.ecsm-student-overview__alert-title {
  display: flex;
  align-items: flex-start;
  gap: 9px;
}

.ecsm-student-overview__alert-card > a {
  justify-self: start;
  min-height: 28px;
  border: 0;
  background: #e6a837;
  color: #fff;
  box-shadow: 0 3px 6px rgba(230, 168, 55, 0.24);
}

.ecsm-student-overview__alert-card.is-warning {
  background: #fffafa;
}

.ecsm-student-overview__panel--completed {
  min-height: 122px;
}

.ecsm-student-overview__panel--completed .ecsm-student-overview__panel-head {
  margin-bottom: 10px;
}

.ecsm-student-overview__panel--completed h3 {
    margin: 2px 0 4px;
    color: #0A2743;
    font-size: 20px;
    line-height: 130%;
    padding: 0;
    font-weight: 600;
}

.ecsm-student-overview__panel--completed strong {
    display: block;
    color: #6B6B6B;
    font-size: 14px;
    line-height: 130%;
    font-weight: 600;
}
.ecsm-student-overview__progress-row {
  display: grid;
  grid-template-columns: 56px minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  min-height: 74px;
  padding: 14px 8px 14px 18px;
  border-width: 0 0 1px;
  border-radius: 0;
}

.ecsm-student-overview__progress-row:last-child {
  border-bottom: 0;
}

.ecsm-student-overview__progress-ring {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 54px;
  height: 54px;
  border-radius: 50%;
  background: conic-gradient(#123b63 var(--ecsm-progress), #e9edf2 0);
}

.ecsm-student-overview__progress-ring span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: #fff;
  color: #555;
  font-size: 13px;
  font-weight: 700;
}

.ecsm-student-overview__empty {
  min-height: 70px;
  padding: 18px;
  border: 1px dashed #d9e0ea;
  border-radius: 8px;
  color: #8a94a6;
  font-size: 14px;
}

.ecsm-student__snapshot-card,
.ecsm-student__class-card,
.ecsm-student__certificate-card,
.ecsm-student__alert-card {
  padding: 24px;
  border: 1px solid #dce5f3;
  border-radius: 24px;
  background: linear-gradient(180deg, rgba(255,255,255,0.98) 0%, rgba(247,250,255,0.98) 100%);
  box-shadow: 0 22px 44px rgba(16, 42, 86, 0.08);
}

.ecsm-student__class-card-link {
  display: block;
  color: inherit;
  text-decoration: none;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.ecsm-student__class-card-link:hover {
  transform: translateY(-2px);
  border-color: #b9c9e6;
  box-shadow: 0 26px 50px rgba(16, 42, 86, 0.12);
}

.ecsm-student__class-summary {
  display: grid;
  gap: 8px;
  margin-top: 18px;
  color: #4f6179;
  font-size: 14px;
  line-height: 1.45;
}

.ecsm-student__class-summary span {
  overflow-wrap: anywhere;
}

.ecsm-student__class-open {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin-top: 20px;
  padding: 0 14px;
  border-radius: 999px;
  background: #275cf3;
  color: #fff;
  font-size: 13px;
  font-weight: 800;
}

.ecsm-student-class-detail-shell {
  display: grid;
  gap: 14px;
  padding: 0;
}

.ecsm-student-class-detail {
  display: grid;
  gap: 14px;
  color: #0a2743;
}

.ecsm-student-class-detail__hero,
.ecsm-student-class-detail__panel {
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #fff;
}

.ecsm-student-class-detail__hero {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(280px, 46%);
  gap: 28px;
  align-items: center;
  min-height: 148px;
  padding: 32px 24px;
}

.ecsm-student-class-detail__badges {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}

.ecsm-student-class-detail__badges span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 20px;
  padding: 0 10px;
  border-radius: 999px;
  background: #f5f7fb;
  color: #0a2743;
  font-size: 12px;
  line-height: 1;
}

.ecsm-student-class-detail__badges span + span {
  background: #fff3df;
  color: #d58200;
}

.ecsm-student-class-detail__badges .is-completed,
.ecsm-student-class-detail__badges .is-attendance-complete {
  background: #dff4e9;
  color: #108646;
}

.ecsm-student-class-detail__badges .is-expired {
  background: #ffecec;
  color: #c82727;
}

.ecsm-student-class-detail__hero h2 {
  margin: 0;
  color: #0a2743;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.25;
}

.ecsm-student-class-detail__hero p {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  margin: 10px 0 0;
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.5;
}

.ecsm-student-class-detail__hero p svg {
  flex: 0 0 14px;
  width: 14px;
  height: 14px;
}

.ecsm-student-class-detail__hero-actions {
  display: grid;
  grid-template-columns: repeat(2, max-content);
  justify-content: end;
  align-items: center;
  gap: 26px;
}

.ecsm-student-class-detail__hero-actions.has-single-action {
  grid-template-columns: max-content;
  justify-content: end;
}

.ecsm-student-class-detail__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  padding: 0 18px;
  border: 1px solid #0a2743;
  border-radius: 6px;
  background: #fff;
  color: #0a2743;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.2;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
}

.ecsm-student-class-detail__button.is-primary {
  background: #0a2743;
  color: #fff;
}

.ecsm-student-class-detail__button.is-disabled {
  border-color: #d7dfeb;
  background: #f6f8fb;
  color: #66758d;
  cursor: default;
}

.ecsm-student-class-detail__hero-actions .ecsm-student-class-detail__button {
    min-width: 220px;
    min-height: 46px;
    padding: 0 34px;
    border-color: #0a2743;
    border-radius: 999px;
    background: #fff;
    color: #0a2743;
    font-size: 20px;
    font-weight: 600;
    letter-spacing: 0;
}

.ecsm-student-class-detail__hero-actions .ecsm-student-class-detail__button.is-primary {
  background: #0a2743;
  color: #fff;
}

.ecsm-student-class-detail__grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1.1fr);
  gap: 16px;
  align-items: start;
}

.ecsm-student-class-detail__panel {
  min-height: 220px;
  padding: 12px 8px 10px;
}

.ecsm-student-class-detail__panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 0 8px 12px;
}

.ecsm-student-class-detail__panel-head h3 {
  margin: 0;
  color: #0a2743;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.3;
}

.ecsm-student-class-detail__panel-head > span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 15px;
  height: 15px;
  flex: 0 0 15px;
  border: 1px solid #9c9c9c;
  border-radius: 50%;
  color: #9c9c9c;
  font-size: 11px;
  font-weight: 700;
  line-height: 1;
}

.ecsm-student-class-detail__detail-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 18px 42px;
  padding: 6px 16px 10px;
}

.ecsm-student-class-detail__detail-grid div {
  min-width: 0;
}

.ecsm-student-class-detail__detail-grid span,
.ecsm-student-class-detail__assessment-meta span,
.ecsm-student-class-detail__assessment-remarks span {
  display: block;
  margin-bottom: 6px;
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.3;
}

.ecsm-student-class-detail__detail-grid strong,
.ecsm-student-class-detail__assessment-meta strong {
  display: block;
  color: #0a2743;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.35;
  overflow-wrap: anywhere;
}

.ecsm-student-class-detail__assessment-list {
  display: grid;
  gap: 14px;
}

.ecsm-student-class-detail__assessment-record {
  display: grid;
  grid-template-columns: minmax(150px, 1.25fr) minmax(70px, 0.45fr) minmax(120px, 0.9fr) minmax(96px, 0.55fr);
  gap: 12px;
  padding: 12px 10px;
  border: 1px solid #eeeeee;
  border-radius: 6px;
}

.ecsm-student-class-detail__assessment-title {
  display: flex;
  gap: 8px;
  min-width: 0;
}

.ecsm-student-class-detail__assessment-title > span {
  display: inline-flex;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
  color: #0a2743;
}

.ecsm-student-class-detail__assessment-title svg {
  width: 16px;
  height: 16px;
}

.ecsm-student-class-detail__assessment-title strong {
  display: block;
  color: #111;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.25;
}

.ecsm-student-class-detail__assessment-title em {
  display: block;
  margin-top: 4px;
  color: #7a7a7a;
  font-size: 12px;
  font-style: normal;
  line-height: 1.2;
}

.ecsm-student-class-detail__assessment-title em.is-passed {
  color: #188a3c;
}

.ecsm-student-class-detail__assessment-title em.is-failed {
  color: #c82727;
}

.ecsm-student-class-detail__assessment-title em.is-pending {
  color: #b87500;
}

.ecsm-student-class-detail__assessment-remarks {
  grid-column: 2 / -1;
}

.ecsm-student-class-detail__assessment-remarks p {
  margin: 0;
  color: #777;
  font-size: 13px;
  line-height: 1.45;
  white-space: pre-line;
}

.ecsm-student-class-detail__empty {
  padding: 18px;
  border: 1px dashed #d8d8d8;
  border-radius: 6px;
  color: #777;
  font-size: 14px;
}

.ecsm-student-class-detail__training {
  display: grid;
  gap: 12px;
  padding: 14px;
}

.ecsm-student-class-detail__progress-panel,
.ecsm-student-class-detail__course-tree-panel {
  min-height: 0;
  padding: 16px 22px;
}

.ecsm-student-class-detail__progress-panel {
  gap: 10px;
}

.ecsm-student-class-detail__training-title {
  margin: 0;
  color: #0a2743;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ecsm-student-class-detail__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ecsm-student-class-detail__actions .ecsm-attendance__checkin-form {
  margin: 0;
}

.ecsm-student-class-detail__actions .ecsm-student-class-detail__button {
  min-height: 21px;
  padding: 0 12px;
  border-radius: 999px;
  background: #0a2743;
  color: #fff;
  font-size: 11px;
}

.ecsm-student-class-detail__actions .ecsm-student-class-detail__button.is-event {
  border-color: #e6a837;
  background: #e6a837;
  color: #fff;
}

.ecsm-student-class-detail__training .ecsm-student__course-content {
  display: grid;
  gap: 12px;
  margin-top: 0;
}

.ecsm-student-class-detail__training .ecsm-student__course-content .learndash {
  margin-top: 0;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress,
.ecsm-student-class-detail__training .ecsm-student__training-tree {
  margin: 0;
  padding: 14px 20px;
  border: 1px solid #d8d8d8;
  border-radius: 6px;
  background: #fff;
}

.ecsm-student-class-detail__progress-panel .ecsm-student__training-progress,
.ecsm-student-class-detail__course-tree-panel .ecsm-student__training-tree {
  padding: 0;
  border: 0;
  border-radius: 0;
  background: transparent;
}

.ecsm-student-class-detail__progress-panel .ecsm-student__course-content,
.ecsm-student-class-detail__course-tree-panel .ecsm-student__course-content {
  gap: 0;
}

.ecsm-student-class-detail__course-tree-panel .ecsm-student-class-detail__actions {
  margin-top: 14px;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress .ld-progress {
  display: grid;
  gap: 10px;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress .ld-progress-heading {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 8px;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress .ld-progress-label {
  color: #0a2743;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress .ld-progress-stats {
  display: contents;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress .ld-progress-percentage {
  grid-column: 2;
  grid-row: 1;
  color: #188a4c;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress .ld-progress-steps {
  grid-column: 1 / -1;
  grid-row: 3;
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 400;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress-status {
  display: none;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress .ld-progress-bar {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  align-items: center;
  height: 7px;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f0 !important;
}

.ecsm-student-class-detail__training .ecsm-student__training-progress .ld-progress-bar-percentage {
  height: 5px;
  border-radius: inherit;
  background: #2f9361 !important;
}

.ecsm-student-class-detail__training .ecsm-student__tree-heading {
  margin-bottom: 12px;
}

.ecsm-student-class-detail__training .ecsm-student__tree-heading h3 {
  color: #0a2743;
  font-size: 14px;
  font-weight: 700;
  line-height: 1.3;
}

.ecsm-student-class-detail__training .ecsm-student__tree-expand-all,
.ecsm-student-class-detail__training .ecsm-student__lesson-toggle {
  min-height: 25px;
  padding: 0 10px;
  border: 0;
  border-radius: 999px;
  background: #0a2743;
  color: #fff;
      font-size: 14px !important;
    line-height: 150% !important;
  font-weight: 500;
  letter-spacing: 0;
  text-transform: none;
}

.ecsm-student-class-detail__training .ecsm-student__tree-expand-all {
  gap: 6px;
}

.ecsm-student-class-detail__training .ecsm-student__tree-expand-chevron {
  display: block;
  width: 10px;
  height: 5px;
  flex: 0 0 10px;
  transition: transform 0.18s ease;
}

.ecsm-student-class-detail__training .ecsm-student__tree-expand-all[aria-expanded="true"] .ecsm-student__tree-expand-chevron {
  transform: rotate(180deg);
}

.ecsm-student-class-detail__training .ecsm-student__lesson-toggle {
  border: 1px solid #dce6f4;
  background: #fff;
  color: #275cf3;
}

.ecsm-student-class-detail__training .ecsm-student__tree-expand-icon {
  width: 12px;
  height: 12px;
  flex-basis: 12px;
  background: currentColor;
}

.ecsm-student-class-detail__training .ecsm-student__tree-expand-icon::after {
  top: 3px;
  left: 4px;
  width: 3px;
  height: 3px;
  border-width: 1px;
  border-color: #fff;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-toggle .ecsm-student__tree-expand-icon::after {
  border-color: #275cf3;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-toggle-chevron {
  display: block;
  width: 8px;
  height: 4px;
  flex: 0 0 8px;
  transition: transform 0.18s ease;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-card.is-expanded .ecsm-student__lesson-toggle-chevron {
  transform: rotate(180deg);
}

.ecsm-student-class-detail__training .ecsm-student__lesson-card {
  border-color: #d8d8d8;
  border-radius: 6px;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-card + .ecsm-student__lesson-card {
  margin-top: 12px;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-row {
  min-height: 38px;
  padding: 8px 10px;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-link,
.ecsm-student-class-detail__training .ecsm-student__step-row {
  gap: 8px;
  color: #111;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-title,
.ecsm-student-class-detail__training .ecsm-student__step-title {
  font-size: 12px;
  font-weight: 600;
  line-height: 1.25;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-meta {
  margin-left: 22px;
  color: #9c9c9c;
  font-size: 11px;
  font-weight: 400;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-panel {
  border-top-color: #d8d8d8;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-panel-head {
  padding: 7px 10px;
  background: #fff;
  color: #0a2743;
  font-size: 11px;
  font-weight: 600;
}

.ecsm-student-class-detail__training .ecsm-student__lesson-panel-head span:last-child {
  color: #275cf3;
  font-weight: 500;
}

.ecsm-student-class-detail__training .ecsm-student__step-list {
  padding: 0 10px 4px;
}

.ecsm-student-class-detail__training .ecsm-student__step-row {
  min-height: 28px;
  border-bottom: 0;
}

.ecsm-student-class-detail__training .ecsm-student__step-icon {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.ecsm-student-class-detail__training .ecsm-student__step-status-circle,
.ecsm-student-class-detail__training .ecsm-student__step-status-check {
  stroke: #0a2743;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ecsm-student-class-detail__training .ecsm-student__step-status-circle {
  fill: #fff;
}

.ecsm-student-class-detail__training .ecsm-student__step-icon.is-complete .ecsm-student__step-status-circle {
  fill: #275cf3;
  stroke: #275cf3;
}

.ecsm-student-class-detail__training .ecsm-student__step-icon.is-complete .ecsm-student__step-status-check {
  stroke: #fff;
}

.ecsm-student-class-detail__training .ecsm-student__step-icon.is-sfwd-quiz {
  width: 17px;
  height: 17px;
  flex-basis: 17px;
  border-radius: 50%;
}

.ecsm-student__reminder-settings {
  margin-top: 16px;
}

.ecsm-student__reminder-settings form {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 10px;
}

.ecsm-student__reminder-options {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.ecsm-student__reminder-options label {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  min-height: 24px;
  padding: 0 10px;
  border: 1px solid #dcdfe6;
  border-radius: 999px;
  background: #fff;
  color: #9c9c9c;
  font-size: 12px;
  font-weight: 400;
}

.ecsm-student__reminder-options input {
  width: 12px;
  height: 12px;
}

.ecsm-student__refresher-opportunities {
  margin-bottom: 20px;
}

.ecsm-student__snapshot-card h3,
.ecsm-student__class-card h3,
.ecsm-student__certificate-card h3 {
  margin: 10px 0 8px;
  color: #102a56;
  font-size: 22px;
  line-height: 1.22;
}

.ecsm-student__snapshot-card p,
.ecsm-student__alert-card p,
.ecsm-student__certificate-card p {
  margin: 0;
  color: #5f6f8f;
  line-height: 1.7;
}

.ecsm-student-alerts-section {
  box-sizing: border-box;
  padding: 0 8px 8px;
}

.ecsm-student-alerts-section .ecsm-workspace__panel-head {
  margin-bottom: 10px;
}

.ecsm-student-alerts-section__eyebrow {
  margin: 0 0 2px;
  color: #6b7280;
  font-size: 14px;
  line-height: 1.25;
}

.ecsm-student-alerts-section .ecsm-workspace__panel-head h2 {
  margin-bottom: 2px;
  color: #0a2743;
  font-size: 24px;
  font-weight: 700;
}

.ecsm-student-alerts-section .ecsm-workspace__panel-head p:not(.ecsm-student-alerts-section__eyebrow) {
  color: #9c9c9c;
  font-size: 14px;
  line-height: 1.35;
}

.ecsm-student__class-grid,
.ecsm-student__alert-stack {
  display: grid;
  gap: 20px;
}

.ecsm-student-alerts-section .ecsm-student__alert-stack {
  gap: 16px;
  padding: 2px 0 6px;
}

.ecsm-student-classes-table-wrap {
  display: block;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  max-height: calc(100vh - 360px);
  margin-top: 18px;
  overflow: auto;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
  border-radius: 6px;
  background: #fff;
}

.ecsm-student-classes-shell {
  display: block;
  width: 100%;
  min-width: 0;
  max-width: 100%;
  overflow: visible;
}

.ecsm-student-classes-shell .ecsm-student-classes-table-wrap {
  margin-top: 0;
}

.ecsm-student-classes-table {
  width: 100%;
  min-width: 1420px;
  border-collapse: separate;
  border-spacing: 0;
  color: #1f2c3d;
  font-size: 14px;
}

.ecsm-student-classes-table th {
    position: sticky;
    top: 0;
    z-index: 2;
    padding: 32px 17px;
    background: #0a2743;
    color: #fff;
    font-size: 16px;
    font-weight: 400;
    line-height: 130%;
    text-align: left;
    white-space: nowrap;
}

.ecsm-student-classes-table th:first-child {
  border-radius: 8px 0 0 8px;
}

.ecsm-student-classes-table th:last-child {
  border-radius: 0 8px 8px 0;
}

.ecsm-student-classes-table td {
    padding: 32px 20px;
    border-bottom: 1px solid #9C9C9C;
    color: #9C9C9C;
    line-height: 130%;
    vertical-align: middle;
}

.ecsm-student-classes-table tbody tr {
  background: #fff;
  transition: background 160ms ease;
}

.ecsm-student-classes-table tbody tr:hover {
  background: #fbfdff;
}

.ecsm-student-classes-table__event,
.ecsm-student-classes-table__date-line,
.ecsm-student-classes-table__action {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ecsm-student-classes-table__event {
  color: #1C1C1C;
  font-weight: 500;
  white-space: nowrap;
}

.ecsm-student-classes-table__event-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  color: #0a2743;
}

.ecsm-student-classes-table__event-icon svg,
.ecsm-student-classes-table__date-line svg,
.ecsm-student-classes-table__action svg {
  display: block;
  width: 1em;
  height: 1em;
}

.ecsm-student-classes-table__instructor {
  color: #0a2743;
  font-weight: 600;
  white-space: nowrap;
}

.ecsm-student-classes-table__date-line {
  display: flex;
  color: #9C9C9C;
  font-size: 14px;
  line-height: 130%;
  white-space: nowrap;
}

.ecsm-student-classes-table__date-line + .ecsm-student-classes-table__date-line {
  margin-top: 2px;
}

.ecsm-student-classes-table__delivery,
.ecsm-student-classes-table__status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 29px;
  min-width: 131px;
  padding: 0 14px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  line-height: 120%;
  text-align: center;
  white-space: nowrap;
}

.ecsm-student-classes-table__delivery {
  border: 1px solid #E6A837;
  background: #FEF1E3;
  color: #E6A837;
}

.ecsm-student-classes-table__status {
  border: 1px solid #123B6320;
  background: #E7F3E9;
  color: #2F855A;
}

.ecsm-student-classes-table__status.is-upcoming,
.ecsm-student-classes-table__status.is-scheduled,
.ecsm-student-classes-table__status.is-active,
.ecsm-student-classes-table__status.is-attendance-required,
.ecsm-student-classes-table__status.is-attendance-incomplete {
  border-color: #f4d19a;
  background: #fff3df;
  color: #b87500;
}

.ecsm-student-classes-table__status.is-cancelled,
.ecsm-student-classes-table__status.is-expired {
  border-color: #f0b8b8;
  background: #fff0f0;
  color: #b42318;
}

.ecsm-student-classes-table__action {
    min-height: 31px;
    padding: 0 20px;
    border: 1px solid #123B6320;
    border-radius: 999px;
    color: #2B6CB0;
    font-size: 16px;
    font-weight: 400;
    line-height: 120%;
    text-decoration: none;
    white-space: nowrap;
}

.ecsm-student-classes-table__action:hover {
  border-color: #1f63c8;
  background: #f5f8ff;
  color: #174da0;
}

.ecsm-student-classes-pagination {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-top: 18px;
  color: #5f6f8f;
  font-size: 13px;
}

.ecsm-student-classes-pagination__links {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 8px;
}

.ecsm-student-classes-pagination__links a,
.ecsm-student-classes-pagination__links span {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 34px;
  min-height: 34px;
  padding: 0 10px;
  border: 1px solid #d7e1f4;
  border-radius: 999px;
  background: #fff;
  color: #0a2743;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.ecsm-student-classes-pagination__links a:hover,
.ecsm-student-classes-pagination__links .is-current {
  border-color: #0a2743;
  background: #0a2743;
  color: #fff;
}

.ecsm-student-classes-pagination__links span[aria-disabled="true"] {
  opacity: 0.45;
}

.ecsm-student-certificates-section .ecsm-workspace__panel-head {
  margin-bottom: 14px;
}

.ecsm-student-certificates-section .ecsm-workspace__panel-head h2 {
  margin: 0 0 2px;
  color: #0a2743;
  font-size: 22px;
  font-weight: 700;
  line-height: 1.2;
}

.ecsm-student-certificates-section .ecsm-workspace__panel-head p {
  color: #9c9c9c;
  font-size: 14px;
}

.ecsm-student-certificates-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(10, 39, 67, 0.14);
}

.ecsm-student-certificates-table {
  width: 100%;
  min-width: 980px;
  border-collapse: separate;
  border-spacing: 0;
  color: #1c1c1c;
  font-size: 14px;
}

.ecsm-student-certificates-table th {
  padding: 28px 22px;
  background: #0a2743;
  color: #fff;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.25;
  text-align: left;
  white-space: nowrap;
}

.ecsm-student-certificates-table th:first-child {
  border-radius: 6px 0 0 0;
}

.ecsm-student-certificates-table th:last-child {
  border-radius: 0 6px 0 0;
}

.ecsm-student-certificates-table td {
  padding: 16px 22px;
  border-bottom: 1px solid #e7e7e7;
  color: #9c9c9c;
  line-height: 1.35;
  vertical-align: middle;
}

.ecsm-student-certificates-table tbody tr:last-child td {
  border-bottom: 0;
}

.ecsm-student-certificates-table__event,
.ecsm-student-certificates-table__date,
.ecsm-student-certificates-table__download {
  display: inline-flex;
  align-items: center;
  gap: 8px;
}

.ecsm-student-certificates-table__event {
  color: #1c1c1c;
  font-weight: 500;
}

.ecsm-student-certificates-table__event svg,
.ecsm-student-certificates-table__date svg,
.ecsm-student-certificates-table__download svg {
  display: block;
  width: 16px;
  height: 16px;
  flex: 0 0 16px;
}

.ecsm-student-certificates-table__type {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 24px;
  padding: 0 12px;
  border-radius: 999px;
  background: #fef1e3;
  color: #e6a837;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.2;
  white-space: nowrap;
}

.ecsm-student-certificates-table__type.is-expired {
  background: #edf1f6;
  color: #66758d;
}

.ecsm-student-certificates-table__type.is-valid {
  background: #e7f3e9;
  color: #2f855a;
}

.ecsm-student-certificates-table__download {
  color: #9c9c9c;
  font-size: 13px;
  text-decoration: none;
  white-space: nowrap;
}

.ecsm-student-certificates-table__download:hover {
  color: #0a2743;
}

.ecsm-student-certificates-table__download.is-disabled {
  cursor: default;
  opacity: 0.85;
}

.ecsm-student-certificate-report-section .ecsm-workspace__panel-head {
  margin-bottom: 18px;
}

.ecsm-student-certificate-report-section .ecsm-workspace__panel-kicker {
    color: #0A2743 !important;
    font-size: 20px !important;
    line-height: 150% !important;
    font-weight: 700 !important;
    padding: 0 !important;
    margin: 0 !important;
}

.ecsm-student-certificate-report-section .ecsm-workspace__panel-head h2 {
    margin: 0 0 20px;
    color: #9c9c9c;
    font-size: 14px;
    font-weight: 600;
    line-height: 150%;
    padding: 0;
}

.ecsm-student-certificate-report-section .ecsm-workspace__panel-head p {
  color: #9c9c9c;
  font-size: 11px;
  line-height: 1.35;
}

.ecsm-student-certificate-report-summary {
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 14px;
  margin-bottom: 18px;
}

.ecsm-student-certificate-report-summary .ecsm-workspace__summary-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  min-height: 127px;
  height: 127px;
  padding: 25px;
  border: 1px solid #e1e1e1;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 4px 15px rgba(10, 39, 67, 0.16);
}

.ecsm-student-certificate-report-summary .ecsm-workspace__summary-card span {
  margin: 0;
  color: #6b6b6b;
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.2;
  text-transform: none;
}

.ecsm-student-certificate-report-summary .ecsm-workspace__summary-card strong {
  color: #6b6b6b;
  font-size: 38px;
  font-weight: 700;
  line-height: 1;
}

.ecsm-student-certificate-report-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  border: 1px solid #d7d7d7;
  border-radius: 2px;
  background: #fff;
  box-shadow: none;
}

.ecsm-student-certificate-report-table {
  width: 100%;
  min-width: 1080px;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: auto;
  color: #1c1c1c;
  font-size: 12px;
}

.ecsm-student-certificate-report-table thead th {
  padding: 21px 24px;
  border-bottom: 0;
  background: #0a2743;
  color: #fff;
  font-size: 12px;
  font-weight: 400;
  letter-spacing: 0;
  line-height: 1.25;
  text-align: left;
  text-transform: none;
  white-space: nowrap;
}

.ecsm-student-certificate-report-table thead th span,
.ecsm-student-certificate-report-table__event,
.ecsm-student-certificate-report-table__meta {
  display: inline-flex;
  align-items: center;
  gap: 5px;
}

.ecsm-student-certificate-report-table svg {
  width: 12px;
  height: 12px;
  flex: 0 0 12px;
}

.ecsm-student-certificate-report-table tbody td {
  padding: 21px 24px;
  border-bottom: 1px solid #d7d7d7;
  color: #9c9c9c;
  font-size: 12px;
  line-height: 1.35;
  vertical-align: middle;
}

.ecsm-student-certificate-report-table tbody tr:last-child td {
  border-bottom: 0;
}

.ecsm-student-certificate-report-table tbody td strong {
  color: #0a2743;
  font-weight: 700;
}

.ecsm-student-certificate-report-table__event {
  margin-bottom: 4px;
  color: #9c9c9c;
  text-transform: uppercase;
}

.ecsm-student-certificate-report-table__meta {
  color: #9c9c9c;
  font-size: 11px;
}

@media (max-width: 900px) {
  .ecsm-student-certificate-report-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 640px) {
  .ecsm-student-certificate-report-summary {
    grid-template-columns: 1fr;
  }
}

.ecsm-student__course-content {
  margin-top: 14px;
}

.ecsm-student__course-content .learndash {
  margin-top: 12px;
}

.ecsm-student__course-content .ld-item-list,
.ecsm-student__course-content .ld-table-list {
  margin-bottom: 0;
}

.ecsm-student__training-progress {
  margin: 0 0 18px;
  padding: 16px 18px;
  border-radius: 8px;
  background: #f0f3f6;
}

.ecsm-student__training-progress .ld-progress {
  margin: 0;
}

.ecsm-student__training-progress .ld-progress-heading {
  align-items: center;
  gap: 14px;
}

.ecsm-student__training-progress .ld-progress-label {
  color: #56657f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecsm-student__training-progress .ld-progress-stats {
  align-items: center;
  gap: 8px;
}

.ecsm-student__training-progress-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 26px;
  padding: 0 14px;
  border-radius: 999px;
  background: #275cf3;
  color: #fff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.ecsm-student__training-progress-status.is-complete {
  background: #235af3;
}

.ecsm-student__training-progress .ld-progress-bar {
  margin-top: 8px;
}

.ecsm-student__training-tree {
  margin-top: 18px;
}

.ecsm-student__tree-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin-bottom: 14px;
}

.ecsm-student__tree-heading h3 {
  margin: 0;
  color: #071f49;
  font-size: 24px;
  line-height: 1.25;
}

.ecsm-student__tree-expand-all,
.ecsm-student__lesson-toggle {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid #275cf3;
  border-radius: 999px;
  background: #275cf3;
  color: #fff;
  cursor: pointer;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 1;
}

.ecsm-student__lesson-toggle {
  min-height: 32px;
  padding: 0 12px;
  background: #fff;
  color: #275cf3;
}

.ecsm-student__tree-expand-icon {
  position: relative;
  display: inline-flex;
  width: 18px;
  height: 18px;
  flex: 0 0 18px;
  border-radius: 50%;
  background: currentColor;
}

.ecsm-student__tree-expand-icon::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 5px;
  height: 5px;
  border-right: 2px solid #275cf3;
  border-bottom: 2px solid #275cf3;
  transform: rotate(45deg);
}

.ecsm-student__lesson-toggle .ecsm-student__tree-expand-icon {
  color: #275cf3;
}

.ecsm-student__lesson-toggle .ecsm-student__tree-expand-icon::after {
  border-color: #fff;
}

.ecsm-student__lesson-card {
  overflow: hidden;
  border: 1px solid #d8e1f0;
  border-radius: 6px;
  background: #fff;
}

.ecsm-student__lesson-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  min-height: 72px;
  padding: 14px 20px;
}

.ecsm-student__lesson-link,
.ecsm-student__step-row {
  display: flex;
  align-items: center;
  gap: 12px;
  min-width: 0;
  color: #153254;
  text-decoration: none;
}

.ecsm-student__lesson-link {
  flex: 1 1 auto;
  flex-wrap: wrap;
}

.ecsm-student__lesson-title,
.ecsm-student__step-title {
  min-width: 0;
  overflow-wrap: anywhere;
}

.ecsm-student__lesson-meta {
  width: 100%;
  margin-left: 38px;
  color: #4f6179;
  font-size: 13px;
  font-weight: 800;
}

.ecsm-student__lesson-panel {
  border-top: 1px solid #e0e7f2;
  background: #fff;
}

.ecsm-student__lesson-panel-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  padding: 16px 20px;
  background: #275cf3;
  color: #fff;
  font-size: 12px;
  font-weight: 800;
}

.ecsm-student__step-list {
  padding: 0 20px;
}

.ecsm-student__step-row {
  min-height: 58px;
  border-bottom: 1px solid #e0e7f2;
}

.ecsm-student__step-row.is-paper-assessment {
  color: #51637f;
  cursor: default;
}

.ecsm-student__step-row:last-child {
  border-bottom: 0;
}

.ecsm-student__paper-badge {
  margin-left: auto;
  padding: 6px 10px;
  border-radius: 999px;
  background: #eef2f7;
  color: #51637f;
  font-size: 11px;
  font-weight: 800;
  text-transform: uppercase;
}

.ecsm-student__paper-assessment-message {
  display: grid;
  gap: 6px;
  padding: 18px;
  border: 1px solid #dce5f7;
  border-radius: 12px;
  background: #f8fbff;
  color: #102a56;
}

.ecsm-student__paper-assessment-message p {
  margin: 0;
  color: #4f6179;
}

.ecsm-student__assessment-card {
  display: grid;
  gap: 14px;
  margin: 18px 0;
  padding: 18px;
  border: 1px solid #dce5f7;
  border-radius: 16px;
  background: #ffffff;
  color: #102a56;
}

.ecsm-student__assessment-head {
  display: flex;
  align-items: flex-start;
  justify-content: space-between;
  gap: 12px;
}

.ecsm-student__assessment-head h4 {
  margin: 4px 0 0;
  color: #102a56;
  font-size: 18px;
}

.ecsm-student__assessment-kicker,
.ecsm-student__assessment-label {
  margin: 0;
  color: #6a7891;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: 0;
  text-transform: uppercase;
}

.ecsm-student__assessment-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 34px;
  padding: 8px 14px;
  border-radius: 999px;
  background: #eef2f7;
  color: #51637f;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.ecsm-student__assessment-badge.is-passed {
  background: #e1f8eb;
  color: #04764d;
}

.ecsm-student__assessment-badge.is-failed {
  background: #ffe8e8;
  color: #a92323;
}

.ecsm-student__assessment-badge.is-pending {
  background: #fff3d6;
  color: #8a5d00;
}

.ecsm-student__assessment-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 12px;
}

.ecsm-student__assessment-item {
  display: grid;
  gap: 6px;
  padding: 12px;
  border: 1px solid #e4ebf7;
  border-radius: 12px;
  background: #f8fbff;
}

.ecsm-student__assessment-item strong {
  color: #071f4f;
}

.ecsm-student__assessment-notes {
  grid-column: 1 / -1;
}

.ecsm-student__assessment-notes p {
  margin: 0;
  color: #243b63;
  white-space: pre-line;
}

.ecsm-student__step-icon {
  position: relative;
  width: 26px;
  height: 26px;
  flex: 0 0 26px;
  border: 2px solid #275cf3;
  border-radius: 50%;
  background: #f4f7ff;
}

.ecsm-student__step-icon.is-sfwd-quiz {
  width: 20px;
  height: 24px;
  flex-basis: 20px;
  border-radius: 4px;
}

.ecsm-student__step-icon.is-complete {
  background: #275cf3;
}

.ecsm-student__step-icon.is-complete::after {
  content: "";
  position: absolute;
  top: 5px;
  left: 8px;
  width: 6px;
  height: 11px;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(45deg);
}

.ecsm-student__step-icon.is-sfwd-quiz::before {
  content: "";
  position: absolute;
  top: 5px;
  left: 6px;
  width: 5px;
  height: 10px;
  border-right: 2px solid currentColor;
  border-left: 2px solid currentColor;
}

.ecsm-student__step-icon.is-sfwd-quiz.is-complete::before {
  display: none;
}

.ecsm-student__step-status-icon,
.ecsm-student__step-status-icon.is-sfwd-quiz {
  width: 17px;
  height: 17px;
  flex: 0 0 17px;
  border: 0;
  border-radius: 50%;
  background: transparent;
}

.ecsm-student__step-status-icon::before,
.ecsm-student__step-status-icon::after {
  display: none;
  content: none;
}

.ecsm-student__step-status-circle,
.ecsm-student__step-status-check {
  stroke: #0a2743;
  stroke-width: 1.5;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.ecsm-student__step-status-circle {
  fill: #fff;
}

.ecsm-student__step-status-icon.is-complete .ecsm-student__step-status-circle {
  fill: #275cf3;
  stroke: #275cf3;
}

.ecsm-student__step-status-icon.is-complete .ecsm-student__step-status-check {
  stroke: #fff;
}

.ecsm-student__lesson-card.is-expanded .ecsm-student__lesson-toggle .ecsm-student__tree-expand-icon::after,
.ecsm-student__tree-expand-all[aria-expanded="true"] .ecsm-student__tree-expand-icon::after {
  top: 7px;
  transform: rotate(225deg);
}

.ecsm-student__embedded-training {
  margin-top: 14px;
}

.ecsm-student__embedded-training-panel {
  overflow: visible;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: #ffffff;
}

.ecsm-student__embedded-training-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 18px;
  padding: 18px 22px;
  border-bottom: 1px solid #d8d8d8;
  background: #fff;
}

.ecsm-student__embedded-training-head .ecsm-dashboard__detail-label {
  color: #56657f;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.ecsm-student__embedded-training-head h3 {
  margin: 8px 0 0;
  color: #0a2743;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.25;
}

.ecsm-student__embedded-training-head .ecsm-student-class-detail__button {
  min-height: 38px;
  border-color: #d7dfeb;
  border-radius: 999px;
  color: #0a2743;
  font-size: 14px;
}

.ecsm-student__embedded-training-body {
  padding: 22px;
  color: #0a2743;
}

.ecsm-student__embedded-training-body .learndash-wrapper {
  margin: 0;
  color: #0a2743;
  font-family: inherit;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-tabs,
.ecsm-student__embedded-training-body .learndash-wrapper .ld-table-list {
  margin-bottom: 18px;
}

.ecsm-student__embedded-training-body .learndash-wrapper h1,
.ecsm-student__embedded-training-body .learndash-wrapper h2,
.ecsm-student__embedded-training-body .learndash-wrapper h3,
.ecsm-student__embedded-training-body .learndash-wrapper h4,
.ecsm-student__embedded-training-body h1,
.ecsm-student__embedded-training-body h2,
.ecsm-student__embedded-training-body h3,
.ecsm-student__embedded-training-body h4 {
  color: #0a2743;
  font-weight: 500;
  line-height: 1.25;
}

.ecsm-student__embedded-training-body .learndash-wrapper h2,
.ecsm-student__embedded-training-body h2 {
  margin: 18px 0 10px;
  font-size: 24px;
}

.ecsm-student__embedded-training-body .learndash-wrapper p,
.ecsm-student__embedded-training-body p,
.ecsm-student__embedded-training-body li {
  color: #0a2743;
  font-size: 14px;
  line-height: 1.55;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-course-status,
.ecsm-student__embedded-training-body .learndash-wrapper .ld-progress {
  padding: 14px 20px;
  border: 0;
  border-radius: 6px;
  background: #f0f3f6;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-progress {
  display: grid;
  gap: 10px;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-progress-heading {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 12px;
  align-items: center;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-progress-label {
  color: #0a2743;
  font-size: 12px;
  font-weight: 700;
  letter-spacing: 0;
  text-transform: none;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-progress-stats {
  display: contents;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-progress-percentage {
  grid-column: 2;
  grid-row: 1;
  color: #188a4c;
  font-size: 12px;
  font-weight: 500;
  text-transform: none;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-progress-steps {
  grid-column: 1 / -1;
  grid-row: 3;
  color: #9c9c9c;
  font-size: 12px;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-progress-bar {
  grid-column: 1 / -1;
  grid-row: 2;
  display: flex;
  align-items: center;
  height: 7px;
  margin: 0;
  overflow: hidden;
  border-radius: 999px;
  background: #edf1f0 !important;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-progress-bar-percentage {
  height: 5px;
  border-radius: inherit;
  background: #2f9361 !important;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-status,
.ecsm-student__embedded-training-body .learndash-wrapper .ld-breadcrumbs-segments a {
  color: #0a2743;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-status {
  border-radius: 999px;
  background: #0a2743 !important;
  color: #fff !important;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-table-list-header,
.ecsm-student__embedded-training-body .learndash-wrapper .ld-item-list-section-heading {
  border-radius: 6px 6px 0 0;
  background: #0a2743 !important;
  color: #fff !important;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-table-list,
.ecsm-student__embedded-training-body .learndash-wrapper .ld-item-list-item {
  border-color: #d8d8d8;
  border-radius: 6px;
  background: #fff;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-table-list-items,
.ecsm-student__embedded-training-body .learndash-wrapper .ld-item-list-item-preview {
  border-color: #d8d8d8;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-table-list-item-preview,
.ecsm-student__embedded-training-body .learndash-wrapper .ld-item-list-item-preview {
  color: #0a2743;
  font-size: 13px;
}

.ecsm-student__embedded-training-body .learndash-wrapper .ld-button,
.ecsm-student__embedded-training-body .learndash-wrapper .ld-expand-button {
  border-radius: 999px;
  background: #0a2743 !important;
  color: #fff !important;
}

.ecsm-student__mark-complete {
  display: flex;
  justify-content: flex-end;
  margin-top: 16px;
  padding-top: 0;
  border-top: 0;
}

.ecsm-student__mark-complete form {
  margin: 0;
}

.ecsm-student__mark-complete-button,
.ecsm-student__mark-complete-status {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border: 1px solid #0a2743;
  border-radius: 999px;
  background: #0a2743;
  color: #fff;
  cursor: pointer;
  font-size: 13px;
  font-weight: 800;
}

.ecsm-student__mark-complete-status.is-complete {
  border-color: #d8efe2;
  background: #e5f8ec;
  color: #07803f;
}

.ecsm-student__status-badge {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 0 18px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.ecsm-student__status-badge.is-upcoming {
  background: #e7f0ff;
  color: #1f4ddb;
}

.ecsm-student__status-badge.is-active {
  background: #e4f7ec;
  color: #0f8a48;
}

.ecsm-student__status-badge.is-completed {
  background: #e4f7ec;
  color: #0f8a48;
}

.ecsm-student__status-badge.is-attendance-complete {
  background: #e4f7ec;
  color: #0f8a48;
}

.ecsm-student__status-badge.is-attendance-required {
  background: #e4f7ec;
  color: #0f8a48;
}

.ecsm-student__status-badge.is-attendance-incomplete {
  background: #fff4e5;
  color: #c97300;
}

.ecsm-student__status-badge.is-past {
  background: #fff4e5;
  color: #c97300;
}

.ecsm-student__status-badge.is-expired {
  background: #eef2f7;
  color: #657188;
}

.ecsm-student__alert-card {
  border-left: 4px solid #315bf5;
}

.ecsm-student__alert-card.is-warning {
  border-left-color: #d58918;
}

.ecsm-student__alert-card.is-empty {
  border-left-color: #8ea0c2;
}

.ecsm-student-alerts-section .ecsm-student__alert-card {
  padding: 18px 20px;
  border: 1px solid #e5e8ef;
  border-left: 0;
  border-radius: 6px;
  background: #fff;
  box-shadow: 0 4px 12px rgba(10, 39, 67, 0.16);
}

.ecsm-student-alerts-section .ecsm-student__alert-card:not(.ecsm-student__reminder-settings) {
  border-color: #e6a837;
  border-left: 5px solid #e6a837;
  background: linear-gradient(90deg, #fff8e7 0%, #fffdf8 100%);
  box-shadow: 0 8px 20px rgba(10, 39, 67, 0.18);
}

.ecsm-student-alerts-section .ecsm-student__alert-card .ecsm-dashboard__detail-label {
  margin: 0 0 6px;
  color: #0a2743;
  font-size: 16px;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1.25;
  text-transform: none;
}

.ecsm-student-alerts-section .ecsm-student__alert-card p {
  color: #9c9c9c;
  font-size: 13px;
  line-height: 1.45;
}

.ecsm-student-alerts-section .ecsm-student__alert-card:not(.ecsm-student__reminder-settings) p {
  color: #5f6f8f;
}

.ecsm-student-alerts-section .ecsm-student__alert-card .ecsm-workspace__action-link {
  margin-top: 12px;
  min-height: 34px;
  border-radius: 4px;
  background: #fff;
}

.ecsm-student-alerts-section .ecsm-student__reminder-settings {
  display: block;
}

.ecsm-student-alerts-section .ecsm-student__reminder-settings .ecsm-workspace__action-button {
  min-height: 30px;
  padding: 0 14px;
  border-radius: 4px;
  background: #fff;
  color: #0a2743;
  font-size: 13px;
  font-weight: 600;
  white-space: nowrap;
}

@media (max-width: 1180px) {
  .ecsm-student__snapshot-grid,
  .ecsm-student__certificate-grid,
  .ecsm-student-overview,
  .ecsm-student-overview__alert-grid,
  .ecsm-student__assessment-grid,
  .ecsm-student-class-detail__grid {
    grid-template-columns: 1fr;
  }

  .ecsm-student-class-detail__hero {
    grid-template-columns: 1fr;
  }

  .ecsm-student-class-detail__hero-actions {
    justify-content: start;
  }
}

@media (max-width: 640px) {
  .ecsm-student-overview__panel {
    padding: 14px;
  }

  .ecsm-student-overview__panel-head,
  .ecsm-student-overview__class-row,
  .ecsm-student-overview__progress-row {
    grid-template-columns: 1fr;
  }

  .ecsm-student-overview__panel-head {
    flex-direction: column;
  }

  .ecsm-student-overview__class-row > a,
  .ecsm-student-overview__progress-row > a {
    justify-self: start;
  }

  .ecsm-student-class-detail__hero {
    padding: 22px 16px;
  }

  .ecsm-student-class-detail__hero-actions,
  .ecsm-student-class-detail__detail-grid,
  .ecsm-student-class-detail__assessment-record {
    grid-template-columns: 1fr;
  }

  .ecsm-student-class-detail__hero-actions {
    justify-content: stretch;
    gap: 12px;
  }

  .ecsm-student-class-detail__hero-actions .ecsm-student-class-detail__button {
    min-width: 0;
    padding: 0 20px;
    font-size: 18px;
  }

  .ecsm-student-class-detail__assessment-remarks {
    grid-column: auto;
  }

  .ecsm-student-class-detail__button {
    width: 100%;
    white-space: normal;
  }

  .ecsm-student__reminder-settings form {
    align-items: stretch;
    flex-direction: column;
  }

  .ecsm-student-alerts-section .ecsm-student__reminder-settings .ecsm-workspace__action-button {
    width: 100%;
  }
}

/* Student Expiration & Compliance: match the Certificate Report heading, card, and table treatment. */
.ecsm-student-expiration-compliance-section .ecsm-workspace__panel-head {
  margin-bottom: 18px !important;
}

.ecsm-student-expiration-compliance-section .ecsm-workspace__panel-kicker {
  color: #0a2743 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  letter-spacing: 0.32em !important;
  line-height: 150% !important;
  margin: 0 !important;
  padding: 0 !important;
  text-transform: uppercase !important;
}

.ecsm-student-expiration-compliance-section .ecsm-workspace__panel-head h2 {
  color: #9c9c9c !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  line-height: 150% !important;
  margin: 0 0 20px !important;
  padding: 0 !important;
}

.ecsm-student-expiration-compliance-section .ecsm-workspace__panel-head p:not(.ecsm-workspace__panel-kicker) {
  color: #9c9c9c !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
  margin: 0 !important;
}

.ecsm-student-expiration-compliance-section .ecsm-expiration-compliance__preview {
  display: grid !important;
  gap: 18px !important;
  min-width: 0 !important;
  width: 100% !important;
}

.ecsm-student-expiration-compliance-section .ecsm-attendance-records__summary {
  display: grid !important;
  gap: 14px !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  margin: 0 !important;
}

.ecsm-student-expiration-compliance-section .ecsm-attendance-records__summary .ecsm-workspace__summary-card {
  background: #fff !important;
  border: 1px solid #e1e1e1 !important;
  border-radius: 10px !important;
  box-shadow: 0 4px 15px rgba(10, 39, 67, 0.16) !important;
  display: flex !important;
  flex-direction: column !important;
  height: 127px !important;
  justify-content: space-between !important;
  min-height: 127px !important;
  padding: 25px !important;
}

.ecsm-student-expiration-compliance-section .ecsm-attendance-records__summary .ecsm-workspace__summary-card span {
  color: #6b6b6b !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  margin: 0 !important;
  text-transform: none !important;
}

.ecsm-student-expiration-compliance-section .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  color: #6b6b6b !important;
  font-size: 38px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.ecsm-student-expiration-compliance-section .ecsm-table-wrap {
  background: #fff !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 2px !important;
  box-shadow: none !important;
  display: block !important;
  max-width: 100% !important;
  overflow-x: auto !important;
  width: 100% !important;
}

.ecsm-student-expiration-compliance-section .ecsm-roster-table {
  border-collapse: collapse !important;
  border-spacing: 0 !important;
  color: #1c1c1c !important;
  font-size: 12px !important;
  min-width: 1080px !important;
  table-layout: auto !important;
  width: 100% !important;
}

.ecsm-student-expiration-compliance-section .ecsm-roster-table th {
  width: auto !important;
}

.ecsm-student-expiration-compliance-section .ecsm-roster-table thead th {
  background: #0a2743 !important;
  border-bottom: 0 !important;
  color: #fff !important;
  font-size: 12px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.25 !important;
  padding: 21px 24px !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td {
  border-bottom: 1px solid #d7d7d7 !important;
  color: #9c9c9c !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
  padding: 21px 24px !important;
  vertical-align: middle !important;
}

.ecsm-student-expiration-compliance-section .ecsm-roster-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td strong {
  color: #0a2743 !important;
  font-weight: 700 !important;
}

.ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td span {
  color: #9c9c9c !important;
}

@media (max-width: 1200px) {
  .ecsm-student-expiration-compliance-section .ecsm-attendance-records__summary {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 900px) {
  .ecsm-student-expiration-compliance-section .ecsm-attendance-records__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 640px) {
  .ecsm-student-expiration-compliance-section .ecsm-attendance-records__summary {
    grid-template-columns: 1fr !important;
  }
}

/* Student Settings: compact card layout matching the profile settings reference. */
.ecsm-workspace--student .ecsm-profile-settings-section {
  display: grid !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-profile-settings__intro,
.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-brand,
.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-form {
  border: 1px solid #e1e1e1 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(10, 39, 67, 0.08) !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-profile-settings__intro {
  display: block !important;
  margin: 0 !important;
  padding: 16px !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__panel-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 10px !important;
  color: #6b6b6b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__panel-kicker::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  box-shadow: inset 0 0 0 3px #ffffff;
  opacity: 0.8;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-profile-settings__intro h2 {
  margin: 0 0 10px !important;
  color: #0a2743 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-profile-settings__intro p:not(.ecsm-workspace__panel-kicker) {
  margin: 0 !important;
  color: #7b7f87 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-brand {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 104px !important;
  padding: 14px 18px !important;
  color: #0a2743 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__brand-avatar-wrap {
  position: relative !important;
  flex: 0 0 auto !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__brand-avatar {
  width: 78px !important;
  height: 78px !important;
  border-radius: 999px !important;
  background: #0a2743 !important;
  color: #ffffff !important;
  font-size: 25px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__brand-camera {
  position: absolute !important;
  right: 0 !important;
  bottom: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #cfd9eb !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0a2743 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__brand-camera svg {
  width: 12px !important;
  height: 12px !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-brand-copy {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-brand h3 {
  margin: 0 !important;
  color: #0a2743 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-role {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 28px !important;
  padding: 0 11px !important;
  border: 1px solid #d5e3f6 !important;
  border-radius: 999px !important;
  background: #eaf3ff !important;
  color: #174d8f !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-email {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  color: #9c9c9c !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  overflow-wrap: anywhere !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-email svg {
  flex: 0 0 12px !important;
  width: 12px !important;
  height: 12px !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-form {
  display: grid !important;
  gap: 14px !important;
  padding: 16px !important;
  border-top: 1px solid #e1e1e1 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-form-title {
  margin: 0 !important;
  color: #0a2743 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-dashboard__form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 232px)) !important;
  gap: 16px !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-dashboard__form label {
  max-width: 480px !important;
  gap: 6px !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-dashboard__form label span {
  color: #0a2743 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-dashboard__form input {
  min-height: 32px !important;
  padding: 7px 8px !important;
  border: 1px solid #b8bec8 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #0a2743 !important;
  font-size: 12px !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-dashboard__form input:disabled {
  background: #ffffff !important;
  color: #9c9c9c !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-dashboard__form input[type="file"] {
  padding: 5px 8px !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-dashboard__submit {
  justify-self: start !important;
  min-height: 28px !important;
  padding: 7px 22px !important;
  border-radius: 4px !important;
  background: #0a2743 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  transform: none !important;
}

.ecsm-workspace--student .ecsm-profile-settings-section .ecsm-dashboard__submit:hover {
  background: #123b63 !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (max-width: 700px) {
  .ecsm-workspace--student .ecsm-profile-settings-section .ecsm-dashboard__form-grid {
    grid-template-columns: 1fr !important;
  }

  .ecsm-workspace--student .ecsm-profile-settings-section .ecsm-workspace__settings-brand {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

/* Instructor Settings: match the student profile settings layout. */
.ecsm-workspace--instructor .ecsm-profile-settings-section {
  display: grid !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-profile-settings__intro,
.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-brand,
.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-form {
  border: 1px solid #e1e1e1 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(10, 39, 67, 0.08) !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-profile-settings__intro {
  display: block !important;
  margin: 0 !important;
  padding: 16px !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__panel-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 10px !important;
  color: #6b6b6b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__panel-kicker::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  box-shadow: inset 0 0 0 3px #ffffff;
  opacity: 0.8;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-profile-settings__intro h2 {
  margin: 0 0 10px !important;
  color: #0a2743 !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-profile-settings__intro p:not(.ecsm-workspace__panel-kicker) {
  margin: 0 !important;
  color: #7b7f87 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-brand {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 104px !important;
  padding: 14px 18px !important;
  color: #0a2743 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__brand-avatar-wrap {
  position: relative !important;
  flex: 0 0 auto !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__brand-avatar {
  width: 78px !important;
  height: 78px !important;
  border-radius: 999px !important;
  background: #0a2743 !important;
  color: #ffffff !important;
  font-size: 25px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__brand-camera {
  position: absolute !important;
  right: 0 !important;
  bottom: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #cfd9eb !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #0a2743 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__brand-camera svg {
  width: 12px !important;
  height: 12px !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-brand-copy {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-brand h3 {
  margin: 0 !important;
  color: #0a2743 !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-role {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 28px !important;
  padding: 0 11px !important;
  border: 1px solid #d5e3f6 !important;
  border-radius: 999px !important;
  background: #eaf3ff !important;
  color: #174d8f !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-email {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  color: #9c9c9c !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  overflow-wrap: anywhere !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-email svg {
  flex: 0 0 12px !important;
  width: 12px !important;
  height: 12px !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-form {
  display: grid !important;
  gap: 14px !important;
  padding: 16px !important;
  border-top: 1px solid #e1e1e1 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-form-title {
  margin: 0 !important;
  color: #0a2743 !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-dashboard__form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 232px)) !important;
  gap: 16px !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-dashboard__form label {
  max-width: 480px !important;
  gap: 6px !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-dashboard__form label span {
  color: #0a2743 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-dashboard__form input {
  min-height: 32px !important;
  padding: 7px 8px !important;
  border: 1px solid #b8bec8 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #0a2743 !important;
  font-size: 12px !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-dashboard__form input:disabled {
  background: #ffffff !important;
  color: #9c9c9c !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-dashboard__form input[type="file"] {
  padding: 5px 8px !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-dashboard__submit {
  justify-self: start !important;
  min-height: 28px !important;
  padding: 7px 22px !important;
  border-radius: 4px !important;
  background: #0a2743 !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  transform: none !important;
}

.ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-dashboard__submit:hover {
  background: #123b63 !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (max-width: 700px) {
  .ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-dashboard__form-grid {
    grid-template-columns: 1fr !important;
  }

  .ecsm-workspace--instructor .ecsm-profile-settings-section .ecsm-workspace__settings-brand {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

/* Instructor dashboard overview. */
.ecsm-workspace--instructor {
  --ecsm-instructor-navy: #0a2743;
  --ecsm-instructor-gold: #edb23e;
  --ecsm-instructor-border: #9C9C9C20;
  --ecsm-instructor-muted: #9C9C9C;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-family: Inter, Arial, sans-serif !important;
}

.ecsm-workspace--instructor .ecsm-workspace__layout--sidebar-left {
  display: grid !important;
  grid-template-columns: 320px minmax(0, 1fr) !important;
  gap: 20px !important;
  align-items: start !important;
}

.ecsm-workspace--instructor .ecsm-workspace__sidebar-shell {
  min-height: calc(100vh - 34px) !important;
  padding: 32px 24px !important;
  border-radius: 8px !important;
  background: var(--ecsm-instructor-navy) !important;
}

.ecsm-workspace--instructor .ecsm-workspace__sidebar-brand {
  margin: 0 0 24px !important;
  padding: 0 0 28px !important;
  border-bottom: 1px solid rgba(255, 255, 255, 0.78) !important;
}

.ecsm-workspace--instructor .ecsm-workspace__sidebar-logo img {
  max-width: 224px !important;
  width: 100% !important;
  height: auto !important;
}

.ecsm-workspace--instructor .ecsm-workspace__menu {
  display: grid !important;
  align-content: start !important;
  grid-auto-rows: minmax(36px, max-content) !important;
  flex: 0 0 auto !important;
  gap: 18px !important;
  margin-top: 0 !important;
  overflow: visible !important;
}

.ecsm-workspace--instructor .ecsm-workspace__menu-item {
  display: grid !important;
  grid-template-columns: 24px minmax(0, 1fr) !important;
  column-gap: 12px !important;
  align-items: center !important;
  min-height: 36px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #ffffff !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
}
.ecsm-workspace--instructor .ecsm-workspace__menu-item.is-active{
  font-weight: 600 !important;
}
.ecsm-workspace--instructor .ecsm-workspace__menu-item > span:not(.ecsm-workspace__menu-icon) {
  grid-column: 2 !important;
  margin: 0 !important;
  color: inherit !important;
  font-size: 16px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

.ecsm-workspace--instructor .ecsm-workspace__menu-item:hover,
.ecsm-workspace--instructor .ecsm-workspace__menu-item.is-active {
  color: var(--ecsm-instructor-gold) !important;
  transform: none !important;
}

.ecsm-workspace--instructor .ecsm-workspace__menu-icon {
  display: inline-flex !important;
  grid-column: 1 !important;
  grid-row: 1 !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 20px !important;
  width: 24px !important;
  height: 24px !important;
  margin: 0 !important;
}

.ecsm-workspace--instructor .ecsm-workspace__menu-icon svg {
  max-width: 20px !important;
  max-height: 20px !important;
}

.ecsm-workspace--instructor .ecsm-workspace__main--with-fixed-sidebar {
  display: flex !important;
  flex-direction: column !important;
  gap: 12px !important;
  min-height: 0 !important;
}

.ecsm-workspace--instructor .ecsm-workspace__header--instructor {
  align-items: center !important;
  height: 102px !important;
  min-height: 102px !important;
  max-height: 102px !important;
  padding: 12px 32px !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: var(--ecsm-instructor-navy) !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.ecsm-workspace--instructor .ecsm-workspace__eyebrow {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-workspace__title {
  margin: 0 !important;
  color: #ffffff !important;
  font-size: 32px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  letter-spacing: 0 !important;
}

.ecsm-workspace--instructor .ecsm-workspace__header-note {
  margin: 0px 0 0 !important;
  color: #ffffff !important;
  font-size: 16px !important;
  line-height: 150% !important;
}

.ecsm-workspace--instructor .ecsm-workspace__content {
  display: grid !important;
  grid-auto-rows: max-content !important;
  align-content: start !important;
  align-items: start !important;
  gap: 12px !important;
  flex: 1 1 auto !important;
  min-height: 0 !important;
}

.ecsm-workspace--instructor .ecsm-workspace__summary {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 12px !important;
  align-self: start !important;
}

.ecsm-workspace--instructor .ecsm-workspace__summary-card {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  height: 132px !important;
  min-height: 132px !important;
  max-height: 132px !important;
  padding: 28px 68px 26px 28px !important;
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.ecsm-workspace--instructor .ecsm-workspace__summary-card::after {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-workspace__summary-card > span:not(.ecsm-workspace__summary-card-icon) {
  margin: 0 !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 150% !important;
  text-transform: none !important;
}

.ecsm-workspace--instructor .ecsm-workspace__summary-card-icon {
  position: absolute !important;
  top: 28px !important;
  right: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.ecsm-workspace--instructor .ecsm-workspace__summary-card-icon img {
  display: block !important;
  max-width: 32px !important;
  max-height: 32px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.ecsm-workspace--instructor .ecsm-workspace__summary-card strong {
  margin-top: auto !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
}

/* Employer dashboard refinement. */
.ecsm-workspace--employer {
  --ecsm-employer-navy: #0a2743;
  --ecsm-employer-gold: #edb23e;
  --ecsm-employer-border: #9C9C9C20;
  --ecsm-employer-muted: #9C9C9C;
  color: var(--ecsm-employer-navy) !important;
  font-family: Inter, Arial, sans-serif !important;
}

.ecsm-workspace--employer .ecsm-workspace__summary--employer {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(0, 1fr)) !important;
  gap: 12px !important;
}

.ecsm-workspace--employer .ecsm-workspace__summary-card--employer {
  position: relative !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: flex-start !important;
  height: 132px !important;
  min-height: 132px !important;
  max-height: 132px !important;
  padding: 28px 68px 26px 28px !important;
  border: 1px solid var(--ecsm-employer-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  overflow: hidden !important;
}

.ecsm-workspace--employer .ecsm-workspace__summary-card--employer::after {
  display: none !important;
}

.ecsm-workspace--employer .ecsm-workspace__summary-card--employer > span:not(.ecsm-workspace__summary-card-icon) {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 18px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 150% !important;
  text-transform: none !important;
}

.ecsm-workspace--employer .ecsm-workspace__summary-card-icon {
  position: absolute !important;
  top: 28px !important;
  right: 28px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 32px !important;
  height: 32px !important;
  margin: 0 !important;
  line-height: 1 !important;
}

.ecsm-workspace--employer .ecsm-workspace__summary-card-icon img {
  display: block !important;
  max-width: 32px !important;
  max-height: 32px !important;
  width: auto !important;
  height: auto !important;
  object-fit: contain !important;
}

.ecsm-workspace--employer .ecsm-workspace__summary-card--employer strong {
  margin-top: auto !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 42px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub {
  display: grid !important;
  gap: 12px !important;
  align-self: start !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub.is-loading {
  opacity: 0.58 !important;
  pointer-events: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__tabs {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  border-bottom: 1px solid #d8dde6 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__tabs a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  border-bottom: 2px solid transparent !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__tabs a.is-active {
  border-bottom-color: var(--ecsm-employer-navy) !important;
  color: var(--ecsm-employer-navy) !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel > .ecsm-workspace__panel {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-workspace__panel-head {
  margin: 0 0 14px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-workspace__panel-kicker {
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-workspace__panel-head h2 {
  margin: 0 0 6px !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-workspace__panel-head p {
  margin: 0 !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report {
  position: relative !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance__selector-panel.ecsm-attendance-records__filters {
  display: grid !important;
  grid-template-columns: repeat(5, minmax(130px, 1fr)) auto !important;
  align-items: end !important;
  gap: 10px !important;
  margin: 12px 0 14px !important;
  padding: 14px 16px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__filters label {
  display: grid !important;
  gap: 6px !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__filters label span {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__filters input[type="date"],
.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__filters select {
  width: 100% !important;
  min-height: 40px !important;
  height: 40px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--ecsm-employer-navy) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  outline: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__filters input[type="date"]:focus,
.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__filters select:focus {
  border-color: var(--ecsm-employer-navy) !important;
  box-shadow: 0 0 0 2px rgba(10, 39, 67, 0.08) !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__filters .ecsm-workspace__action-button {
  align-self: end !important;
  justify-self: end !important;
  min-width: 96px !important;
  min-height: 40px !important;
  padding: 0 18px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  background: #f7faff !important;
  color: var(--ecsm-employer-navy) !important;
  box-shadow: none !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance__download-panel {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 16px !important;
  padding: 14px 16px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #f8fbff !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance__download-panel strong {
  color: var(--ecsm-employer-navy) !important;
  font-size: 14px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance__download-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance__download-actions .ecsm-workspace__action-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-company-participation__preview {
  display: grid !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__summary {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__summary .ecsm-workspace__summary-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 104px !important;
  padding: 20px 22px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__summary .ecsm-workspace__summary-card::after {
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__summary .ecsm-workspace__summary-card span {
  margin: 0 0 6px !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-table-wrap {
  margin: 0 !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: auto !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-roster-table {
  width: 100% !important;
  min-width: 1560px !important;
  table-layout: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-roster-table thead th {
  height: 56px !important;
  padding: 0 22px !important;
  border: 0 !important;
  background: var(--ecsm-employer-navy) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-roster-table thead th::before {
  content: none !important;
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-roster-table thead th:first-child {
  border-top-left-radius: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-roster-table thead th:last-child {
  border-top-right-radius: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-roster-table tbody td {
  min-height: 66px !important;
  padding: 18px 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e4e9 !important;
  background: #ffffff !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  vertical-align: middle !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-roster-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-roster-table tbody td strong {
  color: var(--ecsm-employer-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-roster-table tbody td span {
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report {
  position: relative !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance__selector-panel.ecsm-attendance-records__filters {
  display: flex !important;
  align-items: end !important;
  gap: 10px !important;
  max-width: calc(100% - 190px) !important;
  margin: 12px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__filters label {
  display: grid !important;
  gap: 6px !important;
  flex: 0 1 420px !important;
  min-width: 280px !important;
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__filters label span {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__filters select {
  width: 100% !important;
  min-height: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #64748b !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  outline: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__filters select:focus {
  border-color: var(--ecsm-employer-navy) !important;
  box-shadow: 0 0 0 2px rgba(10, 39, 67, 0.08) !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__filters .ecsm-workspace__action-button {
  align-self: end !important;
  min-width: 76px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #64748b !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__filters .ecsm-workspace__action-button::after {
  content: "\2197";
  margin-left: 4px;
  font-size: 10px;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance__download-panel {
  position: absolute !important;
  top: 82px !important;
  right: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 4 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance__download-panel strong {
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance__download-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance__download-actions .ecsm-workspace__action-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 16px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-expiration-compliance__preview {
  display: grid !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__summary {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__summary .ecsm-workspace__summary-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 104px !important;
  padding: 20px 22px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__summary .ecsm-workspace__summary-card::after {
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__summary .ecsm-workspace__summary-card span {
  margin: 0 0 6px !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-table-wrap {
  margin: 0 !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: auto !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-roster-table {
  width: 100% !important;
  min-width: 1120px !important;
  table-layout: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-roster-table thead th {
  height: 56px !important;
  padding: 0 22px !important;
  border: 0 !important;
  background: var(--ecsm-employer-navy) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-roster-table thead th::before {
  content: none !important;
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-instructor-report-table-heading {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-instructor-report-table-heading svg {
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-roster-table thead th:first-child {
  border-top-left-radius: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-roster-table thead th:last-child {
  border-top-right-radius: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-roster-table tbody td {
  min-height: 66px !important;
  padding: 18px 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e4e9 !important;
  background: #ffffff !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  vertical-align: middle !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-roster-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-roster-table tbody td strong {
  color: var(--ecsm-employer-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-roster-table tbody td span {
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) {
  position: relative !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance__selector-panel.ecsm-attendance-records__filters {
  display: flex !important;
  align-items: end !important;
  gap: 10px !important;
  max-width: calc(100% - 190px) !important;
  margin: 12px 0 14px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__filters label {
  display: grid !important;
  gap: 6px !important;
  flex: 0 1 420px !important;
  min-width: 280px !important;
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__filters label span {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__filters select {
  width: 100% !important;
  min-height: 36px !important;
  height: 36px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #64748b !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  outline: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__filters select:focus {
  border-color: var(--ecsm-employer-navy) !important;
  box-shadow: 0 0 0 2px rgba(10, 39, 67, 0.08) !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__filters .ecsm-workspace__action-button {
  align-self: end !important;
  min-width: 76px !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 0 !important;
  border-radius: 4px !important;
  background: transparent !important;
  color: #64748b !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__filters .ecsm-workspace__action-button::after {
  content: "\2197";
  margin-left: 4px;
  font-size: 10px;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance__download-panel {
  position: absolute !important;
  top: 82px !important;
  right: 0 !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  z-index: 4 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance__download-panel strong {
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance__download-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance__download-actions .ecsm-workspace__action-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 16px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__preview {
  display: grid !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__summary {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 16px !important;
  margin: 0 !important;
  padding: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card {
  display: flex !important;
  flex-direction: column !important;
  justify-content: center !important;
  min-height: 104px !important;
  padding: 20px 22px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card::after {
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card span {
  margin: 0 0 6px !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 34px !important;
  font-weight: 800 !important;
  line-height: 1.05 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-table-wrap {
  margin: 0 !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: auto !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-roster-table {
  width: 100% !important;
  min-width: 1120px !important;
  table-layout: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-roster-table thead th {
  height: 56px !important;
  padding: 0 22px !important;
  border: 0 !important;
  background: var(--ecsm-employer-navy) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-roster-table thead th::before {
  content: none !important;
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-instructor-report-table-heading {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-instructor-report-table-heading svg {
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-roster-table thead th:first-child {
  border-top-left-radius: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-roster-table thead th:last-child {
  border-top-right-radius: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-roster-table tbody td {
  min-height: 66px !important;
  padding: 18px 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e4e9 !important;
  background: #ffffff !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  vertical-align: middle !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-roster-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-roster-table tbody td strong {
  color: var(--ecsm-employer-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-roster-table tbody td span {
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-completion-records__status-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  max-width: 100%;
  min-height: 30px;
  padding: 6px 10px;
  border: 1px solid #dce5f3;
  border-radius: 999px;
  background: #f7f9fd;
  color: #51637f;
  font-size: 12px;
  font-weight: 800;
  line-height: 1.25;
  text-align: center;
}

.ecsm-completion-records__status-pill.is-complete {
  border-color: #b8e7ca;
  background: #eaf8ef;
  color: #156534;
}

.ecsm-completion-records__status-pill.is-pending {
  border-color: #ffe0ad;
  background: #fff7e8;
  color: #8a5300;
}

.ecsm-completion-records__status-pill.is-blocked {
  border-color: #dbe2ee;
  background: #eef2f7;
  color: #657188;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__completion-report .ecsm-roster-table tbody td .ecsm-completion-records__status-pill {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 6px 10px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
  text-align: center !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__completion-report .ecsm-roster-table tbody td .ecsm-completion-records__status-pill.is-complete {
  border-color: #b8e7ca !important;
  background: #eaf8ef !important;
  color: #156534 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__completion-report .ecsm-roster-table tbody td .ecsm-completion-records__status-pill.is-pending {
  border-color: #ffe0ad !important;
  background: #fff7e8 !important;
  color: #8a5300 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__completion-report .ecsm-roster-table tbody td .ecsm-completion-records__status-pill.is-blocked {
  border-color: #dbe2ee !important;
  background: #eef2f7 !important;
  color: #657188 !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table-wrap {
  width: 100% !important;
  max-width: 100% !important;
  margin-top: 26px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: auto !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table {
  width: 100% !important;
  min-width: 1220px !important;
  table-layout: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table thead th {
  height: 56px !important;
  padding: 0 22px !important;
  border: 0 !important;
  background: var(--ecsm-employer-navy) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table thead th::before {
  content: none !important;
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table thead th:first-child {
  border-top-left-radius: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table thead th:last-child {
  border-top-right-radius: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table tbody td {
  min-height: 76px !important;
  padding: 18px 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e4e9 !important;
  background: #ffffff !important;
  color: #64748b !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  vertical-align: middle !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table th:nth-child(1),
.ecsm-workspace--employer .ecsm-employer-certificates-table td:nth-child(1) {
  width: 17% !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table th:nth-child(2),
.ecsm-workspace--employer .ecsm-employer-certificates-table td:nth-child(2) {
  width: 22% !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table th:nth-child(3),
.ecsm-workspace--employer .ecsm-employer-certificates-table td:nth-child(3) {
  width: 25% !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table th:nth-child(4),
.ecsm-workspace--employer .ecsm-employer-certificates-table td:nth-child(4) {
  width: 18% !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table th:nth-child(5),
.ecsm-workspace--employer .ecsm-employer-certificates-table td:nth-child(5) {
  width: 12% !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table th:nth-child(6),
.ecsm-workspace--employer .ecsm-employer-certificates-table td:nth-child(6) {
  width: 6% !important;
  text-align: left !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-roster-table__learner,
.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-roster-table__title strong,
.ecsm-workspace--employer .ecsm-employer-certificates-table td strong {
  display: block !important;
  margin: 0 0 4px !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
  overflow-wrap: anywhere !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-dashboard__event-date,
.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-roster-table__email a,
.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-roster-table__email span {
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-roster-table__email a {
  color: #2453a7 !important;
  text-decoration: none !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-roster-table__badge {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  max-width: 100% !important;
  min-height: 30px !important;
  padding: 0 14px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.15 !important;
  white-space: normal !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-employer-attendance-links {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 6px !important;
  margin-top: 10px !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-employer-attendance-links__row {
  display: flex !important;
  flex-wrap: wrap !important;
  align-items: center !important;
  gap: 6px !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-employer-attendance-links__row span {
  flex: 1 1 100% !important;
  color: #64748b !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-workspace__action-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 30px !important;
  padding: 0 13px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ecsm-employer-navy) !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.ecsm-workspace--employer .ecsm-employer-certificates-table .ecsm-workspace__action-link.is-disabled {
  background: #eef2f7 !important;
  color: #64748b !important;
  pointer-events: none !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section {
  display: grid !important;
  gap: 12px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-profile-settings__intro,
.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-brand,
.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-form {
  border: 1px solid #e1e1e1 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 2px 10px rgba(10, 39, 67, 0.08) !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-profile-settings__intro {
  display: block !important;
  margin: 0 !important;
  padding: 16px !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__panel-kicker {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 0 10px !important;
  color: #6b6b6b !important;
  font-size: 14px !important;
  font-weight: 600 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__panel-kicker::before {
  content: "";
  width: 12px;
  height: 12px;
  border: 1.5px solid currentColor;
  border-radius: 999px;
  box-shadow: inset 0 0 0 3px #ffffff;
  opacity: 0.8;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-profile-settings__intro h2 {
  margin: 0 0 10px !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.15 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-profile-settings__intro p:not(.ecsm-workspace__panel-kicker) {
  margin: 0 !important;
  color: #7b7f87 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 12px !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-brand {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  min-height: 104px !important;
  padding: 14px 18px !important;
  color: var(--ecsm-employer-navy) !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__brand-avatar-wrap {
  position: relative !important;
  flex: 0 0 auto !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__brand-avatar {
  width: 78px !important;
  height: 78px !important;
  border-radius: 999px !important;
  background: var(--ecsm-employer-navy) !important;
  color: #ffffff !important;
  font-size: 25px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__brand-camera {
  position: absolute !important;
  right: 0 !important;
  bottom: 6px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #cfd9eb !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ecsm-employer-navy) !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__brand-camera svg {
  width: 12px !important;
  height: 12px !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-brand-copy {
  display: grid !important;
  gap: 8px !important;
  min-width: 0 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-brand h3 {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-role {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: fit-content !important;
  min-height: 28px !important;
  padding: 0 11px !important;
  border: 1px solid #d5e3f6 !important;
  border-radius: 999px !important;
  background: #eaf3ff !important;
  color: #174d8f !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-email {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  margin: 0 !important;
  color: #9c9c9c !important;
  font-size: 12px !important;
  line-height: 1.3 !important;
  overflow-wrap: anywhere !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-email svg {
  flex: 0 0 12px !important;
  width: 12px !important;
  height: 12px !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-form {
  display: grid !important;
  gap: 14px !important;
  padding: 16px !important;
  border-top: 1px solid #e1e1e1 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-form-title {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__form-grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 232px)) !important;
  gap: 16px !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__form label {
  max-width: 480px !important;
  gap: 6px !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__form label span {
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__form input {
  min-height: 32px !important;
  padding: 7px 8px !important;
  border: 1px solid #b8bec8 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__form input:disabled {
  background: #ffffff !important;
  color: #9c9c9c !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__form input[type="file"] {
  padding: 5px 8px !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__hint {
  margin: 0 !important;
  color: #64748b !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__submit {
  justify-self: start !important;
  min-height: 28px !important;
  padding: 7px 22px !important;
  border-radius: 4px !important;
  background: var(--ecsm-employer-navy) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
  transform: none !important;
}

.ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__submit:hover {
  background: #123b63 !important;
  box-shadow: none !important;
  transform: none !important;
}

@media (max-width: 700px) {
  .ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-dashboard__form-grid {
    grid-template-columns: 1fr !important;
  }

  .ecsm-workspace--employer .ecsm-profile-settings-section .ecsm-workspace__settings-brand {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

@media (max-width: 1180px) {
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance__selector-panel.ecsm-attendance-records__filters,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__summary,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__summary,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__summary {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }

  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__filters .ecsm-workspace__action-button {
    justify-self: stretch !important;
  }
}

@media (max-width: 700px) {
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance__selector-panel.ecsm-attendance-records__filters,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance-records__summary,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance__selector-panel.ecsm-attendance-records__filters,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__summary,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__summary {
    grid-template-columns: 1fr !important;
  }

  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance__selector-panel.ecsm-attendance-records__filters,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance__selector-panel.ecsm-attendance-records__filters {
    align-items: stretch !important;
    flex-direction: column !important;
    max-width: none !important;
  }

  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance-records__filters label,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance-records__filters label {
    flex-basis: auto !important;
    min-width: 0 !important;
  }

  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report) .ecsm-attendance__download-panel,
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__expiration-compliance-report .ecsm-attendance__download-panel {
    position: static !important;
    justify-content: flex-start !important;
    margin: 0 0 10px !important;
  }

  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-employer__company-participation-report .ecsm-attendance__download-panel {
    align-items: flex-start !important;
    flex-direction: column !important;
  }
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-employer-report-summary-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  margin-left: auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #9b9b9b !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-employer-report-summary-toggle:hover,
.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-employer-report-summary-toggle[aria-expanded="true"] {
  background: transparent !important;
  color: var(--ecsm-employer-navy) !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-attendance-records__preview {
  position: relative !important;
  overflow: visible !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-attendance-records__summary {
  position: fixed !important;
  top: var(--ecsm-report-summary-top, 140px) !important;
  left: var(--ecsm-report-summary-left, auto) !important;
  right: auto !important;
  z-index: 99999 !important;
  display: none !important;
  grid-template-columns: 1fr !important;
  width: 244px !important;
  box-sizing: border-box !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 18px !important;
  border: 1px solid #d7d7d7 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
  overflow: visible !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel .ecsm-workspace__panel.is-summary-open .ecsm-attendance-records__summary {
  display: grid !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card {
  display: flex !important;
  align-items: center !important;
  flex-direction: row !important;
  justify-content: space-between !important;
  gap: 16px !important;
  height: 52px !important;
  min-height: 52px !important;
  max-height: 52px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card:last-child {
  border-bottom: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card::after {
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card span,
.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  margin: 0 !important;
  color: #9b9b9b !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  min-width: 34px !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  text-align: right !important;
}

@media (max-width: 700px) {
  .ecsm-workspace--employer .ecsm-employer-reports-hub__panel :is(.ecsm-employer__completion-report, .ecsm-employer__certificate-report, .ecsm-employer__expiration-compliance-report, .ecsm-employer__company-participation-report) .ecsm-attendance-records__summary {
    top: var(--ecsm-report-summary-top, 120px) !important;
    left: var(--ecsm-report-summary-left, 12px) !important;
    right: auto !important;
    width: min(244px, calc(100vw - 24px)) !important;
  }
}

.ecsm-workspace--employer .ecsm-employer-seat-board {
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-workspace__panel-head {
  margin: 0 0 18px !important;
  padding: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-workspace__panel-head > div {
  margin: 0 !important;
  padding: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-workspace__panel-kicker {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ecsm-employer-muted) !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  letter-spacing: 0.22em !important;
  line-height: 150% !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-workspace__panel-head h2 {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 30px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 150% !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-workspace__panel-head p:not(.ecsm-workspace__panel-kicker) {
  margin: 0 !important;
  padding: 0 !important;
  color: var(--ecsm-employer-muted) !important;
  font-size: 14px !important;
  line-height: 150% !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__grid {
  display: grid !important;
  grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  gap: 20px !important;
  align-items: start !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card {
  display: flex !important;
  flex-direction: column !important;
  min-width: 0 !important;
  padding: 22px !important;
  border: 1px solid #dbe4f3 !important;
  border-radius: 10px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card-top {
  align-items: flex-start !important;
  gap: 16px !important;
  margin: 0 0 20px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card-heading {
  display: grid !important;
  gap: 12px !important;
  min-width: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card h3 {
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 24px !important;
  font-weight: 400 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__seat-tag,
.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__status-badge {
  margin: 0 !important;
  padding: 9px 12px !important;
  border-radius: 999px !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.06em !important;
  line-height: 1 !important;
  text-transform: uppercase !important;
  white-space: nowrap !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__event-date {
  margin: 0 !important;
  color: #4f6385 !important;
  font-size: 14px !important;
  line-height: 150% !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__details {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 12px !important;
  margin: 0 0 18px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__detail {
  min-width: 0 !important;
  padding: 16px !important;
  border: 1px solid #e8eef7 !important;
  border-radius: 10px !important;
  background: #f8fbff !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__detail-label {
  margin: 0 0 8px !important;
  color: #65728c !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  letter-spacing: 0.12em !important;
  line-height: 150% !important;
  text-transform: uppercase !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__detail strong {
  color: var(--ecsm-employer-navy) !important;
  font-size: 15px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__locked-message,
.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__hint {
  margin: 0 !important;
  color: #5d6c85 !important;
  font-size: 14px !important;
  line-height: 150% !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__locked-message {
  padding-top: 0 !important;
  border-top: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__form {
  gap: 12px !important;
  padding-top: 18px !important;
  border-top: 1px solid #edf1f7 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__form input {
  min-height: 44px !important;
  border-radius: 8px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__submit,
.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__form button {
  min-height: 44px !important;
  border-radius: 8px !important;
  background: var(--ecsm-employer-gold) !important;
  color: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__history {
  gap: 10px !important;
  margin-top: 18px !important;
  padding-top: 18px !important;
  border-top: 1px solid #edf1f7 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__history-row {
  padding: 14px 16px !important;
  border-radius: 10px !important;
  background: #f8fbff !important;
}

@media (max-width: 1440px) {
  .ecsm-workspace--employer .ecsm-workspace__summary--employer {
    grid-template-columns: repeat(3, minmax(0, 1fr)) !important;
  }

  .ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 960px) {
  .ecsm-workspace--employer .ecsm-workspace__summary--employer,
  .ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__grid,
  .ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__details {
    grid-template-columns: 1fr !important;
  }
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-workspace__panel-head {
  display: flex !important;
  align-items: flex-end !important;
  justify-content: space-between !important;
  gap: 16px !important;
  margin: 0 0 12px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-workspace__panel-head h2 {
  font-size: 20px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-workspace__panel-head p:not(.ecsm-workspace__panel-kicker) {
  font-size: 12px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board__filter {
  display: grid !important;
  flex: 0 0 176px !important;
  gap: 4px !important;
  margin: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board__filter span {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  margin: -1px !important;
  padding: 0 !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board__filter select {
  width: 100% !important;
  min-height: 34px !important;
  padding: 0 36px 0 14px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__grid {
  display: grid !important;
  grid-template-columns: 1fr !important;
  gap: 14px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card[hidden] {
  display: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card {
  position: relative !important;
  display: grid !important;
  gap: 12px !important;
  padding: 16px 18px !important;
  border: 1px solid #dbe4f3 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card-top {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 10px !important;
  margin: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card-heading {
  display: grid !important;
  flex: 1 1 auto !important;
  grid-template-columns: minmax(120px, max-content) minmax(0, auto) 1fr !important;
  column-gap: 16px !important;
  row-gap: 6px !important;
  align-items: center !important;
  min-width: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__seat-tag {
  grid-column: 1 !important;
  grid-row: 1 !important;
  justify-self: start !important;
  min-width: 96px !important;
  padding: 7px 14px !important;
  border-radius: 999px !important;
  background: #edf3ff !important;
  color: #1e50ff !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card h3 {
  grid-column: 1 / 2 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 16px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__event-date {
  grid-column: 2 / 4 !important;
  grid-row: 2 !important;
  margin: 0 !important;
  color: #8a8f99 !important;
  font-size: 11px !important;
  line-height: 1.35 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__status-badge {
  flex: 0 0 auto !important;
  align-self: start !important;
  min-width: 86px !important;
  padding: 7px 12px !important;
  border: 0 !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.02em !important;
  line-height: 1 !important;
  text-align: center !important;
  text-transform: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__status-badge.is-assigned {
  background: #dff7ea !important;
  color: #07945f !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__status-badge.is-pending {
  min-width: 136px !important;
  background: #fff1df !important;
  color: #b87500 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__history-menu {
  position: relative !important;
  display: inline-flex !important;
  flex: 0 0 auto !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__history-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 26px !important;
  height: 26px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 15px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__history {
  position: absolute !important;
  top: 34px !important;
  right: 0 !important;
  z-index: 40 !important;
  display: none !important;
  width: 300px !important;
  gap: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  overflow: hidden !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 28px rgba(10, 39, 67, 0.18) !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__history-menu.is-open .ecsm-dashboard__history {
  display: grid !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__history > .ecsm-dashboard__detail-label {
  margin: 0 !important;
  padding: 12px 16px !important;
  background: var(--ecsm-employer-navy) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__history-row {
  display: grid !important;
  gap: 3px !important;
  padding: 12px 16px !important;
  border: 0 !important;
  border-bottom: 1px solid #edf1f7 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__history-row:last-child {
  border-bottom: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__details {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(0, 1fr)) !important;
  gap: 10px !important;
  margin: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__detail {
  min-width: 0 !important;
  min-height: 60px !important;
  padding: 12px 14px !important;
  border: 1px solid #e5ebf4 !important;
  border-radius: 7px !important;
  background: #fbfdff !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__detail-label,
.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__form label span {
  margin: 0 0 4px !important;
  color: #8a8f99 !important;
  font-size: 10px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__detail strong {
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__locked-message,
.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__hint {
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  color: #8a8f99 !important;
  font-size: 11px !important;
  line-height: 1.4 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__form {
  display: grid !important;
  gap: 10px !important;
  padding: 0 !important;
  border: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__form-grid {
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  gap: 10px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__form input {
  min-height: 37px !important;
  padding: 8px 12px !important;
  border-radius: 7px !important;
  font-size: 12px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__submit,
.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__form button {
  justify-self: start !important;
  min-height: 34px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  background: var(--ecsm-employer-navy) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__status-badge.is-refund-processing {
  min-width: 126px !important;
  background: #fff1d8 !important;
  color: #9b6400 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__status-badge.is-refunded {
  min-width: 92px !important;
  background: #e8edf4 !important;
  color: #4d5d75 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card[data-ecsm-seat-status="refund_processing"] {
  border-color: #f0d391 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card[data-ecsm-seat-status="refunded"] {
  border-color: #d4dbe6 !important;
  background: #fbfcfe !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-panel {
  display: grid !important;
  gap: 10px !important;
  margin: 2px 0 0 !important;
  padding: 14px !important;
  border: 1px solid #dce5f2 !important;
  border-radius: 8px !important;
  background: #f7faff !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-panel.is-available {
  border-color: #bcd3f5 !important;
  background: #f4f8ff !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-panel.is-processing {
  border-color: #efd69e !important;
  background: #fffaf0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-panel.is-refunded {
  border-color: #d9e0e9 !important;
  background: #f4f6f9 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-panel.is-ineligible {
  border-color: #e4e9f0 !important;
  background: #fafbfd !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-head > div {
  display: grid !important;
  gap: 3px !important;
  min-width: 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-kicker {
  color: #6d7b91 !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  line-height: 1.2 !important;
  text-transform: uppercase !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-status {
  color: var(--ecsm-employer-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.3 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-amount {
  flex: 0 0 auto !important;
  padding: 5px 9px !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ecsm-employer-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  box-shadow: inset 0 0 0 1px #d8e1ef !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-message {
  margin: 0 !important;
  color: #5b6a82 !important;
  font-size: 11px !important;
  line-height: 1.45 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-form {
  display: grid !important;
  gap: 10px !important;
  margin: 0 !important;
  padding: 2px 0 0 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-reason {
  display: grid !important;
  gap: 5px !important;
  margin: 0 !important;
  color: #66748b !important;
  font-size: 11px !important;
  font-weight: 700 !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-reason textarea {
  width: 100% !important;
  min-height: 66px !important;
  margin: 0 !important;
  padding: 9px 11px !important;
  resize: vertical !important;
  border: 1px solid #ced9e8 !important;
  border-radius: 7px !important;
  background: #ffffff !important;
  color: var(--ecsm-employer-navy) !important;
  font: inherit !important;
  font-size: 12px !important;
  line-height: 1.4 !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-reason textarea:focus {
  border-color: #3156f5 !important;
  outline: 2px solid rgba(49, 86, 245, 0.14) !important;
  outline-offset: 1px !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-submit {
  justify-self: start !important;
  min-height: 36px !important;
  margin: 0 !important;
  padding: 0 16px !important;
  border: 1px solid #bd3b45 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #a72e38 !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  cursor: pointer !important;
  box-shadow: none !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-submit:hover,
.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-submit:focus-visible {
  background: #a72e38 !important;
  color: #ffffff !important;
}

.ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__refund-submit:disabled {
  border-color: #c9d0db !important;
  background: #eef1f5 !important;
  color: #737e90 !important;
  cursor: wait !important;
  opacity: 1 !important;
}

@media (max-width: 1100px) {
  .ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__details {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 700px) {
  .ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-workspace__panel-head {
    align-items: stretch !important;
    flex-direction: column !important;
  }

  .ecsm-workspace--employer .ecsm-employer-seat-board__filter {
    flex-basis: auto !important;
    width: 100% !important;
  }

  .ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__card-heading,
  .ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__details,
  .ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__form-grid {
    grid-template-columns: 1fr !important;
  }

  .ecsm-workspace--employer .ecsm-employer-seat-board .ecsm-dashboard__event-date {
    grid-column: 1 !important;
    grid-row: auto !important;
  }
}

.ecsm-instructor-dashboard {
  margin: 0 !important;
  align-self: start !important;
}

.ecsm-instructor-dashboard__grid {
  display: grid !important;
  grid-template-columns: minmax(0, 1.05fr) minmax(0, 1.05fr) minmax(220px, 0.64fr) !important;
  grid-template-areas:
    "upcoming progress ring"
    "actions progress ring" !important;
  gap: 12px !important;
  align-items: start !important;
}

.ecsm-instructor-dashboard__panel {
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: hidden !important;
}

.ecsm-instructor-dashboard__panel--upcoming {
  grid-area: upcoming !important;
  padding: 14px 16px !important;
}

.ecsm-instructor-dashboard__panel--progress {
  grid-area: progress !important;
  padding: 14px 16px !important;
}

.ecsm-instructor-dashboard__panel--ring {
  grid-area: ring !important;
  padding: 14px 16px 18px !important;
}

.ecsm-instructor-dashboard__panel--actions {
  grid-area: actions !important;
  padding: 0 !important;
}

.ecsm-instructor-dashboard__panel-head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 0 12px !important;
}

.ecsm-instructor-dashboard__panel-head h2,
.ecsm-instructor-dashboard__actions-head h2 {
  margin: 0 !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 150% !important;
  letter-spacing: 0 !important;
  padding: 0;
}

.ecsm-instructor-dashboard__panel-head h2 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.ecsm-instructor-dashboard__title-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 20px !important;
  width: 20px !important;
  height: 20px !important;
  line-height: 1 !important;
}

.ecsm-instructor-dashboard__title-icon svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
}

.ecsm-instructor-dashboard__title-icon--ring {
  flex-basis: 27px !important;
  width: 27px !important;
  height: 27px !important;
}

.ecsm-instructor-dashboard__title-icon--ring svg {
  width: 27px !important;
  height: 27px !important;
}

.ecsm-instructor-dashboard__panel-head p {
  margin: 0 !important;
  color: var(--ecsm-instructor-muted) !important;
  font-size: 14px !important;
  line-height: 150% !important;
}
.ecsm-instructor-dashboard__view-all {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 0 14px !important;
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #9C9C9C !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
  text-decoration: none !important;
}

.ecsm-instructor-dashboard__class-list,
.ecsm-instructor-dashboard__progress-list,
.ecsm-instructor-dashboard__actions-list {
  display: grid !important;
  gap: 10px !important;
}

.ecsm-instructor-dashboard__class-row,
.ecsm-instructor-dashboard__progress-row,
.ecsm-instructor-dashboard__action-row {
  display: grid !important;
  align-items: flex-start !important;
  gap: 10px !important;
  border: 1px solid #e7e9ee !important;
  border-radius: 8px !important;
  background: #ffffff !important;
}

.ecsm-instructor-dashboard__class-row {
  grid-template-columns: 22px minmax(0, 1fr) auto !important;
  min-height: 68px !important;
  padding: 10px 12px !important;
}

.ecsm-instructor-dashboard__row-icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 18px !important;
  height: 18px !important;
  border: 1px solid #d7dce6 !important;
  border-radius: 4px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.ecsm-instructor-dashboard__class-copy,
.ecsm-instructor-dashboard__action-row div {
  min-width: 0 !important;
}

.ecsm-instructor-dashboard__class-copy span,
.ecsm-instructor-dashboard__class-copy small,
.ecsm-instructor-dashboard__action-row span,
.ecsm-instructor-dashboard__progress-copy > span,
.ecsm-instructor-dashboard__progress-copy label span {
  display: block !important;
  margin: 0 !important;
  color: var(--ecsm-instructor-muted) !important;
  font-size: 14px !important;
  font-weight: 400 !important;
  line-height: 150% !important;
}

.ecsm-instructor-dashboard__action-row .ecsm-instructor-dashboard__action-detail {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #9c9c9c !important;
}

.ecsm-instructor-dashboard__action-row .ecsm-instructor-dashboard__action-detail svg {
  display: block !important;
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
}

.ecsm-instructor-dashboard__action-row .ecsm-instructor-dashboard__action-detail.is-complete {
  color: #5f865f !important;
}

.ecsm-instructor-dashboard__class-copy strong, .ecsm-instructor-dashboard__action-row strong {
    display: block !important;
    margin: 0 !important;
    color: var(--ecsm-instructor-navy) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 150% !important;
    overflow-wrap: anywhere !important;
}

.ecsm-instructor-dashboard__inline-link {
  color: #8a8f99 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.ecsm-instructor-dashboard__panel--upcoming {
  padding: 18px !important;
  border-color: #e4e8ef !important;
  border-radius: 8px !important;
  box-shadow: none !important;
  overflow: visible !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__panel-head {
  gap: 16px !important;
  margin: 0 0 14px !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__panel-head h2 {
  display: inline-flex !important;
  align-items: center !important;
  gap: 7px !important;
  color: #0a2743 !important;
  font-size: 20px !important;
  font-weight: 700 !important;
  line-height: 130% !important;
  padding: 0 !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__panel-head p {
  display: flex !important;
  align-items: center !important;
  gap: 5px !important;
  margin-top: 2px !important;
  color: #9c9c9c !important;
  font-size: 14px !important;
  line-height: 130% !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__class-list {
  gap: 9px !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__class-row {
  grid-template-columns: 26px minmax(0, 1fr) auto !important;
  gap: 10px !important;
  align-items: start !important;
  min-height: 95px !important;
  padding: 16px !important;
  border-color: rgba(156, 156, 156, 0.13) !important;
  border-radius: 10px !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__class-row .ecsm-student-overview__icon {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 26px !important;
  width: 26px !important;
  height: 26px !important;
  border: 1px solid #e4e8ef !important;
  border-radius: 4px !important;
  background: #f7f9fc !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__class-copy > span {
  display: block !important;
  color: #9c9c9c !important;
  font-size: 12px !important;
  line-height: 130% !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__class-copy strong {
  color: #404040 !important;
  font-size: 16px !important;
  font-weight: 600 !important;
  line-height: 120% !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__class-copy p {
  display: flex !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
  margin: 6px 0 0 !important;
  color: #9c9c9c !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__time-part {
  display: inline-flex !important;
  align-items: center !important;
  gap: 4px !important;
  color: #9c9c9c !important;
  font-size: 14px !important;
  line-height: 20px !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__class-copy .ecsm-student-overview__meta-icon {
  display: inline-flex !important;
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__class-copy .ecsm-student-overview__meta-icon svg {
  display: block !important;
  width: 16px !important;
  height: 16px !important;
}

.ecsm-instructor-dashboard__panel--upcoming .ecsm-instructor-dashboard__inline-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 13px !important;
  border: 0 !important;
  color: #9a9a9a !important;
  font-size: 12px !important;
  font-weight: 400 !important;
}

.ecsm-instructor-dashboard__progress-row {
  grid-template-columns: 46px minmax(0, 1fr) !important;
  padding: 12px !important;
}

.ecsm-instructor-dashboard__panel--progress .ecsm-instructor-dashboard__progress-list {
  max-height: 420px !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  padding-right: 6px !important;
  scrollbar-gutter: stable !important;
}

.ecsm-instructor-dashboard__avatar {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 42px !important;
  width: 42px !important;
  height: 42px !important;
  min-width: 42px !important;
  min-height: 42px !important;
  overflow: hidden !important;
  border-radius: 50% !important;
  clip-path: circle(50%) !important;
  background: #f2d6c8 !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 17px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.ecsm-instructor-dashboard__avatar img {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  max-height: none !important;
  border-radius: 999px !important;
  object-fit: cover !important;
  object-position: center !important;
}

.ecsm-instructor-dashboard__avatar span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 100% !important;
  height: 100% !important;
  border-radius: inherit !important;
}

.ecsm-instructor-dashboard__progress-copy {
  display: grid !important;
  gap: 7px !important;
  min-width: 0 !important;
}

.ecsm-instructor-dashboard__progress-top {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

.ecsm-instructor-dashboard__progress-top strong {
    display: block !important;
    color: #666666;
    font-size: 14px !important;
    font-weight: 700 !important;
    line-height: 150% !important;
}

.ecsm-instructor-dashboard__progress-top span {
    display: block !important;
    color: var(--ecsm-instructor-muted) !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 150% !important;
}
 .ecsm-instructor-dashboard__progress-top small {
    display: block !important;
    color: var(--ecsm-instructor-muted) !important;
    font-size: 14px !important;
    font-weight: 600 !important;
    line-height: 150% !important;
}
.ecsm-instructor-dashboard__progress-copy label {
  display: flex !important;
  justify-content: space-between !important;
  gap: 12px !important;
  margin: 0 !important;
}

.ecsm-instructor-dashboard__progress-copy label strong {
  color: var(--ecsm-instructor-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.ecsm-instructor-dashboard__meter {
  height: 8px !important;
  overflow: hidden !important;
  border-radius: 999px !important;
  background: #d8dde5 !important;
}

.ecsm-instructor-dashboard__meter span {
  display: block !important;
  height: 100% !important;
  border-radius: inherit !important;
  background: var(--ecsm-instructor-navy) !important;
}

.ecsm-instructor-dashboard__ring-wrap {
  display: grid !important;
  justify-items: center !important;
  gap: 16px !important;
  padding-top: 12px !important;
}

.ecsm-instructor-dashboard__ring {
  display: grid !important;
  place-items: center !important;
  width: 190px !important;
  max-width: 100% !important;
  aspect-ratio: 1 !important;
  border-radius: 50% !important;
  background: conic-gradient(var(--ecsm-instructor-navy) var(--ecsm-progress, 0%), var(--ecsm-instructor-gold) 0) !important;
}

.ecsm-instructor-dashboard__ring strong {
  display: grid !important;
  place-items: center !important;
  width: 122px !important;
  max-width: 68% !important;
  aspect-ratio: 1 !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 35px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.ecsm-instructor-dashboard__legend {
  display: grid !important;
  gap: 10px !important;
  width: 100% !important;
}

.ecsm-instructor-dashboard__legend span {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
}

.ecsm-instructor-dashboard__legend i {
  flex: 0 0 8px !important;
  width: 8px !important;
  height: 8px !important;
  border-radius: 50% !important;
}

.ecsm-instructor-dashboard__legend i.is-complete {
  background: var(--ecsm-instructor-navy) !important;
}

.ecsm-instructor-dashboard__legend i.is-expired {
  background: var(--ecsm-instructor-gold) !important;
}

.ecsm-instructor-dashboard__legend strong {
  margin-left: auto !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.ecsm-instructor-dashboard__actions-head {
  display: flex !important;
  align-items: center !important;
  gap: 10px !important;
  min-height: 42px !important;
  padding: 0 16px !important;
  background: var(--ecsm-instructor-navy) !important;
}

.ecsm-instructor-dashboard__actions-head h2,
.ecsm-instructor-dashboard__actions-head span {
  color: #ffffff !important;
}

.ecsm-instructor-dashboard__actions-head span {
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.ecsm-instructor-dashboard__actions-list {
  max-height: 248px !important;
  overflow-y: auto !important;
  overscroll-behavior: contain !important;
  padding: 12px 16px 16px !important;
  padding-right: 10px !important;
  scrollbar-gutter: stable !important;
}

.ecsm-instructor-dashboard__action-row {
  grid-template-columns: minmax(0, 1fr) auto !important;
  min-height: 64px !important;
  padding: 10px 12px !important;
}

.ecsm-instructor-dashboard__action-row a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 16px !important;
  border-radius: 8px !important;
  background: var(--ecsm-instructor-gold) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.ecsm-instructor-dashboard__empty-row {
  padding: 18px !important;
  border: 1px dashed var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  color: var(--ecsm-instructor-muted) !important;
  font-size: 13px !important;
}

@media (max-width: 1200px) {
  .ecsm-workspace--instructor .ecsm-workspace__layout--sidebar-left {
    grid-template-columns: 280px minmax(0, 1fr) !important;
  }

  .ecsm-instructor-dashboard__grid {
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr) !important;
    grid-template-areas:
      "upcoming progress"
      "actions ring" !important;
  }
}

@media (max-width: 900px) {
  .ecsm-workspace--instructor .ecsm-workspace__layout--sidebar-left,
  .ecsm-workspace--instructor .ecsm-workspace__summary,
  .ecsm-instructor-dashboard__grid {
    grid-template-columns: 1fr !important;
  }

  .ecsm-instructor-dashboard__grid {
    grid-template-areas:
      "upcoming"
      "progress"
      "ring"
      "actions" !important;
  }

  .ecsm-workspace--instructor .ecsm-workspace__sidebar-shell {
    min-height: auto !important;
  }
}

@media (max-width: 640px) {
  .ecsm-workspace--instructor .ecsm-workspace__header--instructor {
    padding: 18px !important;
  }

  .ecsm-workspace--instructor .ecsm-workspace__title {
    font-size: 25px !important;
  }

  .ecsm-instructor-dashboard__class-row,
  .ecsm-instructor-dashboard__action-row,
  .ecsm-instructor-dashboard__progress-row {
    grid-template-columns: 1fr !important;
  }

  .ecsm-instructor-dashboard__inline-link,
  .ecsm-instructor-dashboard__action-row a {
    justify-self: start !important;
  }
}

/* Instructor assigned classes table. */
.ecsm-workspace--instructor .ecsm-instructor-assigned-table-section {
  margin: 0 !important;
  align-self: start !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-filters {
  display: grid !important;
  grid-template-columns: minmax(180px, 1.15fr) minmax(140px, 0.75fr) minmax(160px, 0.8fr) minmax(150px, 0.75fr) auto !important;
  align-items: end !important;
  gap: 12px !important;
  margin: 0 0 14px !important;
  padding: 14px !important;
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-filters label {
  display: grid !important;
  gap: 6px !important;
  min-width: 0 !important;
  margin: 0 !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-filters input,
.ecsm-workspace--instructor .ecsm-instructor-assigned-filters select {
  width: 100% !important;
  min-height: 40px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-filters input::placeholder {
  color: #8a8f99 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-filters__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: 196px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-filters__actions button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 40px !important;
  padding: 0 16px !important;
  border: 1px solid var(--ecsm-instructor-navy) !important;
  border-radius: 8px !important;
  background: var(--ecsm-instructor-navy) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-filters__actions button[data-ecsm-assigned-clear] {
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table-wrap {
  width: 100% !important;
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  overflow-x: auto !important;
  overflow-y: visible !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table {
  width: 100% !important;
  min-width: 1080px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  color: var(--ecsm-instructor-navy) !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table th {
  height: 62px !important;
  padding: 0 20px !important;
  background: var(--ecsm-instructor-navy) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.25 !important;
  text-align: left !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table th:first-child {
  border-top-left-radius: 8px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table th:last-child {
  border-top-right-radius: 8px !important;
  text-align: center !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table td {
  height: 76px !important;
  padding: 14px 20px !important;
  border-bottom: 1px solid #dfe3ea !important;
  background: #ffffff !important;
  color: #7b7f87 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  line-height: 1.45 !important;
  vertical-align: middle !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__empty td {
  height: 72px !important;
  color: #8a8f99 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  text-align: center !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__event strong,
.ecsm-workspace--instructor .ecsm-instructor-assigned-table__count {
  display: block !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1.35 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__relationship {
  display: inline-flex !important;
  align-items: center !important;
  width: max-content !important;
  margin-top: 6px !important;
  padding: 3px 8px !important;
  border-radius: 999px !important;
  background: #e8eef5 !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 10px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__relationship.is-guest {
  background: #fff2cf !important;
  color: #8b5b00 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__guest-detail {
  display: block !important;
  margin-top: 6px !important;
  color: #6f7681 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
  line-height: 1.4 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__date,
.ecsm-workspace--instructor .ecsm-instructor-assigned-table__location {
  color: #858585 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__type,
.ecsm-workspace--instructor .ecsm-instructor-assigned-table__status {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 82px !important;
  min-height: 28px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__type {
  border: 1px solid #d8dce3 !important;
  background: #e7e9ed !important;
  color: var(--ecsm-instructor-navy) !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__status {
  border: 1px solid #cfe2d7 !important;
  background: #e6f2ea !important;
  color: #557a59 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__status.is-expired,
.ecsm-workspace--instructor .ecsm-instructor-assigned-table__status.is-past {
  border-color: #f2c8c5 !important;
  background: #f8d9d7 !important;
  color: #d33f3a !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__status.is-upcoming,
.ecsm-workspace--instructor .ecsm-instructor-assigned-table__status.is-active {
  border-color: #cfe2d7 !important;
  background: #e6f2ea !important;
  color: #557a59 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__actions {
  position: relative !important;
  width: 76px !important;
  padding-left: 12px !important;
  padding-right: 12px !important;
  text-align: center !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__menu {
  position: relative !important;
  display: inline-flex !important;
  justify-content: center !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__menu button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 30px !important;
  height: 30px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 50% !important;
  background: transparent !important;
  color: #111111 !important;
  font-size: 22px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__menu-list {
  position: fixed !important;
  top: var(--ecsm-assigned-menu-top, 0px) !important;
  left: var(--ecsm-assigned-menu-left, 0px) !important;
  right: auto !important;
  z-index: 100000 !important;
  display: none !important;
  min-width: 190px !important;
  max-width: calc(100vw - 16px) !important;
  padding: 8px 0 !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: 0 14px 30px rgba(10, 39, 67, 0.18) !important;
  text-align: left !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__menu.is-open .ecsm-instructor-assigned-table__menu-list {
  display: grid !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__menu-list a {
  display: block !important;
  padding: 11px 16px !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1.2 !important;
  text-decoration: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-table__menu-list a:hover {
  background: #f5f7fa !important;
  color: var(--ecsm-instructor-navy) !important;
}

/* Instructor class roster accordion. */
.ecsm-workspace--instructor .ecsm-instructor-rosters-section {
  display: grid !important;
  gap: 12px !important;
  align-self: start !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-section__head h2 {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  margin: 0 0 8px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-section__head h2 span {
  color: #9c9c9c !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-section__head p {
  margin: 0 !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar form {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 10px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar select,
.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar input {
  min-width: 220px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar input {
  min-width: 150px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar form a {
  color: var(--ecsm-instructor-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar__count {
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1 !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar__count::before {
  content: none !important;
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar__filter-icon {
  display: block !important;
  flex: 0 0 39px !important;
  width: 39px !important;
  height: 38px !important;
  min-width: 39px !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar__count-icon {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar__count > span[aria-hidden="true"]:empty {
  display: none !important;
  flex: 0 0 0 !important;
  width: 0 !important;
  height: 0 !important;
  min-width: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: none !important;
  overflow: hidden !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-list {
  display: grid !important;
  gap: 8px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card {
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card.is-targeted {
  border-color: var(--ecsm-instructor-navy) !important;
  box-shadow: 0 0 0 2px rgba(10, 39, 67, 0.12) !important;
  scroll-margin-top: 16px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__summary {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  min-height: 68px !important;
  padding: 14px 18px 14px 24px !important;
  cursor: pointer !important;
  list-style: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__summary::-webkit-details-marker {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__title-row {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__title-row .ecsm-instructor-assigned-table__relationship {
  margin-top: 0 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__summary h3 {
  margin: 0 !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__summary em {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 22px !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__summary p {
  margin: 4px 0 0 !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__summary .ecsm-instructor-roster-card__guest-session {
  color: #5f6670 !important;
  font-weight: 600 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 86px !important;
  height: 28px !important;
  padding: 0 14px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card[open] .ecsm-instructor-roster-card__toggle {
  border-color: var(--ecsm-instructor-navy) !important;
  background: var(--ecsm-instructor-navy) !important;
  color: #ffffff !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__toggle .is-expand,
.ecsm-workspace--instructor .ecsm-instructor-roster-card[open] .ecsm-instructor-roster-card__toggle .is-collapse {
  display: inline !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__toggle .is-collapse,
.ecsm-workspace--instructor .ecsm-instructor-roster-card[open] .ecsm-instructor-roster-card__toggle .is-expand {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card__body {
  border-top: 1px solid var(--ecsm-instructor-border) !important;
  overflow-x: auto !important;
}

.ecsm-workspace--instructor .ecsm-guest-trainer-meeting {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 20px !important;
  min-width: 680px !important;
  margin: 16px 20px !important;
  padding: 16px 18px !important;
  border: 1px solid #d5e2f0 !important;
  border-radius: 10px !important;
  background: #f5f9fd !important;
}

.ecsm-workspace--instructor .ecsm-guest-trainer-meeting__copy {
  display: grid !important;
  gap: 4px !important;
  min-width: 0 !important;
  color: var(--ecsm-instructor-navy) !important;
}

.ecsm-workspace--instructor .ecsm-guest-trainer-meeting__copy > span {
  color: #6f7885 !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  letter-spacing: 0.08em !important;
  text-transform: uppercase !important;
}

.ecsm-workspace--instructor .ecsm-guest-trainer-meeting__copy > strong {
  font-size: 15px !important;
  line-height: 1.3 !important;
}

.ecsm-workspace--instructor .ecsm-guest-trainer-meeting__copy p {
  margin: 2px 0 0 !important;
  color: #596579 !important;
  font-size: 12px !important;
  line-height: 1.5 !important;
}

.ecsm-workspace--instructor .ecsm-guest-trainer-meeting__button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  flex: 0 0 auto !important;
  min-height: 40px !important;
  padding: 0 20px !important;
  border-radius: 8px !important;
  background: var(--ecsm-instructor-navy) !important;
  color: #ffffff !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.ecsm-workspace--instructor .ecsm-guest-trainer-meeting__button:hover,
.ecsm-workspace--instructor .ecsm-guest-trainer-meeting__button:focus {
  background: #123f66 !important;
  color: #ffffff !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table {
  width: 100% !important;
  min-width: 940px !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table thead th {
  height: 42px !important;
  padding: 0 24px !important;
  border: 0 !important;
  background: #e7e9ed !important;
  color: #9a9a9a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-transform: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table tbody td {
  height: 58px !important;
  padding: 12px 24px !important;
  border-bottom: 0 !important;
  background: #ffffff !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table__learner,
.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table__email a {
  color: var(--ecsm-instructor-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table__badge {
  min-width: 86px !important;
  min-height: 28px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  text-transform: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table__badge.is-assigned,
.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table__badge.is-ready {
  border-color: #cfe2d7 !important;
  background: #e6f2ea !important;
  color: #557a59 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table__badge.is-blocked {
  border-color: #f2c8c5 !important;
  background: #f8d9d7 !important;
  color: #d33f3a !important;
}

.ecsm-workspace--instructor .ecsm-instructor-roster-card .ecsm-roster-table__empty {
  height: 68px !important;
  color: #9a9a9a !important;
  text-align: center !important;
}

@media (max-width: 760px) {
  .ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar,
  .ecsm-workspace--instructor .ecsm-instructor-roster-card__summary {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-rosters-toolbar__count {
    margin-left: 0 !important;
  }

  .ecsm-workspace--instructor .ecsm-guest-trainer-meeting {
    align-items: stretch !important;
    flex-direction: column !important;
  }
}

/* Instructor attendance management. */
.ecsm-workspace--instructor .ecsm-instructor-attendance-management {
  display: grid !important;
  gap: 12px !important;
  align-self: start !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-tabs {
  display: flex !important;
  align-items: center !important;
  gap: 0 !important;
  border-bottom: 1px solid #d8dde6 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-tabs a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 138px !important;
  min-height: 38px !important;
  padding: 0 16px !important;
  border-bottom: 2px solid transparent !important;
  color: #8a8f99 !important;
  font-size: 14px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-tabs a.is-active {
  border-bottom-color: var(--ecsm-instructor-navy) !important;
  color: var(--ecsm-instructor-navy) !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management__head {
  display: flex !important;
  align-items: flex-start !important;
  justify-content: space-between !important;
  gap: 12px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management__head h2 {
  display: flex !important;
  align-items: baseline !important;
  gap: 10px !important;
  margin: 0 0 6px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management__head h2 span {
  color: #9c9c9c !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management__head p {
  margin: 0 !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__selector-panel {
  display: flex !important;
  align-items: center !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__selector-panel label {
  display: grid !important;
  grid-template-columns: 110px minmax(220px, 330px) !important;
  align-items: center !important;
  gap: 0 !important;
  max-width: 470px !important;
  height: 34px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  color: #9a9a9a !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__selector-panel label span {
  padding: 0 12px !important;
  color: #9a9a9a !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__selector-panel select {
  width: 100% !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-left: 1px solid #edf0f4 !important;
  border-radius: 0 !important;
  color: #6d7480 !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__selector-panel::after {
  content: none !important;
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__filter-actions {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__filter-apply,
.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__filter-clear {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 32px !important;
  padding: 0 14px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
  cursor: pointer !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__filter-apply {
  border-color: var(--ecsm-instructor-navy) !important;
  background: var(--ecsm-instructor-navy) !important;
  color: #ffffff !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-all-events {
  display: grid !important;
  gap: 12px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-all-events__table td {
  vertical-align: middle !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-all-events__table .ecsm-workspace__action-link {
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__download-panel {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  margin: 12px 0 16px auto !important;
  padding: 0 !important;
  border: 0 !important;
  background: transparent !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__download-panel strong {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__download-actions {
  display: flex !important;
  gap: 6px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__download-actions a {
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #9a9a9a !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
  transform: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__readonly-notice {
  margin: 0 !important;
  padding: 18px 24px !important;
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__readonly-notice h3 {
  margin: 5px 0 8px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__readonly-notice p {
  margin: 0 !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  line-height: 1.45 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card {
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card__head {
  min-height: 76px !important;
  padding: 16px 24px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card__title-row {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card__title-row h3 {
  margin: 0 !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card__title-row em {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 22px !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 11px !important;
  font-style: normal !important;
  font-weight: 800 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card__head p {
  margin: 4px 0 0 !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__form {
  display: block !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-table-wrap {
  overflow-x: auto !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table,
.ecsm-workspace--instructor .ecsm-paper-assessment-panel__table {
  width: 100% !important;
  min-width: 900px !important;
  table-layout: fixed !important;
  border: 0 !important;
  border-radius: 0 !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table thead th,
.ecsm-workspace--instructor .ecsm-paper-assessment-panel__table th {
  height: 42px !important;
  padding: 0 24px !important;
  border: 0 !important;
  background: #e7e9ed !important;
  color: #9a9a9a !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: none !important;
  vertical-align: middle !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table tbody td,
.ecsm-workspace--instructor .ecsm-paper-assessment-panel__table td {
  height: 78px !important;
  padding: 14px 24px !important;
  border-bottom: 0 !important;
  background: #ffffff !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
  vertical-align: middle !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table thead th:nth-child(1),
.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table tbody td:nth-child(1) {
  width: 32% !important;
  text-align: left !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table thead th:nth-child(2),
.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table tbody td:nth-child(2),
.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table thead th:nth-child(3),
.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table tbody td:nth-child(3) {
  width: 17% !important;
  text-align: center !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table thead th:nth-child(4),
.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table tbody td:nth-child(4),
.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table thead th:nth-child(5),
.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__table tbody td:nth-child(5) {
  width: 17% !important;
  text-align: center !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__learner strong,
.ecsm-workspace--instructor .ecsm-paper-assessment-panel .ecsm-attendance__learner strong {
  color: var(--ecsm-instructor-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__learner span,
.ecsm-workspace--instructor .ecsm-paper-assessment-panel .ecsm-attendance__learner span {
  color: #8a8f99 !important;
  font-size: 12px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__choice {
  color: #8a8f99 !important;
  font-size: 13px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__choice input {
  width: 14px !important;
  height: 14px !important;
  accent-color: #6d7480 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__scan-btn,
.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__qr-unavailable {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 72px !important;
  min-height: 28px !important;
  padding: 0 14px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__status-badge {
  min-width: 86px !important;
  min-height: 28px !important;
  padding: 0 16px !important;
  border-radius: 999px !important;
  font-size: 13px !important;
  font-weight: 700 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__status-badge.is-present {
  border-color: #cfe2d7 !important;
  background: #e6f2ea !important;
  color: #557a59 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__status-badge.is-absent {
  border-color: #f2c8c5 !important;
  background: #f8d9d7 !important;
  color: #d33f3a !important;
}

.ecsm-workspace--instructor .ecsm-instructor-attendance-card .ecsm-attendance__row-message {
  color: #8a8f99 !important;
  font-size: 12px !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel {
  position: relative !important;
  display: grid !important;
  gap: 14px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel > .ecsm-paper-assessment-panel__head {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__form {
  display: grid !important;
  gap: 14px !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__section {
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  overflow: hidden !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__section > .ecsm-paper-assessment-panel__head {
  min-height: 76px !important;
  padding: 16px 24px !important;
  border: 0 !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__section h4 {
  margin: 0 0 6px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__section p {
  margin: 0 !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  line-height: 1.35 !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__head > span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 22px !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: none !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__tools {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 10px !important;
  flex: 0 0 auto !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__tools > span {
  display: inline-flex !important;
  align-items: center !important;
  min-height: 22px !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__toggle {
  min-height: 28px !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 999px !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__toggle:hover {
  border-color: var(--ecsm-instructor-gold) !important;
  color: var(--ecsm-instructor-gold) !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__toggle svg {
  width: 13px !important;
  height: 13px !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__form > .ecsm-dashboard__submit {
  position: absolute !important;
  top: -53px !important;
  right: 0 !important;
  min-height: 34px !important;
  padding: 0 18px !important;
  border-radius: 8px !important;
  background: var(--ecsm-instructor-gold) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__table select,
.ecsm-workspace--instructor .ecsm-paper-assessment-panel__table input[type="number"],
.ecsm-workspace--instructor .ecsm-paper-assessment-panel__table textarea {
  min-height: 32px !important;
  border: 1px solid #c3c8d1 !important;
  border-radius: 8px !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__score-control {
  grid-template-columns: 58px auto !important;
}

.ecsm-workspace--instructor .ecsm-paper-assessment-panel__table textarea {
  min-width: 130px !important;
  min-height: 44px !important;
  resize: none !important;
}

@media (max-width: 760px) {
  .ecsm-workspace--instructor .ecsm-instructor-attendance-tabs,
  .ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__selector-panel,
  .ecsm-workspace--instructor .ecsm-instructor-attendance-management__head {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__selector-panel label {
    grid-template-columns: 1fr !important;
    height: auto !important;
    max-width: none !important;
    width: 100% !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__filter-actions {
    flex-wrap: wrap !important;
    width: 100% !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-attendance-management .ecsm-attendance__download-panel,
  .ecsm-workspace--instructor .ecsm-paper-assessment-panel__form > .ecsm-dashboard__submit {
    position: static !important;
    margin: 0 !important;
  }
}

/* Instructor reports hub. */
.ecsm-workspace--instructor .ecsm-instructor-reports-hub {
  display: grid !important;
  gap: 12px !important;
  align-self: start !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub.is-loading {
  opacity: 0.58 !important;
  pointer-events: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__tabs {
  display: flex !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  gap: 0 !important;
  border-bottom: 1px solid #d8dde6 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__tabs a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 38px !important;
  padding: 0 18px !important;
  border-bottom: 2px solid transparent !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__tabs a.is-active {
  border-bottom-color: var(--ecsm-instructor-navy) !important;
  color: var(--ecsm-instructor-navy) !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel > .ecsm-workspace__panel {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-workspace__panel-head {
  grid-column: 1 / -1 !important;
  margin: 0 0 14px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-workspace__panel-kicker {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-workspace__panel-head h2 {
  margin: 0 0 6px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
  line-height: 1.25 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-workspace__panel-head p {
  margin: 0 !important;
  color: #8a8f99 !important;
  font-size: 13px !important;
  line-height: 1.4 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-workspace__panel {
  position: relative !important;
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: end !important;
  column-gap: 14px !important;
  row-gap: 0 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance__selector-panel.ecsm-attendance-records__filters {
  display: flex !important;
  align-items: center !important;
  gap: 12px !important;
  grid-column: 1 !important;
  max-width: 100% !important;
  min-height: 32px !important;
  margin: 8px 0 10px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__filters label {
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  flex: 0 1 360px !important;
  min-width: 260px !important;
  color: #8a8f99 !important;
  font-size: 0 !important;
  font-weight: 600 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__filters label span {
  width: 0 !important;
  height: 0 !important;
  overflow: hidden !important;
  position: absolute !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__filters select {
  width: 100% !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 12px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 2px !important;
  background: #ffffff !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__filters .ecsm-workspace__action-button {
  min-width: 64px !important;
  min-height: 30px !important;
  padding: 0 12px !important;
  border: 0 !important;
  border-radius: 2px !important;
  background: transparent !important;
  color: #8a8f99 !important;
  box-shadow: none !important;
  font-size: 12px !important;
  font-weight: 600 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__filters .ecsm-workspace__action-button::after {
  content: "\2197";
  margin-left: 4px;
  font-size: 10px;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance__selector-panel.ecsm-instructor-report-filters {
  display: grid !important;
  grid-template-columns: repeat(4, minmax(140px, 1fr)) auto !important;
  align-items: end !important;
  gap: 10px !important;
  grid-column: 1 !important;
  width: 100% !important;
  min-height: 0 !important;
  margin: 8px 0 10px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-filters label {
  display: grid !important;
  align-items: stretch !important;
  gap: 5px !important;
  flex: initial !important;
  min-width: 0 !important;
  color: #0b2d4a !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-filters label span {
  position: static !important;
  width: auto !important;
  height: auto !important;
  overflow: visible !important;
  color: #0b2d4a !important;
  font-size: 11px !important;
  font-weight: 800 !important;
  line-height: 1.2 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-filters select {
  width: 100% !important;
  min-width: 0 !important;
  min-height: 34px !important;
  height: 34px !important;
  border-radius: 6px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-filters__actions {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  min-width: max-content !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-filters .ecsm-workspace__action-button,
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-filters__clear {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 34px !important;
  padding: 0 14px !important;
  border: 1px solid #0b2d4a !important;
  border-radius: 6px !important;
  background: #0b2d4a !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-filters__clear {
  background: #ffffff !important;
  color: #0b2d4a !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-filters .ecsm-workspace__action-button::after {
  content: none !important;
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance__download-panel {
  position: relative !important;
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  gap: 8px !important;
  grid-column: 2 !important;
  justify-self: end !important;
  align-self: end !important;
  width: fit-content !important;
  max-width: 100% !important;
  margin: 8px 0 10px auto !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  z-index: 20 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-summary-toggle {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 36px !important;
  height: 36px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 8px !important;
  background: transparent !important;
  color: #9b9b9b !important;
  font-size: 24px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  cursor: pointer !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-summary-toggle:hover,
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-summary-toggle[aria-expanded="true"] {
  background: transparent !important;
  color: var(--ecsm-instructor-navy) !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance__download-panel strong {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance__download-actions {
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance__download-actions .ecsm-workspace__action-link {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-height: 28px !important;
  padding: 0 14px !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  text-decoration: none !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__preview,
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-completion-records__preview,
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-certificate-records__preview,
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-expiration-compliance__preview {
  grid-column: 1 / -1 !important;
  position: relative !important;
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__summary {
    position: fixed !important;
    top: var(--ecsm-report-summary-top, 0px) !important;
    left: var(--ecsm-report-summary-left, 0px) !important;
    right: auto !important;
    transform: none !important;
    z-index: 9999 !important;
    display: none !important;
    grid-template-columns: 1fr !important;
    width: min(266px, 100%) !important;
    margin: 0 !important;
    gap: 0 !important;
    box-sizing: border-box !important;
    padding: 0 24px !important;
    border: 1px solid #d7d7d7 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 8px 18px rgba(15, 23, 42, 0.16) !important;
    overflow: hidden !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-workspace__panel.is-summary-open .ecsm-attendance-records__summary {
  display: grid !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__summary .ecsm-workspace__summary-card {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  flex-direction: row !important;
  gap: 24px !important;
  height: 45px !important;
  min-height: 45px !important;
  max-height: 45px !important;
  padding: 0 !important;
  border: 0 !important;
  border-bottom: 1px solid #e4e4e4 !important;
  border-radius: 0 !important;
  background: #ffffff !important;
  box-shadow: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__summary .ecsm-workspace__summary-card:last-child {
  border-bottom: 0 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__summary .ecsm-workspace__summary-card::after {
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__summary .ecsm-workspace__summary-card span,
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  margin: 0 !important;
  color: #9b9b9b !important;
  font-size: 16px !important;
  font-weight: 700 !important;
  line-height: 1 !important;
  letter-spacing: 0 !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__summary .ecsm-workspace__summary-card strong {
  color: var(--ecsm-instructor-navy) !important;
  min-width: 48px !important;
  text-align: right !important;
  font-size: 16px !important;
  font-weight: 700 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-table-wrap,
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-qa-artifacts__override-log .ecsm-table-wrap {
  position: relative !important;
  margin-top: 0 !important;
  border: 1px solid #d8dde6 !important;
  border-radius: 4px !important;
  background: #ffffff !important;
  box-shadow: none !important;
  overflow: auto !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table {
  width: 100% !important;
  min-width: 1120px !important;
  table-layout: auto !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  background: #ffffff !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table thead th {
  height: 56px !important;
  padding: 0 22px !important;
  border: 0 !important;
  border-bottom: 0 !important;
  background: var(--ecsm-instructor-navy) !important;
  color: #ffffff !important;
  font-size: 12px !important;
  font-weight: 700 !important;
  letter-spacing: 0 !important;
  line-height: 1.2 !important;
  text-align: left !important;
  text-transform: none !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table thead th::before {
  content: none !important;
  display: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-table-heading {
  display: inline-flex !important;
  align-items: center !important;
  gap: 6px !important;
  color: #ffffff !important;
  line-height: 1.2 !important;
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-table-heading svg {
  flex: 0 0 16px !important;
  width: 16px !important;
  height: 16px !important;
  color: #ffffff !important;
  stroke: #ffffff !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table thead th:first-child {
  border-top-left-radius: 4px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table thead th:last-child {
  border-top-right-radius: 4px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table tbody td {
  height: 66px !important;
  padding: 14px 22px !important;
  border: 0 !important;
  border-bottom: 1px solid #e1e4e9 !important;
  background: #ffffff !important;
  color: #8a8f99 !important;
  font-size: 12px !important;
  font-weight: 500 !important;
  line-height: 1.35 !important;
  vertical-align: middle !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table th:nth-child(3),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table td:nth-child(3),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table th:nth-child(4),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table td:nth-child(4),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table th:nth-child(5),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table td:nth-child(5),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table th:nth-child(6),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table td:nth-child(6),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table th:last-child,
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table td:last-child {
  min-width: 132px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table th:nth-child(3),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table td:nth-child(3),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table th:nth-child(4),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table td:nth-child(4),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table th:nth-child(6),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table td:nth-child(6),
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table th:last-child,
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table td:last-child {
  white-space: nowrap !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table tbody tr:last-child td {
  border-bottom: 0 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table tbody td strong {
  color: var(--ecsm-instructor-navy) !important;
  font-size: 12px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-roster-table tbody td span {
  color: #8a8f99 !important;
  font-size: 11px !important;
  font-weight: 500 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-qa-artifacts {
  margin-top: 8px !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

/* The reports shell uses a two-column grid for filter/action toolbars. QA artifacts
   is a complete report panel, so keep its heading, class selector, and content in
   normal document flow instead of placing the selector and artifacts side by side. */
.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor__qa-artifacts-panel {
  display: block !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor__qa-artifacts-panel > .ecsm-attendance__selector-panel {
  display: block !important;
  width: 100% !important;
  max-width: none !important;
  margin: 0 0 16px !important;
  padding: 14px 16px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor__qa-artifacts-panel > .ecsm-attendance__selector-panel label {
  display: grid !important;
  grid-template-columns: minmax(0, 420px) !important;
  gap: 8px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor__qa-artifacts-panel > .ecsm-qa-artifacts {
  width: 100% !important;
  min-width: 0 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-qa-artifacts__override-log {
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
}

.ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-qa-artifacts__override-log h3 {
  margin: 14px 0 10px !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 18px !important;
  font-weight: 800 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-top: 12px !important;
  padding: 0 2px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-pagination__count {
  color: #7b7f87 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

:is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination {
  display: flex !important;
  align-items: center !important;
  justify-content: space-between !important;
  gap: 14px !important;
  margin-top: 14px !important;
  padding: 0 2px !important;
}

:is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination__count {
  color: #7b7f87 !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.35 !important;
}

:is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination__links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

:is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination__links a,
:is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination__links span {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid var(--ecsm-instructor-border, rgba(156, 156, 156, 0.13)) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy, #0a2743) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

:is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination__links a.is-active {
  border-color: var(--ecsm-instructor-navy, #0a2743) !important;
  background: var(--ecsm-instructor-navy, #0a2743) !important;
  color: #ffffff !important;
}

:is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination__links a.is-disabled {
  opacity: 0.45 !important;
  pointer-events: none !important;
}

:is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination__links span.is-ellipsis {
  min-width: 24px !important;
  padding: 0 4px !important;
  border-color: transparent !important;
  background: transparent !important;
  color: #8a8f99 !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-pagination__links {
  display: flex !important;
  align-items: center !important;
  justify-content: flex-end !important;
  flex-wrap: wrap !important;
  gap: 8px !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-pagination__links a {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  min-width: 34px !important;
  height: 34px !important;
  padding: 0 12px !important;
  border: 1px solid var(--ecsm-instructor-border) !important;
  border-radius: 8px !important;
  background: #ffffff !important;
  color: var(--ecsm-instructor-navy) !important;
  font-size: 13px !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  text-decoration: none !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-pagination__links a.is-active {
  border-color: var(--ecsm-instructor-navy) !important;
  background: var(--ecsm-instructor-navy) !important;
  color: #ffffff !important;
}

.ecsm-workspace--instructor .ecsm-instructor-assigned-pagination__links a.is-disabled {
  opacity: 0.45 !important;
  pointer-events: none !important;
}

@media (max-width: 760px) {
  .ecsm-workspace--instructor .ecsm-instructor-assigned-filters {
    grid-template-columns: 1fr !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-assigned-filters__actions {
    justify-content: flex-start !important;
    min-width: 0 !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-workspace__panel {
    grid-template-columns: 1fr !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance__selector-panel.ecsm-attendance-records__filters {
    align-items: stretch !important;
    flex-direction: column !important;
    grid-column: 1 !important;
    max-width: none !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance__selector-panel.ecsm-instructor-report-filters {
    grid-template-columns: 1fr !important;
    width: 100% !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__filters label {
    flex-basis: auto !important;
    min-width: 0 !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-instructor-report-filters__actions {
    justify-content: flex-start !important;
    min-width: 0 !important;
    flex-wrap: wrap !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance__download-panel {
    position: static !important;
    grid-column: 1 !important;
    justify-self: start !important;
    justify-content: flex-start !important;
    margin: 0 0 10px !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-reports-hub__panel .ecsm-attendance-records__summary {
    position: fixed !important;
    top: var(--ecsm-report-summary-top, 0px) !important;
    left: var(--ecsm-report-summary-left, 0px) !important;
    right: auto !important;
    transform: none !important;
    width: min(266px, 100%) !important;
    margin: 0 !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-assigned-pagination,
  :is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination {
    align-items: flex-start !important;
    flex-direction: column !important;
  }

  .ecsm-workspace--instructor .ecsm-instructor-assigned-pagination__links,
  :is(.ecsm-workspace--instructor, .ecsm-workspace--employer, .ecsm-workspace--student) .ecsm-instructor-report-pagination__links {
    justify-content: flex-start !important;
  }
}

.ecsm-workspace__sidebar-toggle {
  display: none;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  width: 42px;
  height: 42px;
  padding: 0;
  border: 1px solid rgba(255, 255, 255, 0.22);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.12);
  color: #ffffff;
  cursor: pointer;
  box-shadow: none;
}

.ecsm-workspace__sidebar-toggle-line {
  position: absolute;
  width: 18px;
  height: 2px;
  border-radius: 999px;
  background: currentColor;
  transition: transform 180ms ease, opacity 180ms ease;
}

.ecsm-workspace__sidebar-toggle-line:nth-child(1) {
  transform: translateY(-6px);
}

.ecsm-workspace__sidebar-toggle-line:nth-child(3) {
  transform: translateY(6px);
}

.ecsm-workspace.is-sidebar-open .ecsm-workspace__sidebar-toggle-line:nth-child(1) {
  transform: rotate(45deg);
}

.ecsm-workspace.is-sidebar-open .ecsm-workspace__sidebar-toggle-line:nth-child(2) {
  opacity: 0;
}

.ecsm-workspace.is-sidebar-open .ecsm-workspace__sidebar-toggle-line:nth-child(3) {
  transform: rotate(-45deg);
}

.ecsm-workspace__sidebar-backdrop {
  display: none;
}

.ecsm-workspace__sidebar-close {
  display: none;
}

@media (max-width: 1200px) {
  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__layout--sidebar-left {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__sidebar {
    position: fixed !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10020 !important;
    width: min(319px, calc(100vw - 34px)) !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    transform: translateX(-105%) !important;
    transition: transform 220ms ease !important;
    pointer-events: none !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student.is-sidebar-open .ecsm-workspace__sidebar {
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__sidebar-shell {
    position: relative !important;
    width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 100dvh !important;
    overflow-y: auto !important;
    border-radius: 0 10px 10px 0 !important;
    box-shadow: 18px 0 42px rgba(10, 39, 67, 0.28) !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__sidebar-close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    font-size: 24px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: none !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__sidebar-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10010 !important;
    display: block !important;
    width: 100vw !important;
    height: 100dvh !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(5, 16, 30, 0.48) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 180ms ease !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student.is-sidebar-open .ecsm-workspace__sidebar-backdrop {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__main {
    min-width: 0 !important;
    margin-left: 0 !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__header--student {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 14px 20px !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__sidebar-toggle {
    display: inline-flex !important;
    position: relative !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__header-copy {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__header-user {
    margin-left: auto !important;
  }

  body.ecsm-sidebar-drawer-open {
    overflow: hidden !important;
  }
}

@media (max-width: 640px) {
  .ecsm-workspace--student .ecsm-workspace__summary--student {
    grid-template-columns: 1fr !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__header--student {
    padding: 12px 14px !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__header-note {
    display: none !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__header-avatar {
    width: 38px !important;
    height: 38px !important;
  }
}

@media (min-width: 641px) and (max-width: 900px) {
  .ecsm-workspace--student .ecsm-workspace__summary--student {
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  }
}

@media (max-width: 480px) {
  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__header-user-copy {
    display: none !important;
  }
}

/* Dashboard MFA settings (WordPress.org Two Factor plugin). */
.ecsm-mfa-settings-section {
  margin-top: 24px;
}

.ecsm-mfa-settings__status {
  display: inline-flex;
  align-items: center;
  flex: 0 0 auto;
  padding: 7px 12px;
  border-radius: 999px;
  background: #eef1f5;
  color: #596579;
  font-size: 13px;
  font-weight: 700;
}

.ecsm-mfa-settings__status.is-enabled {
  background: #e6f7ee;
  color: #147a45;
}

.ecsm-mfa-settings__unlock {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 20px 24px 24px;
}

.ecsm-mfa-settings__unlock div {
  display: grid;
  gap: 4px;
}

.ecsm-mfa-settings__unlock span {
  font-size: 14px;
  font-weight: 400;
}

.ecsm-mfa-settings__unlock .ecsm-dashboard__submit {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  min-height: 40px;
  padding: 9px 16px;
  border-radius: 7px;
  background: #0a2743;
  color: #ffffff;
  text-decoration: none;
  box-shadow: none;
}

.ecsm-mfa-settings__form {
  display: block !important;
  max-width: none !important;
  padding: 20px 24px 24px !important;
  border-top: 1px solid #e5eaf0 !important;
}

.ecsm-mfa-settings__form > h2 {
  margin: 0 0 8px;
  color: #0a2743;
  font-size: 18px;
  line-height: 1.3;
}

.ecsm-mfa-settings__form > p {
  max-width: 900px;
  margin: 0 0 18px;
  color: #64748b;
  font-size: 14px;
  line-height: 1.55;
}

.ecsm-mfa-settings__form fieldset {
  min-width: 0;
  padding: 0;
  border: 0;
}

.ecsm-mfa-settings__form .form-table {
  width: 100%;
  margin: 18px 0;
  table-layout: fixed;
  border-collapse: collapse;
  border: 1px solid #e1e7ef;
  border-radius: 10px;
  background: #ffffff;
}

.ecsm-mfa-settings__form .form-table th,
.ecsm-mfa-settings__form .form-table td {
  padding: 18px;
  border-bottom: 1px solid #e5eaf0;
  text-align: left;
  vertical-align: top;
}

.ecsm-mfa-settings__form .form-table tr:last-child > * {
  border-bottom: 0;
}

.ecsm-mfa-settings__form .form-table th {
  width: 210px;
  background: #f8fafc;
  color: #0a2743;
  font-size: 14px;
  font-weight: 700;
}

.ecsm-mfa-settings__form .form-table td {
  color: #334155;
  font-size: 14px;
  line-height: 1.5;
}

.ecsm-mfa-settings__form .two-factor-method-label {
  display: flex !important;
  align-items: center;
  gap: 10px !important;
  max-width: none !important;
  margin: 0 0 12px;
  color: #0a2743;
}

.ecsm-mfa-settings__form input[type="checkbox"] {
  appearance: auto !important;
  width: 18px !important;
  min-width: 18px !important;
  height: 18px !important;
  min-height: 18px !important;
  flex: 0 0 18px !important;
  margin: 0 !important;
  padding: 0 !important;
  border-radius: 4px !important;
  box-shadow: none !important;
  accent-color: #0a5fa5;
}

.ecsm-mfa-settings__form .two-factor-method-recommended {
  display: inline-flex;
  align-items: center;
  padding: 3px 7px;
  border: 0;
  border-radius: 999px;
  background: #e8f2fb;
  color: #0a5fa5;
  font-size: 11px;
  font-weight: 700;
  text-decoration: none;
}

.ecsm-mfa-settings__form :is(input[type="text"], select) {
  width: min(100%, 360px) !important;
  min-height: 40px !important;
  max-width: 100%;
  padding: 9px 11px !important;
  border: 1px solid #cbd5e1 !important;
  border-radius: 7px !important;
  background: #fff !important;
  box-shadow: none !important;
}

.ecsm-mfa-settings__form :is(input[type="text"], select):focus {
  outline: none;
  border-color: #0a5fa5 !important;
  box-shadow: 0 0 0 3px rgba(10, 95, 165, 0.12) !important;
}

.ecsm-mfa-settings__form .button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto !important;
  min-height: 36px;
  padding: 7px 12px;
  border: 1px solid #0f4c81;
  border-radius: 7px;
  background: #fff;
  color: #0f4c81;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
  box-shadow: none;
  transform: none;
}

.ecsm-mfa-settings__form input.button.totp-submit {
  width: auto !important;
  min-height: 38px !important;
  margin-top: 10px;
  padding: 8px 18px !important;
  border: 0 !important;
  border-radius: 7px !important;
  background: #0a2743 !important;
  color: #ffffff !important;
  font-weight: 700;
  cursor: pointer;
}

.ecsm-mfa-settings__form .totp-steps {
  margin: 12px 0 0;
  padding-left: 22px;
}

.ecsm-mfa-settings__form .totp-steps > li {
  margin-bottom: 16px;
  padding-left: 4px;
}

.ecsm-mfa-settings__form #two-factor-totp-options code {
  display: inline-block;
  max-width: 100%;
  padding: 8px 10px;
  border-radius: 6px;
  background: #eef3f8;
  color: #0a2743;
  font-size: 13px;
  overflow-wrap: anywhere;
}

.ecsm-mfa-settings__form :is(.notice, .error, .updated) {
  margin: 12px 0;
  padding: 10px 12px;
  border-left: 4px solid #d97706;
  background: #fff8e6;
}

.ecsm-mfa-settings__form #two-factor-qr-code svg {
  width: 205px;
  height: 205px;
  max-width: 100%;
}

.ecsm-mfa-settings__form #two-factor-qr-code a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 205px;
  min-height: 205px;
  max-width: 100%;
  border: 1px solid #dbe3ec;
  border-radius: 10px;
  background: #ffffff;
  overflow: hidden;
}

.ecsm-mfa-settings__form .two-factor-primary-method-table select {
  margin-bottom: 6px;
}

.ecsm-mfa-settings__form > .ecsm-dashboard__submit {
  min-height: 40px !important;
  padding: 9px 20px !important;
  border-radius: 7px !important;
  background: #0a2743 !important;
  box-shadow: none !important;
  transform: none !important;
}

.ecsm-mfa-settings__form .screen-reader-text {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

/* TMS-branded second-factor login screen. */
body.ecsm-mfa-login {
  --ecsm-login-navy: #082f50;
  --ecsm-login-blue: #0f5f9b;
  min-height: 100%;
  background:
    radial-gradient(circle at 12% 8%, rgba(237, 174, 43, .16), transparent 28%),
    radial-gradient(circle at 88% 92%, rgba(15, 95, 155, .14), transparent 30%),
    linear-gradient(145deg, #f6f9fd 0%, #e8f0fa 100%);
  color: #17324d;
  font-family: Inter, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

body.ecsm-mfa-login #login {
  position: relative;
  z-index: 1;
  width: min(480px, calc(100% - 32px));
  padding: clamp(34px, 8vh, 82px) 0 28px;
  box-sizing: border-box;
}

body.ecsm-mfa-login #login h1 {
  margin: 0;
  padding: 25px 32px;
  border-radius: 22px 22px 0 0;
  background: linear-gradient(135deg, #082f50 0%, #0d416d 100%);
  box-shadow: 0 22px 60px rgba(8, 47, 80, .2);
}

body.ecsm-mfa-login #login h1 a {
  width: min(280px, 100%);
  height: 52px;
  margin: 0 auto;
  background-image: url("logo.svg") !important;
  background-position: center;
  background-size: contain !important;
  filter: drop-shadow(0 3px 8px rgba(0, 0, 0, .18));
}

body.ecsm-mfa-login #loginform {
  margin-top: 0;
  padding: 34px;
  border: 1px solid rgba(8, 47, 80, .08);
  border-radius: 0 0 22px 22px;
  background: rgba(255, 255, 255, .98);
  box-shadow: 0 22px 60px rgba(8, 47, 80, .16);
}

body.ecsm-mfa-login #loginform p:first-child {
  margin-top: 0;
  color: #53677c;
  font-size: 15px;
  line-height: 1.6;
}

body.ecsm-mfa-login #loginform label {
  color: #17324d;
  font-size: 14px;
  font-weight: 700;
}

body.ecsm-mfa-login #loginform .input {
  width: 100%;
  min-height: 52px;
  margin-top: 8px;
  padding: 10px 14px;
  border: 1px solid #c7d4e2;
  border-radius: 10px;
  background: #f8fafc;
  color: #082f50;
  font-size: 20px;
  box-sizing: border-box;
  box-shadow: inset 0 1px 2px rgba(8, 47, 80, .04);
  transition: border-color 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

body.ecsm-mfa-login #loginform .input:focus {
  outline: none;
  border-color: var(--ecsm-login-blue);
  background: #ffffff;
  box-shadow: 0 0 0 4px rgba(15, 95, 155, .13);
}

body.ecsm-mfa-login #loginform .submit {
  margin: 22px 0 0;
  padding: 0;
}

body.ecsm-mfa-login #loginform .button-primary {
  float: none;
  width: 100%;
  min-height: 48px;
  padding: 0 20px;
  border: 0;
  border-radius: 10px;
  background: linear-gradient(135deg, var(--ecsm-login-navy) 0%, var(--ecsm-login-blue) 100%);
  color: #ffffff;
  font-size: 15px;
  font-weight: 800;
  text-shadow: none;
  box-shadow: 0 10px 22px rgba(8, 47, 80, .2);
  transition: transform 160ms ease, box-shadow 160ms ease;
}

body.ecsm-mfa-login #loginform .button-primary:hover,
body.ecsm-mfa-login #loginform .button-primary:focus {
  background: linear-gradient(135deg, #0b3b63 0%, #126eae 100%);
  box-shadow: 0 13px 26px rgba(8, 47, 80, .26);
  transform: translateY(-1px);
}

body.ecsm-mfa-login #loginform .button-primary:focus-visible {
  outline: 3px solid rgba(237, 174, 43, .55);
  outline-offset: 3px;
}

body.ecsm-mfa-login #login_error,
body.ecsm-mfa-login .message,
body.ecsm-mfa-login .success {
  margin: 14px 0;
  padding: 13px 15px;
  border: 0;
  border-left: 4px solid #d89b21;
  border-radius: 9px;
  background: #fff8e8;
  color: #664b16;
  box-shadow: 0 10px 24px rgba(8, 47, 80, .08);
}

body.ecsm-mfa-login #backtoblog {
  margin: 18px 0 0;
  padding: 0;
  text-align: center;
}

body.ecsm-mfa-login #backtoblog a,
body.ecsm-mfa-login .backup-methods-wrap a {
  color: #315a7e;
  font-weight: 700;
  text-decoration: none;
}

body.ecsm-mfa-login #backtoblog a:hover,
body.ecsm-mfa-login #backtoblog a:focus,
body.ecsm-mfa-login .backup-methods-wrap a:hover,
body.ecsm-mfa-login .backup-methods-wrap a:focus {
  color: var(--ecsm-login-blue);
  text-decoration: underline;
}

body.ecsm-mfa-login .backup-methods-wrap {
  margin-top: 18px;
  padding: 16px 20px;
  border: 1px solid rgba(8, 47, 80, .1);
  border-radius: 12px;
  background: rgba(255, 255, 255, .72);
}

@media (max-width: 520px) {
  body.ecsm-mfa-login #login {
    width: min(100% - 24px, 480px);
    padding-top: 24px;
  }

  body.ecsm-mfa-login #login h1 {
    padding: 21px 24px;
    border-radius: 18px 18px 0 0;
  }

  body.ecsm-mfa-login #login h1 a {
    height: 46px;
  }

  body.ecsm-mfa-login #loginform {
    padding: 25px 22px;
    border-radius: 0 0 18px 18px;
  }
}

@media (max-width: 640px) {
	.ecsm-mfa-settings__unlock {
		align-items: flex-start;
		flex-direction: column;
	}

  .ecsm-mfa-settings__form .form-table,
  .ecsm-mfa-settings__form .form-table tbody,
  .ecsm-mfa-settings__form .form-table tr,
  .ecsm-mfa-settings__form .form-table th,
  .ecsm-mfa-settings__form .form-table td {
    display: block;
    width: 100%;
  }

  .ecsm-mfa-settings__form .form-table th {
    background: #f8fafc;
    padding-bottom: 4px;
    border-bottom: 0;
  }

  .ecsm-mfa-settings__form {
    padding: 16px !important;
  }
}

input.ecsm-mdy-date {
  position: relative;
}

input.ecsm-mdy-date::-webkit-datetime-edit {
  color: transparent;
}

input.ecsm-mdy-date::before {
  content: attr(data-ecsm-date-label);
  position: absolute;
  top: 50%;
  left: 10px;
  color: #0b2c49;
  font: inherit;
  line-height: 1;
  pointer-events: none;
  transform: translateY(-50%);
}

input.ecsm-mdy-date:disabled::before {
  color: #8b98a8;
}

/* Knowledge Base and first-login onboarding. */
.ecsm-kb-help-center {
  display: grid;
  gap: 22px;
  color: #0a2e4f;
}

.ecsm-kb-help-center__hero {
  display: flex;
  align-items: flex-end;
  justify-content: space-between;
  gap: 24px;
  padding: 26px;
  border: 1px solid #dce5ef;
  border-radius: 16px;
  background: linear-gradient(135deg, #f8fbff 0%, #eef5ff 100%);
}

.ecsm-kb-help-center__hero h2 {
  margin: 4px 0 7px;
  font-size: clamp(25px, 2.4vw, 34px);
  line-height: 1.15;
  color: #082f50;
}

.ecsm-kb-help-center__hero p {
  margin: 0;
  max-width: 720px;
  color: #66768a;
}

.ecsm-kb-search {
  display: flex;
  align-items: center;
  gap: 8px;
  flex: 0 1 540px;
}

.ecsm-kb-search .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.ecsm-kb-search input[type="search"] {
  width: 100%;
  min-width: 220px;
  height: 44px;
  margin: 0;
  padding: 0 14px;
  border: 1px solid #cbd8e7;
  border-radius: 10px;
  background: #fff;
  color: #0a2e4f;
  box-shadow: none;
}

.ecsm-kb-search button,
.ecsm-kb-card__download,
.ecsm-kb-card__video-link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  padding: 10px 17px;
  border: 1px solid #082f50;
  border-radius: 9px;
  background: #082f50;
  color: #fff !important;
  font-weight: 700;
  line-height: 1.2;
  text-decoration: none !important;
  white-space: nowrap;
  cursor: pointer;
}

.ecsm-kb-search a {
  color: #244eff;
  font-weight: 700;
  text-decoration: none;
}

.ecsm-kb-grid {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(min(100%, 330px), 1fr));
  align-items: stretch;
  gap: 18px;
}

.ecsm-kb-card {
  display: flex;
  flex-direction: column;
  min-width: 0;
  height: 100%;
  padding: 22px;
  border: 1px solid #dce5ef;
  border-radius: 14px;
  background: #fff;
  box-shadow: 0 8px 24px rgba(6, 45, 78, 0.06);
}

.ecsm-kb-card__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 7px;
  margin-bottom: 11px;
}

.ecsm-kb-card__meta span {
  display: inline-flex;
  padding: 5px 9px;
  border-radius: 999px;
  background: #edf3ff;
  color: #244eff;
  font-size: 11px;
  font-weight: 800;
  letter-spacing: .04em;
  text-transform: uppercase;
}

.ecsm-kb-card h3 {
  margin: 0 0 8px;
  color: #082f50;
  font-size: 20px;
  line-height: 1.3;
}

.ecsm-kb-card__description {
  margin: 0 0 15px;
  color: #6b7a8d;
}

.ecsm-kb-card__body {
  margin-top: 14px;
  color: #263b51;
  overflow-wrap: anywhere;
}

.ecsm-kb-card__body > :first-child {
  margin-top: 0;
}

.ecsm-kb-card__body > :last-child {
  margin-bottom: 0;
}

.ecsm-kb-card__video {
  position: relative;
  width: 100%;
  margin: 14px 0;
  overflow: hidden;
  border-radius: 10px;
  background: #071f36;
}

.ecsm-kb-card.is-faq {
  grid-column: 1 / -1;
}

.ecsm-kb-card__video iframe,
.ecsm-kb-card__video video {
  display: block;
  width: 100%;
  max-width: 100%;
  aspect-ratio: 16 / 9;
  height: auto;
  border: 0;
}

.ecsm-kb-card__details {
  margin-top: 15px;
  border-top: 1px solid #e6edf5;
  padding-top: 13px;
}

.ecsm-kb-card__details summary {
  color: #244eff;
  font-weight: 800;
  cursor: pointer;
}

.ecsm-kb-card__download {
  align-self: flex-start;
  margin-top: auto;
  padding-top: 10px;
  background: #3159f5;
  border-color: #3159f5;
}

.ecsm-kb-faq-accordion {
  display: grid;
  gap: 10px;
  margin-top: 10px;
}

.ecsm-kb-faq-item {
  overflow: hidden;
  border: 1px solid #dce5ef;
  border-radius: 11px;
  background: #fbfdff;
  transition: border-color .2s ease, box-shadow .2s ease;
}

.ecsm-kb-faq-item[open] {
  border-color: #b9c9ff;
  background: #fff;
  box-shadow: 0 7px 18px rgba(36, 78, 255, .08);
}

.ecsm-kb-faq-item summary {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
  min-height: 52px;
  padding: 13px 16px;
  color: #082f50;
  font-weight: 800;
  line-height: 1.35;
  list-style: none;
  cursor: pointer;
}

.ecsm-kb-faq-item summary::-webkit-details-marker {
  display: none;
}

.ecsm-kb-faq-item__icon {
  position: relative;
  flex: 0 0 24px;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #edf3ff;
}

.ecsm-kb-faq-item__icon::before,
.ecsm-kb-faq-item__icon::after {
  position: absolute;
  top: 11px;
  left: 7px;
  width: 10px;
  height: 2px;
  border-radius: 2px;
  background: #3159f5;
  content: "";
}

.ecsm-kb-faq-item__icon::after {
  transform: rotate(90deg);
  transition: transform .2s ease;
}

.ecsm-kb-faq-item[open] .ecsm-kb-faq-item__icon::after {
  transform: rotate(0deg);
}

.ecsm-kb-faq-item__answer {
  padding: 0 16px 16px;
  color: #40566c;
  overflow-wrap: anywhere;
}

.ecsm-kb-faq-item__answer > :first-child {
  margin-top: 0;
}

.ecsm-kb-faq-item__answer > :last-child {
  margin-bottom: 0;
}

.ecsm-kb-empty {
  padding: 45px 24px;
  border: 1px dashed #cad6e4;
  border-radius: 14px;
  text-align: center;
  background: #fbfdff;
}

.ecsm-kb-empty h3,
.ecsm-kb-empty p {
  margin: 0;
}

.ecsm-kb-empty p {
  margin-top: 6px;
  color: #758398;
}

body.ecsm-kb-modal-open {
  overflow: hidden !important;
}

.ecsm-kb-welcome[hidden] {
  display: none !important;
}

.ecsm-kb-welcome {
  position: fixed;
  inset: 0;
  z-index: 11050;
  display: grid;
  place-items: center;
  padding: 22px;
  font-family: Inter, Arial, sans-serif;
}

.ecsm-kb-welcome button,
.ecsm-kb-welcome input,
.ecsm-kb-welcome select,
.ecsm-kb-welcome textarea {
  font: inherit;
}

.ecsm-kb-welcome__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(4, 25, 44, .72);
  backdrop-filter: blur(3px);
}

.ecsm-kb-welcome__dialog {
  position: relative;
  z-index: 1;
  width: min(100%, 650px);
  max-height: calc(100vh - 44px);
  overflow: auto;
  padding: clamp(24px, 4vw, 40px);
  border: 1px solid rgba(255, 255, 255, .45);
  border-radius: 20px;
  background: #fff;
  color: #17324d;
  box-shadow: 0 28px 80px rgba(0, 20, 39, .36);
}

.ecsm-kb-welcome__eyebrow {
  margin: 0 0 8px;
  color: #3159f5;
  font-size: 12px;
  font-weight: 900;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.ecsm-kb-welcome__dialog h2 {
  margin: 0 0 12px;
  color: #082f50;
  font-size: clamp(27px, 4vw, 38px);
  line-height: 1.15;
}

.ecsm-kb-welcome__dialog > p:not(.ecsm-kb-welcome__eyebrow) {
  color: #627287;
}

.ecsm-kb-welcome__resources {
  display: grid;
  gap: 8px;
  margin: 22px 0;
  padding: 0;
  list-style: none;
}

.ecsm-kb-welcome__resources li {
  display: grid;
  gap: 3px;
  padding: 13px 15px;
  border: 1px solid #dfe7f0;
  border-radius: 10px;
  background: #f8fbff;
}

.ecsm-kb-welcome__resources span {
  color: #3159f5;
  font-size: 10px;
  font-weight: 900;
  letter-spacing: .07em;
  text-transform: uppercase;
}

.ecsm-kb-welcome__check {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 18px 0;
  color: #516276;
}

.ecsm-kb-welcome__check input {
  width: 17px;
  height: 17px;
  margin: 0;
}

.ecsm-kb-welcome__actions {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 10px;
}

.ecsm-kb-welcome__actions button {
  min-height: 48px;
  padding: 11px 16px;
  border: 1px solid #3159f5;
  border-radius: 10px;
  font-weight: 800;
  cursor: pointer;
}

.ecsm-kb-welcome__primary {
  background: #3159f5;
  color: #fff;
}

.ecsm-kb-welcome__secondary {
  background: #fff;
  color: #244eff;
}

@media (max-width: 760px) {
  .ecsm-kb-help-center__hero,
  .ecsm-kb-search {
    align-items: stretch;
    flex-direction: column;
  }

  .ecsm-kb-search {
    flex-basis: auto;
  }

  .ecsm-kb-search input[type="search"] {
    min-width: 0;
  }
}

@media (max-height: 760px) and (min-width: 901px) {
  .ecsm-dashboard-template .ecsm-workspace--instructor .ecsm-workspace__sidebar-shell {
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scrollbar-gutter: stable;
  }
}

@media (max-width: 520px) {
  .ecsm-kb-search,
  .ecsm-kb-welcome__actions {
    grid-template-columns: 1fr;
  }

  .ecsm-kb-search {
    display: grid;
  }

  .ecsm-kb-welcome {
    padding: 10px;
  }

  .ecsm-kb-welcome__dialog {
    max-height: calc(100vh - 20px);
    border-radius: 14px;
  }
}

/* Student Settings: password-verified account merge request. */
.ecsm-dashboard-template .ecsm-account-merge {
  margin-top: 22px;
}

.ecsm-dashboard-template .ecsm-account-merge__details {
  max-width: 760px;
  border: 1px solid #d8e1ee;
  border-radius: 14px;
  background: #f7faff;
  overflow: hidden;
}

.ecsm-dashboard-template .ecsm-account-merge__details > summary {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: auto;
  min-width: 260px;
  margin: 16px;
  list-style: none;
  cursor: pointer;
}

.ecsm-dashboard-template .ecsm-account-merge__details > summary::-webkit-details-marker {
  display: none;
}

.ecsm-dashboard-template .ecsm-account-merge__form {
  display: grid;
  gap: 15px;
  padding: 0 18px 20px;
}

.ecsm-dashboard-template .ecsm-account-merge__form label {
  display: grid;
  gap: 7px;
  font-weight: 700;
  color: #0b2d4c;
}

.ecsm-dashboard-template .ecsm-account-merge__form input {
  width: 100%;
  min-height: 44px;
  padding: 9px 12px;
  border: 1px solid #cbd7e7;
  border-radius: 8px;
  background: #fff;
}

.ecsm-dashboard-template .ecsm-account-merge__warning,
.ecsm-dashboard-template .ecsm-account-merge__state {
  max-width: 760px;
  padding: 15px 17px;
  border: 1px solid #d7e2f0;
  border-radius: 12px;
  background: #f4f8fd;
  color: #17324d;
}

.ecsm-dashboard-template .ecsm-account-merge__warning p,
.ecsm-dashboard-template .ecsm-account-merge__state p {
  margin: 5px 0 0;
}

.ecsm-dashboard-template .ecsm-account-merge__state.is-approved {
  border-color: #b9dec9;
  background: #f1fbf5;
  color: #185c36;
}

.ecsm-dashboard-template .ecsm-account-merge__state.is-pending {
  border-color: #efd79f;
  background: #fff9ec;
  color: #765211;
}

@media (max-width: 640px) {
  .ecsm-dashboard-template .ecsm-account-merge__details > summary {
    width: calc(100% - 32px);
    min-width: 0;
  }
}

@media (max-width: 760px) {
  .ecsm-workspace--student .ecsm-student-classes-shell,
  .ecsm-workspace--student .ecsm-student-refreshers-table-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table-wrap,
  .ecsm-workspace--student .ecsm-student-refreshers-table-shell .ecsm-student-classes-table-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: auto !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table {
    width: max-content !important;
    min-width: 900px !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table th,
  .ecsm-workspace--student .ecsm-student-classes-table td {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }

  .ecsm-workspace--student .ecsm-student-reports-hub,
  .ecsm-workspace--student .ecsm-student-reports-hub__panel,
  .ecsm-workspace--student .ecsm-student-reports-hub__panel > .ecsm-workspace__panel {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: hidden !important;
  }

  .ecsm-workspace--student .ecsm-student-reports-hub__tabs {
    gap: 22px !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    scrollbar-width: thin !important;
  }

  .ecsm-workspace--student .ecsm-student-reports-hub__tabs a {
    flex: 0 0 auto !important;
    font-size: 13px !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-filter {
    grid-template-columns: minmax(0, 1fr) !important;
    max-width: none !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-filter label {
    grid-column: auto !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table-wrap,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-table-wrap,
  .ecsm-workspace--student .ecsm-student-certificate-report-table-wrap,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-table-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table,
  .ecsm-workspace--student .ecsm-student-certificate-report-table,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table {
    width: max-content !important;
    min-width: 820px !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table thead th,
  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table thead th,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td,
  .ecsm-workspace--student .ecsm-student-certificate-report-table thead th,
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table thead th,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td {
    padding-right: 16px !important;
    padding-left: 16px !important;
  }
}

@media (max-width: 760px) {
  .ecsm-workspace--student .ecsm-student-classes-table-wrap,
  .ecsm-workspace--student .ecsm-student-refreshers-table-shell .ecsm-student-classes-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: none !important;
    margin-top: 12px !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    scrollbar-gutter: auto !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border-collapse: separate !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table thead {
    display: none !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table tbody {
    display: grid !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table tbody tr {
    display: grid !important;
    width: 100% !important;
    gap: 10px !important;
    padding: 14px !important;
    border: 1px solid #d7dce6 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(10, 39, 67, 0.08) !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table td {
    display: grid !important;
    grid-template-columns: minmax(92px, 0.45fr) minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    color: #4f5f76 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table td::before {
    content: attr(data-label);
    min-width: 0 !important;
    color: #8a94a6 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
    text-transform: none !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table td:first-child,
  .ecsm-workspace--student .ecsm-student-classes-table td:last-child {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table td:first-child::before,
  .ecsm-workspace--student .ecsm-student-classes-table td:last-child::before {
    display: none !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table__event,
  .ecsm-workspace--student .ecsm-student-classes-table__date-line,
  .ecsm-workspace--student .ecsm-student-classes-table__delivery,
  .ecsm-workspace--student .ecsm-student-classes-table__status,
  .ecsm-workspace--student .ecsm-student-classes-table__action,
  .ecsm-workspace--student .ecsm-student-classes-table__instructor,
  .ecsm-workspace--student .ecsm-student-classes-table td {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table__event {
    align-items: flex-start !important;
    gap: 10px !important;
    color: #062848 !important;
    font-size: 14px !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table__event-icon {
    flex: 0 0 18px !important;
    width: 18px !important;
    height: 18px !important;
    margin-top: 1px !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table__delivery,
  .ecsm-workspace--student .ecsm-student-classes-table__status {
    justify-self: start !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table__action {
    justify-content: center !important;
    width: 100% !important;
    min-height: 38px !important;
  }
}

@media (min-width: 761px) {
  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__content {
    box-sizing: border-box !important;
    flex: 1 1 auto !important;
    min-height: 0 !important;
    align-content: start !important;
    padding-right: 0 !important;
    padding-bottom: 18px !important;
    overflow-x: hidden !important;
    overflow-y: auto !important;
    scrollbar-gutter: stable !important;
  }

  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__content > .ecsm-workspace__summary,
  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__content > .ecsm-workspace__panel,
  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__content > .ecsm-student-reports-hub,
  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__content > .ecsm-student-overview,
  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__content > .ecsm-student-classes-shell,
  .ecsm-dashboard-template .ecsm-workspace--student .ecsm-workspace__content > .ecsm-student-class-detail {
    box-sizing: border-box !important;
    width: calc(100% - 30px) !important;
    max-width: calc(100% - 30px) !important;
    min-width: 0 !important;
  }

  .ecsm-workspace--student .ecsm-workspace__summary--student {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  }

  .ecsm-workspace--student .ecsm-workspace__summary-card--student {
    min-width: 0 !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-shell,
  .ecsm-workspace--student .ecsm-student-refreshers-table-shell {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table-wrap,
  .ecsm-workspace--student .ecsm-student-refreshers-table-shell .ecsm-student-classes-table-wrap {
    display: block !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: none !important;
    overflow-x: auto !important;
    overflow-y: hidden !important;
    -webkit-overflow-scrolling: touch !important;
    overscroll-behavior-x: contain !important;
    overscroll-behavior-y: auto !important;
    padding-bottom: 8px !important;
    scrollbar-gutter: auto !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table {
    width: 100% !important;
    min-width: 1180px !important;
    table-layout: fixed !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table th,
  .ecsm-workspace--student .ecsm-student-classes-table td {
    padding: 24px 14px !important;
    white-space: nowrap !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table th:nth-child(1),
  .ecsm-workspace--student .ecsm-student-classes-table td:nth-child(1) {
    width: 20% !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table th:nth-child(2),
  .ecsm-workspace--student .ecsm-student-classes-table td:nth-child(2) {
    width: 12% !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table th:nth-child(3),
  .ecsm-workspace--student .ecsm-student-classes-table td:nth-child(3) {
    width: 15% !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table th:nth-child(4),
  .ecsm-workspace--student .ecsm-student-classes-table td:nth-child(4) {
    width: 13% !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table th:nth-child(5),
  .ecsm-workspace--student .ecsm-student-classes-table td:nth-child(5) {
    width: 16% !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table th:nth-child(6),
  .ecsm-workspace--student .ecsm-student-classes-table td:nth-child(6) {
    width: 14% !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table th:nth-child(7),
  .ecsm-workspace--student .ecsm-student-classes-table td:nth-child(7) {
    width: 10% !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table__event,
  .ecsm-workspace--student .ecsm-student-classes-table__date-line,
  .ecsm-workspace--student .ecsm-student-classes-table__instructor,
  .ecsm-workspace--student .ecsm-student-classes-table td {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: nowrap !important;
    overflow-wrap: normal !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table__delivery,
  .ecsm-workspace--student .ecsm-student-classes-table__status {
    min-width: 0 !important;
    max-width: 100% !important;
    padding-right: 12px !important;
    padding-left: 12px !important;
    font-size: 13px !important;
    white-space: nowrap !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table__action {
    width: 100% !important;
    min-width: 0 !important;
    padding-right: 10px !important;
    padding-left: 10px !important;
    font-size: 14px !important;
    white-space: nowrap !important;
  }

  .ecsm-workspace--student .ecsm-student-classes-table__action span {
    display: inline !important;
    white-space: nowrap !important;
  }
}

@media (min-width: 901px) {
  .ecsm-workspace--student .ecsm-workspace__summary--student {
    grid-template-columns: repeat(auto-fit, minmax(210px, 1fr)) !important;
  }
}

@media (max-width: 760px) {
  .ecsm-workspace--student .ecsm-student-attendance-report-table-wrap,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-table-wrap,
  .ecsm-workspace--student .ecsm-student-certificate-report-table-wrap,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    max-height: none !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table,
  .ecsm-workspace--student .ecsm-student-certificate-report-table,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border-collapse: separate !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table thead,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table thead,
  .ecsm-workspace--student .ecsm-student-certificate-report-table thead,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table thead {
    display: none !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody,
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody {
    display: grid !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody tr,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody tr,
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody tr,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody tr {
    display: grid !important;
    width: 100% !important;
    gap: 10px !important;
    padding: 14px !important;
    border: 1px solid #d7dce6 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(10, 39, 67, 0.08) !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody tr[hidden],
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody tr[hidden],
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody tr[hidden],
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody tr[hidden] {
    display: none !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td,
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td {
    display: grid !important;
    grid-template-columns: minmax(100px, 0.42fr) minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    color: #4f5f76 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td::before,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td::before,
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td::before,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td::before {
    color: #8a94a6 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td[colspan],
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td[colspan],
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td[colspan],
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td[colspan] {
    grid-template-columns: minmax(0, 1fr) !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td[colspan]::before,
  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td[colspan]::before,
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td[colspan]::before,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td[colspan]::before {
    display: none !important;
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td:nth-child(1)::before {
    content: "Event";
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td:nth-child(2)::before {
    content: "Course";
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td:nth-child(3)::before {
    content: "Session";
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td:nth-child(4)::before {
    content: "Status";
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td:nth-child(5)::before {
    content: "Source";
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td:nth-child(6)::before {
    content: "Method";
  }

  .ecsm-workspace--student .ecsm-student-attendance-report-table tbody td:nth-child(7)::before {
    content: "Marked At";
  }

  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td:nth-child(1)::before,
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td:nth-child(1)::before,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td:nth-child(1)::before {
    content: "Student";
  }

  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td:nth-child(2)::before,
  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td:nth-child(2)::before,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td:nth-child(2)::before {
    content: "Course";
  }

  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td:nth-child(3)::before,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td:nth-child(3)::before {
    content: "Class/Event";
  }

  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td:nth-child(4)::before {
    content: "Attendance";
  }

  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td:nth-child(5)::before {
    content: "Completion";
  }

  .ecsm-workspace--student .ecsm-student-completion-report-section .ecsm-roster-table tbody td:nth-child(6)::before {
    content: "Certificate Eligibility";
  }

  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td:nth-child(3)::before {
    content: "Event";
  }

  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td:nth-child(4)::before,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td:nth-child(7)::before {
    content: "Certificate ID";
  }

  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td:nth-child(5)::before {
    content: "Issued Date";
  }

  .ecsm-workspace--student .ecsm-student-certificate-report-table tbody td:nth-child(6)::before,
  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td:nth-child(4)::before {
    content: "Expiration Date";
  }

  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td:nth-child(5)::before {
    content: "Status";
  }

  .ecsm-workspace--student .ecsm-student-expiration-compliance-section .ecsm-roster-table tbody td:nth-child(6)::before {
    content: "Days";
  }
}

@media (max-width: 760px) {
  .ecsm-workspace--student .ecsm-student-certificates-table-wrap {
    width: 100% !important;
    max-width: 100% !important;
    min-width: 0 !important;
    overflow: visible !important;
    border-radius: 0 !important;
    background: transparent !important;
    box-shadow: none !important;
  }

  .ecsm-workspace--student .ecsm-student-certificates-table {
    display: block !important;
    width: 100% !important;
    min-width: 0 !important;
    border-collapse: separate !important;
  }

  .ecsm-workspace--student .ecsm-student-certificates-table thead {
    display: none !important;
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody {
    display: grid !important;
    width: 100% !important;
    gap: 12px !important;
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody tr {
    display: grid !important;
    width: 100% !important;
    gap: 10px !important;
    padding: 14px !important;
    border: 1px solid #d7dce6 !important;
    border-radius: 10px !important;
    background: #ffffff !important;
    box-shadow: 0 4px 12px rgba(10, 39, 67, 0.08) !important;
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody td {
    display: grid !important;
    grid-template-columns: minmax(104px, 0.42fr) minmax(0, 1fr) !important;
    width: 100% !important;
    min-width: 0 !important;
    gap: 10px !important;
    align-items: center !important;
    padding: 0 !important;
    border: 0 !important;
    color: #4f5f76 !important;
    font-size: 13px !important;
    line-height: 1.4 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody td::before {
    color: #8a94a6 !important;
    font-size: 11px !important;
    font-weight: 700 !important;
    line-height: 1.2 !important;
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody td:nth-child(1)::before {
    content: "Event";
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody td:nth-child(2)::before {
    content: "Course Name";
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody td:nth-child(3)::before {
    content: "Issued";
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody td:nth-child(4)::before {
    content: "Expiration";
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody td:nth-child(5)::before {
    content: "Type";
  }

  .ecsm-workspace--student .ecsm-student-certificates-table tbody td:nth-child(6)::before {
    content: "Download";
  }

  .ecsm-workspace--student .ecsm-student-certificates-table__event,
  .ecsm-workspace--student .ecsm-student-certificates-table__date,
  .ecsm-workspace--student .ecsm-student-certificates-table__download,
  .ecsm-workspace--student .ecsm-student-certificates-table__type {
    max-width: 100% !important;
    min-width: 0 !important;
    white-space: normal !important;
    overflow-wrap: anywhere !important;
  }

  .ecsm-workspace--student .ecsm-student-certificates-table__type,
  .ecsm-workspace--student .ecsm-student-certificates-table__download {
    justify-self: start !important;
  }
}

@media (max-width: 1200px) {
  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__layout,
  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__layout--sidebar-left {
    display: grid !important;
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 12px !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__sidebar {
    position: fixed !important;
    top: 0 !important;
    right: auto !important;
    bottom: 0 !important;
    left: 0 !important;
    z-index: 10020 !important;
    width: min(319px, calc(100vw - 34px)) !important;
    height: 100dvh !important;
    min-height: 100dvh !important;
    transform: translateX(-105%) !important;
    transition: transform 220ms ease !important;
    pointer-events: none !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor).is-sidebar-open .ecsm-workspace__sidebar {
    transform: translateX(0) !important;
    pointer-events: auto !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__sidebar-shell {
    position: relative !important;
    width: 100% !important;
    height: 100dvh !important;
    max-height: 100dvh !important;
    min-height: 100dvh !important;
    overflow-y: auto !important;
    border-radius: 0 10px 10px 0 !important;
    box-shadow: 18px 0 42px rgba(10, 39, 67, 0.28) !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__sidebar-close {
    position: absolute !important;
    top: 14px !important;
    right: 14px !important;
    z-index: 2 !important;
    display: inline-flex !important;
    align-items: center !important;
    justify-content: center !important;
    width: 34px !important;
    height: 34px !important;
    padding: 0 !important;
    border: 1px solid rgba(255, 255, 255, 0.18) !important;
    border-radius: 8px !important;
    background: rgba(255, 255, 255, 0.1) !important;
    color: #ffffff !important;
    font-size: 24px !important;
    line-height: 1 !important;
    cursor: pointer !important;
    box-shadow: none !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__sidebar-backdrop {
    position: fixed !important;
    inset: 0 !important;
    z-index: 10010 !important;
    display: block !important;
    width: 100vw !important;
    height: 100dvh !important;
    padding: 0 !important;
    border: 0 !important;
    background: rgba(5, 16, 30, 0.48) !important;
    opacity: 0 !important;
    pointer-events: none !important;
    transition: opacity 180ms ease !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor).is-sidebar-open .ecsm-workspace__sidebar-backdrop {
    opacity: 1 !important;
    pointer-events: auto !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__main,
  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__main--with-fixed-sidebar {
    width: 100% !important;
    min-width: 0 !important;
    margin-left: 0 !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__header {
    display: flex !important;
    flex-direction: row !important;
    align-items: center !important;
    justify-content: space-between !important;
    gap: 16px !important;
    padding: 14px 20px !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__sidebar-toggle {
    display: inline-flex !important;
    position: relative !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__header-copy {
    flex: 1 1 auto !important;
    min-width: 0 !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__header-user {
    margin-left: auto !important;
  }
}

@media (max-width: 640px) {
  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__header {
    padding: 12px 14px !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__title {
    font-size: 24px !important;
    line-height: 1.2 !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__header-note {
    display: none !important;
  }

  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__header-avatar {
    width: 38px !important;
    height: 38px !important;
  }
}

@media (max-width: 480px) {
  .ecsm-dashboard-template :is(.ecsm-workspace--employer, .ecsm-workspace--instructor) .ecsm-workspace__header-user-copy {
    display: none !important;
  }
}
