.bg-primary {
  background-color: var(--primary-color) !important;
  color: white !important;
}

.bg-primary h5 {
  color: white !important;
}

.text-primary#grand-total {
  color: var(--primary-color) !important;
}