.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;
}

/* ===== Sidebar Height Fix ===== */
/*
  الـ header جوه الـ sidebar بياخد:
  padding-top: 41px + margin-bottom: 24px + content height (~80px) = ~145px
  بنستخدم calc عشان الـ main-sidebar يملا الباقي
*/
.app-sidebar .main-sidebar {
   height: calc(100dvh - 145px) !important;
   overflow-y: auto !important;
}
/* ============================= */