/* Target only the Students dropdown */
.students-dropdown .dropdown-menu > li {
    display: block !important; /* keep first-level items visible */
}

/* From 2nd level onward → hide everything except the first item */
.students-dropdown .dropdown-menu .dropdown-menu > li:not(:first-child),
.students-dropdown .dropdown-submenu .dropdown-menu > li:not(:first-child) {
    display: none !important;
}

@font-face {
    font-display: swap !important;
}

.navbar-collapse.show ~ .navbar-bg-outside{z-index: 8; }

.navbar-nav .nav-item a > picture img{
  max-width: 50px;
  max-height: 25px;
  font-size: 0px;
  font-size: 0rem;
  display: inline-block;
  vertical-align: middle;
}