.register-header {
  height: auto;
  display: flex;
  flex-direction: column;
  padding: 0;
  align-items: flex-start;
  justify-content: flex-start;
  margin-bottom: 24px;
  width: 100%;
}

.register-header-dots {
  width: 100%;
  display: flex;
  align-items: center;
  margin-bottom: 8px;
}

.register-header-dot {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background-color: rgba(6, 6, 8, 0.15);
}

.register-header-dot.padded-left {
  margin-left: 24px;
}

.register-header-dot.padded-right {
  margin-right: 24px;
}

.register-header-dot.active {
  background-color: var(--color-amber);
}

.register-header-line {
  flex: 1;
  height: 1px;
  background-color: rgba(6, 6, 8, 0.15);
}

.register-header-steps {
  width: 100%;
  display: flex;
  justify-content: space-between;
}

.register-header-step.confirm-email {
  margin-left: 32px;
}

.register-header-step {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 10px;
  font-weight: 500;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: rgba(6, 6, 8, 0.6);
}
