.navbar {
  position: unset;
}

.navbar-brand {
  float: unset;
  height: unset;
}

.navbar-nav {
  margin: unset;
}

@media (max-width: 991px) {
  .navbar-nav {
    float: unset;
  }
}

.navbar-nav .nav-link {
  display: block;
  padding: 0.5rem 1rem;
}

.dropdown-menu.show {
  max-width: unset;
}

@media (max-width: 767px) {
  .navbar-nav .open .dropdown-menu {
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, 0.15);
    border-radius: 0.25rem;
    -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
  }
}

@media (min-width: 992px) {
  .navbar-brand {
    display: none;
  }
  .nav-item {
    border-right: 1px double lightgray;
  }
  .nav-item:last-child {
    border-right: none;
  }
}

@media (max-width: 991px) {
  .socialblue--sky .block-profile-statistic-block,
  .socialblue--sky .block-group-statistic-block {
    top: 14px;
    margin-bottom: 2.65rem !important;
  }
}

.social-account-menu .notification-bell .dropdown-menu {
  max-width: 40rem;
}
@media (min-width: 992px) {
  .social-account-menu .notification-bell .dropdown-menu {
    left: unset;
  }
}

.social-account-menu .notification-bell .scrollable-menu {
  height: unset;
}
