.body {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-image: url('../images/brickwork.jpg');
  background-position: 0px 0px;
  background-size: auto;
}

.title-wrapper {
  position: relative;
  display: flex;
  width: 100%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(40, 170, 199, 0.8);
}

.header-wrapper {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: 20px;
  flex-direction: row;
  justify-content: center;
}

.header-left {
  width: 70%;
  max-width: 70%;
  justify-content: flex-start;
}

.header-right {
  width: 30%;
  max-width: 30%;
  padding-top: 10px;
}

.image-2 {
  width: 100%;
}

.footer-wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 100%;
  max-width: 100%;
  margin-right: 20px;
  margin-left: 20px;
  flex-direction: row;
  justify-content: center;
  align-items: flex-end;
}

.footer-left {
  width: 25%;
  max-width: 30%;
  justify-content: flex-start;
}

.footer-right {
  width: 70%;
  max-width: 70%;
}

.title-text {
  color: #fff;
  font-size: 48px;
  line-height: 70px;
  font-weight: 700;
  text-align: center;
}

.title-text.small {
  font-size: 34px;
  line-height: 40px;
}

.form-wrapper {
  display: flex;
  width: 80%;
  padding: 20px;
  flex-direction: column;
  align-items: center;
  background-color: #dbdbdb;
}

.html-embed {
  width: 100%;
  margin-top: 10px;
}

.detail-text {
  margin-top: 40px;
  color: #fff;
  font-size: 30px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}

.detail-text.small {
  margin-top: 20px;
  font-size: 20px;
  line-height: 30px;
}

.detail-text.small.black {
  color: #333;
  text-align: center;
}

.veeva-text {
  padding-top: 10px;
  padding-left: 20px;
  color: #000;
  font-size: 16px;
  font-weight: 400;
  text-align: left;
}

.footer-text {
  color: #830051;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}

.image-saphnelo {
  width: 100%;
  padding-right: 20px;
}

.image-az-logo {
  width: 100%;
  padding-left: 20px;
}

.sub-title-wrapper {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 90%;
  margin-top: 20px;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.sub-detail-text {
  font-size: 30px;
  line-height: 50px;
  font-weight: 700;
  text-align: center;
}

.privacy-wrapper {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 90%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.privacy-links {
  padding-top: 10px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: 400;
  text-align: left;
}

.privacy-link {
  color: #830051;
}

.privacy-link-pi {
  color: #eb5b1d;
}

.button {
  position: fixed;
  display: inline-block;
}

.title-wrapper-button {
  position: relative;
  display: flex;
  width: 90%;
  max-width: 90%;
  margin-top: 40px;
  padding-top: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}

.registration-return-button {
  position: static;
  display: inline-block;
  width: 25%;
  border-radius: 20px;
  background-color: #28aac7;
  font-weight: 700;
  text-align: center;
  cursor: pointer;
}

.detail-prescribing-text {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 50px;
  font-weight: 400;
  text-align: left;
}

.sub-title-text {
  color: #ddd;
  font-size: 30px;
  line-height: 50px;
  font-style: italic;
  font-weight: 700;
  text-align: center;
}

.spacer {
  width: 100%;
  height: 60px;
}

.prescribing-wrapper {
  position: relative;
  display: flex;
  width: 80%;
  padding: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background-color: rgba(40, 170, 199, 0.8);
}

.adverse-wrapper {
  position: static;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: flex;
  width: 80%;
  margin-bottom: 20px;
  padding-top: 20px;
  padding-right: 20px;
  padding-left: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  grid-row-gap: 20px;
  background-color: rgba(189, 218, 63, 0.5);
}

.form-text-wrapper {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.bold-text {
  font-size: 25px;
}

.link {
  color: #830051;
}

.black-triange-text {
  padding-top: 10px;
  padding-left: 20px;
  color: #000;
  font-size: 12px;
  font-weight: 400;
  text-align: left;
}

.utility-page-wrap {
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
}

.utility-page-content {
  display: flex;
  width: 260px;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: flex;
  flex-direction: column;
  align-items: stretch;
}

@media screen and (max-width: 991px) {
  .title-text {
    font-size: 28px;
    line-height: 48px;
  }

  .title-text.small {
    font-size: 28px;
  }

  .detail-text {
    font-size: 18px;
    line-height: 30px;
  }

  .detail-text.small {
    font-size: 18px;
  }

  .footer-text {
    font-size: 16px;
    line-height: 28px;
  }

  .sub-detail-text {
    font-size: 18px;
    line-height: 30px;
  }

  .registration-return-button {
    width: 40%;
  }

  .detail-prescribing-text {
    font-size: 18px;
    line-height: 30px;
  }

  .sub-title-text {
    font-size: 18px;
    line-height: 40px;
  }
}

@media screen and (max-width: 767px) {
  .header-wrapper {
    flex-direction: column;
    align-items: center;
  }

  .header-left {
    width: 100%;
    max-width: 100%;
  }

  .image {
    width: 100%;
  }

  .header-right {
    width: 60%;
    max-width: 60%;
  }

  .footer-wrapper {
    flex-direction: column;
  }

  .footer-left {
    display: flex;
    width: 100%;
    max-width: 100%;
    flex-direction: column;
    align-items: center;
  }

  .footer-right {
    width: 100%;
    max-width: 100%;
  }

  .title-text.small {
    font-size: 24px;
  }

  .form-wrapper {
    width: 100%;
  }

  .footer-text {
    font-size: 14px;
    line-height: 22px;
  }

  .image-saphnelo {
    padding-right: 0px;
  }

  .image-az-logo {
    max-width: 200px;
  }

  .sub-detail-text {
    font-size: 16px;
  }

  .title-wrapper-button {
    margin-top: 0px;
  }

  .registration-return-button {
    width: 40%;
  }

  .detail-prescribing-text {
    font-size: 14px;
  }

  .sub-title-text {
    font-size: 16px;
  }

  .prescribing-wrapper {
    width: 100%;
  }

  .adverse-wrapper {
    width: 100%;
    flex-direction: column;
  }
}

@media screen and (max-width: 479px) {
  .title-wrapper {
    width: 100%;
    max-width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-text {
    font-size: 22px;
  }

  .title-text.small {
    font-size: 20px;
    line-height: 30px;
  }

  .detail-text {
    font-size: 16px;
    line-height: 26px;
  }

  .detail-text.small {
    font-size: 16px;
    line-height: 26px;
  }

  .detail-text.small.black {
    font-size: 14px;
    line-height: 22px;
  }

  .footer-text {
    font-size: 12px;
    line-height: 18px;
  }

  .registration-return-button {
    width: 70%;
  }

  .detail-prescribing-text {
    font-size: 12px;
  }

  .sub-title-text {
    font-size: 14px;
    line-height: 22px;
  }

  .spacer {
    height: 40px;
  }

  .prescribing-wrapper {
    padding-right: 10px;
    padding-left: 10px;
  }

  .black-triange-text {
    padding-right: 10px;
    padding-left: 10px;
    text-align: center;
  }
}

