*, *:before, *:after {
  box-sizing: border-box;
}

.erfs-enriched-lead {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  background-color: rgba(0, 0, 0, 0.9);
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 15px;
  z-index: 999;
}
.erfs-enriched-lead__content {
  position: relative;
  max-width: 550px;
  width: 100%;
  background-color: #fff;
  border-radius: 6px;
  overflow-x: hidden;
  padding: 24px;
  text-align: center;
  max-height: calc(100% - 24px);
}
.erfs-enriched-lead__content--tab {
  display: none;
}
.erfs-enriched-lead__content--tab .erfs-enriched-lead__button {
  padding: 6px 16px;
}
.erfs-enriched-lead__content-welcome {
  text-align: center;
  padding: 0 32px;
}
.erfs-enriched-lead__content-welcome h2 {
  margin: 24px 0;
}
.erfs-enriched-lead__content-welcome p {
  text-align: justify;
  font-size: 14px;
}
.erfs-enriched-lead__content-welcome img {
  width: 175px;
}
.erfs-enriched-lead__content-build {
  display: none;
}
.erfs-enriched-lead__content-build.erfs-enriched-lead__content--tab-active {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.erfs-enriched-lead__content-build .erfs-enriched-lead__listing-image {
  width: 100%;
  max-width: 350px;
  margin-top: 55px;
}
.erfs-enriched-lead__content-build .erfs-enriched-lead__listing-content {
  margin: 15px;
  padding: 0 24px;
  background: #ffffff;
  border-radius: 6px;
  width: 100%;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
}
.erfs-enriched-lead__content-build .erfs-enriched-lead__listing-content img {
  max-width: 175px;
  margin: 20px 0 20px;
}
.erfs-enriched-lead__content-build .erfs-enriched-lead__listing-content p {
  text-transform: uppercase;
  font-size: 16px;
}
.erfs-enriched-lead__content-build .erfs-enriched-lead__listing-content p span:not(.erfs-enriched-lead__listing-content-finace-amount) {
  text-transform: uppercase;
  margin-right: 8px;
}
.erfs-enriched-lead__content-build .erfs-enriched-lead__form-group-input {
  background-color: #f4f4f4;
}
.erfs-enriched-lead__content-details.erfs-enriched-lead__content--tab-active {
  display: block;
}
.erfs-enriched-lead__content-processing {
  display: none;
}
.erfs-enriched-lead__content-processing--active {
  display: block;
}
.erfs-enriched-lead__content-processing__container {
  margin: 45px 0 55px;
}
.erfs-enriched-lead__content-processing__container img {
  max-width: 175px;
  margin-bottom: 24px;
}
.erfs-enriched-lead__content-processing--results-active .erfs-enriched-lead__content-processing__container {
  margin: 55px 0 0;
}
.erfs-enriched-lead__content-processing--results-active .erfs-enriched-lead__content-processing__container p:first-of-type {
  font-size: 20px;
  font-weight: bolder;
  letter-spacing: 1px;
  margin: 10px 0 0;
}
.erfs-enriched-lead__content-processing--results-active .erfs-enriched-lead__content-processing__container p:last-of-type {
  padding: 0 24px;
  margin-top: 5px;
  text-align: center;
}
.erfs-enriched-lead__content-processing--results-active .erfs-enriched-lead__content-processing__container div:last-of-type {
  box-shadow: rgba(50, 50, 93, 0.25) 0px 6px 12px -2px, rgba(0, 0, 0, 0.3) 0px 3px 7px -3px;
  padding: 24px;
  border-radius: 6px;
  background-color: #f4f4f4;
}
.erfs-enriched-lead__content-processing--results-active .erfs-enriched-lead__content-processing__container button {
  display: block;
  padding: 6px 16px;
  margin: 24px auto 0;
}
.erfs-enriched-lead__content-processing button {
  display: none;
}
.erfs-enriched-lead__close {
  position: absolute;
  top: 10px;
  right: 16px;
  font-size: 18px;
  font-weight: bolder;
  cursor: pointer;
  width: 20px;
  height: 26px;
  transition: all 0.1s ease-in-out;
}
.erfs-enriched-lead__close:hover {
  transform: scale(0.85);
}
.erfs-enriched-lead__step-container {
  display: none;
  text-align: center;
  margin-top: 15px;
}
.erfs-enriched-lead__step {
  border-radius: 50%;
  height: 10px;
  width: 10px;
  margin: 0 2px;
  background-color: #bbbbbb;
  border: none;
  display: inline-block;
  opacity: 0.5;
}
.erfs-enriched-lead__step--active {
  opacity: 1;
}
.erfs-enriched-lead__button {
  cursor: pointer;
  border: none;
  border-radius: 6px;
  padding: 12px 24px;
  margin: 20px 0 10px;
  text-transform: uppercase;
  box-shadow: none;
  font-size: 16px;
  transition: all 0.25s ease;
  color: #000;
}
.erfs-enriched-lead__button:hover {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 2px, rgba(0, 0, 0, 0.07) 0px 2px 4px, rgba(0, 0, 0, 0.07) 0px 4px 8px, rgba(0, 0, 0, 0.07) 0px 8px 16px, rgba(0, 0, 0, 0.07) 0px 16px 32px, rgba(0, 0, 0, 0.07) 0px 32px 64px;
}
.erfs-enriched-lead__tab-header {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 0;
  background-color: #d5a773;
  border-radius: 0 0 6px 6px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
}
.erfs-enriched-lead__tab-header h2 {
  margin: 0;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-weight: bold;
  font-size: 18px;
  padding: 10px 24px;
}
.erfs-enriched-lead__form {
  margin-top: 55px;
  padding: 24px;
  background: #f4f4f4;
  border-radius: 6px;
  box-shadow: rgba(0, 0, 0, 0.16) 0px 3px 6px, rgba(0, 0, 0, 0.23) 0px 3px 6px;
}
.erfs-enriched-lead__form img {
  max-width: 175px;
  margin-bottom: 20px;
}
@media (min-width: 767px) {
  .erfs-enriched-lead__form-group--split {
    display: flex;
    align-items: center;
    gap: 10px;
  }
}
.erfs-enriched-lead__form-group--border {
  border-bottom: 2px solid #000;
}
.erfs-enriched-lead__form-group-input {
  width: 100%;
  border: none;
  padding: 10px;
  margin-bottom: 15px;
}
.erfs-enriched-lead__form-group-input:focus, .erfs-enriched-lead__form-group-input:focus-visible, .erfs-enriched-lead__form-group-input:active {
  outline: transparent;
}
.erfs__input--invalid{
  background: #ff000047;
  border: 1px solid #f48f8f;
}
.erfs__input__invalid-msg{
  color: red;
  font-size: 13px;
  text-align: left;
  margin: 0 0 10px 0;
}
.erfs-enriched-lead__form-group-input--mt-15 {
  margin-top: 15px;
}
.erfs-enriched-lead__form-group-input::placeholder {
  font-size: 14px;
}
.erfs-enriched-lead__form-disclaimer {
  display: none;
}
.erfs-enriched-lead__form-disclaimer p {
  font-size: 10px;
  line-height: 1.5;
  text-align: justify;
  padding: 0 10px;
  text-transform: uppercase;
}
.erfs-enriched-lead__navigation-container {
  display: flex;
  justify-content: end;
  gap: 10px;
}
.erfs-enriched-lead__loader {
  width: 48px;
  height: 48px;
  margin: 20px 0;
  border: 5px solid #d2d2d2;
  border-radius: 50%;
  display: inline-block;
  box-sizing: border-box;
  animation: rotation 1s linear infinite;
}
.erfs-enriched-lead__disclaimer {
  text-align: left;
  -webkit-font-smoothing: antialiased;
  font-size: 10px;
  line-height: 1.5;
  margin-bottom: 0;
}
@keyframes rotation {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}

/*# sourceMappingURL=erfs-enriched-lead.css.map */
