#result_list tbody.tour-row-full > tr.data-row > td,
#result_list tbody.tour-row-full > tr.data-row > th {
  background-color: #dcfce7 !important;
}

#result_list tbody.tour-row-partial > tr.data-row > td,
#result_list tbody.tour-row-partial > tr.data-row > th {
  background-color: #fef9c3 !important;
}

#result_list tbody.tour-row-over-invoiced > tr.data-row > td,
#result_list tbody.tour-row-over-invoiced > tr.data-row > th {
  background-color: #fee2e2 !important;
}

.dark #result_list tbody.tour-row-full > tr.data-row > td,
.dark #result_list tbody.tour-row-full > tr.data-row > th {
  background-color: rgb(34 197 94 / 0.2) !important;
}

.dark #result_list tbody.tour-row-partial > tr.data-row > td,
.dark #result_list tbody.tour-row-partial > tr.data-row > th {
  background-color: rgb(234 179 8 / 0.2) !important;
}

.dark #result_list tbody.tour-row-over-invoiced > tr.data-row > td,
.dark #result_list tbody.tour-row-over-invoiced > tr.data-row > th {
  background-color: rgb(239 68 68 / 0.2) !important;
}
