/* navbar_style.css */

.nav-item .dropdown-menu {
  left: 0 !important;
  right: auto !important;
  transform: translateX(0%) !important;
  max-width: fit-content;
  z-index: 1050;
}

.navbar-brand img {
  width: 7rem;
  height: auto;
  max-width: 100%;
}

.navbar {
  background-image: linear-gradient(#484e55, #3a3f44 60%, #313539);
  width: 100%;
}

.nav-link {
  color: white !important;
}

.nav-link:hover {
  color: orange !important;
}

.nav-link.disabled {
  color: grey;
  cursor: not-allowed;
}

.nav-link[href*="admin"] {
  color: orange;
}

.active {
  color: orange !important;
}

.nav-link.dropdown-toggle {
  color: orange;
}

ul.ms-auto a {
  color: #272a30;
}

ul.ms-auto a.dropdown-toggle {
  color: orange;
}

.fas {
  color: white !important;
}