.item {
  display: flex;
  height: 44px;
  font-size: 14px;
  font-weight: 300;
  align-items: center;
  color: #4f5051;
  cursor: pointer;
}

.name {
  flex: 1 1 auto;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}

.avatar {
  flex: 0 0 auto;
  width: 32px;
  height: 32px;
  margin-right: 12px;
}

.external {
  color: #FFB400;
}

.pending {
  opacity: 0.3;
}

.popover {
  padding: 5px;
  color: #000;
}

.popover button {
  font-size: 10px !important;
}

.moreButton {
  display: none;
}

.item:hover .moreButton{
  display: block;
}
