.user-profile {
  display: flex;
  align-items: center;
  gap: 10px;
}

.user-info {
  text-align: right;
}

.user-name {
  color: #ffffff;
  font-size: 14px;
  font-weight: 600;
}

.user-role {
  color: #d8f5f5;
  font-size: 12px;
}

.user-avatar {
  width: 48px;
  height: 48px;
  border-radius: 50%;
}

.dropdown-arrow {
  width: 16px;
  height: 16px;
}

.main-nav a {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  transition: all 0.25s ease;
}

.main-nav a:hover {
  color: #7fdad1; /* toska hover */
}

.main-nav a.active {
  color: #7fdad1; /* toska AQUARA */
  font-weight: 700;
}

.main-nav a.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    #2fb8ac,
    #7fdad1
  );
  border-radius: 2px;
}

.main-nav a {
  color: #ffffff;
  font-weight: 500;
  position: relative;
  transition: all 0.25s ease;
}

.main-nav a:hover {
  color: #7fdad1; /* toska hover */
}

.main-nav a.active {
  color: #7fdad1; /* toska AQUARA */
  font-weight: 700;
}

.main-nav a.active::after {
  content: '';
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 100%;
  height: 3px;
  background: linear-gradient(
    90deg,
    #2fb8ac,
    #7fdad1
  );
  border-radius: 2px;
}
