.fq-social-sidenav {
  position: fixed;
  top: 0;
  left: 0;
  height: 100vh;
  width: 70px;
  background: #fff;
  z-index: 1000;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding-top: 20px;
  border-right: 1px solid #eee;
}

.fq-social-sidenav .nav-icon {
  font-size: 1.5rem;
  color: #444;
  margin: 16px 0;
  text-decoration: none;
  padding: 10px;
  border-radius: 12px;
  transition: background 0.2s ease, transform 0.2s ease;
}

.fq-social-sidenav .nav-icon:hover {
  background: #f0f0ff;
  transform: scale(1.1);
}


body.fq-social-layout .user-profile-page {
  margin-left: 80px;
}
