/* Only what Tabler does not already give us. */

/* The invoice grid is wide; keeping the header in view while scrolling a page of
   fifty rows is the difference between reading it and counting columns. */
.table-sticky thead th {
    position: sticky;
    top: 0;
    z-index: 1;
    background: var(--tblr-bg-surface);
}

/* Codes and document numbers line up only in a monospaced face, and they are
   compared by eye constantly. */
.cell-code {
    font-family: var(--tblr-font-monospace);
    font-size: .8125rem;
}

#blazor-error-ui .dismiss {
    float: right;
    cursor: pointer;
}
