.headerBackground {
    background-color: blueviolet;
}
.invoiceLogo {
    height: 90px;
    width: 90px;
}
.headerTextStyle {
    /* font-size: 12; */
    color: white;
    
}

.BilContainerBoldTxt {
    font-weight: bold;
}

.table thead tr th, .table tbody tr td {
    border: none;
}

.notes {
    background-color: rgb(184, 201, 233);
    height: 100;
}

.total {
    background-color: blueviolet;
    color: white;
    height: 100;
    text-align: right;
}

.notesContainer {
    height: 50;
}

.textAlign {
    text-align : right;
}

.addSpace {
    padding-top: 20px;
}

.workNote{
    font-weight: bold;
    color:darkgreen;
}
.invoiceNote {
    font-weight: bold;
    color: blue;
}