.fs-3em {
    font-size: 3em;
}

body .text-black {
    color: #000 !important;
}

body[data-bs-theme="dark"] .text-black {
    color: #fff !important;
}

.total-row td {
    background: #0054a6 !important;
    --tblr-table-color-type: #0054a6 !important;
    --tblr-table-bg-type: #0054a6 !important;
    color: #fff;
    font-weight: 600;
}