.app-content .wizard > .steps > ul > li:after,
.app-content .wizard > .steps > ul > li:before {
  content: "";
  z-index: 9;
  display: block;
  position: absolute;
}
.app-content .wizard {
  width: 100%;
}
.app-content .wizard .content {
  margin-left: 0 !important;
}
.app-content .wizard > .steps {
  position: relative;
  display: block;
  width: 100%;
}
.app-content .wizard > .steps .current-info {
  position: absolute;
  left: -99999px;
}
.app-content .wizard > .steps > ul {
  display: table;
  width: 100%;
  table-layout: fixed;
  margin: 0;
  padding: 0;
  list-style: none;
}
.app-content .wizard > .steps > ul > li {
  display: table-cell;
  width: auto;
  vertical-align: top;
  text-align: center;
  position: relative;
}
.app-content .wizard > .steps > ul > li a {
  position: relative;
  padding-top: 60px;
  margin-top: 20px;
  margin-bottom: 30px;
  display: block;
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #333;
}
.app-content .wizard > .steps > ul > li:before {
  left: 0;
}
.app-content .wizard > .steps > ul > li:after {
  right: 0;
}
.app-content .wizard > .steps > ul > li:first-child:before,
.app-content .wizard > .steps > ul > li:last-child:after {
  content: none;
}
.app-content .wizard > .steps > ul > li.current > a {
  color: #333;
  cursor: default;
}
.app-content .wizard > .steps > ul > li.current .step {
  border-color: #272f51;
  background-color: #fff;
  color: #272f51;
}
.app-content .wizard > .steps > ul > li.disabled a,
.app-content .wizard > .steps > ul > li.disabled a:focus,
.app-content .wizard > .steps > ul > li.disabled a:hover {
  color: #333;
  cursor: default;
}
.app-content .wizard > .steps > ul > li.done a,
.app-content .wizard > .steps > ul > li.done a:focus,
.app-content .wizard > .steps > ul > li.done a:hover {
  color: #999;
}
.app-content .wizard > .steps > ul > li.done .step {
  background-color: #272f51;
  border-color: #272f51;
  color: #fff;
}
.app-content .wizard > .steps > ul > li.error .step {
  border-color: #da4453;
  color: #da4453;
}
.app-content .wizard > .steps .step {
  background-color: #fff;
  display: inline-block;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -24px;
  z-index: 10;
  text-align: center;
}
.app-content .wizard > .content {
  position: relative;
  width: auto;
  padding: 0;
  margin: 0;
}
.app-content .wizard > .content > .title {
  position: absolute;
  left: -99999px;
}
.app-content .wizard > .content > .body {
  padding: 0 20px;
}
.app-content .wizard > .content > iframe {
  border: 0;
  width: 100%;
  height: 100%;
}
.app-content .wizard > .actions {
  position: relative;
  display: block;
  text-align: right;
  padding: 0 20px 20px;
}
.app-content .wizard > .actions > ul {
  float: right;
  list-style: none;
  padding: 0;
  margin: 0;
}
.app-content .wizard > .actions > ul:after {
  content: "";
  display: table;
  clear: both;
}
.app-content .wizard > .actions > ul > li {
  float: left;
}
.app-content .wizard > .actions > ul > li + li {
  margin-left: 10px;
}
.app-content .wizard > .actions > ul > li > a {
  font-family: "Poppins", sans-serif !important;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  color: #fff;
  padding: 14px 28px;
  border-radius: 5px;
  background-color: #272f51;
}
.app-content .wizard > .actions > ul > li > a:focus,
.app-content .wizard > .actions > ul > li > a:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.05) inset;
}
.app-content .wizard > .actions > ul > li > a:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.1) inset;
}
.app-content .wizard > .actions > ul > li > a[href="#previous"] {
  font-family: "Poppins", sans-serif !important;
  padding: 14px 28px;
  border-radius: 5px;
  background-color: #f4f4f4;
  font-size: 16px;
  font-weight: 500;
  font-stretch: normal;
  font-style: normal;
  letter-spacing: normal;
  text-align: right;
  color: #333;
}
.app-content .wizard > .actions > ul > li > a[href="#previous"]:focus,
.app-content .wizard > .actions > ul > li > a[href="#previous"]:hover {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.02) inset;
}
.app-content .wizard > .actions > ul > li > a[href="#previous"]:active {
  -webkit-box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
  box-shadow: 0 0 0 100px rgba(0, 0, 0, 0.04) inset;
}
.app-content .wizard > .actions > ul > li.disabled > a,
.app-content .wizard > .actions > ul > li.disabled > a:focus,
.app-content .wizard > .actions > ul > li.disabled > a:hover {
  color: #999;
}
.app-content .wizard > .actions > ul > li.disabled > a[href="#previous"],
.app-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:focus,
.app-content .wizard > .actions > ul > li.disabled > a[href="#previous"]:hover {
  -webkit-box-shadow: none;
  box-shadow: none;
}
.app-content .wizard.wizard-circle > .steps > ul > li:after,
.app-content .wizard.wizard-circle > .steps > ul > li:before {
  top: 45px;
  width: 50%;
  height: 2px;
  background-color: #272f51;
}
.app-content .wizard.wizard-circle > .steps > ul > li.current:after,
.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:after,
.app-content .wizard.wizard-circle > .steps > ul > li.current ~ li:before {
  background-color: #d9d9d9;
}
.app-content .wizard.wizard-circle > .steps .step {
  width: 54px;
  height: 54px;
  line-height: 48px;
  border: 3px solid #d9d9d9;
  font-size: 1.3rem;
  border-radius: 50%;
}
.app-content .wizard.wizard-notification > .steps > ul > li:after,
.app-content .wizard.wizard-notification > .steps > ul > li:before {
  top: 39px;
  width: 50%;
  height: 2px;
  background-color: #272f51;
}
.app-content .wizard.wizard-notification > .steps > ul > li.current .step {
  border: 2px solid #272f51;
  color: #272f51;
  line-height: 36px;
}
.app-content .wizard.wizard-notification > .steps > ul > li.current .step:after,
.app-content .wizard.wizard-notification > .steps > ul > li.done .step:after {
  border-top-color: #272f51;
}
.app-content .wizard.wizard-notification > .steps > ul > li.current:after,
.app-content .wizard.wizard-notification > .steps > ul > li.current ~ li:after,
.app-content
  .wizard.wizard-notification
  > .steps
  > ul
  > li.current
  ~ li:before {
  background-color: #d9d9d9;
}
.app-content .wizard.wizard-notification > .steps > ul > li.done .step {
  color: #fff;
}
.app-content .wizard.wizard-notification > .steps .step {
  width: 40px;
  height: 40px;
  line-height: 40px;
  font-size: 1.3rem;
  border-radius: 15%;
  background-color: #d9d9d9;
}
.app-content .wizard.wizard-notification > .steps .step:after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: 0;
  left: 50%;
  margin-left: -8px;
  margin-bottom: -8px;
  border-left: 7px solid transparent;
  border-right: 7px solid transparent;
  border-top: 8px solid #d9d9d9;
}
.app-content .wizard.vertical > .steps {
  display: inline;
  float: left;
  width: 10%;
}
.app-content .wizard.vertical > .steps > ul > li {
  display: block;
  width: 100%;
}
.app-content .wizard.vertical > .steps > ul > li.current:after,
.app-content .wizard.vertical > .steps > ul > li.current:before,
.app-content .wizard.vertical > .steps > ul > li.current ~ li:after,
.app-content .wizard.vertical > .steps > ul > li.current ~ li:before,
.app-content .wizard.vertical > .steps > ul > li:after,
.app-content .wizard.vertical > .steps > ul > li:before {
  background-color: transparent;
}
@media (max-width: 768px) {
  .app-content .wizard > .steps > ul {
    margin-bottom: 20px;
  }
  .app-content .wizard > .steps > ul > li {
    display: block;
    float: left;
    width: 50%;
  }
  .app-content .wizard > .steps > ul > li > a {
    margin-bottom: 0;
  }
  .app-content .wizard > .steps > ul > li:first-child:before {
    content: "";
  }
  .app-content .wizard > .steps > ul > li:last-child:after {
    content: "";
    background-color: #272f51;
  }
  .app-content .wizard.vertical > .steps {
    width: 15%;
  }
}
@media (max-width: 480px) {
  .app-content .wizard > .steps > ul > li {
    width: 100%;
  }
  .app-content .wizard > .steps > ul > li.current:after {
    background-color: #272f51;
  }
  .app-content .wizard.vertical > .steps {
    width: 20%;
  }
}
