.container[data-v-09a4d556] {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
.status-item[data-v-09a4d556] {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 calc(33.33% - 20px);
          flex: 0 0 calc(33.33% - 20px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  border-radius: 8px;
  background-color: #ffffff;
  margin-top: 20px;
  padding: 10px 0px;
  -webkit-box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
          box-shadow: 0px 5px 30px 0px rgba(0, 0, 0, 0.08);
}
.status-item-label[data-v-09a4d556] {
  color: #333333;
  font-size: 14px;
  font-weight: 500;
  padding-top: 9px;
}

