:root {
    /* Example */
    /*--bulma-family-primary: Inter, SF Pro, Segoe UI, Roboto, Oxygen, Ubuntu, Helvetica Neue, Helvetica, Arial, sans-serif;*/
    /*--bulma-family-primary: Underdog, sans-serif;*/
}

.has-text-right .p-datatable-column-header-content {
    justify-content: end;
}

.app-spinner {
    position: fixed !important;
    top: calc(50% - 50px);
    left: calc(50% - 50px);
    z-index: 10000;
}

table td, table th {
    vertical-align: middle;
}

table td .p-button-sm.p-button-icon-only {
    padding: 1px 4px 0;
    width: auto;
}