.far:before, .fa:before, .ra:before, .fas:before, .fab:before {
background-image: url(https://kanka-app-assets.s3.amazonaws.com/images/others/kankappy.png) !important;
background-size: 16px 16px;
display: inline-block;
width: 16px;
height: 16px;
content: "" !important;
}
.fa-2x:before, .ra-2x:before {
width: 32px;
height: 32px;
background-size: 32px 32px;
}
.far:after, .fa:after, .ra:after, .fas:after, .fab:after {
content: "SUBMIT TO KANKAPPY";
padding: 2px;
display:none;
position: relative;
top: -20px;
right: -30px;
width: 200px;
text-align: center;
background-color: #fef4c5;
border: 1px solid #d4b943;
color: purple;
-moz-border-radius: 2px;
-webkit-border-radius: 2px;
-ms-border-radius: 2px;
border-radius: 2px;
}
.far:hover:after, .fa:hover:after, .ra:hover:after, .fas:hover:after, .fab:hover:after {
display: block;
}