@import url('https://fonts.googleapis.com/css2?family=Almarai:wght@300;400;700;800&display=swap');
body{
 font-family: "Almarai", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size:18px;
  background-color: #d8d8d8
}
table th,table td{
	font-size:20px
}
.table-responsive{
	padding-bottom:120px
}
.nav{
	margin:0;
	padding:0
}
 .loader {
      position: fixed;
      z-index: 1000000;
      background-color: navy;
      width:100%;
      height: 100vh;
      left: 0;
      top: 0
    }
    .nav-item .active{
    background-color: #ddd
    }
    .nav-item{
    font-size:small
    }