:root {

  /* Classic theme */

  
  
    --bs-primary: #2C6691 !important ;
    --bs-light-primary: #64A0CC !important ;  
    --bs-secondary: #C6CF58 !important ;
    --bs-light-secondary: #DCE29A !important ;
    --bs-primary-light: rgba(36, 58, 115, 0.7) !important ;
    --bs-secondary-rgb: rgb(105, 177, 136) !important ;
    --bs-even-row-color:#eff3f8 !important ;
    --bs-odd-row-color:#f6f9fc !important ;
    --bs-filter-widget-bg: #FDFDFD !important;
    --bs-table-primary-header: #D5D5DD !important;	

}