.pills{
  background:#f0f0f0;
  border-radius:10px;
  color:#000;
  padding: 2px 15px;
  margin:2px 0px;
  display:inline-flex;
}

.list-style-none{
  list-style: none;
}

.bordered{
  border:1px solid lightgray;
}

.static-avatar{
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.img-avatar{
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.img-avatar:hover{
  width: auto;
  height: auto;
  border-radius: 0%;
  position:absolute;
}

textarea.vLargeTextField {
  overflow: scroll;
}