.isOpen {
  display: flex !important;
  width: 100vw !important;
  height: 100vh !important;
  margin: 0 !important;
}

.typeform-inline-widget {
  height: 720px;
  align-self: center;
  width: 100%;
}

.typeform-iframe {
  width: 80%;
}

@media only screen and (max-width: 653px) {
  .typeform-iframe {
    margin-top: 100px;
  }
}
@keyframes lds-ring {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
