.cpap__flyout.cpap__flyout-hst {
  .cpap__flyout__flyout {
    .cpap__flyout__content-container {
      padding: 0 !important;
      .cpap__flyout-hst__header {
        height: 64px;
        padding: 5px 20px;
        display: flex;
        align-items: center;
        justify-content: center;
        background: #f6f5f0;
        font-size: 18px;
        color: #2e2e2e;
        font-weight: 500;
        line-height: 24px;
        @media (max-width: 556px) {
          border-radius: 20px 20px 0 0;
        }
      }
      .cpap__flyout-hst__inner-content-container {
        padding: 32px 40px;
        height: calc(100vh - 64px);
        overflow: auto;
        @media (max-width: 556px) {
          padding: 24px 20px;
          height: calc(100vh - 124px);
        }
        p {
          font-size: 16px;
          color: #2e2e2e;
          font-weight: 500;
          line-height: 24px;
          margin-bottom: 16px;
        }
        .cpap__flyout-hst__footer {
          display: flex;
          flex-direction: column;
          gap: 12px;
          .btn {
            width: 100%;
            line-height: 17px;
            height: 40px;
          }
          .consent-email-error {
            color: var(--cpap-text-error-red);
          }
          .test-consent-email {
            &.form-control {
              border-radius: 8px;
              background: var(--cpap-primary-white);
              border: 1px solid var(--cpap-stroke-gray);
              padding: 19px 16px 20px;
              font-size: var(--bs-body-font-size);
              font-weight: var(--bs-body-font-weight);
              line-height: var(--bs-body-line-height-17);
              color: var(--cpap-primary-soft-black);
              width: 100%;
              margin-bottom: 16px;
            }
          }
        }
        .cpap__flyout__toc-checkbox-container {
          background: #f6f5f0;
          border-radius: 4px;
          padding: 16px;
          margin-bottom: 24px;
          label {
            font-size: 14px;
            color: #2e2e2e;
            font-weight: 400;
            line-height: 17px;
          }
        }
      }
    }
  }
  .cpap__flyout__toc-checkbox-container {
    display: block;
    input {
      padding: 0;
      height: initial;
      width: initial;
      margin-bottom: 0;
      display: none;
      cursor: pointer;
      &:checked {
        & + label {
          &:after {
            content: '';
            display: block;
            position: absolute;
            top: 3px;
            left: 6px;
            width: 5px;
            height: 9px;
            border: solid #ff600a;
            border-width: 0 2px 2px 0;
            transform: rotate(45deg);
          }
          &:before {
            border-color: #ff600a;
          }
        }
      }
    }
    label {
      position: relative;
      cursor: pointer;
      display: flex;
      &:before {
        content: '';
        -webkit-appearance: none;
        background-color: transparent;
        border: 1px solid #6c6c6c;
        padding: 7px;
        width: 16px;
        height: 16px;
        display: inline-block;
        border-radius: 4px;
        position: relative;
        vertical-align: middle;
        cursor: pointer;
        margin-right: 6px;
      }
    }
  }

  @media (max-width: 556px) {
    .agree-continue-btn-1,
    #home-sleep-test-consent-button {
      margin-bottom: 70px;
    }
  }
}
