/* Gradient for gamification background
   Value from Figma: https://www.figma.com/file/7RkxF5r3E2JPdtJdyxLWoF/Gamification?node-id=813%3A69686
*/
.user-details {
  position: absolute;
  display: flex;
  align-items: center;
  min-width: 15rem;
  background-color: #ffffff;
  margin-left: 1rem !important;
  padding: 0.5rem 1rem;
  border-radius: 10px;
  z-index: 1;
  box-shadow: 0px 4px 8px rgba(2, 41, 79, 0.06);
}
.user-details .user-avatar {
  margin-right: 0.5rem;
  margin-left: 0;
}
.user-details > .content {
  display: flex;
  flex-flow: column wrap;
}
.user-details > .content .name {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.875rem;
  font-weight: 700;
  line-height: 1.25rem;
  letter-spacing: 0;
}
@media only screen and (min-width: 1056px) {
.user-details > .content .name {
    font-size: 1rem;
    line-height: 1.375rem;
}
}
.user-details > .content .name {
  color: #1a1a1a;
}
.user-details > .content .email {
  font-family: "Noto Sans", Arial, sans-serif;
  font-size: 0.733rem;
  font-weight: 400;
  line-height: 0.933rem;
  letter-spacing: 0.16px;
}
@media only screen and (min-width: 1056px) {
.user-details > .content .email {
    font-size: 0.875rem;
    line-height: 1.25rem;
}
}
.user-details > .content .email {
  color: #6d7b8c;
}.user-tag-wrapper {
  position: relative;
}
.user-tag-wrapper.removable .btn-remove {
  margin: 0 0.5rem 0 -0.5rem;
  cursor: pointer;
}
.user-tag-wrapper.removable .btn-remove [fill] {
  fill: #112857;
}
.user-tag-wrapper .user-tag {
  display: flex;
  align-items: center;
  background-color: rgb(212.6, 223.8, 247.4);
  border-radius: 20px;
}
.user-tag-wrapper .user-tag > .label-component {
  margin-left: 0.25rem;
}