#recent-users-box .avatar-circle{
  width: 64px; height: 64px;
  border-radius: 50%;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 22px;
  background: #3c8dbc; /* AdminLTE primary */
  color: #fff;
  margin-bottom: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
}

#recent-users-box .avatar-img{
  width: 64px; height: 64px;
  border-radius: 50%;
  object-fit: cover;
  display: inline-block;
  margin-bottom: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,.12);
  background: #f0f0f0;
}

#recent-users-box .user-name{
  max-width: 120px;
  margin: 0 auto;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
#recent-users-box .recent-user-link{
  text-decoration: none;
  color: inherit;
}
