html {
  font-size: 14px;
}

@media (min-width: 768px) {
  html {
    font-size: 16px;
  }
}

html {
  position: relative;
  min-height: 100%;
}

body {
  margin-bottom: 60px;
}

#navbarNavDropdown a.dropdown-item .item-img {
    display: inline-block;
    margin-right: 0.5rem !important;
}

#navbarNavDropdown a.dropdown-item .item-img img {
    height: 22px;
    width: 22px;
}

#navbarNavDropdown a.dropdown-item i.app-icon {
    margin-right: 0.25rem !important;
    margin-left: 0.25rem !important;
    display: inline-block;
    height: 22px;
    width: 22px;
}

.external-link {
    margin-left: 0.25rem !important;
}

/* Do not modify table styles here, use classes from https://getbootstrap.com/docs/5.1/content/tables/#accented-tables or scope to only a single page */