/* ###### 4.3 jQuery Steps ###### */
/***** DEFAULT STYLE WIZARD *****/
.wizard {
  border: 1px solid #dde2ef;
  background-color: #fff; }
  .wizard > .steps {
    padding: 20px; }
    .wizard > .steps > ul {
      padding: 0;
      margin-bottom: 0;
      display: flex; }
      .wizard > .steps > ul li {
        float: none;
        display: block;
        width: auto; }
        .wizard > .steps > ul li .current-info {
          display: none; }
        .wizard > .steps > ul li .title {
          margin-left: 5px;
          white-space: nowrap;
          transition: all 0.2s ease-in-out; }
        .wizard > .steps > ul li + li {
          margin-left: 5px; }
    .wizard > .steps a {
      color: #242f48;
      font-weight: 500;
      font-size: 15px;
      display: flex;
      justify-content: center;
      align-items: center; }
      .wizard > .steps a:hover, .wizard > .steps a:active {
        color: #242f48;
        font-weight: 500;
        font-size: 15px;
        display: flex;
        justify-content: center;
        align-items: center; }
      .wizard > .steps a .number, .wizard > .steps a:hover .number, .wizard > .steps a:active .number {
        flex-shrink: 0;
        font-weight: 700;
        font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
        color: #fff;
        display: block;
        text-align: center;
        line-height: 2;
        width: 30px;
        height: 30px;
        background-color: #b9c2d8;
        border-radius: 100%;
        transition: all 0.2s ease-in-out; }
    .wizard > .steps .disabled {
      display: none; }
      .wizard > .steps .disabled a {
        color: #949eb7; }
        .wizard > .steps .disabled a:hover, .wizard > .steps .disabled a:active {
          color: #949eb7; }
    .wizard > .steps .current a {
      color: #0162e8; }
      .wizard > .steps .current a:hover, .wizard > .steps .current a:active {
        color: #0162e8; }
      .wizard > .steps .current a .title, .wizard > .steps .current a:hover .title, .wizard > .steps .current a:active .title {
        display: inline-block; }
      .wizard > .steps .current a .number, .wizard > .steps .current a:hover .number, .wizard > .steps .current a:active .number {
        background-color: #0162e8; }
    .wizard > .steps .done a {
      color: #00cccc; }
      .wizard > .steps .done a:hover, .wizard > .steps .done a:active {
        color: #00cccc; }
      .wizard > .steps .done a .title, .wizard > .steps .done a:hover .title, .wizard > .steps .done a:active .title {
        display: none; }
      .wizard > .steps .done a .number, .wizard > .steps .done a:hover .number, .wizard > .steps .done a:active .number {
        background-color: #00cccc; }
  .wizard > .content {
    border-top: 1px solid #dde2ef;
    border-bottom: 1px solid #dde2ef;
    /* min-height: 150px; */
    padding: 20px; }
    .wizard > .content > .title {
      font-size: 18px;
      color: #242f48;
      font-weight: 700;
      margin-bottom: 5px;
      display: none; }
      .wizard > .content > .title.current {
        display: block; }
    .wizard > .content > .body {
      float: none;
      position: static;
      width: auto;
      height: auto; }
      .wizard > .content > .body input.parsley-error {
        border-color: #ee335e; }
        .wizard > .content > .body input.parsley-error + ul {
          list-style: none !important; }
  .wizard > .actions {
    padding: 20px; }
    .wizard > .actions > ul {
      margin: 0;
      padding: 0;
      list-style: none;
      display: flex;
      justify-content: space-between; }
      .wizard > .actions > ul > li:last-child a {
        background-color: #00cccc; }
    .wizard > .actions a {
      display: block;
      background-color: #0162e8;
      text-align: center !important;
      padding: 9px 25px;
      line-height: 1.573;
      color: #fff;
      border-radius: 3px; }
      .wizard > .actions a:hover, .wizard > .actions a:active {
        display: block;
        background-color: #0162e8;
        padding: 9px 25px;
        line-height: 1.573;
        color: #fff; }
    .wizard > .actions .disabled a {
      background-color: #949eb7;
      border-radius: 3px; }
      .wizard > .actions .disabled a:hover, .wizard > .actions .disabled a:active {
        background-color: #949eb7; }
  .wizard.vertical > .steps {
    padding: 20px; }
    .wizard.vertical > .steps ul li + li {
      margin-left: 10px; }
    .wizard.vertical > .steps ul li .title {
      display: none; }
    .wizard.vertical > .steps .current a .title {
      display: inline-block; }
  .wizard.vertical > .content {
    margin: 0;
    padding: 20px; }
  .wizard.vertical > .actions {
    padding: 20px; }
    .wizard.vertical > .actions ul {
      float: none;
      margin: 0;
      padding: 0; }

@media (min-width: 768px) {
  .wizard > .steps {
    padding: 25px; } }

@media (min-width: 992px) {
  .wizard > .steps {
    padding: 30px; } }

@media (prefers-reduced-motion: reduce) {
  .wizard > .steps > ul li .title {
    transition: none; } }

@media (min-width: 576px) {
  .wizard > .steps > ul li .title {
    display: none;
    margin-left: 10px; } }

@media (min-width: 768px) {
  .wizard > .steps > ul li .title {
    display: none; } }

@media (min-width: 576px) {
  .wizard > .steps > ul li + li {
    margin-left: 20px; } }

@media (min-width: 992px) {
  .wizard > .steps > ul li + li {
    margin-left: 30px; } }

@media (min-width: 1200px) {
  .wizard > .steps a {
    justify-content: flex-start; }
    .wizard > .steps a:hover, .wizard > .steps a:active {
      justify-content: flex-start; } }

@media (prefers-reduced-motion: reduce) {
  .wizard > .steps a .number, .wizard > .steps a:hover .number, .wizard > .steps a:active .number {
    transition: none; } }

@media (min-width: 576px) {
  .wizard > .steps a .number, .wizard > .steps a:hover .number, .wizard > .steps a:active .number {
    font-size: 18px;
    font-weight: 600;
    line-height: 2.1;
    width: 40px;
    height: 40px; } }

@media (min-width: 576px) {
  .wizard > .steps .disabled {
    display: block; } }

@media (min-width: 768px) {
  .wizard > .steps .done a .title, .wizard > .steps .done a:hover .title, .wizard > .steps .done a:active .title {
    display: inline-block; } }

@media (min-width: 768px) {
  .wizard > .content {
    padding: 25px; } }

@media (min-width: 992px) {
  .wizard > .content {
    padding: 30px; } }

@media (min-width: 768px) {
  .wizard > .actions {
    padding: 25px; } }

@media (min-width: 992px) {
  .wizard > .actions {
    padding: 30px; } }

@media (min-width: 576px) {
  .wizard.vertical > .steps {
    float: left;
    width: 20%; } }

@media (min-width: 768px) {
  .wizard.vertical > .steps {
    width: 15%; } }

@media (min-width: 992px) {
  .wizard.vertical > .steps {
    padding: 25px;
    width: 30%; } }

@media (min-width: 576px) {
  .wizard.vertical > .steps ul {
    flex-direction: column; } }

@media (min-width: 576px) {
  .wizard.vertical > .steps ul li + li {
    margin-top: 10px;
    margin-left: 0; } }

@media (min-width: 768px) {
  .wizard.vertical > .steps ul li + li {
    margin-top: 20px; } }

@media (min-width: 992px) {
  .wizard.vertical > .steps ul li .title {
    display: block; } }

@media (min-width: 992px) {
  .wizard.vertical > .steps a {
    justify-content: flex-start; } }

@media (min-width: 576px) {
  .wizard.vertical > .steps .current a .title {
    display: none; } }

@media (min-width: 992px) {
  .wizard.vertical > .steps .current a .title {
    display: inline-block; } }

@media (min-width: 576px) {
  .wizard.vertical > .content {
    border-top-width: 0;
    border-bottom-width: 0;
    width: 80%;
    float: right;
    border-left: 1px solid #e3e8f7; } }

@media (min-width: 768px) {
  .wizard.vertical > .content {
    width: 85%; } }

@media (min-width: 992px) {
  .wizard.vertical > .content {
    width: 70%;
    padding: 25px; } }

@media (min-width: 576px) {
  .wizard.vertical > .actions {
    width: 80%;
    float: right;
    border-left: 1px solid #e3e8f7; } }

@media (min-width: 768px) {
  .wizard.vertical > .actions {
    width: 85%; } }

@media (min-width: 992px) {
  .wizard.vertical > .actions {
    width: 70%;
    padding: 25px; } }