.user-conf .avatar {
  background: #f1f0f0;
  border: 2px solid white;
  height: 120px;
  width: 120px;
  border-radius: 50%;
  overflow: hidden;
  padding: 5px;
  box-shadow: 0 0 10px #0000001f;
  object-fit: cover;
}
