.card-progress .info-wrap[data-v-a67d66a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  height: 330px;
  padding: 20px;
}
.card-progress .info-wrap .title-content[data-v-a67d66a2] {
  width: 100%;
  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;
  font-size: 16px;
  font-weight: 600;
  color: #495057;
  margin-bottom: 24px;
}
.card-progress .info-wrap .title-content .sortby[data-v-a67d66a2] {
  font-size: 14px;
  cursor: pointer;
  font-weight: 400;
  color: #74788d;
}
.card-progress .info-wrap .progress-content[data-v-a67d66a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  height: 280px;
}
.card-progress .info-wrap .progress-content .progress-item[data-v-a67d66a2] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.card-progress .info-wrap .progress-content .progress-item .dot[data-v-a67d66a2] {
  width: 5px;
  height: 5px;
  border-radius: 50%;
  margin-right: 16px;
}
.card-progress .info-wrap .progress-content .progress-item .title[data-v-a67d66a2] {
  width: 70px;
  margin-right: 5px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}

