.mandatoryInfo-modal {
  height: 100%;
  background-color: transparent;
}
.mandatoryInfo {
  font-family: Hiragino Kaku Gothic Pro;
  position: absolute;
  bottom: 0;
  width: 100%;
  background-color: #fff;
  padding: 0 16px;
  border-radius: 20px 20px 0 0;
  display: flex;
  flex-direction: column;
  .divider {
    height: 1px;
    background-color: #eee;
  }
  .header-setion {
    flex-basis: 30%;
    display: flex;
    justify-content: center;
    align-items: center;
    .icon-section {
      position: absolute;
      top: -36px;
      left: 50%;
      margin-left: -36px;
      border: 2px solid #fff;
      border-radius: 50%;
      width: 72px;
      height: 72px;
      img {
        position: absolute;
        margin-left: -34px;
        left: 50%;
        width: 100%;
        height: 100%;
        border-radius: 50%;
      }
    }
    .text-area {
      margin-top: 50px;
      margin-bottom: 12px;
      .miniapp-name {
        color: #000;
        font-style: normal;
        font-weight: bold;
        font-size: 16px;
      }
      .subtitle {
        color: #606060;
        font-style: normal;
        font-weight: normal;
        font-size: 12px;
        margin-top: 16px;
        // margin-bottom: 24px;
      }
    }
  }
  .confirm-area {
    border: 1px solid #eee;
    box-sizing: border-box;
    border-radius: 8px;
    .single-line,
    .double-lines {
      display: flex;
      justify-content: space-between;
      padding: 14px 8px;
      &:hover {
        cursor: pointer;
      }
      .line-label {
        font-size: 14px;
        color: #606060;
        font-weight: bold;
        text-align: left;
      }
      .sub-text {
        font-size: 12px;
        color: #909090;
      }
      .right-label {
        text-align: right;
        font-size: 13px;
        color: #606060;
      }
    }
    .single-line {
      align-items: center;
    }
    .double-lines {
      align-items: flex-start;
      border-top: 1px solid #eee;
    }
    .label-container {
      flex-basis: 80%;
      padding-left: 4px;
      .label-wrapper {
        display: flex;
        justify-content: space-between;
      }
    }
    .arrow-unit {
      flex-basis: 10%;
      text-align: right;
      .arrow {
        border: solid #c7c7cc;
        border-width: 0 3px 3px 0;
        display: inline-block;
        padding: 3px;
      }
      .right {
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
      }
    }
  }
  .policy {
    flex-basis: 30%;
    font-size: 14px;
    text-align: left;
    padding-top: 4px;
    // padding-bottom: 16px;
    .policy-unit {
      padding: 4px 0;
      line-height: 1em;
    }
    .text1 {
      color: #606060;
    }
    .text2 {
      color: #00b9f5;
    }
    .text3 {
      color: #909090;
    }
  }
  .btn-agreement {
    flex-basis: 30%;
    padding: 2px 0;
    div {
      padding: 8px 0;
    }
    .agreement-title {
      font-size: 12px;
      color: #909090;
    }
    .btn-block {
      width: 100%;
      border: none;
      box-shadow: none;
    }
    .negative-btn {
      color: #00b9f5;
    }
  }
}
