.address-verification.verified::after {
    font-family: 'FontAwesome';
    color:green;
    position: relative;
    top: 2px;
    left: 0px;
    content: "\f00c";
    font-size: 20px;
    line-height: 0px;
}

.address-verification.not-verified::after {
    font-family: 'FontAwesome';
    color:red;
    position: relative;
    top: 2px;
    left: 0px;
    content: "\f00d";
    font-size: 20px;
    line-height: 0px;
}