.step-app .step-steps {
  margin: 0;
  padding: 0;
  overflow: hidden;
  grid-row: 1;
  grid-column: 2;
}
.step-app .step-steps > li {
  list-style: none;
  cursor: pointer;
  display: block;
  padding: 25px 35px;
  color: #000000;
  background-color: #ffffff;
  text-decoration: none;
  margin-bottom: 35px;
  border-radius: 35px;
  box-shadow: 2px 10px 15px -3px rgb(0 0 0 / 10%);
}
.step-app .step-steps > li:last-child a {
  border: none;
}
.step-app .step-steps > li.active {
  background-color: #ffffff;
  color: #000000;
}
.step-app .step-steps > li.error {
  /*border-color: #e7505a;*/
}
.step-app .step-steps > li.done {
  background-color: #ffffff;
  color: #000000;
}
.step-app .step-steps > li > .number {
  background: #fff;
  padding: 0 8px;
  display: inline-block;
  text-align: center;
  margin-right: 15px;
  border-radius: 3px;
  color: #333;
}
.step-app .step-content {
  background-color: #ffffff;
  padding: 2rem 1rem;
  border-top: 0;
  border-radius: 35px 35px 0 0;
}
.step-app .step-content > .step-tab-panel {
  display: none;
}
.step-app .step-content > .step-tab-panel.active {
  display: block;
}
.step-app .step-footer {
  background-color: #ffffff;
  border-top: 1px solid #e0d3dd;
  padding: 15px 25px;
  border-radius: 0 0 35px 35px;
  display: flex!important;
  justify-content: space-between;
}
.step-app .step-footer > .step-btn {
  padding: 4px 16px;
  color: #333;
  text-decoration: none;
  background: #e5e5e5;
  border-radius: 3px;
  border: none;
  outline: none;
  cursor: pointer;
}
.step-app .step-footer > .step-btn[data-step-action="prev"] {
  background-color: #ffffff;
  color: #662256;
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg width='12' height='18' viewBox='0 0 12 18' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1.33307 9.93359L8.79974 17.5336C9.33307 18.0669 10.1331 18.0669 10.6664 17.5336C11.1997 17.0003 11.1997 16.2003 10.6664 15.6669L4.13307 9.13359L10.6664 2.60026C10.9331 2.33359 11.0664 2.06693 11.0664 1.66693C11.0664 0.866926 10.5331 0.333593 9.73307 0.333593C9.33307 0.333593 9.06641 0.466927 8.79974 0.733593L1.19974 8.33359C0.79974 8.60026 0.79974 9.40026 1.33307 9.93359Z' fill='%23662256'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position-y: center;
  background-size: 8px;
}
.step-app .step-footer > .step-btn[data-step-action="next"], .step-app .step-footer > .step-btn[data-step-action="finish"] {
  background-color: #35b1b0;
  color: #ffffff;
  border-radius: 1.5rem;
  padding: 0.75rem 1.75rem;
}
/*# sourceMappingURL=jquery-steps.css.map */