.steps-wrapper {
  background: #0B092F;
  padding: 5px 20px;
  height: 46px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 20px;
  color: #fff;
}

.step-1-controller {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 6px;
}

.step-1-controller svg {
  width: 20px;
  height: 20px;
}

.steps {
  display: flex;
  gap: 12px;
  color: #5A5891;
  font-weight: 500;
  align-items: center;
}

span.step-nr {
  background: #5A5891;
  border-radius: 999px;
  color: #040143;
  width: 20px;
  display: inline-flex;
  height: 20px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  line-height: 1;
}

.step {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 140px;
}

.step.step-1 {
  justify-content: right;
}

.step.step-2 {
  width: auto;
}

.step.step-3 {
  justify-content: flex-start;
}

.active span.step-nr {
  background: #564EF0;
  color: #fff;
}

.active span.step-text {
  color: #fff;
}

.step-divider {
  width: 80px;
  height: 1px;
  background: #5A5891;
}

.step-divider.active {
  background: #564EF0;
}

span#site-name {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
}

section.step-section {
  width: 100%;
  height: auto;
  overflow: hidden;
  display: none;
}

section.step-section.step-1 {
  /*width: calc(100% - 12px);*/
  height: calc(100dvh - 97px);
  /*margin: 6px;*/
  /*border-radius: 6px;*/
  /*box-shadow: 0 0 8px 0 rgb(0 0 0);*/
}

.no-url-provided {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
  color: rgba(0, 0, 0, 0.55);
  font-weight: 500;
  font-size: 20px;
  text-align: center;
  padding: 0 20px;
  box-sizing: border-box;
}

section.step-section.active {
  display: block;
}

svg.left-arrow.mobile-only {
  width: 20px;
}

svg.arrow {
  width: 20px;
}

.right-controller svg.arrow {
  transform: rotate(180deg);
}

.steps-text {
  color: #fff;
}

.steps.mobile-only {
  flex-direction: column;
  flex: 0 0 calc(100% - 80px);
  display: none;
}

.steps-bars {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.steps-bars {
  display: flex;
  gap: 12px;
  align-items: center;
  width: 100%;
}

.step-bar {
  height: 4px;
  background: #5A5891;
  width: 100%;
  border-radius: 5px;
}

.step-bar.active {
  background: #564EF0;
}

section.step-section.step-2,
section.step-section.step-3 {
  min-height: calc(100vh - 97px);
  background: #0B092F;
  flex-direction: column;
  align-items: center;
  justify-content: flex-start;
  color: #fff;
}

section.step-section.step-2.active,
section.step-section.step-3.active {
  display: flex;
}

.step-section .section-1__subtitle {
  color: #fff;
  font-size: 20px;
}

.signup-options {
  width: 100%;
  max-width: 600px;
}

.signup-with-email {
  width: 100%;
  background: #fff;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  gap: 16px;
  padding: 12px;
  box-sizing: border-box;
}

.signup-with-email input {
  border: none;
  outline: none;
  height: 46px;
  width: 280px;
  font-size: 16px;
  letter-spacing: .8px;
  color: #0B092F;
  font-family: "Plus Jakarta Sans", sans-serif;
}

svg.email-prefix,
svg.verification-code-prefix {
  width: 24px;
  height: 20px;
  margin-bottom: -2px;
  margin-left: 60px;
}

.signup-send-verification {
  background: #564EF0;
  margin-top: 24px;
  height: 72px;
  border-radius: 6px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}

.signup-send-icon {
  position: absolute;
  right: 10px;
  top: calc(50% - 20px);
  width: 40px;
  height: 40px;
  background: #fff;
  border-radius: 50%;
  padding: 10px;
  box-sizing: border-box;
}

.signup-send-verification:hover {
  background: #3b32c4;
  cursor: pointer;
}

.signup-send-verification:active {
  background: #2e27a8;
}

.signup-with-google {
  border: 1px solid #564EF0;
  background: #120F3E;
  border-radius: 6px;
  height: 72px;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  cursor: pointer;
}

.signup-with-google svg {
  width: 20px;
  height: 20px;
}

a.signup-with-google {
  color: #fff;
  text-decoration: none;
}

.signup-with-google:hover {
  background: #3b32c4;
}

.signup-with-google:active {
  background: #2e27a8;
}

.or-divider {
  text-align: center;
  margin: 40px 0;
}

.step-section .section-1__content {
  margin: 6% auto;
  gap: 8px;
  min-height: 550px;
}

.step-section h1.section-1__title {
  font-size: 50px;
  margin: 20px auto;
}

.code-snippet {
  border: 1px solid #564EF0;
  background: #120F3E;
  padding: 12px;
  box-sizing: border-box;
  margin-top: 40px;
  border-radius: 6px;
  max-width: 600px;
  gap: 10px;
}

.code-snippet pre {
  white-space: normal;
  word-break: break-word;
}

.copy-code-button {
  background: #564EF0;
  width: 100%;
  max-width: 600px;
  margin-top: 20px;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 72px;
  border-radius: 6px;
  cursor: pointer;
  gap: 12px;
}

.copy-code-button svg {
  width: 20px;
  fill: #fff;
}

.copy-code-button:hover {
  background: #3b32c4;
}

.copy-code-button:active {
  background: #2e27a8;
}

section.step-section.active {
  position: relative;
}

.spinner-wrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #ffffffd9;
  top: 0;
  left: 0;
  z-index: 10;
  opacity: 1;
  transition: opacity 0.3s ease-in-out;
}

.spinner-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  max-width: 600px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}

.spinner-text {
  font-size: 18px;
  color: #0b092f;
  text-align: center;
  font-weight: 500;
  min-width: 350px;
}

span#site-url {
  font-weight: 300;
  text-decoration: underline;
  font-size: 16px;
}

#spinner {
  width: 200px;
}

.lower-footer.fixed {
  position: fixed;
  bottom: 0;
  width: 100%;
  background: #0b092f;
  padding: 6px 20px;
  box-sizing: border-box;
}

.lower-footer.fixed p,
.lower-footer.fixed a {
  color: #fff;
}

header.steps-header {
  padding: 4px 20px;
}

.left-controller,
.right-controller {
  width: 130px;
}

.next-button,
.prev-button {
  border: 1px solid #564EF0;
  border-radius: 6px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  color: #fff;
}

.next-button:hover,
.prev-button:hover {
  background: #3b32c4;
}

.next-button:active,
.prev-button:active {
  background: #2e27a8;
}

.next-button.disabled,
.prev-button.disabled {
  opacity: .5;
  cursor: not-allowed;
  background: none;
  color: #564EF0;
  border: 1px solid #564EF0;
}

.next-preview {
  border: 1px solid #564EF0;
  border-radius: 6px;
  height: 30px;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  cursor: pointer;
  color: #564EF0;
  display: none;
  padding: 0 20px;
}

.next-preview a {
  color: #564EF0;
  text-decoration: none;
  font-weight: 400;
}

.next-preview:hover {
  background: #ddd;
  color: #5A5891;
}

.next-preview:active {
  background: #bbb;
  color: #0b092f;
}

.next-preview.disabled {
  opacity: .5;
  cursor: not-allowed;
  background: none;
  color: #564EF0;
  border: 1px solid #564EF0;
}

.loading-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 8px;
  min-height: 550px;
  position: absolute;
  width: 100%;
  height: 100%;
}

.loading-wrapper svg {
  width: 150px;
  height: 150px;
}

.loading-wrapper p {
  margin: -28px 0 0;
}

.loading-wrapper.hidden {
  opacity: 0;
  z-index: -1;
}


.signup-options.hidden {
  display: none;
}

div#verification-wrapper {
  width: 100%;
  max-width: 600px;
  margin: 40px 0 100px;
}

#login-wrapper label {
  margin-bottom: 12px;
}

.forgot-password {
  font-size: 14px;
  color: #fff;
  margin-top: 4px;
  text-decoration: underline;
  cursor: pointer;
}

.form-info-text {
  margin-bottom: 24px;
  font-size: 14px;
  background: #ffaf6e;
  padding: 6px 12px;
  color: #0c0c0c;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
}

.form-info-text svg {
  width: 24px;
  flex: 0 0 24px;
}

.form-error-text {
  margin-bottom: 24px;
  margin-top: -23px;
  font-size: 14px;
  background: #ff6e6e;
  padding: 6px 12px;
  color: #0c0c0c;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
}

.form-error-text svg {
  width: 24px;
  flex: 0 0 24px;
}

.form-error-text.hidden {
  display: none;
}

.form-success-text {
  margin-bottom: 24px;
  font-size: 14px;
  background: #8eef8e;
  padding: 6px 12px;
  color: #0c0c0c;
  display: flex;
  align-items: center;
  gap: 12px;
  border-radius: 4px;
}

.form-success-text svg {
  width: 24px;
  flex: 0 0 24px;
}

.form-success-text.hidden {
  display: none;
}

/* hide .form-success-text if next element .form-error-text has not class .hidden */
.form-success-text:has(+ .form-error-text:not(.hidden)) {
  display: none;
}

.signup-header {
  text-align: center;
  margin-bottom: 40px;
}

.signup-header.hidden {
  display: none;
}

div#change-wrapper label {
  margin-bottom: 12px;
}


.form-info-text:has(+ :not(.hidden)) {
  display: none;
}

.loading-subscribe {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.79);
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  z-index: -1;
  opacity: 0;
  transition: opacity 0.3s ease-in-out, z-index 0.3s ease-in-out;
}

.loading-subscribe.active {
  z-index: 1000;
  opacity: 1;
}

.loading-subscribe__content {
  max-width: 600px;
  text-align: center;
}

.loading-subscribe__spinner {
  width: 150px;
  margin: 0 auto 20px;
}

.loading-subscribe__text {
  font-size: 26px;
  font-weight: 400;
}

.loading-subscribe__spinner {
  width: 250px;
  height: 16px;
  border: 1px solid #bbb;
  border-radius: 0;
  position: relative;
  overflow: hidden;
  background: #e6e6e6cc;
  margin: 5px auto;
}

.loading-subscribe__spinner:after {
  content: " ";
  display: block;
  width: 120px;
  top: -50%;
  height: 250%;
  position: absolute;
  animation: green-glow 3s linear infinite;
  z-index: 2;
  background: #1CAE30;
}

@keyframes green-glow {
  from {
    left: -120px;
  }

  to {
    left: 100%;
  }
}

main.success-main {
  margin: 200px 0;
}

.success-content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
  max-width: 600px;
  margin: 0 auto;
  text-align: center;
  position: relative;
}

h1.success-title {
  margin: 0;
  font-size: 40px;
  display: flex;
  align-items: center;
  gap: 10px;
}

h1.success-title svg {
  width: 40px;
}

.success-subtitle {
  font-size: 24px;
  color: #5A5891;
  margin: 0;
  font-weight: 600;
}

.progress-bar {
  width: 100%;
  height: 12px;
  background: #e6e6e6cc;
  border-radius: 12px;
  position: relative;
  overflow: hidden;
  margin-top: 20px;
}

.progress-bar__fill {
  width: 0;
  animation-name: width;
  background-image: -webkit-gradient(linear, left top, right top, from(#4cd964), color-stop(#5ac8fa), color-stop(#007aff), color-stop(#34aadc), color-stop(#5856d6), to(#ff2d55));
  background-image: -o-linear-gradient(left, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background-image: linear-gradient(to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55);
  background-size: 100% 5px;
  height: 100%;
  position: relative;
  border-radius: 12px;
  transition: width 1s linear;
  z-index: 1;
}

.progress__shadow {
  background-image: -webkit-gradient(linear, left top, left bottom, from(#eaecee), to(transparent));
  background-image: -o-linear-gradient(top, #eaecee, transparent);
  background-image: linear-gradient(to bottom, #eaecee, transparent);
  height: 20px;
  width: 100%;
  position: absolute;
  top: 100%;
  -webkit-transform: skew(45deg);
  -ms-transform: skew(45deg);
  transform: skew(45deg);
  -webkit-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  transform-origin: 0 0;
}

.msg-container p {
  margin: 0;
}

.msg-container {
  margin-top: 20px;
  position: fixed;
  bottom: 20px;
  left: 50%;
  transform: translateX(-50%);
}

.success-message {
  background: #8eef8e;
  color: #0c0c0c;
  padding: 12px;
  border-radius: 6px;
  gap: 6px;
}

.error-message {
  background: #ff6e6e;
  color: #0c0c0c;
  padding: 12px;
  border-radius: 6px;
  gap: 6px;
}

.success-content .signup-send-verification {
  width: 100%;
  color: #fff;
  margin-top: 12px;
  font-weight: 400;
  position: absolute;
  bottom: -100px;
}

.success-content .signup-send-verification.hidden {
  display: none;
}

body {
  min-height: 100svh;
}

.plan-details {

}

.plan-details p {
  margin: 0;
  font-size: 16px;
  color: #5A5891;
  line-height: 1.25;
}

.plan-details p span {
  font-weight: 600;
}

div#login-wrapper {
  margin-top: -3%;
}



/*.next-preview a.nav-link.nav-link--button {*/
/*  padding: 6px 12px;*/
/*  font-size: 14px;*/
/*  letter-spacing: 1px;*/
/*}*/


/* Mobile Styles */
@media (max-width: 768px) {

  .success-content {
    padding: 0 20px;
    text-align: left;
    align-items: flex-start;
  }

  h1.success-title {
    font-size: 26px;
    text-align: left;
    gap: 5px;
  }

  p.success-subtitle {
    font-size: 16px;
  }

  h1.success-title svg {
    width: 26px;
  }

  .signup-with-email input {
    width: 230px;
  }


  svg.email-prefix,
  svg.verification-code-prefix {
    margin-left: 20px;
  }

  a.signup-with-google {
    height: 60px;
  }

  .loading-wrapper {
    min-height: 450px;
  }

  .msg-container {
    font-size: 14px;
    margin-top: 6px;
    width: calc(100% - 40px);
  }

  header a.gradient-text {
    font-size: 22px;
  }

  .next-preview {
    display: flex;
  }

  main.success-main {
    margin: 120px 0;
  }

  .success-content .signup-send-verification {
    height: 60px;
    width: calc(100% - 40px);
  }

  section.step-section.step-2,
  section.step-section.step-3 {
    min-height: calc(100vh - 134px);
    justify-content: flex-start;
  }

  .signup-with-email {
    padding: 2px;
    gap: 8px;
  }

  .signup-send-verification {
    height: 60px;
  }

  .steps-wrapper {
    padding: 0;
    height: 78px;
    gap: 0;
  }

  .spinner-text {
    display: flex;
    flex-direction: column;
  }

  .steps {
    width: 100%;
    justify-content: space-between;
    gap: 0;
  }

  .step.step-1 {
    justify-content: left;
    padding-right: calc(33.33% - 90px);
  }

  .step.step-3 {
    justify-content: right;
    padding-left: calc(33.33% - 90px);
  }

  .step {
    flex-direction: column;
    width: 33.33%;
    gap: 10px;
    flex: 0 0 33.33%;
    box-sizing: border-box;
  }

  span.step-nr {
    position: relative;
    z-index: 10;
  }

  .step span.step-nr:after {
    content: '';
    position: absolute;
    width: 300px;
    height: 1px;
    background: #5A5891;
    left: 20px;
    z-index: 2;
  }

  .step.active span.step-nr:after {
    background: #564EF0;
  }

  .step.step-3 span.step-nr:after {
    background: #0B092F;
  }

  span.step-text {
    font-size: 14px;
    white-space: nowrap;
  }

  .left-controller,
  .right-controller {
    width: auto;
  }

  .step-divider {
    display: none;
  }

  header.steps-header {
    padding: 12px;
  }

  .lower-footer.fixed {
    padding: 6px 0 12px;
    margin: 0;
  }

  .lower-footer.fixed p {
    margin: 5px 0;
    font-size: 12px;
  }

  .lower-footer.fixed .footer-legal {
    font-size: 12px;
  }

  section.step-section.step-1 {
    height: calc(100dvh - 143px);
  }

  .steps.mobile-only {
    display: flex;
  }

  .or-divider {
    margin: 20px 0;
  }

  .step-section h1.section-1__title {
    font-size: 30px;
  }

  .step-section .section-1__subtitle {
    font-size: 16px;
  }

  .code-snippet {
    width: 100%;
  }

}














