.stepper-wrapper {
  position: sticky;
  top: 0px;
  z-index: 50;
  margin-bottom: 0.5rem;
  border-radius: 0.5rem;
  border-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgb(209 213 219 / var(--tw-border-opacity, 1));
  background-color: #ffffffb6;
  padding-top: 1rem;
  padding-bottom: 1rem;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
  --tw-backdrop-blur: blur(24px);
  backdrop-filter: var(--tw-backdrop-blur) var(--tw-backdrop-brightness) var(--tw-backdrop-contrast) var(--tw-backdrop-grayscale) var(--tw-backdrop-hue-rotate) var(--tw-backdrop-invert) var(--tw-backdrop-opacity) var(--tw-backdrop-saturate) var(--tw-backdrop-sepia)
}

.stepper {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0px
}

.step {
  display: flex;
  width: 14ch;
  max-width: 100%;
  flex-direction: row;
  align-items: center;
  gap: 0.5rem
}

.step-number,
.step-mobile-number {
  display: flex;
  aspect-ratio: 1 / 1;
  width: -moz-max-content;
  width: max-content;
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  border-radius: 0.375rem;
  background-color: #0000008C;
  padding: 0.5rem;
  font-size: 0.875rem;
  line-height: 1.25rem;
  font-weight: 500;
  line-height: 1;
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms
}

.step-number.active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 136 64 / var(--tw-bg-opacity, 1))
}

.step-label,
.step-mobile-label {
  text-align: left;
  font-size: 0.875rem;
  line-height: 1.25rem;
  line-height: 1.25;
  --tw-text-opacity: 1;
  color: rgb(115 115 115 / var(--tw-text-opacity, 1))
}

.step-line {
  margin-left: 0.5rem;
  margin-right: 0.5rem;
  height: 0.125rem;
  flex-grow: 1;
  --tw-bg-opacity: 1;
  background-color: rgb(156 163 175 / var(--tw-bg-opacity, 1));
  transition-property: color, background-color, border-color, text-decoration-color, fill, stroke;
  transition-timing-function: cubic-bezier(0.4, 0, 0.2, 1);
  transition-duration: 300ms
}

.step-line.active {
  --tw-bg-opacity: 1;
  background-color: rgb(23 136 64 / var(--tw-bg-opacity, 1))
}

@media (max-width: 639px) {
  .stepper {
    width: 100%;
    flex-direction: column;
    align-items: center
  }

  .step {
    max-width: none;
    flex-direction: column;
    align-items: center;
    gap: 0.25rem
  }

 .step-label {
    font-size: 0.75rem;
    line-height: 1rem
  }

  .step-line {
    margin-left: 0px;
    margin-right: 0px;
    margin-top: 0.25rem;
    margin-bottom: 0.25rem;
    width: 0.125rem;
    height: 15px
  }
}