.employee-listing .card {
  text-decoration: none;
}
.employee-listing .card .svgbg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.775' height='16.047' viewBox='0 0 16.775 16.047'%3E%3Cpath d='M462.093,1818.171s13.036,4.578,10.557,5.951-11.813,5.317-12.807,6.08' transform='translate(-457.74 -1816.259)' fill='none' stroke='%23c1a027' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E");
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-inline: auto;
}
.employee-listing .card:hover .svgbg {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16.775' height='16.047' viewBox='0 0 16.775 16.047'%3E%3Cpath d='M462.093,1818.171s13.036,4.578,10.557,5.951-11.813,5.317-12.807,6.08' transform='translate(-457.74 -1816.259)' fill='none' stroke='%23522D72' stroke-linecap='round' stroke-width='3'/%3E%3C/svg%3E");
}