@font-face {
  font-family: "Montserrat-Bold";
  src: url("../fonts/Montserrat-Bold.eot") format("embedded-opentype"), url("../fonts/Montserrat-Bold.woff2") format("woff2"), url("../fonts/Montserrat-Bold.woff") format("woff"), url("../fonts/Montserrat-Bold.ttf") format("truetype"), url("../fonts/Montserrat-Bold.svg") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-semibold";
  src: url("../fonts/Montserrat-SemiBold.eot") format("embedded-opentype"), url("../fonts/Montserrat-SemiBold.woff2") format("woff2"), url("../fonts/Montserrat-SemiBold.woff") format("woff"), url("../fonts/Montserrat-SemiBold.ttf") format("truetype"), url("../fonts/Montserrat-SemiBold.svg") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Medium";
  src: url("../fonts/Montserrat-Medium.eot") format("embedded-opentype"), url("../fonts/Montserrat-Medium.woff2") format("woff2"), url("../fonts/Montserrat-Medium.woff") format("woff"), url("../fonts/Montserrat-Medium.ttf") format("truetype"), url("../fonts/Montserrat-Medium.svg") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Montserrat-Regular";
  src: url("../fonts/Montserrat-Regular.eot") format("embedded-opentype"), url("../fonts/Montserrat-Regular.woff2") format("woff2"), url("../fonts/Montserrat-Regular.woff") format("woff"), url("../fonts/Montserrat-Regular.ttf") format("truetype"), url("../fonts/Montserrat-Regular.svg") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tusker-Grotesk-medium";
  src: url("../fonts/TuskerGrotesk-6500Medium.eot");
  src: url("../fonts/TuskerGrotesk-6500Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TuskerGrotesk-6500Medium.woff2") format("woff2"), url("../fonts/TuskerGrotesk-6500Medium.woff") format("woff"), url("../fonts/TuskerGrotesk-6500Medium.ttf") format("truetype"), url("../fonts/TuskerGrotesk-6500Medium.svg#TuskerGrotesk-6500Medium") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tusker Grotesk 6600";
  src: url("../fonts/TuskerGrotesk-6600Semibold.eot");
  src: url("../fonts/TuskerGrotesk-6600Semibold.eot?#iefix") format("embedded-opentype"), url("../fonts/TuskerGrotesk-6600Semibold.woff2") format("woff2"), url("../fonts/TuskerGrotesk-6600Semibold.woff") format("woff"), url("../fonts/TuskerGrotesk-6600Semibold.ttf") format("truetype"), url("../fonts/TuskerGrotesk-6600Semibold.svg#TuskerGrotesk-6600Semibold") format("svg");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Tusker Grotesk 5700";
  src: url("../fonts/TuskerGrotesk-5700Bold.eot");
  src: url("../fonts/TuskerGrotesk-5700Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TuskerGrotesk-5700Bold.woff2") format("woff2"), url("../fonts/TuskerGrotesk-5700Bold.woff") format("woff"), url("../fonts/TuskerGrotesk-5700Bold.ttf") format("truetype"), url("../fonts/TuskerGrotesk-5700Bold.svg#TuskerGrotesk-5700Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
.step-num {
  width: 40px;
  height: 40px;
  background-color: var(--color-white, #ffffff);
  color: var(--color-grey-v8, #6f7071);
  border-radius: 50%;
  border: 2px solid var(--border-grey, #e6e6e6);
}
.step-num.active {
  background: var(--color-white, #ffffff);
  color: #7650E0;
  border: 2px solid var(--purple-color, #7650E0) !important;
}
.step-num.completed {
  background-color: var(--color-green, #7BC587);
  border: 2px solid var(--color-green, #7BC587) !important;
  color: #000;
}

.step-line-1::before {
  content: "";
  position: absolute;
  border-bottom: 4px solid var(--border-grey, #e6e6e6);
  top: 44%;
  width: 220px;
  right: 37px;
  z-index: -1;
}

.step-line-2::before {
  content: "";
  position: absolute;
  border-bottom: 4px solid var(--border-grey, #e6e6e6);
  top: 44%;
  width: 179px;
  right: 37px;
  z-index: -1;
}

.step-line-3::before {
  content: "";
  position: absolute;
  border-bottom: 4px solid var(--border-grey, #e6e6e6);
  top: 44%;
  width: 161px;
  right: 34px;
  z-index: -1;
}

.step-line-4::before {
  content: "";
  position: absolute;
  border-bottom: 4px solid var(--border-grey, #e6e6e6);
  top: 44%;
  width: 161px;
  right: 32px;
  z-index: -1;
}

.step-line-5::before {
  content: "";
  position: absolute;
  border-bottom: 4px solid var(--border-grey, #e6e6e6);
  top: 44%;
  width: 170px;
  right: 31px;
  z-index: -1;
}

@media (max-width: 1385px) {
  .step-line-1::before {
    width: 183px;
  }
  .step-line-2::before {
    width: 146px;
  }
  .step-line-3::before {
    width: 130px;
  }
  .step-line-4::before {
    width: 130px;
  }
  .step-line-5::before {
    width: 138px;
  }
}
@media (max-width: 1186px) {
  .step-line-1::before {
    width: 144px;
  }
  .step-line-2::before {
    width: 106px;
  }
  .step-line-3::before {
    width: 90px;
  }
  .step-line-4::before {
    width: 90px;
  }
  .step-line-5::before {
    width: 98px;
  }
}
@media (max-width: 1025px) {
  .step-line-1::before {
    width: 167px;
  }
  .step-line-2::before {
    width: 130px;
  }
  .step-line-3::before {
    width: 114px;
  }
  .step-line-4::before {
    width: 114px;
  }
  .step-line-5::before {
    width: 121px;
  }
}
@media (max-width: 821px) {
  .step-line-1::before {
    width: 122px;
  }
  .step-line-2::before {
    width: 130px;
  }
  .step-line-3::before {
    width: 114px;
  }
  .step-line-4::before {
    width: 114px;
  }
  .step-line-5::before {
    width: 121px;
  }
}
@media (max-width: 789px) {
  .step-line-1::before {
    width: 122px;
  }
  .step-line-2::before {
    width: 130px;
  }
  .step-line-3::before {
    width: 114px;
  }
  .step-line-4::before {
    width: 114px;
  }
  .step-line-5::before {
    width: 77px;
  }
}
@media (max-width: 600px) {
  .step-line-1::before {
    width: 0px;
  }
  .step-line-2::before {
    width: 0px;
  }
  .step-line-3::before {
    width: 0px;
  }
  .step-line-4::before {
    width: 0px;
  }
  .step-line-5::before {
    width: 0px;
  }
}
.step-line-1.step-completed::before {
  border-bottom: 4px solid var(--purple-color, #7650E0);
  z-index: -1;
}

.step-line-2.step-completed::before {
  border-bottom: 4px solid var(--purple-color, #7650E0);
  z-index: -1;
}

.step-line-3.step-completed::before {
  border-bottom: 4px solid var(--purple-color, #7650E0);
  z-index: -1;
}

.step-line-4.step-completed::before {
  border-bottom: 4px solid var(--purple-color, #7650E0);
  z-index: -1;
}

.step-line-5.step-completed::before {
  border-bottom: 4px solid var(--purple-color, #7650E0);
  z-index: -1;
}

.step-text {
  color: var(--color-grey-v7, #575757);
}
.step-text.active {
  color: var(--purple-color, #7650E0);
}
.step-text.completed {
  color: var(--color-black, #000000);
  font-family: "Montserrat-semibold";
}

.custom-radio-input.form-check-input:checked[type=radio] {
  background-image: url(../images/check-mark.svg);
  background-size: 11px;
}

.custom-radio-input {
  background-color: var(--color-white, #ffffff) !important;
  border: 2px solid var(--border-grey-v2, #C6C6C6) !important;
  width: 24px !important;
  height: 24px !important;
}
.custom-radio-input:checked {
  border-color: var(--color-green, #7BC587) !important;
}
.custom-radio-input:focus {
  box-shadow: none !important;
}

.icon-11 {
  width: 11px;
  height: 11px;
}

.icon-btn {
  background-color: #ffffff;
  border: none;
  padding: 0px;
  margin: 0px;
  color: #E25444;
}
.icon-btn:hover {
  opacity: 0.75;
}

.text-visibility {
  visibility: visible;
}

.file-upload {
  position: relative;
  overflow: hidden;
}

.file-upload input[type=file] {
  position: absolute;
  left: 0;
  top: 0;
  opacity: 0;
}

.file-upload-area {
  border: 1px dashed var(--purple-color, #7650E0);
  background-color: var(--lite-purple, #F5F1FF);
  border-radius: 12px;
  padding: 18px;
  height: 134px;
  width: 390px;
  max-width: 100%;
}

.file-input {
  width: 390px;
  height: 134px;
}

.width-130 {
  width: 130px;
}

.more-btn {
  background-color: transparent;
  border: 1px solid #e6e6e6;
  border-radius: 4px;
  width: 22px;
  height: 22px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.more-btn:hover {
  opacity: 0.75;
}

.batch-red {
  border: 1px solid #E25444;
  border-radius: 14px;
  padding: 5px 15px;
  background-color: #f8f8f8;
  font-size: 10px;
  color: #E25444;
}

.batch-red.green {
  border: 1px solid #73AB72;
  color: #73AB72;
}

.lh-inherit {
  line-height: inherit;
}

.icon-width-28 {
  width: 28px;
  height: 28px;
}

.cust-btn-width {
  width: 140px;
}

.stepper-wrapper {
  margin-top: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
}

.stepper-item {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  flex: 1;
}
@media (max-width: 768px) {
  .stepper-item {
    font-size: 12px;
  }
}

.stepper-item::before {
  position: absolute;
  content: "";
  border-bottom: 4px solid #F3EFFF;
  width: 100%;
  top: 20px;
  left: -50%;
  z-index: 2;
}

.stepper-item::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #ccc;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 2;
}

.stepper-item .step-counter {
  position: relative;
  z-index: 5;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: #fff;
  color: #6F7071;
  border: 2px solid #E3E3E3;
  margin-bottom: 6px;
}
.stepper-item .step-name {
  color: #515151;
}

.stepper-item.active {
  font-weight: bold;
}
.stepper-item.active .step-counter {
  color: #7650E0;
  border: 2px solid #7650E0;
  background-color: #fff;
}
.stepper-item.active .step-name {
  color: #7650E0;
}

.stepper-item.completed .step-counter {
  background-color: #7BC587;
  border: 2px solid #7BC587;
  color: #fff;
}
.stepper-item.completed .step-name {
  color: #000000;
}

.stepper-item.completed::after {
  position: absolute;
  content: "";
  border-bottom: 4px solid #7650E0;
  width: 100%;
  top: 20px;
  left: 50%;
  z-index: 3;
}

.stepper-item:first-child::before {
  content: none;
}

.stepper-item:last-child::after {
  content: none;
}/*# sourceMappingURL=custom.css.map */