.invoice-cell[data-v-37a3101c] {
  margin-bottom: 24px;
}
.invoice-cell .top[data-v-37a3101c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 13px;
  padding-right: 10px;
}
.invoice-cell .invoice-number-list[data-v-37a3101c] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 4px 10px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 10px;
  width: 100%;
  min-height: 80px;
  overflow-y: auto;
  border: 1px dashed #d9d9d9;
  padding: 6px 10px;
}
.invoice-cell .invoice-number-list .tag[data-v-37a3101c] {
  padding: 0 10px;
  height: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border: 1px solid #e8eaec;
  border-radius: 3px;
  background: #f7f7f7;
  color: #2D8cF0;
  font-size: 14px;
  cursor: pointer;
  -webkit-transition: all .2s;
  transition: all .2s;
}

