body {
  margin: 0;
  padding: 0;
  font-size: 0.9em;
  color: #212529 !important;
  background-color: #fff;
  font-family: "Poppins", sans-serif !important;

}

#content .edirectory-header-main {
  background-color: #000;
  padding: 20px 15px;
}
#content .sticky-top {
  z-index: 1000 !important;
  background: #fff;
}
#content .title {
  font-size: 25px;
  font-weight: 600 !important;
  padding-top: 2rem;
  height: 65px;
  display: flex;
  justify-content: space-between;
  width: 100%;
}

p {
  margin: 0.6em 0 1.2em !important;
  padding: 0;
}

h1 {
  margin-bottom: 1.25em;
}

.card .card-body h1,
.card .card-body h2,
.card .card-body h3,
.card .card-body h4,
.card .card-body h5,
.card .card-body h6 {
  font-weight: 600 !important;
}