.category{
    background-color: #0d3380;
    color: white;
    padding: 0.2em;
}
 h1{
     color: #0d3380;
 }

 #slipForm th,#advanceTable th,#purchaseTable th {
     position: sticky;
     top: 0;
     background-color: #0d3380;
     color: white;
 }

.bg-light{
    background-color: #0d3380!important;
    color: white;
}

table th, .card-header{
    background-color: #0d3380!important;
    color: white!important;
}