/* .user-avatar {
  transition: opacity 0.3s ease;
}

.avatar-lg {
  position: relative;
  display: inline-block;
}

.avatar-lg:hover .user-avatar {
  opacity: 0.8; 
}

.profile-edit-icon {
  position: absolute;
  bottom: 5px; 
  right: 0px;
  background-color: #f8f9fa; 
  border: 3px solid #fff; 
  border-radius: 50%; 
  width: 33px;
  height: 33px;
  display: none; 
  align-items: center;
  justify-content: center;
  cursor: pointer;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2); 
}

.avatar-lg:hover .profile-edit-icon {
  display: flex;
}

.profile-edit-icon i {
  font-size: 16px; 
} */
