     .p-button-icon-save 
     {
            background-image: url("/o/jakarta.faces.resource/images/save.png.xhtml?ln=default")  no-repeat top left !important;
            background-color: #11ffee00;
            width: 85px;
            height: 50px;
     }
     
.contactChip {
  display: inline-block;
  padding: 0 25px;
  height: 50px;
  font-size: 16px;
  line-height: 50px;
  border-radius: 25px;
  background-color: #f1f1f1;
  pointer-events: none;
}

.contactChip img {
  float: left;
  margin: 0 10px 0 -25px;
  height: 50px;
  width: 50px;
  border-radius: 50%;
}     