
.search_result :not(.search_photo) > a[href*="/profile/"][href*="?cache_cleared=1"]::after {
content: "";
display: inline-block;
width: 15px;
height: 15px;
margin-left: 5px;
background: url(https://semasocial.com/public/core_file/d5/c5/01/348fd350a02fcc844344ee625931999c.png) no-repeat center center;
background-size: contain;
vertical-align: middle;
margin-top: -5px;
}


.verified.bg_item_photo_user::after {
  content: "";
  position: absolute;
    bottom: 6%;
    right: 8%;
    width: 15%;
    height: 20%;
  background: url("https://semasocial.com/public/core_file/d5/c5/01/348fd350a02fcc844344ee625931999c.png") no-repeat center center;
  background-size: contain;
  z-index: 2;
}



.user_cover_info .user_cover_title .verified_icon{
    width:17px !important;
}