/*******************************************************************************
*   custom colors
*
**/
html[data-theme="dark"] {
    --pst-color-primary: #034DA1;
  }
  html[data-theme="light"] {
    --pst-color-primary: #034DA1;
  }
  
/* Center table header cells */
thead th {
    text-align: center !important;
}