.pending-item[data-v-7e6062be] {
  width: 300px;
  padding-bottom: 10px;
  margin: 20px 0;
  border-bottom: 2px solid #0c0c0c;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.pending-item span[data-v-7e6062be]:first-child {
  color: #1c2438;
  font-weight: 600;
}
.pending-item span[data-v-7e6062be]:nth-child(2) {
  font-size: 18px;
  font-weight: 600;
}
.card-num[data-v-7e6062be] {
  font-size: 20px;
  font-weight: bold;
}
.card-title[data-v-7e6062be] {
  font-size: 16px;
}

