
/* Wizard */
.wizard a:hover {
  text-decoration: none; }

.wizard .audible {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

.wizard .steps > ul {
  list-style: none;
  padding-left: 0;
  display: -webkit-box;
  display: flex;
  -webkit-box-pack: justify;
          justify-content: space-between;
  margin-bottom: 0; }
  .wizard .steps > ul li {
    width: 100%;
    max-width: calc(33% - 6px) !important; }
    .wizard .steps > ul li a {
      display: inline-block;
      width: 100%;
      height: 100%;
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
      background-color: rgba(153, 155, 163, 0.1);
      padding: 28px 30px 24px; }
      @media (max-width: 767px) {
        .wizard .steps > ul li a {
          padding: 15px 10px; } }
      @media (max-width: 767px) {
        .wizard .steps > ul li a .media {
          display: block; } }
    .wizard .steps > ul li .bd-wizard-step-icon {
      width: 34px;
      height: 34px;
      border-radius: 4px;
      background-color: #e1e1e1;
      font-size: 14px;
      line-height: 34px;
      text-align: center;
      color: #74c1e7;
      margin-right: 11px; }
      @media (max-width: 767px) {
        .wizard .steps > ul li .bd-wizard-step-icon {
          margin: 0 auto; } }
    .wizard .steps > ul li .bd-wizard-step-title {
      line-height: 1;
      font-size: 18px;
      font-weight: bold;
      color: #000000; }
      @media (max-width: 767px) {
        .wizard .steps > ul li .bd-wizard-step-title {
          display: none; } }
    .wizard .steps > ul li .bd-wizard-step-subtitle {
      line-height: 1;
      font-size: 14px;
      color: #c8c8c8; }
      @media (max-width: 767px) {
        .wizard .steps > ul li .bd-wizard-step-subtitle {
          display: none; } }
    .wizard .steps > ul li.current .bd-wizard-step-icon, .wizard .steps > ul li.done .bd-wizard-step-icon {
      background-color: #74c1e7;
      color: #fff; }
    .wizard .steps > ul li.current a {
      background-color: #fff; }

.wizard .content {
  padding: 100px 35px 20px 35px;
  background-color: #fff;
  min-height: 420px; }
  @media (max-width: 767px) {
    .wizard .content {
      padding-left: 20px;
      padding-right: 20px;
      min-height: auto; } }
  .wizard .content .title {
    display: none; }
  .wizard .content .content-wrapper {
    max-width: 700px;
    margin-left: auto;
    margin-right: auto; 
  }
  .wizard .content .content-wrapper-md {
    max-width: 860px;
  }
  .wizard .content .section-heading {
    font-weight: bold;
    color: #030303;
    margin-bottom: 22px; }
  .wizard .content p {
    font-size: 16px;
    color: #030303; }
  .wizard .content .form-control {
    padding: 6px 25px;
    min-height: 50px;
    max-width: 550px;
    border-radius: 4px;
    border: solid 1px #ececec; }
    .wizard .content .form-control::-webkit-input-placeholder {
      color: #919aa3; }
    .wizard .content .form-control::-moz-placeholder {
      color: #919aa3; }
    .wizard .content .form-control:-ms-input-placeholder {
      color: #919aa3; }
    .wizard .content .form-control::-ms-input-placeholder {
      color: #919aa3; }
    .wizard .content .form-control::placeholder {
      color: #919aa3; }

.wizard .actions {
  padding: 0 35px 35px;
  background-color: #fff; }
  @media (max-width: 767px) {
    .wizard .actions {
      padding-left: 20px;
      padding-right: 20px; } }
  .wizard .actions > ul {
    list-style: none;
    padding-left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-pack: end;
            justify-content: flex-end;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 15px;
  }

  .wizard .actions > ul.md {
    max-width: 860px;
  }
  .wizard .actions li a {
    display: inline-block;
    border-radius: 6px;
    background-color: #F58662;
    padding: 16px 30px;
    color: #fff;
    font-style: 15px;
    font-weight: bold; }
  .wizard .actions li.disabled {
    display: none; }
  .wizard .actions li:not(.disabled) + li, .wizard .actions li:not(:first-child):last-child {
    margin-left: 15px; }

.field-pass .form-control {
  width: calc(100% - 40px);
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.wizard .steps > ul li.disabled a {
  cursor: inherit;
}

.block-form {
  padding: 100px 35px 20px 35px;
  background-color: #fff;
  min-height: 420px;
}

.input-preview__src {
	display: none;
}

.input-preview {
  text-align: center;
  color: #37474F;
	display: flex;
	justify-content: center;
	align-items: center;
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
	position: relative;
	transition: ease-in-out 750ms;
  border-radius: 10px;
  overflow: hidden;
  background-image: url(../images/svg/upload-file.svg);
  cursor: pointer;
}

.input-preview::after {
	position: absolute;
	top: 50%; left: 50%;
	transform: translate(-50%, -50%);
	width: 100%;
	text-align: center;
	content: "Upload a Profile Picture";
}

.has-image::before {
	position: absolute;
	top: 0; left: 0;
	width: 100%; height: 100%;
	background: rgba(50, 50, 50, 0.5);
	content: "";
	transition: ease-in-out 750ms;
}

.has-image::after {
	content: "Choose another file...";
	color: white;
}

.mw-inherit {
  min-width: inherit !important;
}

div[data-repeater-item]:not(:first-child) label {
  display: none !important;
}