.entity-label {
    color: #24282F;
    transition: all ease-in-out 0.2s;
}

.entity-label i {
    color: #000000;
    transition: all ease-in-out 0.2s;

}

.entity-label:hover, .entity-label:hover i {
    color: #0065B3;
}