/* 
   Direct CSS overrides should be avoided when possible. 
   Please use the SCSS files in assets/scss/ instead and run 'npm run ynex' to compile.
*/
.table-header-title {
   font-family: "Almarai", sans-serif !important;
   font-weight: 700;
   font-style: bold;
   font-size: 14px;
   line-height: 22px;
   letter-spacing: 0;
   color: #637381;
}
.table-header{
   background-color: #f8f9fa !important;
}
* {
   font-family: "Almarai", sans-serif !important;
}
.custom-table-item {
   font-family: "Almarai", sans-serif !important;
   font-weight: 400;
   font-style: normal;
   font-size: 16px;
   line-height: 22px;
   letter-spacing: 0;
   color: #263238;
}