body {
  min-height: 100vh;
  min-height: -webkit-fill-available;
  background-color: #e1e1e1;
}

html {
  height: -webkit-fill-available;
}

/* #sideNav {
  background: linear-gradient(180deg, rgba(0, 125, 250, 0.5) 0%, #0051a3 50%);
}

#sideNavHeader {
  font-family: "Poppins" !important;
  font-style: normal;
  font-weight: 600;
  font-size: 16px;
  line-height: 100%;
  display: flex;
  align-items: center;
  text-align: center;
  text-transform: capitalize;

  color: #000000;
}

.nav-link {
  color: white !important;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
  background-color: #000000;
  font-family: "Inter";
  font-weight: 500;
} */

#contentBody {
  background-color: #e1e1e1;
}

* {
  font-family: "Inter";
}

.btn-pagination,
.btn-pagination:hover {
  background-color: #0354a6 !important;
  color: #ffffff;
}
