html {
  /* font-size: 62.5%; */
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-size-adjust: 100%;
}

body,
html {
  height: 100%;
  margin-block: 1hl;
  font: normal 11pt "Poppins", sans-serif;
}

body {
  /* font: normal 300 1.4rem/1 "Poppins", sans-serif; */

  color: #333;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-overflow-x: hidden;
  overflow-y: auto;
  -ms-overflow-y: auto;
}
.offcanvas {
  a {
    font-size: 9pt;
    color: #333;
  }
  a:hover {
    background: #efefef;
    color: #333;
  }
  .nav-link.active,
  a.active {
    background: #333;
    color: #efefef;
  }
}
.navbar-nav {
  a {
    font-size: 9pt;
    padding: 8px;
  }
}
.dropdown-menu li .dropdown-item {
  font-size: 9pt;
}

b {
  font-weight: bold;
}

.card-sm > div {
  padding: 8px;
}
.table {
  font-size: 9pt;

  .dropdown-item {
    font-size: 9pt;
  }
}
