.navBarWithAirSignature-footer {
  width: 100vw;
  display: flex;
  padding: 15px;
  background-color: #fff;

  .nextStep {
    width: calc((100vw - 45px) / 2);
    font-size: 16px;
    height: 45px;
    color: #fc8713;
    border-color: 1px #fc8713 solid;
    background-color: #fff;
    border-radius: 4px;
    margin-right: 15px;
  }

  .onShare {
    width: calc((100vw - 45px) / 2);
    font-size: 16px;
    height: 45px;
    background: #fc8713;
    border-radius: 4px;
  }

  .unNextStep {
    width: calc((100vw - 45px) / 2);
    height: 45px;
    color: #e5e5e5;
    border-radius: 4px;
    background-color: #fff;
    border: 1px solid #e5e5e5;
    margin-right: 15px;
  }

  .unShare {
    width: calc((100vw - 45px) / 2);
    font-size: 16px;
    background: #e5e5e5;
    border-radius: 4px;
    color: #fff;
    border: none;
  }
}

.popupShareBox {
  background-color: #fff;
  padding-top: 15px;
  margin: auto;

  .shareTitle {
    display: flex;
    padding: 0 20px;
    justify-content: space-between;

    >span {
      font-size: 13px;
      font-weight: 400;
      color: #343434;
      line-height: 18px;
    }
  }

  .shareImg {
    display: flex;
    flex-direction: column;
    align-items: center;

    >img {
      margin: 18px 0 7px 0;
    }

    >p {
      font-size: 13px;
      font-weight: 400;
      color: #909090;
      line-height: 18px;
      // margin: 7px 0 18px 0;
    }
  }

  .cancel {
    width: 100vw;
    height: 45px;
    font-size: 16px;
    font-weight: 400;
    color: #616161;
    line-height: 22px;
    background: #fafafa;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 18px;
  }
}
