.overlay-button {
  position: absolute;
  top: 135px;
  right: 0;
  z-index: 100;

  margin-right: 20px;
  margin-top: 5px;

}

.eligible-button {
  background: #fd533a;
  opacity: 1;
  border: none;
  color: white;
  padding: 10px;
  border-radius: 20px;
}

.force-mobile {
  width: 750px;
  max-width: 750px;
  height: 1334px;
  margin: 0 auto;
  border-style: none;
  border-color: inherit;
  border-width: 0px;
  -webkit-transform: scale(0.5);
  -webkit-transform-origin: 0 0;
  display: block;
}

.form-button {
  width: 100%;
}

iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

button:hover {
  cursor: pointer;
}

.overlay-form {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 640px;
  max-width: 480px;
  width: 95%;
  background: #f4f4f4;
  z-index: 100;
  border-radius: 30px;
  box-shadow: 10px 10px 15px #384661;
  border: 1px solid #38466144;
  font-family: "Roboto", sans-serif;
}

#overlay-check {
  display: none;
}

#overlay-result {
  display: none;
}

#overlay-complete {
  display: none;
}

#overlay-action-button {
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: 900;
  font-size: xx-large;
  display: flex;
  align-items: center;
  justify-content: center;
}

#overlay-action-button:hover {
  cursor: pointer;
}

#form-content {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  height: 480px;
  width: 90%;
}

.form-title {
  display: flex;
  font-weight: 700;
  font-size: 24px;
  align-items: center;
  justify-content: center;
  margin-bottom: 25px;
}

.form-description {
  font-weight: 100;
  font-size: 14px;
  margin-bottom: 25px;
}

.frame-form {
  width: 100%;
}

.form-section {
  display: flex;
  width: 100%;
  justify-content: center;
}

.span-label {
  align-self: center;
  width: 35%;
  height: 50px;
  vertical-align: middle;
}

.span-field {
  width: 65%;
  font-weight: bolder;
}

.form-footer {
  width: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.form-input {
  width: 100%;
  height: 25px;
}

.form-date {
  width: 100%;
  height: 25px;
}

.form-spacer {
  height: 100px;
}

.overlay-action-text {
  font-size: large;
}

#eligible-dot, #complete-dot {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: xx-large;
  height: 75px;
  width: 75px;
  border-radius: 50%;
  background-color: #888888;
}

#complete-dot {
  background-color: green;
}

.playstore-icons {
  display: flex;
  align-items: center;
  justify-content: space-evenly;
  height: 100px;
  width: 100%;
  border-radius: 10px;
  background-color: #384661;
  position: absolute;
  bottom: 0;
}