.avatar{
  width: 160px;
  border: 2px solid #f4f4f4;
  border-radius: 20px;
}

.avatar-small{

}
.select2-container--default .select2-selection--multiple .select2-selection__choice {
    background-color: #3c8dbc;
    border-color: #367fa9;
    padding: 1px 10px;
    color: #fff;
    }
  
  .select2-container--default .select2-selection--multiple .select2-selection__choice__remove {
    color: rgba(255,255,255,0.7);
    }