.step-bar {
  position: sticky;
  bottom: 0px;
  z-index: 90;
  display: flex;
  width: 100%;
  align-items: stretch;
  justify-content: center;
  --tw-bg-opacity: 1;
  background-color: rgb(255 255 255 / var(--tw-bg-opacity));
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 0.5rem;
  padding-right: 0.5rem;
}

.step {
  display: flex;
}

.step-group {
  flex-shrink: 0;
}

.step-dot {
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 4px;
  height: 1rem;
  width: 1rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 231 238 / var(--tw-bg-opacity));
}

.step-line {
  width: 100vw;
  max-width: 10vw;
  height: 1px;
  margin: 8px 4px 0px;
  --tw-bg-opacity: 1;
  background-color: rgb(227 231 238 / var(--tw-bg-opacity));
}

.step-title {
  text-align: center;
  font-size: 0.75rem;
}

.step.done .step-dot {
  --tw-bg-opacity: 1;
  background-color: rgb(255 103 0 / var(--tw-bg-opacity));
}

.step.done .step-line {
  --tw-bg-opacity: 1;
  background-color: rgb(255 103 0 / var(--tw-bg-opacity));
}

/*# sourceMappingURL=step-bar.css.map */
