@import url("https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&display=swap");

:root {
  --redo-blue: #004976;
  --redo-blue-strong: #0b598e;
  --redo-blue-soft: #d5dff0;
  --redo-blue-soft-2: #edf4fb;
  --redo-panel-bg: #f3f6fb;
  --redo-app-bg: #e6edf5;
  --redo-paper: #ffffff;
  --redo-border: #c8d4e1;
  --redo-border-strong: #97b2cd;
  --redo-border-soft: #dde6f0;
  --redo-ink: #222529;
  --redo-muted: #596375;
  --redo-muted-soft: #6a7587;
  --redo-success: #2f7d32;
  --redo-success-bg: #eef8f0;
  --redo-danger: #c42b2b;
  --redo-danger-bg: #fff1f0;
  --redo-warn: #9b6a17;
  --redo-warn-bg: #fff3dc;
  --lab-values-active-tab-bg: #d7dced;
  --toolbar-icon-bg-color: #ffffff;
  --toolbar-icon-border-color: #ffffff;
  --toolbar-icon-fill-color: #000000;
}

body {
  font-family: "Open Sans", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  background: linear-gradient(180deg, #f6f8fc 0%, #ebf1f7 100%);
  --summary-min: 190px;
  --summary-gap: 10px;
  --summary-margin: 12px 0 14px;
  --stat-border-color: var(--redo-border);
  --stat-radius: 10px;
  --stat-padding: 12px 14px;
  --stat-bg: #fff;
  --stat-shadow: 0 1px 2px rgba(34, 37, 41, 0.04);
  --stat-strong-size: 1.08rem;
  --filters-margin: 0;
  --action-min-height: 40px;
  --action-border-color: var(--redo-border);
  --action-radius: 999px;
  --action-padding: 8px 15px;
  --action-bg: #fff;
  --action-color: var(--redo-blue);
  --action-font-weight: 700;
  --action-hover-bg: var(--redo-blue-soft-2);
  --action-primary-bg: var(--redo-blue);
  --action-primary-hover-bg: var(--redo-blue-strong);
  --action-primary-border-color: var(--redo-blue);
}

main {
  width: 100%;
  padding: 12px 1px 18px;
}

section {
  border-radius: 12px;
}

.view-switch-panel {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 12px;
  align-items: center;
  border: 1px solid var(--redo-border);
  border-radius: 12px;
  padding: 12px 14px;
  background: #fff;
  margin: 12px 0 14px;
}

.view-switch-copy {
  color: var(--subtle-mute);
}

.view-switch-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.redo-shell {
  display: block;
}

.redo-page-header-group {
  display: block;
  margin: 0 auto;
  padding-left: clamp(10px, 2.2vw, 16px);
  padding-right: clamp(10px, 2.2vw, 16px);
  overflow: visible;
}

.redo-topbar {
  border: 1px solid var(--redo-border-strong);
  background: var(--redo-paper);
  border-radius: 12px;
  margin: 0 0 18px;
  overflow: visible;
  box-shadow: 0 1px 3px rgba(34, 37, 41, 0.04);
  width: auto;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  margin-left: 2vw;
  margin-right: 2vw;
  margin-bottom: 8px;
  border-radius: 8px;
}

.redo-topbar-body {
  display: block;
  width: 100%;
  padding-left: 3vw;
  padding-right: 3vw;
  overflow: visible;
}

.redo-panel {
  padding: 2px 8px 4px;
  border-bottom: 0;
  background: #fcfdff;
  overflow: visible;
}

.redo-filters {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  justify-content: center;
  gap: 8px 22px;
}

.redo-panel-cms {
  padding-top: 12px;
}

.redo-filters-cms {
  align-items: stretch;
  justify-content: center;
  gap: 12px 18px;
}

.redo-filters-cms .filter-field {
  min-width: 185px;
}

.redo-timer-cluster {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  min-height: 38px;
  padding: 8px 10px;
  border: 1px solid #b9c8d8;
  border-radius: 10px;
  background: linear-gradient(180deg, #ffffff 0%, #f5f8fc 100%);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px rgba(31, 41, 51, 0.04);
}

.redo-timer-readout {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  min-width: 84px;
}

.redo-timer-label {
  color: var(--redo-muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

#redoTimerDisplay {
  color: var(--redo-blue);
  font-size: 1.15rem;
  line-height: 1.05;
}

.redo-timer-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  justify-content: flex-end;
}

.redo-timer-button {
  border: 1px solid var(--redo-border);
  border-radius: 999px;
  min-height: 30px;
  padding: 5px 11px;
  background: #fff;
  color: var(--redo-blue);
  cursor: pointer;
  font: inherit;
  font-size: 0.75rem;
  font-weight: 700;
}

.redo-timer-button:hover {
  background: var(--redo-blue-soft-2);
  border-color: var(--redo-border-strong);
}

.filter-field {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: content;
  width: auto;
  min-width: 150px;
  position: relative;
  overflow: visible;
}

.filter-field label {
  display: block;
  margin: 0 0 3px;
  color: var(--redo-muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.redo-checkbox-filter-label {
  display: block;
  margin: 0 0 3px;
  color: var(--redo-muted);
  font-size: 0.64rem;
  font-weight: 700;
  letter-spacing: 0.03em;
  text-transform: uppercase;
}

.redo-marked-filter-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 8px;
  overflow: visible;
}

.redo-checkbox-filter {
  display: flex;
  align-items: center;
  gap: 6px;
  min-height: 38px;
  padding: 5px 7px;
  border: 1px solid #b9c8d8;
  border-radius: 7px;
  background: #ffffff;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px rgba(31, 41, 51, 0.04);
}

.redo-filter-checkbox {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  margin: 0;
  color: #1f2933;
  font-size: 0.78rem;
  font-weight: 600;
  line-height: 1.1;
  text-transform: none;
  letter-spacing: normal;
  white-space: nowrap;
  cursor: pointer;
}

.redo-filter-checkbox input {
  width: 14px;
  height: 14px;
  margin: 0;
  accent-color: var(--redo-blue);
  cursor: pointer;
}

select {
  width: 100%;
  min-height: 38px;
  border: 1px solid var(--redo-border);
  border-radius: 8px;
  padding: 7px 30px 7px 10px;
  background: #fff;
  font-family: inherit;
  font-size: 0.88rem;
  color: var(--redo-ink);
  appearance: auto;
}

.filter-field select {
  min-width: 150px;
  max-width: 190px;
  border-color: #b9c8d8;
  border-radius: 7px;
  padding: 7px 34px 7px 10px;
  background-color: #ffffff;
  color: #1f2933;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px rgba(31, 41, 51, 0.04);
}

.filter-field select:hover {
  border-color: #7ea0bf;
  background-color: #f8fbfe;
}

.filter-field select:focus {
  border-color: var(--redo-blue);
  outline: 2px solid rgba(0, 73, 118, 0.18);
  outline-offset: 1px;
  box-shadow: 0 0 0 1px rgba(0, 73, 118, 0.1);
}

.filter-field select.redo-native-select {
  position: absolute;
  width: 1px;
  height: 1px;
  min-width: 0;
  min-height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  opacity: 0;
  pointer-events: none;
}

.redo-custom-select {
  position: relative;
  width: 100%;
  min-width: 150px;
  max-width: 190px;
  overflow: visible;
}

.redo-custom-select-button {
  position: relative;
  width: 100%;
  min-height: 38px;
  border: 1px solid #b9c8d8;
  border-radius: 7px;
  padding: 7px 34px 7px 10px;
  background: #ffffff;
  color: #1f2933;
  cursor: pointer;
  font: inherit;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.2;
  text-align: left;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.9), 0 1px 1px rgba(31, 41, 51, 0.04);
}

.redo-custom-select-button::after {
  content: "";
  position: absolute;
  top: 50%;
  right: 11px;
  width: 0;
  height: 0;
  border-left: 5px solid transparent;
  border-right: 5px solid transparent;
  border-top: 6px solid #596375;
  transform: translateY(-40%);
  pointer-events: none;
}

.redo-custom-select-button:hover {
  border-color: #7ea0bf;
  background-color: #f8fbfe;
  ;
  border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px;
}

.redo-custom-select-button:focus-visible {
  border-color: var(--redo-blue);
  outline: 2px solid rgba(0, 73, 118, 0.18);
  outline-offset: 1px;
  box-shadow: 0 0 0 1px rgba(0, 73, 118, 0.1);
}

.redo-custom-select-menu {
  position: absolute;
  left: 0px;
  top: 100%;
  z-index: 1000;
  display: none;
  width: max-content;
  min-width: 100%;
  max-width: min(300px, calc(100vw - 24px));
  max-height: 230px;
  margin-top: 0px;
  padding: 0px;
  border-color: rgb(126, 160, 191);
  border-radius: 5px;
  overflow-y: auto;
  border-top-width: 0px;
  border-right-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-top-style: solid;
  border-right-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-top-left-radius: 0;
  border-top-right-radius: 0;
  background: #ffffff;
  box-shadow: 0 12px 26px rgba(31, 41, 51, 0.18);
}

.redo-custom-select.is-open .redo-custom-select-menu {
  display: block;
}

.redo-custom-select-option {
  display: block;
  width: 100%;
  border: 0;
  background: #ffffff;
  color: #1f2933;
  cursor: pointer;
  font: inherit;
  font-size: 0.96rem;
  font-weight: 600;
  line-height: 1.2;
  padding: 8px 34px 8px 10px;
  text-align: left;
  white-space: nowrap;
}

.redo-custom-select-option:hover,
.redo-custom-select-option:focus-visible {
  background: #f0f5fb;
  outline: 0;
}

.redo-custom-select-option.is-selected {
  background: var(--redo-blue-soft-2);
  color: var(--redo-blue);
}

.redo-ghost-btn,
.redo-nav-btn,
.redo-tab,
.redo-nav-item,
.redo-mark-btn {
  font: inherit;
}

.redo-ghost-btn {
  border: 1px solid var(--redo-border);
  border-radius: 999px;
  min-height: 34px;
  padding: 6px 10px;
  background: #fff;
  color: var(--redo-blue);
  cursor: pointer;
  text-align: center;
  font-weight: 700;
  font-size: 0.72rem;
}

.redo-ghost-btn:hover {
  background: var(--redo-blue-soft-2);
}

.redo-status-copy {
  margin: 8px 2px 0;
  font-size: 0.7rem;
  line-height: 1.35;
  color: var(--redo-muted);
}

.redo-form-actions {
  display: flex;
  justify-content: flex-end;
  margin: 10px 2px 0;
}

.redo-form-actions .redo-ghost-btn:disabled {
  opacity: 0.55;
  cursor: default;
}

.redo-form-actions .redo-ghost-btn:disabled:hover {
  background: #fff;
}

.redo-summary-bar {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: clamp(6px, 1vw, 14px);
  padding: 8px;
  background: #fcfdff;
  border-top: 1px solid var(--redo-border-soft);
  justify-content: center;
}

.redo-summary-pill {
  border-radius: 999px;
  background: #f1f4f8;
  color: var(--redo-muted);
  padding: 5px 12px;
  text-align: center;
  font-size: 0.68rem;
  line-height: 1.15;
  white-space: nowrap;
  flex: 0 1 auto;
}

p {
  margin-block-end: 0px;
}

.redo-summary-pill strong {
  color: var(--redo-blue);
}

.redo-nav {
  height: 248px;
  min-height: 248px;
  overflow: auto;
  background: #fff;
}

.redo-nav-item {
  width: 100%;
  display: grid;
  grid-template-columns: 30px minmax(0, 1fr) auto;
  gap: 6px;
  align-items: center;
  border: 0;
  border-bottom: 1px solid var(--redo-border-soft);
  background: #fff;
  padding: 7px 8px;
  cursor: pointer;
  color: var(--redo-ink);
  text-align: left;
}

.redo-nav-item:nth-child(even) {
  background: #fafcff;
}

.redo-nav-item:hover {
  background: #e9f1fa;
}

.redo-nav-item.is-current {
  background: var(--redo-blue);
  color: #fff;
}

.redo-nav-item.is-current .redo-nav-index {
  background: #fff;
  color: var(--redo-blue);
}

.redo-nav-item.is-current .redo-nav-meta,
.redo-nav-item.is-current .redo-nav-mark {
  color: rgba(255, 255, 255, 0.86);
}

.redo-nav-item.is-marked {
  box-shadow: inset 3px 0 0 #d14f45;
}

.redo-nav-index {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
  border-radius: 50%;
  background: #dfe5f0;
  color: var(--redo-blue);
  font-size: 0.68rem;
  font-weight: 700;
}

.redo-nav-copy {
  min-width: 0;
}

.redo-nav-ref,
.redo-nav-meta,
.redo-nav-mark {
  display: block;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.redo-nav-ref {
  font-size: 0.69rem;
  font-weight: 700;
}

.redo-nav-meta {
  font-size: 0.62rem;
  color: var(--redo-muted);
}

.redo-nav-tail {
  display: flex;
  align-items: center;
  gap: 6px;
}

.redo-nav-mark {
  font-size: 0.62rem;
  color: #9b2c21;
  text-transform: uppercase;
  letter-spacing: 0.03em;
}

.redo-nav-dot {
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background: #c4ccd8;
}

.redo-nav-item.tone-selected .redo-nav-dot {
  background: #1e88e5;
}

.redo-nav-item.tone-correct .redo-nav-dot {
  background: var(--redo-success);
}

.redo-nav-item.tone-incorrect .redo-nav-dot {
  background: var(--redo-danger);
}

.redo-nav-item.tone-revealed .redo-nav-dot {
  background: #777f8a;
}

.redo-stage {
  min-width: 0;
  border: 1px solid var(--redo-border-soft);
  border-radius: 6px;
  background: #fff;
  padding: 0px;
  box-shadow: 0 1px 4px rgba(34, 37, 41, 0.05);
  display: flex;
  flex-direction: column;
  height: calc(100dvh - 24px);
  min-height: 0;
  overflow: hidden;
}

.redo-stage:fullscreen,
.redo-stage:-webkit-full-screen {
  width: 100vw;
  height: 100dvh;
  border: 0;
  border-radius: 0;
  box-shadow: none;
  background: #eff3f8;
}

.redo-stage:fullscreen .redo-question-frame,
.redo-stage:-webkit-full-screen .redo-question-frame,
.redo-stage:fullscreen .redo-question-card,
.redo-stage:-webkit-full-screen .redo-question-card {
  border-radius: 0;
}

.redo-link-chip {
  display: inline-flex;
  align-items: center;
  border-radius: 999px;
  border: 1px solid var(--redo-border);
  background: #fff;
  min-height: 50px;
  padding: 12px 20px;
  color: var(--redo-blue);
  text-decoration: none;
  font-weight: 700;
  font-size: 0.97rem;
  white-space: nowrap;
}

.redo-link-chip:hover {
  background: var(--redo-blue-soft-2);
}

.redo-empty-state {
  border: 1px solid var(--redo-border);
  border-radius: 14px;
  background: #fff;
  padding: 28px;
  text-align: center;
}

.redo-empty-copy {
  color: var(--redo-muted);
}

.redo-question-frame {
  border: 1px solid #9fb9d1;
  border-radius: 0;
  background: #e9eef5;
  box-shadow: none;
  overflow: hidden;
  display: flex;
  flex: 1 1 auto;
  flex-direction: row;
  align-items: stretch;
  min-width: 0;
  min-height: 0;
  position: relative;
}

.redo-frame-main {
  display: flex;
  flex: 1 1 auto;
  flex-direction: column;
  min-width: 0;
  min-height: 0;
  transition: flex-basis 160ms ease, width 160ms ease;
}

.redo-app-topbar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  min-height: 60px;
  height: 60px;
  padding: 0 5px;
  background: var(--redo-blue);
  color: #ffffff;
  border-bottom: 1px solid #003a5e;
  min-width: 0;
  flex: 0 0 auto;
}

.redo-header-left,
.redo-header-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

.redo-header-right {
  justify-content: flex-end;
  gap: 4px;
}

.redo-header-question-details {
  min-width: 135px;
  padding: 4px;
  outline: 1px solid rgba(255, 255, 255, 0.58);
  color: #ffffff;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.15;
  text-align: left;
}

.redo-header-nav {
  display: flex;
  align-items: center;
  justify-content: center;
}

.redo-header-nav-button,
.redo-header-tool,
.redo-footer-tool {
  font: inherit;
}

.redo-header-nav-button,
.redo-header-tool {
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 9px 6px;
  text-align: center;
}

.redo-header-nav-button:hover,
.redo-header-tool:hover {
  background: rgba(255, 255, 255, 0.12);
}

.redo-header-nav-icon {
  display: block;
  width: 30px;
  height: 30px;
  margin: 4px auto;
  fill: var(--redo-blue);
  stroke: #ffffff;
  background-color: #ffffff;
  border-radius: 15px;
  stroke-width: 0.3;
}

.redo-header-nav-button:disabled {
  opacity: 0.35;
  cursor: default;
}

.redo-header-nav-status {
  display: inline-block;
  padding: 0 4px;
  font-size: 16px;
}

.redo-header-icon-text,
.redo-footer-icon-text {
  display: block;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.1;
  white-space: nowrap;
}

.redo-header-tool-icon {
  width: 30px;
  height: 30px;
  margin: 4px auto;
  padding: 4px;
  border: 1px solid var(--toolbar-icon-border-color);
  border-radius: 5px;
  background-color: var(--toolbar-icon-bg-color);
  color: #004976;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  position: relative;
}

.redo-fullscreen-icon {
  width: 18px;
  height: 18px;
  display: block;
  stroke: currentColor;
  fill: none;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.redo-fullscreen-toggle.is-active .redo-header-tool-icon {
  background: #d9ecfa;
  color: #003f65;
}

.redo-fullscreen-toggle[hidden] {
  display: none !important;
}

.redo-icon-note::before,
.redo-icon-calc::before,
.redo-icon-gear::before,
.redo-footer-feedback::before {
  content: "";
  display: block;
  width: 16px;
  height: 18px;
  border: 2px solid #111;
}

.lab-icon-filled {
  width: 18px;
  height: 22px;
  display: block;
  stroke: #000;
  fill: var(--toolbar-icon-fill-color);
}

.redo-icon-note::before {
  transform: rotate(-18deg);
}

.redo-icon-calc::before {
  border-radius: 2px;
  box-shadow: inset 0 5px 0 #111;
}

.redo-icon-gear::before {
  width: 18px;
  height: 18px;
  border-radius: 50%;
  box-shadow: inset 0 0 0 4px var(--redo-blue);
}

.redo-question-surface {
  background: #eff3f8;
  flex: 1 1 auto;
  display: flex;
  align-items: stretch;
  height: 100%;
  min-width: 0;
  min-height: 0;
  overflow: hidden;
  scrollbar-gutter: stable;
}

.redo-question-card {
  box-sizing: border-box;
  border: 1px solid #9db7cf;
  display: flex;
  flex-basis: 0%;
  flex-grow: 1;
  flex-shrink: 1;
  height: 100%;
  min-height: 0;
  overflow: hidden !important;
  width: 100%;
  min-width: 0;
  background-attachment: scroll;
  background-clip: border-box;
  background-color: rgb(255, 255, 255);
  background-image: linear-gradient(rgb(252, 252, 252) 0%, rgb(215, 220, 237) 100%);
  background-origin: padding-box;
  background-position-x: 0%;
  background-position-y: 0%;
  background-repeat: repeat;
  background-size: auto;
  color: rgb(0, 0, 0);
  font-family: "Open Sans", Verdana, sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 16px;
  font-size-adjust: none;
  font-stretch: 100%;
  font-style: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-emoji: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 400;
  letter-spacing: normal;
  line-height: 20px;
  print-color-adjust: exact;
  scrollbar-width: none;
  text-align: left;
  text-size-adjust: 100%;
  unicode-bidi: isolate;
  -webkit-print-color-adjust: exact;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.redo-question-card::-webkit-scrollbar {
  display: none;
}

.redo-question-content {
  box-sizing: border-box;
  position: relative;
  width: 100%;
  height: 100%;
  max-width: none;
  padding: 2px 28px 22px 20px;
  line-height: 1.55em;
  display: flex;
  flex-direction: column;
  min-height: 0;
  overflow: auto;
}

.redo-nbme-top-row {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding-top: 2px;
  padding-bottom: 10px;
}

.redo-inline-actions {
  display: flex;
  align-items: center;
  width: 100%;
  gap: 18px;
}

.redo-inline-actions .redo-reviewed-question {
  margin-left: auto;
}

.redo-bookmark-question {
  display: flex;
  align-items: center;
  gap: 11px;
  border: 0;
  background: transparent;
  color: inherit;
  padding: 0;
  cursor: pointer;
  text-decoration: none;
}

.redo-mark-checkbox-wrapper {
  pointer-events: none;
  display: flex;
}

.redo-mark-checkbox {
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  overflow: hidden;
  border: 1px solid #7d8794;
  border-radius: 2px;
  background: #fff;
}

.redo-mark-checkbox-check {
  width: 5px;
  height: 9px;
  border-right: 2px solid transparent;
  border-bottom: 2px solid transparent;
  transform: rotate(40deg) translate(-1px, -1px);
}

.redo-bookmark-question.is-marked .redo-mark-checkbox {
  border-color: #1e88e5;
  background: #1e88e5;
}

.redo-bookmark-question.is-marked .redo-mark-checkbox-check {
  border-right-color: #fff;
  border-bottom-color: #fff;
}

.redo-mark-text-group {
  display: flex;
  align-items: center;
  gap: 4px;
}

.redo-bookmark-question.is-revealed .redo-mark-text-group {
  display: none;
}

.redo-bookmark-question.is-revealed .redo-mark-checkbox-wrapper {
  display: none;
}

.redo-top-result-icon {
  background-repeat: no-repeat;
  background-size: 22px 22px;
  display: block;
  height: 25px;
  min-width: 25px;
  touch-action: manipulation;
  width: 25px;
}

.redo-top-result-icon.is-correct {
  background-image: url("https://www.starttest.com/ITDVersions/25.1.2.0/itdmedia.aspx?data=30&AUC=1&cv=12&programid=30&formid=2172&language=ENU&ck=32_DM22&urid=NBMEUSMLEReplacementUIv2_nsas/checkmark-icon-default.svg");
}

.redo-top-result-icon.is-incorrect {
  background-image: url("https://www.starttest.com/ITDVersions/25.1.2.0/itdmedia.aspx?data=30&AUC=1&cv=12&programid=30&formid=2172&language=ENU&ck=32_DM6&urid=NBMEUSMLEReplacementUIv2_nsas/error-icon-default.svg");
}

.redo-mark-flag-icon {
  width: 20px;
  height: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  position: relative;
  color: #45464f;
}

.redo-mark-flag-icon::before {
  content: "";
  position: absolute;
  left: 6px;
  top: 3px;
  width: 2px;
  height: 14px;
  background: currentColor;
  border-radius: 1px;
}

.redo-mark-flag-icon::after {
  content: "";
  position: absolute;
  left: 8px;
  top: 3px;
  width: 8px;
  height: 8px;
  background: currentColor;
  clip-path: polygon(0 0, 100% 20%, 72% 50%, 100% 80%, 0 100%);
}

.redo-bookmark-question.is-marked .redo-mark-flag-icon {
  color: #d10000;
}

.redo-mark-level {
  font-size: 16px;
  font-weight: 500;
  color: #45464f;
  line-height: 24px;
  letter-spacing: 0.15px;
  white-space: nowrap;
}

.redo-saved-answer-chip {
  border-radius: 999px;
  background: #edf2f8;
  color: var(--redo-muted);
  padding: 9px 18px;
  font-size: 0.78rem;
  line-height: 1.35;
  white-space: nowrap;
}

.redo-question-title {
  font-size: 1.04rem;
  font-weight: 700;
  color: #212529;
  line-height: 1.25;
  margin-bottom: 12px;
}

.redo-question-text {
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
  min-width: 0;
  color: #212529;
  font-size: 11pt;
  line-height: 1.6em;
}

.redo-stem-paragraph {
  box-sizing: border-box;
  max-width: 755px;
  max-width: 100%;
  margin: 0 0 1px;
  color: var(--redo-ink);
  overflow-wrap: break-word;
  white-space: normal;
}

.itdhilite {
  background-color: #FFFF00;
  cursor: pointer;
}

.redo-stem-table-wrap {
  margin: 7px auto 1px auto;
  width: auto;
}

.redo-stem-table-title {
  font-weight: 700;
  margin-bottom: 6px;
}

.redo-stem-table-scroll {
  overflow: visible;
  border: 0;
  background: transparent;
  width: min-content;
  margin-left: auto;
  margin-right: auto;
}

.redo-stem-table {
  width: max-content;
  min-width: 0;
  border-collapse: collapse;
  margin: auto;
  margin-top: 0.1rem;
  margin-bottom: 0;
}

.redo-stem-table th,
.redo-stem-table td {
  padding: 8px 10px;
  text-align: left;
}

.redo-stem-table th:last-child,
.redo-stem-table td:last-child {
  border-right: 0;
}

.redo-stem-table th,
.redo-stem-table .redo-stem-table-section {
  font-weight: 600;
}

.redo-answer-card {
  margin-top: 10px;
  background: none;
  min-width: 300px;
  width: auto;
  max-width: 100%;
}

.optionOutline {
  border: 1px solid #004976;
  border-bottom-color: #004976;
  border-bottom-width: 6px !important;
  display: inline-block;
  margin-bottom: 15px;
  margin-top: 20px;
  min-width: 300px;
  width: max-content;
  max-width: none;
  padding: 10px 0 !important;
  touch-action: manipulation;
  unicode-bidi: isolate;
}

.proceed-to-next-btn {
  box-sizing: border-box;
  display: block;
  width: 155px;
  height: auto;
  margin: 0 0 18px 2vw;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-slice: 100%;
  border-image-width: 1;
  border-width: 1.81818px;
  border-color: rgb(0, 0, 0);
  border-style: outset;
  padding: 4px;
  border-radius: 5px;
  padding-block-end: 5px;
  padding-block-start: 5px;
  padding-inline-end: 5px;
  padding-inline-start: 5px;
  background-color: rgb(0, 119, 200);
  color: rgb(255, 255, 255);
  cursor: pointer;
  font-family: Arial;
  font-size: 14px;
  font-stretch: 100%;
  font-weight: 400;
  text-align: center;
  text-indent: 0;
  touch-action: manipulation;
  user-select: text;
  line-height: 1.1rem;
}

.proceed-to-next-btn:hover {
  background: linear-gradient(#004976, #5490CC);
  color: white;
}

.proceed-to-next-btn:focus {
  outline: 2px solid rgba(55, 84, 161, 0.35);
  outline-offset: 2px;
}

.proceed-to-next-btn.is-disabled {
  cursor: default;
  opacity: 0.55;
}

.redo-question-fill {
  flex: 1 1 auto;
  min-height: 140px;
}

.redo-question-fill[hidden] {
  display: none;
}

.redo-choice-row {
  border: 0;
  color: #212529;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0 5px;
  position: relative;
  text-align: left;
  touch-action: manipulation;
}

.redo-choice-row:hover[aria-disabled="false"] {
  background: #d7dced;
}

.redo-choice-row[aria-disabled="true"] {
  cursor: default;
}

.redo-choice-row.is-correct .ITSMCOptionACCLabel {
  background-color: rgb(3, 124, 3);
}

.redo-choice-row.is-correct .redo-choice-text,
.redo-choice-row.is-correct .ITSMCOptionLabelText,
.redo-choice-row.is-correct .ITSMCOptionLabelTextOn,
.redo-choice-row.is-correct .ITSMCOptionLabelSeparator,
.redo-choice-row.is-correct .ITSMCOptionLabelSeparatorOn,
.redo-choice-row.is-correct .ITSMCOptionText,
.redo-choice-row.is-correct .ITSMCOptionTextOn {
  color: #ffffff;
}

.its-item-table {
  border: 0;
  display: block;
  margin: 0;
}

.ITSMCOptionTable>.its-item-tr,
.ITSMCOptionTableOn>.its-item-tr,
.label-box {
  align-content: stretch;
  align-items: flex-start;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
}

.ITSMCOptionTable>.its-item-tr>.its-item-td,
.ITSMCOptionTableOn>.its-item-tr>.its-item-td,
.label-box>.its-item-td {
  align-self: auto;
  flex: 0 1 auto;
  order: 0;
}

.ITSMCOptionMarker,
.ITSMCOptionMarkerOn,
.ITSMCOptionMarkerCell,
.ITSMCOptionMarkerCellOn {
  cursor: pointer;
}

.ITSMCOptionMarkerCell {
  padding-top: 0;
}

.ITSMCOptionMarker,
.ITSMCOptionMarkerOn {
  box-sizing: border-box;
  padding: 0;
  pointer-events: none;
}

.label-box {
  align-items: flex-start;
  width: 100%;
}

.label-box>label {
  align-self: auto;
  cursor: pointer;
  flex: 1 1 90%;
  margin: 1px 0 10px 0;
  order: 0;
}

.ITSMCOptionACCLabel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  touch-action: manipulation;
}

.ITSMCOptionLabelTextCell,
.ITSMCOptionLabelSeparatorCell {
  color: #000;
  font-weight: 700;
}

.ITSMCOptionLabelTextCell {
  min-width: 18px;
  padding-left: 8px;
}

.ITSMCOptionLabelSeparatorCell {
  min-width: 8px;
}

.ITSMCOptionTextCell {
  flex: 1 1 auto;
  white-space: nowrap;
  padding-left: 8px;
  padding-left: 6px;
}

.ITSMCOptionText,
.ITSMCOptionTextOn {
  color: #212529;
  display: inline-block;
  line-height: 1.6em;
}

.ITSMCOptionText div,
.ITSMCOptionTextOn div {
  display: inline;
}

.ITSMCOptionStrikeout {
  margin-left: auto;
  padding: 0 10px 0 18px;
}

.redo-choice-status {
  background-repeat: no-repeat;
  background-size: 22px 22px;
  color: transparent;
  display: none;
  height: 25px;
  min-width: 25px;
  position: absolute;
  right: 5px;
  top: 2px;
  touch-action: manipulation;
  width: 25px;
}

.redo-choice-status.is-correct,
.redo-choice-status.is-incorrect {
  display: block;
}

.redo-choice-status.is-correct {
  background-image: url("https://www.starttest.com/ITDVersions/25.1.2.0/itdmedia.aspx?data=30&AUC=1&cv=12&programid=30&formid=2172&language=ENU&ck=32_DM22&urid=NBMEUSMLEReplacementUIv2_nsas/checkmark-icon-default.svg");
}

.redo-choice-status.is-incorrect {
  background-image: url("https://www.starttest.com/ITDVersions/25.1.2.0/itdmedia.aspx?data=30&AUC=1&cv=12&programid=30&formid=2172&language=ENU&ck=32_DM6&urid=NBMEUSMLEReplacementUIv2_nsas/error-icon-default.svg");
}

.mat-radio-group {
  display: inline-block;
}

.mat-radio-button.mat-accent {
  border-collapse: collapse;
  box-sizing: border-box;
  color: rgb(33, 37, 41);
  display: inline-block;
  font-family: "Open Sans", Verdana, sans-serif;
  font-feature-settings: normal;
  font-kerning: auto;
  font-optical-sizing: auto;
  font-size: 14.6667px;
  font-size-adjust: none;
  font-stretch: 100%;
  font-style: normal;
  font-variant-alternates: normal;
  font-variant-caps: normal;
  font-variant-east-asian: normal;
  font-variant-emoji: normal;
  font-variant-ligatures: normal;
  font-variant-numeric: normal;
  font-variant-position: normal;
  font-variation-settings: normal;
  font-weight: 400;
  height: 21.3984px;
  letter-spacing: normal;
  line-height: 23.4667px;
  outline-color: rgb(33, 37, 41);
  outline-style: none;
  outline-width: 0;
  print-color-adjust: exact;
  text-align: start;
  text-indent: 0;
  text-size-adjust: 100%;
  user-select: none;
  white-space: normal;
  width: 28px;
  -webkit-border-horizontal-spacing: 2px;
  -webkit-border-vertical-spacing: 2px;
  -webkit-print-color-adjust: exact;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}

.mat-radio-label {
  align-items: center;
  cursor: pointer;
  display: inline-flex;
  user-select: none;
  vertical-align: middle;
  white-space: nowrap;
  width: 100%;
  -webkit-user-select: none;
}

.mat-radio-container {
  box-sizing: border-box;
  display: inline-block;
  flex-shrink: 0;
  height: 20px;
  position: relative;
  width: 20px;
}

.mat-radio-outer-circle {
  border-color: var(--redo-ink);
  border-radius: 50%;
  border-style: solid;
  border-width: 1px;
  box-sizing: border-box;
  display: block;
  height: 20px;
  left: 0;
  position: absolute;
  top: 0;
  transition: border-color ease 280ms;
  width: 20px;
}

.mat-radio-inner-circle {
  background-color: #2196f3;
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  height: 20px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  transform: scale(0.001);
  transition: transform ease 280ms, background-color ease 280ms, opacity linear 1ms 280ms;
  width: 20px;
  -webkit-print-color-adjust: exact;
  print-color-adjust: exact;
}

.mat-radio-checked .mat-radio-inner-circle {
  opacity: 1;
  transform: scale(0.5);
  transition: transform ease 280ms, background-color ease 280ms, opacity linear 1ms;
}

.mat-radio-input {
  box-sizing: border-box;
  cursor: inherit;
  height: 100%;
  left: 0;
  margin: 0;
  opacity: 0;
  padding: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: -1;
}

.mat-radio-button .mat-radio-ripple {
  height: 40px;
  left: calc(50% - 20px);
  pointer-events: none;
  position: absolute;
  top: calc(50% - 20px);
  width: 40px;
  z-index: 1;
}

.mat-radio-persistent-ripple {
  height: 100%;
  left: 0;
  opacity: 0;
  top: 0;
  transform: none;
  width: 100%;
}

.mat-radio-label-content {
  display: inline-block;
}

.redo-choice-letter {
  min-width: 20px;
  font-size: 1rem;
  color: #14558b;
  padding-left: 8px;
}

.redo-choice-letter-text {
  display: inline;
}

.redo-choice-text-cell {
  width: auto;
  padding: 8px 0 8px 8px;
  vertical-align: top;
  text-align: left;
}

.redo-choice-text {
  display: inline-block;
  width: 100%;
  font-size: 11pt;
  line-height: 1.58;
  padding-right: 20px
}

.redo-choice-strike-cell {
  width: 34px;
  padding: 8px 0 8px 8px;
  vertical-align: top;
  text-align: right;
}

.redo-choice-strike-button {
  border: 0;
  background: transparent;
  padding: 0;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.redo-choice-strike {
  display: block;
  width: 26px;
  height: 26px;
  opacity: 1;
}

.redo-choice-row.is-struck .redo-choice-letter-text,
.redo-choice-row.is-struck .redo-choice-text,
.redo-choice-row.is-struck .ITSMCOptionLabelText,
.redo-choice-row.is-struck .ITSMCOptionLabelTextOn,
.redo-choice-row.is-struck .ITSMCOptionLabelSeparator,
.redo-choice-row.is-struck .ITSMCOptionLabelSeparatorOn,
.redo-choice-row.is-struck .ITSMCOptionText,
.redo-choice-row.is-struck .ITSMCOptionTextOn {
  text-decoration: line-through;
}

.redo-choice-row.is-struck .redo-choice-strike {
  opacity: 0.3;
}

.redo-explanation-panel {
  margin-top: 20px;
  border: 0;
  background: transparent;
}

.redo-explanation-tabs {
  display: flex;
  gap: 0;
  flex-wrap: wrap;
  padding: 0;
  background: #fff;
  border-bottom: none;
}

.redo-tab {
  border: 1px solid #ddd;
  border-bottom: 0;
  border-radius: 4px 4px 0 0;
  margin-bottom: -1px;
  background: #f7f7f7;
  color: #495057;
  padding: 8px 14px;
  cursor: pointer;
  font-weight: 400;
  font-size: 11pt;
}

.redo-tab.is-active {
  background: #fff;
  color: #313131;
  border-color: #ddd;
  border-bottom: none;
}

.SOLUTION {
  display: block;
  max-width: 1120px;
  padding-bottom: 45px;
  padding-top: 10px;
  color: #000;
  font-family: "Arial Unicode MS", Arial_for_NBME, Arial, Helvetica, "Lucida Sans Unicode", "Trebuchet MS", sans-serif;
  font-size: 16px;
  font-stretch: 100%;
  line-height: 22.4px;
  text-align: left;
  touch-action: manipulation;
  unicode-bidi: isolate;
  user-select: text;
}

.SOLUTION p {
  margin: 0 0 0.1em;
}

.ITSMCAnswerText {
  display: block;
}

.its-item-visually-hidden {
  clip: rect(1px, 1px, 1px, 1px);
  height: 1px;
  overflow: hidden;
  position: absolute !important;
  width: 1px;
}

.redo-explanation-body {
  white-space: normal;
}

.redo-footer-nav {
  display: flex;
  align-items: center;
  justify-content: space-between;
  height: 60px;
  padding: 0 5px;
  background: #004976;
  border-top: 1px solid #004976;
  margin-top: auto;
  flex: 0 0 auto;
}

.redo-footer-left,
.redo-footer-right {
  flex: 1 1 0;
  display: flex;
  align-items: center;
}

.redo-footer-center {
  flex: 0 0 16.666%;
}

.redo-footer-right {
  justify-content: flex-end;
  gap: 12px;
}

.redo-footer-block-time {
  line-height: 20px;
  text-align: left;
  padding: 4px;
  font-size: 14px;
  font-weight: 700;
  outline: 1px solid rgba(255, 255, 255, 0.58);
  color: #ffffff;
}

.redo-footer-mode {
  display: inline-block;
  margin-top: 2px;
  font-size: 12px;
}

.redo-footer-tool {
  border: 0;
  background: transparent;
  color: #ffffff;
  cursor: pointer;
  padding: 0 6px;
  text-align: center;
  position: relative;
}

.redo-footer-tool:hover {
  background: rgba(255, 255, 255, 0.12);
}

.redo-footer-tool-icon {
  width: 30px;
  height: 30px;
  margin: 4px auto;
  padding: 4px;
  border: 1px solid #a8b9c9;
  border-radius: 5px;
  background: #f4f6f8;
  color: #111;
  display: flex;
  align-items: center;
  justify-content: center;
}

.redo-footer-flashcard {
  font-weight: 700;
}

.redo-footer-feedback::before {
  width: 18px;
  height: 14px;
  border-radius: 3px;
  border-width: 2px;
}

.redo-footer-tool:disabled {
  opacity: 0.38;
  cursor: not-allowed;
}

.redo-footer-reviewed {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  color: #ffffff;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.02em;
  line-height: 1.1;
  padding: 8px 14px;
  min-width: 108px;
  min-height: 38px;
  border: 1px solid rgba(255, 255, 255, 0.34);
  border-radius: 999px;
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.18), rgba(255, 255, 255, 0.08)),
    rgba(7, 40, 70, 0.34);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.18),
    0 8px 18px rgba(0, 0, 0, 0.14);
  transition:
    background-color 140ms ease,
    border-color 140ms ease,
    box-shadow 140ms ease,
    transform 140ms ease;
}

.redo-footer-reviewed::before {
  content: "";
  width: 16px;
  height: 16px;
  border-radius: 50%;
  border: 2px solid rgba(255, 255, 255, 0.82);
  background: rgba(255, 255, 255, 0.08);
  box-sizing: border-box;
  flex: 0 0 auto;
}

.redo-footer-reviewed:hover {
  background:
    linear-gradient(180deg, rgba(255, 255, 255, 0.24), rgba(255, 255, 255, 0.11)),
    rgba(11, 55, 91, 0.48);
  border-color: rgba(255, 255, 255, 0.52);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.2),
    0 10px 22px rgba(0, 0, 0, 0.18);
}

.redo-footer-reviewed:focus-visible {
  outline: none;
  box-shadow:
    0 0 0 3px rgba(255, 255, 255, 0.22),
    0 0 0 6px rgba(106, 201, 255, 0.36),
    inset 0 1px 0 rgba(255, 255, 255, 0.2);
}

.redo-footer-reviewed:active {
  transform: translateY(1px);
}

.redo-footer-reviewed.is-marked,
.redo-footer-reviewed[aria-pressed="true"] {
  border-color: rgba(175, 244, 198, 0.92);
  background:
    linear-gradient(180deg, rgba(161, 239, 191, 0.28), rgba(84, 196, 132, 0.32)),
    rgba(18, 104, 58, 0.72);
  box-shadow:
    inset 0 1px 0 rgba(255, 255, 255, 0.22),
    0 12px 24px rgba(3, 56, 24, 0.32);
}

.redo-footer-reviewed.is-marked::before,
.redo-footer-reviewed[aria-pressed="true"]::before {
  background: #ffffff;
  border-color: #ffffff;
  box-shadow: inset 0 0 0 4px #2f9d5d;
}

.redo-footer-reviewed .redo-footer-icon-text {
  color: #ffffff;
  background-color: transparent;
  padding: 0;
  border-radius: 0;
  white-space: nowrap;
}

.redo-lab-values-dock {
  position: relative;
  z-index: 2;
  display: flex;
  flex: 0 0 min(412px, 42vw);
  width: min(412px, 42vw);
  max-width: min(412px, 42vw);
  height: 100%;
  max-height: 100%;
  min-height: 0;
  align-self: stretch;
  background: transparent;
  overflow: hidden;
  transition: flex-basis 160ms ease, width 160ms ease;
}

.redo-lab-values-dock[hidden] {
  display: none;
}

.redo-lab-values-dock .labvalues-dialog-container {
  flex: 1 1 auto;
  min-height: 0;
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: static;
}

.redo-lab-values-dock .mat-dialog-container {
  height: 100%;
  min-height: 0;
  max-height: 100%;
  background: rgb(255, 255, 255);
  border-right: 1px solid #004976;
  box-shadow: none;
  overflow: hidden;
}

.redo-lab-values-dock .labvalues,
.redo-lab-values-dock .labvalues-different-themes-wrapper,
.redo-lab-values-dock .nbme-labvalues {
  height: 100%;
}

.redo-lab-values-dock .nbme-labvalues {
  display: flex;
  flex-direction: column;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  color: #1f2933;
  background: rgb(255, 255, 255);
}

.redo-lab-values-dock .docked-header {
  display: none;
  min-height: 0;
  padding: 0;
  background: rgb(255, 255, 255);
  color: #000000;
}

.redo-lab-values-dock .header-elements {
  flex: 1 1 auto;
}

.redo-lab-values-dock .active-header {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-weight: 700;
}

.redo-lab-vial {
  width: 12px;
  height: 20px;
  border: 2px solid currentColor;
  border-top-width: 5px;
  border-radius: 0 0 7px 7px;
}

.redo-lab-close {
  border: 0;
  background: transparent;
  color: #000000;
  cursor: pointer;
  font: inherit;
  font-size: 18px;
  line-height: 1;
}

.redo-lab-values-dock .body {
  flex: 1 1 auto;
  min-height: 0;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  background: rgb(255, 255, 255);
}

.redo-lab-values-dock .toppanel {
  background: rgb(255, 255, 255);
  flex: 0 0 auto;
  padding: 4px 10px 0;
}

.redo-lab-close-row {
  text-align: right;
  min-height: 32px;
  padding-bottom: 3px;
}

.redo-lab-values-dock .closeButton {
  appearance: none;
  background: transparent;
  border: 1.5px solid #004976;
  border-radius: 5px;
  color: #004976;
  cursor: pointer;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 21px;
  font-weight: 300;
  height: 26px;
  line-height: 1;
  padding: 0;
  width: 26px;
}

.redo-lab-search-row {
  display: flex;
  align-items: center;
  gap: 92px;
  justify-content: flex-start;
  margin-bottom: 28px;
}

.redo-lab-values-dock .search-wrapper {
  position: relative;
  display: block;
  flex: 0 1 128px;
  max-width: 46%;
  min-width: 120px;
}

.redo-lab-values-dock .close-icon {
  position: absolute;
  right: 6px;
  top: 50%;
  width: 14px;
  height: 14px;
  transform: translateY(-50%);
  border: 0;
  background: transparent;
  cursor: pointer;
}

.redo-lab-values-dock .close-icon::before,
.redo-lab-values-dock .close-icon::after {
  content: "";
  position: absolute;
  left: 6px;
  top: 1px;
  width: 2px;
  height: 12px;
  background: #4b5563;
}

.redo-lab-values-dock .close-icon::before {
  transform: rotate(45deg);
}

.redo-lab-values-dock .close-icon::after {
  transform: rotate(-45deg);
}

.redo-lab-values-dock .search {
  width: 100%;
  min-height: 20px;
  border: 1px solid #777777;
  border-radius: 3px;
  box-sizing: border-box;
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  padding: 2px 18px 2px 4px;
}

.redo-lab-values-dock .interval {
  align-items: center;
  display: inline-flex;
  gap: 7px;
  margin: 0;
  white-space: nowrap;
}

.redo-lab-values-dock .interval input {
  appearance: none;
  background: #ffffff;
  border: 1px solid #777777;
  border-radius: 3px;
  box-sizing: border-box;
  height: 14px;
  margin: 0;
  width: 14px;
}

.redo-lab-values-dock .interval input:checked {
  background: #ffffff;
  box-shadow: inset 0 0 0 5px #ffffff;
}

.redo-lab-values-dock .interval label {
  color: #000000;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 13px;
  line-height: 1.1;
}

.redo-lab-si-toggle {
  white-space: nowrap;
  font-size: 12px;
}

.redo-lab-si-toggle .mat-checkbox-layout {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.redo-lab-si-toggle .mat-checkbox-inner-container {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.redo-lab-si-toggle .mat-checkbox-input {
  margin: 0;
}

.redo-lab-values-dock .mat-tab-group {
  flex: 1 1 auto;
  min-height: 0;
  display: flex;
  flex-direction: column;
}

.redo-lab-values-dock .mat-tab-header {
  display: none;
}

.redo-lab-values-dock .redo-lab-tabs {
  display: flex;
  align-items: stretch;
  list-style: none;
  margin: 0 0 -1px;
  padding: 0;
}

.redo-lab-values-dock .redo-lab-tabs li {
  border: 1px solid rgb(187, 187, 204);
  border-bottom: 1px solid rgb(187, 187, 204);
  border-radius: 5px 5px 0 0;
  background: rgb(255, 255, 255);
  color: #000000;
  cursor: pointer;
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 12.5px;
  font-weight: 400;
  line-height: 1.2;
  margin-right: 5px;
  padding: 4px 6px 2px;
  user-select: none;
}

.redo-lab-values-dock .redo-lab-tabs li.active {
  background: rgb(216, 220, 236);
  border-bottom-color: rgb(216, 220, 236);
  color: #000000;
  font-weight: 700;
}

.redo-lab-values-dock .mat-tab-body-wrapper {
  flex: 1 1 auto;
  min-height: 0;
  overflow: auto;
  background: rgb(216, 220, 236);
  border-top: 0;
}

.redo-lab-values-dock .mat-tab-body,
.redo-lab-values-dock .mat-tab-body-content,
.redo-lab-values-dock .table-content {
  min-height: 100%;
  background: rgb(216, 220, 236);
}

.redo-lab-values-dock .table-content {
  display: flex;
  justify-content: center;
  align-items: flex-start;
}

.redo-lab-table {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  border-collapse: collapse;
  border-color: #9fb0bf;
  background: rgb(216, 220, 236);
  font-family: Arial, Verdana, Helvetica, sans-serif;
  font-size: 11.2px;
  line-height: 1.25;
}

.redo-lab-table th,
.redo-lab-table td {
  background: rgb(216, 220, 236);
  padding: 4px 6px;
  vertical-align: top;
  border-bottom: 1px solid rgb(187, 187, 203);
  text-align: left;
}

.redo-lab-table .table-cell-header,
.redo-lab-table .table-cell-header2,
.redo-lab-table .table-cell-header3 {
  color: #000000;
  font-weight: 400;
  text-transform: uppercase;
}

.redo-lab-table .table-cell-header2,
.redo-lab-table .table-cell-header3 {
  text-transform: none;
}

.redo-lab-table .table-cell-header2 {
  text-align: center;
}

.redo-lab-table .lab-section-row td[colspan="2"],
.redo-lab-table .lab-subsection-row td[colspan="2"] {
  width: 100%;
}

.redo-lab-table .lab-section-row b,
.redo-lab-table .lab-section-row i {
  font-weight: 700;
  font-style: italic;
}

.redo-lab-table .lab-subsection-row b {
  font-weight: 700;
}

.redo-lab-table .table-cell-header,
.redo-lab-table .table-cell-1,
.redo-lab-table .table-cell-1-indent1 {
  width: 58%;
}

.redo-lab-table .table-cell-header2,
.redo-lab-table .table-cell-2 {
  width: 42%;
}

.redo-lab-table .table-cell-header3,
.redo-lab-table .table-cell-3 {
  width: 33%;
}

.redo-lab-table .table-cell-1-indent1 {
  padding-left: 24px;
}

.redo-lab-si-cell[hidden] {
  display: none;
}

@media (min-width: 1280px) {
  .redo-stem-paragraph {
    width: 75%;
  }
}

@media (max-width: 1180px) {
  .redo-nav {
    height: 220px;
    min-height: 220px;
  }
}

@media (max-width: 820px) {
  .redo-filters {
    column-gap: 10px;
    row-gap: 8px;
  }

  .redo-summary-bar {
    justify-content: flex-start;
  }

  .redo-footer-nav {
    height: auto;
    min-height: 60px;
    flex-wrap: wrap;
  }
}

@media (max-width: 640px) {

  .redo-panel,
  .redo-summary-bar {
    padding-left: 10px;
    padding-right: 10px;
  }

  .redo-question-surface {
    padding: 1px;
  }

  .redo-stage {
    height: calc(100dvh - 12px);
    min-height: 0;
  }

  .redo-question-content {
    padding: 0px 6px;
  }

  .redo-choice-left-cell {
    max-width: 132px;
  }

  .redo-choice-strike-cell {
    display: none;
  }

  .redo-footer-nav {
    align-items: flex-start;
  }
}

@media (max-width: 760px) {

  html,
  body {
    overflow-x: hidden;
  }

  body {
    background: #e6edf5;
  }

  main {
    width: 100%;
  }

  section {
    border-radius: 8px;
  }

  body {
    --summary-min: 0;
    --summary-gap: 6px;
    --stat-padding: 8px 10px;
  }

  .redo-page-header-group {
    padding-left: 0;
    padding-right: 0;
  }

  .redo-topbar {
    margin-left: 0;
    margin-right: 0;
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 0;
    border-radius: 14px;
  }

  .redo-topbar-body {
    display: block;
    padding: 12px;
  }

  .redo-panel {
    padding: 0;
    background: transparent;
  }

  .redo-filters {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 10px;
    row-gap: 10px;
    align-items: stretch;
  }

  .redo-filters-cms {
    grid-template-columns: 1fr;
  }

  .filter-field {
    min-width: 0;
    width: 100%;
  }

  .redo-custom-select {
    min-width: 0;
    max-width: none;
    width: 100%;
  }

  select {
    min-height: 36px;
    font-size: 16px;
    padding-right: 32px;
  }

  .filter-field select {
    min-width: 0;
    width: 100%;
    max-width: 100%;
    padding: 7px 34px 7px 10px;
    font-size: 16px;
    margin-block-start: 0;
  }

  .redo-marked-filter-row {
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 10px;
  }

  .redo-checkbox-filter {
    flex-wrap: wrap;
    justify-content: flex-start;
    width: 100%;
  }

  .redo-summary-bar {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    min-width: 0;
    padding: 8px 10px;
    gap: 8px;
  }

  .redo-summary-pill {
    flex: 0 1 auto;
    min-width: 0;
  }

  .redo-stage {
    height: auto;
    min-height: calc(100dvh - 16px);
    border-radius: 16px;
    border-color: #b4c7d8;
    background: linear-gradient(180deg, #ffffff 0%, #edf3f9 100%);
    box-shadow: 0 12px 26px rgba(34, 37, 41, 0.08);
  }

  .redo-question-frame {
    min-width: 0;
    border: 0;
    border-radius: 16px;
    background: transparent;
  }

  .redo-app-topbar {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    height: auto;
    min-height: 54px;
    gap: 8px;
    padding: 8px 10px;
  }

  .redo-header-left,
  .redo-header-right {
    flex: 0 1 auto;
    min-width: 0;
  }

  .redo-header-left {
    grid-column: 1 / -1;
  }

  .redo-header-question-details {
    min-width: 0;
    width: 100%;
    padding: 7px 10px;
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.08);
    font-size: 12px;
    line-height: 1.1;
  }

  .redo-header-nav {
    flex: 1 1 auto;
    min-width: 0;
    justify-content: space-between;
    gap: 4px;
  }

  .redo-header-nav-button,
  .redo-header-tool {
    padding: 4px 3px;
  }

  .redo-header-nav-icon,
  .redo-header-tool-icon {
    width: 24px;
    height: 24px;
    margin: 2px auto;
  }

  .redo-header-icon-text {
    font-size: 10px;
  }

  .redo-header-nav-status {
    font-size: 12px;
    padding: 0 2px;
  }

  .redo-question-surface {
    min-width: 0;
    padding: 6px;
    background: transparent;
  }

  .redo-question-card {
    flex-basis: auto;
    width: 100%;
    height: 100%;
    min-height: 0;
    border-radius: 14px;
    border-color: #b4c7d8;
    background-image: linear-gradient(180deg, #ffffff 0%, #f3f7fb 100%);
    box-shadow: 0 8px 18px rgba(34, 37, 41, 0.08);
  }

  .redo-question-content {
    min-width: 0;
    padding: 14px 12px 20px;
  }

  .redo-bookmark-question {
    gap: 7px;
  }

  .redo-question-title {
    font-size: 0.98rem;
  }

  .redo-question-text {
    font-size: 15px;
    line-height: 1.45;
  }

  .redo-stem-paragraph {
    overflow-wrap: break-word;
  }

  .redo-answer-card {
    min-width: 0;
    width: 100%;
    max-width: 100%;
  }

  .optionOutline {
    display: block;
    min-width: 0;
    width: 100%;
    max-width: 100%;
    margin-top: 14px;
  }

  .redo-choice-row {
    padding: 0 4px;
  }

  .its-item-table,
  .ITSMCOptionTable,
  .ITSMCOptionTableOn {
    width: 100%;
  }

  .label-box>label,
  .ITSMCOptionTextCell {
    min-width: 0;
  }

  .ITSMCOptionTextCell {
    white-space: normal;
    padding-right: 4px;
  }

  .ITSMCOptionText,
  .ITSMCOptionTextOn,
  .redo-choice-text {
    max-width: none;
    white-space: normal;
    overflow-wrap: anywhere;
    word-break: break-word;
  }

  .ITSMCOptionStrikeout {
    padding: 0 4px 0 8px;
  }

  .redo-choice-strike {
    width: 22px;
    height: 22px;
  }

  .proceed-to-next-btn {
    position: static;
    width: min(100%, 240px);
    margin: 16px auto 24px;
    border-radius: 999px;
    font-weight: 700;
  }

  .SOLUTION {
    max-width: 100%;
    padding-bottom: 28px;
    font-size: 15px;
    line-height: 21px;
    overflow-wrap: anywhere;
  }

  .redo-explanation-panel {
    margin-top: 14px;
  }

  .redo-footer-nav {
    min-height: 54px;
    padding: 4px 5px;
  }

  .redo-footer-left {
    flex: 0 1 auto;
  }

  .redo-footer-center {
    display: none;
  }

  .redo-footer-right {
    flex: 1 1 auto;
    justify-content: flex-end;
    gap: 8px;
  }

  .redo-footer-block-time {
    font-size: 11px;
    line-height: 14px;
  }

  .redo-footer-mode {
    font-size: 10px;
  }

  .redo-footer-tool-icon {
    width: 24px;
    height: 24px;
    margin: 2px auto;
  }

  .redo-footer-icon-text,
  .redo-footer-reviewed {
    font-size: 11px;
  }

  .redo-lab-values-dock {
    flex: 0 0 min(460px, 92vw);
    width: min(460px, 92vw);
    max-width: min(460px, 92vw);
    height: 100%;
  }

  .redo-lab-values-dock .labvalues-dialog-container {
    max-width: 100%;
  }

  .redo-lab-values-dock .mat-dialog-container {
    border: 0;
  }
}

@media (max-width: 430px) {

  body {
    --summary-min: 100%;
  }

  .redo-filters {
    grid-template-columns: 1fr;
  }

  .redo-summary-bar {
    grid-template-columns: 1fr;
  }

  .redo-app-topbar {
    min-height: 50px;
  }

  .redo-header-question-details {
    min-width: 74px;
    font-size: 10px;
  }

  .redo-header-nav-button {
    min-width: 42px;
  }

  .redo-header-icon-text {
    font-size: 9px;
  }

  .redo-header-tool-icon {
    width: 22px;
    height: 22px;
  }

  .redo-question-content {
    padding: 12px 10px 16px;
  }

  .redo-mark-level {
    font-size: 12px;
  }

  .ITSMCOptionLabelTextCell {
    padding-left: 4px;
  }


  .ITSMCOptionStrikeout {
    padding-left: 5px;
  }

  .redo-footer-block-time {
    display: none;
  }

  .redo-footer-right {
    justify-content: space-between;
  }
}
