.HealthNotifyQuestion {
  width: 100vw;
  min-height: 100vh;
  overflow: hidden;
  padding: 15px;
  background-color: #fff;

  .container {
    overflow-x: hidden;
    overflow-y: auto;

    .informQuestionnaire {
      padding: 5px 0;

      .content {
        .topContent {
          padding: 8px 0;
        }

        .bottomContent {
          padding: 8px 0;
          font-weight: bold;

          p {
            padding-bottom: 3px;
          }
        }
      }
    }

    .policyHolder,
    .theInsured {
      padding: 5px 0;

      .inform {
        display: flex;
        align-items: center;
        justify-content: space-between;

        .checkBox {
          color: var(--button-primary-background);
        }
      }
    }

    .footer-button {
      position: absolute;
      bottom: 22px;
      left: 10vw;

      .button {
        width: 80vw;
      }
    }
  }
}
