.nav-link {
  margin: 0px 4px 0px 4px;
  display: flex !important;
  align-self: center; }

.brand-text {
  font-weight: 300;
  padding-left: 0; }

.nav-link > img {
  height: 32px;
  width: 32px; }

.nav-link > span {
  padding-top: 4px; }

.nav-list-partial {
  height: 100%;
  margin-bottom: 5px; }

.nav-list-partial > ul {
  display: flex;
  height: 100%; }

.bg-dark-children > * {
  background-color: #343a40 !important; }

.dropdown-subcategory {
  display: block;
  text-align: center;
  text-decoration: underline;
  font-weight: bold; }

.dropdown-divider:first-child {
  margin: 0px 0px 5px 0px !important; }

.dropdown-divider:not(:first-child) {
  margin: 2px 0px 5px 0px !important; }

.header-icon {
  height: 100%;
  display: flex;
  left: 20px;
  padding-top: 5px;
  margin: 0 10px 0 10px !important; }

.header-icon > img {
  height: 50px;
  width: 50px;
  border: 2px solid transparent;
  border-radius: 13px; }

.dropdown-item:hover, .dropdown-item:focus, .dropdown-item.selected {
  background-color: var(--bg-dark-night) !important;
  color: #fdd6ba !important; }

#navbarDropdown {
  border: 0px; }

/* Handle device portrait */
