
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  height: 100%;
  width: 100%;
  overflow: hidden;
}

#jotform-container {
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
}

/* Style the JotForm iframe to be full screen */
#jotform-container iframe {
  width: 100% !important;
  height: 100% !important;
  border: none !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
}

/* Hide any JotForm branding or extra elements */
.jotform-form {
  width: 100% !important;
  height: 100% !important;
}
