.authenticator-popup-content .scan-code {
  display: flex;
  justify-content: center;
  width: 100%;
  margin: 10px 0;
  min-height: 200px;
}

.authenticator-popup-content .scan-code img {
  max-width: 200px;
}

.authenticator-popup-content .code-link {
  width: 100%;
  text-align: center;
  font-size: 15px;
  color: var(--pri);
  display: block;
  font-weight: 600;
  cursor: pointer;
}

.authenticator-popup-content .btn-container {
  display: flex;
}

.authenticator-popup-content .btn-container .btn {
  margin-right: 10px;
}

.mobile-popup-content.authenticator-popup-content .button-block button {
  margin-top: 0;
  position: relative;
}

.mobile-popup-content .barcode-block .code-block {
  margin: 10px 0 8px;
  border: 1px solid var(--lt-grey);
  border-radius: 4px;
  font-size: 16px;
  color: var(--grey);
  position: relative;
  height: 40px;
  display: flex;
  padding: 0 10px;
  align-items: center;
  justify-content: center;
  margin: 20px 0 15px;
  font-weight: 600;
}

.mobile-popup-content .google-authenticator .otp-input {
  margin-top: 5px;
  position: relative;
}

.mobile-popup-content .google-authenticator .otp-input .error {
  top: 64px;
}

.mobile-popup-content.authenticator-popup-content .button-block button .loader {
  position: absolute;
}

.mobile-popup-content.authenticator-popup-content .button-block button.loading {
  border: none;
}

.authenticator-popup-content .scan-code .loading .loader {
  position: unset;
  margin-right: 10px;
}

.authenticator-popup-content .scan-code .loading {
  display: inline-flex;
  align-items: center;
}

.authenticator-popup-content .scan-code .loading span {
  color: var(--grey);
}
span.code-link {
  display: block;
  text-align: center;
  color: var(--pri);
  cursor: pointer;
}
.scan-code {
  text-align: center;
}
.scan-code img {
  display: block;
  margin: 0 auto;
}
.customer-details.email-verification {
  margin-bottom: 50px;
}
.business-representative {
  margin-bottom: 40px;
}

.hyperlink {
  text-decoration: underline;
}

@media screen and (min-width: 1800px) {
  .authenticator-popup-content .scan-code img {
    max-width: 300px;
  }
  .authenticator-popup-content .code-link {
    font-size: 18px;
  }
  .mobile-popup-content .barcode-block .code-block {
    height: 50px;
    font-size: 18px;
  }
}

@media screen and (max-width: 600px) {
  .mobile-popup-content .barcode-block .code-block {
    font-size: 14px;
  }
  .authenticator-popup-content .code-link {
    font-size: 14px;
  }
  .authenticator-popup-content .scan-code img {
    max-width: 160px;
  }
  .authenticator-popup-content .scan-code {
    min-height: unset;
  }
  span.code-link {
    font-size: 12px;
  }
}
