.user-profile-icon {
  padding-bottom: 5px;
  padding-top: 5px;
}

.user-profile-icon .initials span {
  background-color: grey;
  border-radius: 50%;
  display: inline-block;
  text-align: center;
  padding-top: 7px;
  color: white;
  font-size: large;
  border: 1px solid #2b879e;
}

.user-profile-icon .avatar .image {
  display: inline-block;
  background-position: 50%;
  background-size: cover;
  border-radius: 50%;
  border: 1px solid #2b879e;
}

.user-profile-icon .initials span,
.user-profile-icon .avatar,
.user-profile-icon .avatar .image {
  width: 40px;
  height: 40px;
}
