navbar nav {
  position:fixed !important;
  background-color: #fa4616;
  color: white;
  display: flex;
  font-size: 35px;
}

navbar.left nav {
  left: 0;
  top: 0;
  bottom: 42px;
  padding: 8px 0;
  flex-direction: column;
  width: 54px;
}

navbar.top nav {
  left: 0;
  right: 0;
  top: 0;
  padding: 0 8px;
  flex-direction: row;
  height: 65px;
}

navbar.left > nav > navbar-top-group,
navbar.left > nav > navbar-bottom-group {
  flex-direction: column;
  margin: 0;
  padding: 0;
  left: 0;
  width: 100%;
  position: absolute;
  text-align: center;
}

navbar.top > nav > navbar-top-group,
navbar.top > nav > navbar-bottom-group {
  flex-direction: row;
  margin: 0;
  padding: 0 8px;
  top: 0;
  height: 100%;
}

navbar.left ul.navbar-nav {
  flex-direction: column !important;
  width: 100%
}

navbar.top ul.navbar-nav {
  flex-direction: row !important;
  height: 100%;
  align-items: center;
}

navbar.top ul.navbar-nav * {
  min-width: 60px;
  text-align: center;
}

navbar.left > nav > navbar-top-group {
  top: 60px;
}

navbar.left > nav > navbar-bottom-group {
  bottom: 0;
}

navbar.top > nav > navbar-top-group {
  margin-left: auto;
}

navbar ul {
  list-style: none;
}

navbar .dropdown-menu {
  background-color: white;
  border: 1px solid #cbcdd4;
  border-radius: 6px;
  box-shadow: -1px 10px 44px -20px rgb(0 0 0 / 92%);
  color: black;
  position: fixed;
  padding: 0;
}

navbar.left #navbar-profile div.dropdown-menu {
  position: fixed;
  bottom: 0;
  top: auto;
  left: 54px;
  right: auto;
}

navbar.left #navbar-site div.dropdown-menu {
  position: relative;
  min-width: max-content;
  bottom: 0;
  left: 54px;
}

navbar.top .dropdown-menu {
  position: fixed;
  bottom: auto;
  top: 65px;
  left: auto;
  right: 0;
}

navbar li.nav-item img {
  max-width: 44px;
  max-height: 44px;
}

navbar li.nav-item#logo {
  text-align: center;
}

navbar li.nav-item .nav-link {
  padding: 0;
  cursor: pointer;
}

navbar li.nav-item-blanck {
  width: 20px;
  height: 20px;
}

navbar.top li.nav-item-sep {
  border-left: 3px solid white;
  text-decoration: none;
  width: 3px;
  min-width: 3px;
  max-width: 3px;
}

navbar .menu-container {
  display: flex;
  flex-direction: column;
  font-family: "Roboto Regular", "system-ui";
  font-size: 20px;
}

navbar .menu-container i.bx,
navbar .menu-container i.fm {
  text-align-last: center;
  font-size: 35px;
}

navbar .menu-section-left {
  flex-grow: 1;
}

navbar .menu-section-up {
  display: flex;
  flex-direction: row;
  border-bottom: 1px solid lightgray;
}

navbar .menu-section-down {
  display: flex;
  flex-direction: row;
}

navbar .menu-section-down .menu-section-column {
  display: flex;
  flex-direction: column;
  align-self: start;
}

navbar .menu-content {
  padding: 10px; 
}

navbar .menu-content span {
  padding: 10px;
}

navbar .menu-content span.clickable {
  text-decoration: none;
  cursor: pointer;
}

navbar .menu-content span.clickable:hover {
  background-clip: padding-box;
  background-color: lightgrey;
  border-radius: 5px;;
}

navbar .menu-container * {
  text-align: left !important;
  vertical-align: middle;
}

navbar .menu-section-title {
  color: #777884;
}

navbar li.nav-item:not(#logo),
navbar li.nav-item-sep,
.menu-section-title:not(.account),
.menu-section-up span:not(#menu-logout).clickable,
#navbar-top-group-site,
.menu-section-down:not(#select-site) span.clickable {
  display: none;
}

/**************************************************/
/**************************************************/
@media (min-width: 1900px) and (min-height: 2000px) {
  .navbar-nav .nav-link {
    font-size: 4.5rem!important;
  }

  navbar.top ul.navbar-nav *:not(.nav-item-sep) {
    min-width: 80px;
  }

  navbar .menu-container {
    font-size: 2.5rem;
  }

  navbar .menu-container i.bx,
  navbar .menu-container i.fm {
    font-size: 3rem;
  }
  
  navbar.left nav {
    width: 80px;
  }
  
  navbar.top nav {
    height: 85px;
  }

  navbar.left #navbar-site div.dropdown-menu {
    left: 80px;
  }

  navbar li.nav-item img {
    max-width: 70px;
    max-height: 50px;
  }
}