/* Unified icon stepper for every repairOS wizard layout. */
body.ros-wizard-active .ros-frontend-wizard,
html.ros-has-wizard body .ros-frontend-wizard {
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: 100% !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper {
  --ros-icon-stepper-accent: var(--ros-wizard-step-active-bg, #218cff);
  --ros-icon-stepper-accent-text: #0b5fc7;
  --ros-icon-stepper-done: var(--ros-wizard-step-done-bg, var(--ros-icon-stepper-accent));
  --ros-icon-stepper-icon-base: var(--ros-wizard-stepper-icon-color, #111827);
  --ros-icon-stepper-active-icon: var(--ros-wizard-step-active-number-color, #ffffff);
  --ros-icon-stepper-border: var(--ros-wizard-stepper-border-color, #dfe5ed);
  --ros-icon-stepper-divider: var(--ros-wizard-stepper-line-color, #c9d1dc);
  --ros-icon-stepper-fill: var(--ros-wizard-stepper-completed-fill-color, #eef4fb);
  --ros-icon-stepper-circle: 42px;
  position: relative !important;
  display: grid !important;
  grid-auto-flow: column !important;
  grid-auto-columns: minmax(0, 1fr) !important;
  align-items: stretch !important;
  justify-content: stretch !important;
  gap: 0 !important;
  box-sizing: border-box !important;
  width: min(100%, 960px) !important;
  max-width: 100% !important;
  min-height: 82px !important;
  height: auto !important;
  margin: 14px auto 20px !important;
  padding: 8px 10px 7px !important;
  border: 1px solid #e2e7ee !important;
  border-radius: 18px !important;
  background: rgba(255, 255, 255, .98) !important;
  background-image: none !important;
  box-shadow: 0 10px 28px rgba(15, 23, 42, .07), 0 1px 0 rgba(255, 255, 255, .96) inset !important;
  clip-path: none !important;
  overflow: visible !important;
  isolation: isolate !important;
  transform: none !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper::before,
body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper::after,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper::before,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper::after {
  content: none !important;
  display: none !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step {
  -webkit-appearance: none !important;
  appearance: none !important;
  position: relative !important;
  z-index: 1 !important;
  display: flex !important;
  flex-direction: column !important;
  align-items: center !important;
  justify-content: flex-start !important;
  grid-template: none !important;
  gap: 0 !important;
  box-sizing: border-box !important;
  width: 100% !important;
  min-width: 0 !important;
  max-width: none !important;
  min-height: 62px !important;
  height: auto !important;
  margin: 0 !important;
  padding: 0 5px !important;
  border: 0 !important;
  border-radius: 14px !important;
  background: transparent !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #536176 !important;
  color: color-mix(in srgb, var(--ros-icon-stepper-icon-base) 62%, #94a3b8) !important;
  font: inherit !important;
  text-align: center !important;
  text-decoration: none !important;
  clip-path: none !important;
  overflow: visible !important;
  transform: none !important;
  cursor: default !important;
  -webkit-tap-highlight-color: transparent;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.completed:not(.active),
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.completed:not(.active) {
  cursor: pointer !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:not(:first-child)::before,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:not(:first-child)::before {
  content: "" !important;
  position: absolute !important;
  z-index: 0 !important;
  top: 15px !important;
  left: 0 !important;
  display: block !important;
  width: 1px !important;
  height: 31px !important;
  border: 0 !important;
  border-radius: 999px !important;
  background: var(--ros-icon-stepper-divider) !important;
  background-image: none !important;
  box-shadow: none !important;
  opacity: .72 !important;
  transform: none !important;
  pointer-events: none !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:first-child::before,
body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step::after,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:first-child::before,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step::after {
  content: none !important;
  display: none !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-orb,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-orb {
  position: relative !important;
  z-index: 2 !important;
  display: inline-flex !important;
  flex: 0 0 var(--ros-icon-stepper-circle) !important;
  align-items: center !important;
  justify-content: center !important;
  grid-column: auto !important;
  grid-row: auto !important;
  align-self: auto !important;
  justify-self: auto !important;
  box-sizing: border-box !important;
  width: var(--ros-icon-stepper-circle) !important;
  min-width: var(--ros-icon-stepper-circle) !important;
  max-width: var(--ros-icon-stepper-circle) !important;
  height: var(--ros-icon-stepper-circle) !important;
  min-height: var(--ros-icon-stepper-circle) !important;
  max-height: var(--ros-icon-stepper-circle) !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 2px solid var(--ros-icon-stepper-border) !important;
  border-radius: 50% !important;
  background: #ffffff !important;
  background-image: none !important;
  box-shadow: none !important;
  color: #536176 !important;
  color: color-mix(in srgb, var(--ros-icon-stepper-icon-base) 62%, #94a3b8) !important;
  overflow: visible !important;
  transform: none !important;
  transition: border-color .2s ease, background-color .2s ease, box-shadow .2s ease, color .2s ease !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-orb::before,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-orb::before {
  content: none !important;
  display: none !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-icon,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-icon {
  position: static !important;
  display: block !important;
  flex: 0 0 auto !important;
  width: 22px !important;
  height: 22px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  background-color: currentColor !important;
  background-image: none !important;
  -webkit-mask-image: var(--ros-step-icon-url) !important;
  mask-image: var(--ros-step-icon-url) !important;
  -webkit-mask-position: center !important;
  mask-position: center !important;
  -webkit-mask-repeat: no-repeat !important;
  mask-repeat: no-repeat !important;
  -webkit-mask-size: contain !important;
  mask-size: contain !important;
  opacity: 1 !important;
  filter: none !important;
  transform: none !important;
  pointer-events: none !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-meta,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-meta {
  position: relative !important;
  z-index: 3 !important;
  display: flex !important;
  flex-direction: row !important;
  align-items: center !important;
  justify-content: center !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: 100% !important;
  min-width: 0 !important;
  margin: 7px 0 0 !important;
  padding: 0 !important;
  background: transparent !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-no,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-no {
  display: none !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step small,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step small {
  position: static !important;
  z-index: auto !important;
  display: block !important;
  grid-column: auto !important;
  grid-row: auto !important;
  width: auto !important;
  max-width: 100% !important;
  margin: 0 !important;
  padding: 0 !important;
  color: #5b677a !important;
  font-family: var(--font-family-main, "Bai Jamjuree", Arial, sans-serif) !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  line-height: 1.12 !important;
  letter-spacing: 0 !important;
  text-align: center !important;
  text-transform: none !important;
  white-space: nowrap !important;
  align-self: center !important;
  justify-self: auto !important;
  opacity: 1 !important;
  transform: none !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active .ros-step-orb,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active .ros-step-orb {
  border-color: #ffffff !important;
  background: var(--ros-icon-stepper-accent) !important;
  color: var(--ros-icon-stepper-active-icon) !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px rgba(33, 140, 255, .22), 0 7px 16px rgba(33, 140, 255, .18) !important;
  box-shadow: 0 0 0 2px #ffffff, 0 0 0 3px color-mix(in srgb, var(--ros-icon-stepper-accent) 25%, transparent), 0 7px 16px color-mix(in srgb, var(--ros-icon-stepper-accent) 20%, transparent) !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active .ros-step-orb::after,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active .ros-step-orb::after {
  content: "" !important;
  position: absolute !important;
  z-index: 4 !important;
  left: 50% !important;
  bottom: -7px !important;
  display: block !important;
  box-sizing: border-box !important;
  width: 8px !important;
  height: 8px !important;
  border: 2px solid #ffffff !important;
  border-radius: 50% !important;
  background: var(--ros-icon-stepper-accent) !important;
  box-shadow: 0 0 0 1px rgba(33, 140, 255, .24) !important;
  transform: translateX(-50%) !important;
  pointer-events: none !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active small,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active small {
  color: var(--ros-icon-stepper-accent-text) !important;
  color: color-mix(in srgb, var(--ros-icon-stepper-accent) 62%, #0f172a) !important;
  font-weight: 750 !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.completed:not(.active) .ros-step-orb,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.completed:not(.active) .ros-step-orb {
  border-color: var(--ros-icon-stepper-done) !important;
  background: var(--ros-icon-stepper-fill) !important;
  color: var(--ros-icon-stepper-done) !important;
  box-shadow: 0 0 0 2px rgba(33, 140, 255, .08) !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.completed:not(.active) small,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.completed:not(.active) small {
  color: #526276 !important;
}

body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:focus-visible,
html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:focus-visible {
  outline: 3px solid #0b63ce !important;
  outline-offset: 3px !important;
}

@media (min-width: 1025px) {
  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper {
    --ros-icon-stepper-circle: 42px;
    width: min(100%, 960px) !important;
    min-height: 82px !important;
    margin: 14px auto 20px !important;
    padding: 8px 10px 7px !important;
    border-radius: 18px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step {
    min-height: 62px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:not(:first-child)::before,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:not(:first-child)::before {
    top: 15px !important;
    height: 31px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-icon,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-icon {
    width: 22px !important;
    height: 22px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step small,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step small {
    font-size: 13px !important;
  }
}

@media (min-width: 721px) and (max-width: 1024px) {
  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper {
    --ros-icon-stepper-circle: 38px;
    width: 100% !important;
    max-width: 100% !important;
    min-height: 74px !important;
    margin: 12px auto 18px !important;
    padding: 7px 6px 6px !important;
    padding-left: max(6px, env(safe-area-inset-left)) !important;
    padding-right: max(6px, env(safe-area-inset-right)) !important;
    border-radius: 17px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step {
    min-height: 55px !important;
    padding: 0 4px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:not(:first-child)::before,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:not(:first-child)::before {
    top: 13px !important;
    height: 28px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-icon,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-icon {
    width: 20px !important;
    height: 20px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-meta,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-meta {
    margin-top: 6px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step small,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step small {
    font-size: 12px !important;
  }
}

@media (max-width: 720px) {
  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper {
    --ros-icon-stepper-circle: clamp(28px, 8.5vw, 34px);
    width: 100% !important;
    max-width: 100% !important;
    min-height: 62px !important;
    margin: 10px auto 16px !important;
    padding: 6px 5px 5px !important;
    padding-left: max(5px, env(safe-area-inset-left)) !important;
    padding-right: max(5px, env(safe-area-inset-right)) !important;
    border-radius: 15px !important;
    box-shadow: 0 7px 20px rgba(15, 23, 42, .06), 0 1px 0 rgba(255, 255, 255, .96) inset !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step {
    min-height: 46px !important;
    padding: 0 1px !important;
    border-radius: 10px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:not(:first-child)::before,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step:not(:first-child)::before {
    top: 10px !important;
    height: 24px !important;
    opacity: .62 !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-icon,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-icon {
    width: clamp(15px, 4.8vw, 18px) !important;
    height: clamp(15px, 4.8vw, 18px) !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-meta,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step-meta {
    margin-top: 5px !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper .ros-step small,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper .ros-step small {
    max-width: none !important;
    font-size: clamp(8.5px, 2.35vw, 9.5px) !important;
    line-height: 1.05 !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active .ros-step-orb,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active .ros-step-orb {
    box-shadow: 0 0 0 1px #ffffff, 0 0 0 3px rgba(33, 140, 255, .20), 0 5px 12px rgba(33, 140, 255, .16) !important;
  }

  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active .ros-step-orb::after,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper > .ros-step.active .ros-step-orb::after {
    bottom: -6px !important;
    width: 7px !important;
    height: 7px !important;
    border-width: 2px !important;
    box-shadow: 0 0 0 1px rgba(33, 140, 255, .26) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  body.ros-wizard-active #ros-stepper#ros-stepper.ros-icon-stepper *,
  html.ros-has-wizard body #ros-stepper#ros-stepper.ros-icon-stepper * {
    transition: none !important;
    animation: none !important;
  }
}
