@import url("https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&display=swap");
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
body {
  font-family: "Inter", sans-serif;
}
.formbold-main-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 48px;
}

.formbold-form-wrapper {
  margin: 0 auto;
  /* max-width: 550px; */
  max-width: 1000px;
  width: 100%;
  height: 100%;
  background: white;
  border-radius: 0.25rem;
  box-shadow: 0.5em 0.3em 1em rgba(51, 50, 50, 0.6);
  padding: 25px;
}

.formbold-steps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-bottom: 18px;
  margin-bottom: 35px;
  border-bottom: 1px solid #dde3ec;
}
.formbold-steps ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  gap: 20px;
}
.formbold-steps li {
  display: flex;
  align-items: center;
  gap: 10px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
}
.formbold-steps li span {
  display: flex;
  align-items: center;
  justify-content: center;
  background: #dde3ec;
  border-radius: 50%;
  width: 36px;
  height: 36px;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
}
.formbold-steps li.active {
  color: #07074d;
}
.formbold-steps li.active span {
  background: #6a64f1;
  color: #ffffff;
}

.formbold-input-flex {
  display: flex;
  gap: 20px;
  margin-bottom: 22px;
}
.formbold-input-flex > div {
  width: 50%;
}
.formbold-form-input {
  width: 100%;
  padding: 13px 22px;
  border-radius: 5px;
  border: 1px solid #dde3ec;
  background: #ffffff;
  font-weight: 500;
  font-size: 16px;
  color: #536387;
  outline: none;
  resize: none;
}
.formbold-form-input:focus {
  border-color: #6a64f1;
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}
.formbold-form-label {
  color: #07074d;
  font-weight: 500;
  font-size: 14px;
  line-height: 24px;
  display: block;
  margin-bottom: 10px;
}

.formbold-form-confirm {
  border-bottom: 1px solid #dde3ec;
  padding-bottom: 35px;
}
.formbold-form-confirm p {
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  margin-bottom: 22px;
  width: 75%;
}
.formbold-form-confirm > div {
  display: flex;
  gap: 15px;
}

.formbold-confirm-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 0.5px solid #dde3ec;
  border-radius: 5px;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  cursor: pointer;
  padding: 10px 20px;
  transition: all 0.3s ease-in-out;
}
.formbold-confirm-btn {
  box-shadow: 0px 1px 2px rgba(0, 0, 0, 0.12);
}
.formbold-confirm-btn.active {
  background: #6a64f1;
  color: #ffffff;
}

.formbold-form-step-1,
.formbold-form-step-2,
.formbold-form-step-3 {
  display: none;
}
.formbold-form-step-1.active,
.formbold-form-step-2.active,
.formbold-form-step-3.active {
  display: block;
}

.formbold-form-btn-wrapper {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 25px;
  margin-top: 25px;
}
.formbold-back-btn {
  cursor: pointer;
  background: #ffffff;
  border: 0.5px solid #6a64f1;
  color: #07074d;
  font-weight: 500;
  font-size: 16px;
  line-height: 24px;
  display: none;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
  padding: 6px 20px;
  border-radius: 5px;
}
.formbold-back-btn.active {
  display: block;
}
.formbold-btn {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 16px;
  border-radius: 5px;
  padding: 10px 25px;
  border: none;
  font-weight: 500;
  background-color: #6a64f1;
  color: white;
  cursor: pointer;
}
.formbold-btn:hover {
  box-shadow: 0px 3px 8px rgba(0, 0, 0, 0.05);
}

.formbold-confirm-back-btn {
  display: flex;
  align-items: center;
  gap: 10px;
  background: #ffffff;
  border: 0.5px solid #dde3ec;
  border-radius: 5px;
  border: 0.5px solid #6a64f1;
  font-size: 16px;
  line-height: 24px;
  color: #536387;
  cursor: pointer;
  padding: 10px 20px;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
}

.home-btn{
  position: absolute;
  margin: 10px;
}

a{
  text-decoration: none;
}

.form-container{
  position: absolute;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 6rem;
  padding: 5px;
  border-radius: 5px;
  border: 0.5px solid #474747;
  box-shadow: 0px 0px 5px rgba(0, 0, 0, 0.12);
}

.form-content {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-bottom: 5px;
}

.formbold-h1{
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
  color: #07074d;
  margin-bottom: 20px;
}

/* .error_message{
  color: red;
  font-size: 14px;
  font-weight: 500;
} */



@media (max-width: 767px) {
  .formbold-form-wrapper{
      width: 400px;
      /* width: 100%; */
      /* height: 100%; */
      background: white;
      /* border-radius: 0.25rem; */
      box-shadow:  none;
      padding: 25px;
  }

  .formbold-steps {
      display: flex;
      align-items: flex-start;
      justify-content: flex-start;
      padding-bottom: 12px;
      margin-bottom: 30px;
      border-bottom: 1px solid #DDE3EC;
      
  }

  .formbold-steps li{
      gap: 5px;
      font-size: 14px;
      line-height: 20px;
  }

  .formbold-steps li span { 
      width: 32px;
      height: 32px;
      font-size: 14px;
      line-height: 20px;
  }

  .formbold-form-label {
      font-size: 12px;
      line-height: 20px;
      margin-bottom: 8px;
  }

  .formbold-form-input {
      width: 100%;
      padding: 8px 16px;
      border-radius: 3px;
      font-weight: 500;
      font-size: 12px;
  }

  h4{
      font-size: 12px;
  }

  .formbold-form-btn-wrapper {
     justify-content: space-between;
     /* gap: 150px; */
  }

  .formbold-back-btn {
      font-size: 12px;
      line-height: 20px;
      display: none;
      padding: 5px 18px;
      border-radius: 3px;
  }

  .formbold-btn { 
      line-height: 22px; 
      gap: 3px;
      font-size: 12px;
      border-radius: 3px;
      padding: 5px 18px;
      border: none;
  }

  .home-btn{
    position: relative;
  }

}
 