/* $body-font-family: 'Noto Sans HK', sans-serif; */
.invoice-row[data-v-2cfbdf0c] {
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  background-color: #f2f2f2;
}
.invoice-row[data-v-2cfbdf0c]:not(:last-child) {
  border-bottom: thin solid rgba(94, 86, 105, 0.14);
}
.invoice-row .v-data-table__mobile-row__header[data-v-2cfbdf0c] {
  display: block;
}
@media (min-width: 960px) {
.invoice-row[data-v-2cfbdf0c] {
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-bottom: none !important;
    padding-top: 0;
    padding-bottom: 0;
}
.invoice-row:not(:last-child) > div[data-v-2cfbdf0c] {
    border-bottom: thin solid rgba(94, 86, 105, 0.14);
}
.invoice-row > div[data-v-2cfbdf0c] {
    display: flex;
    align-items: center;
}
.invoice-row .v-data-table__mobile-row__header[data-v-2cfbdf0c] {
    display: none;
}
}
