.add-line {
    width: 100%;
    display: flex;
    justify-content: center;
}

.bg-light-purple {
  background-color: #8c79f9ae !important;
}

.bg-green {
  background-color: #00b02cae !important;
}

.bg-dark-green {
  background-color: #005816ae !important;
}


.invoice-bills table td:nth-child(4) {
    text-align: center;
}

.invoice-bills table th:nth-child(3),
.invoice-bills table td:nth-child(5) {
    white-space: nowrap;
}
