span[class*='company']:not(.leavethis)::before {
  content: "\f1ad";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;color:gray;
  margin-right: 5px;
}

span[class*='designation']:not(.leavethis)::before {
  content: "\f2c1";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;color:gray;
  margin-right: 5px;
}


span[class*='city']:not(.leavethis)::before {
  content: "\f64f";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;color:gray;
  margin-right: 5px;
}

span[class*='region']:not(.leavethis)::before {
  content: "\f5a0";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;color:gray;
  margin-right: 5px;
}

span[class*='country']:not(.leavethis)::before,
span[class*='countries']:not(.leavethis)::before {
  content: "\f0ac";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;color:gray;
  margin-right: 5px;
}

span[class*='address']:not(.leavethis)::before {
  content: "\f124";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;color:gray;
  margin-right: 5px;
}

span[class*='pincode']:not(.leavethis)::before {
  content: "\f3c5";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;color:gray;
  margin-right: 5px;
}

span.segment:not(.leavethis)::before {
  content: "\f275";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;color:gray;
  margin-right: 5px;
}

a[class*='delete']:not(.leavethis)::before,
button[class*='delete']:not(.leavethis)::before {
  content: "\f2ed";
  font-family: "Font Awesome\ 5 Free";
  font-weight: 900;
  margin-right: 5px;
}

