.sr-only {
  display: none;
}
.genesis-custom-blocks-editor__ssr {pointer-events: none;}
.linktree-migrate-section {
  padding: 10px 20px 40px 20px;
  background-color: #f5eafe;
  text-align: center;
  margin: 20px 0;
}

.linktree-migrate-section .migrate-btn {
  background: #ff6100;
  color: #fff;
  border: 1px solid #ff6100;
  min-width: 14.375rem;
  max-width: 100%;
  outline: 0;
  display: flex;
  border-radius: 0.375rem;
  padding: 0.9375rem 2rem;
  transition: all .2s;
  align-items: center;
  justify-content: center;
  margin-left: auto;
  margin-right: auto;
}

.linktree-migrate-section .migrate-btn:hover {
  background: #ff8133;
  border-color: #ff8133;
}

.linktree-migrate-section .migrate-btn .migrate-icon {
  width: 24px;
  height: 24px;
  margin-right: 10px;
  display: none;
  transition: all .1s;
  animation: linktree-lds-ring 1.2s linear infinite;
  animation-delay: -0.45s;
  background-image: url("https://www.jotform.com/blog/wp-content/themes/jotblog/img/icons/ring-white.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 100%;
}

.linktree-migrate-section .migrate-btn .migrate-text {
  color: #fff;
  line-height: 1.5rem;
}

.linktree-migrate-section .migrate-btn[disabled="true"],
.linktree-migrate-section .migrate-btn[disabled="disabled"] {
  background-color: #C4C4C4;
  border-color: #C4C4C4;
  cursor: progress;
}

.linktree-migrate-section .migrate-btn[disabled="true"] .migrate-icon,
.linktree-migrate-section .migrate-btn[disabled="disabled"] .migrate-icon {
  display: inline-block;
}

.linktree-migrate-section .migrate-input {
  width: 100%;
  max-width: 34.375rem;
  max-height: 3.625rem;
  margin: 10px auto 30px auto;
  background-color: #fff;
  border: 1px solid #e8cbff;
  text-align: center;
  outline: 0;
  border-radius: 4px;
  padding: 1.125rem 0.9375rem;
  color: #0A1551;
  font-size: 1.125rem;
}

.linktree-migrate-section .migrate-error {
  display: block;
  color: #E66760;
  font-size: .875rem;
  margin-top: 0.625rem;
  min-height: 1.875rem;
}

@keyframes linktree-lds-ring {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}