.verification-info {
  background-color: #f5f5f5;
  height: 100vh;

  .verification-message {
    background-color: #fff;
    padding: 15px;
    margin-bottom: 10px;

    .verification-title {
      font-size: 14px;
      font-weight: 400;
      color: #343434;
      line-height: 20px;
      margin-bottom: 9px;
    }

    .verification-concent {
      font-size: 14px;
      font-weight: 500;
      color: #343434;
      line-height: 20px;
      margin-left: 10px;
    }
  }

  .personnel-info {
    padding: 15px 18px 0 15px;
    background-color: #fff;
    display: flex;
    justify-content: space-between;
    margin-top: 1px;

    .personnel-name {
      font-size: 14px;
      font-weight: 800;
      line-height: 16px;
      margin-right: 8px;
    }

    .personnel-type {
      background-color: rgba(252, 135, 19, .1);
      color: #fc8713;
      font-size: 13px;
      line-height: 21px;
      padding: 4px 6px;
      border-radius: 3px;
    }

    .personnel-num {
      margin-top: 10px;
      font-size: 13px;
    }

    .verification-false {
      margin: 23px 0 11px 0;
      font-size: 14px;
      font-weight: 400;
      color: #fff;
      padding: 8px 15px;
      display: flex;
      justify-content: center;
      align-items: center;
    }

    .verification-true {
      margin: 26px 10px 15px 0;
      font-size: 15px;
      font-weight: 400;
      color: #bcbcbc;
      line-height: 21px;
    }
  }

  .pay-footer {
    position: fixed;
    bottom: 0;
    padding: 15px 15px;
    width: 100%;
    background-color: #fff;
  }
}
