.material-hover-green30{
    color:rgb(52, 51, 52);

}
.material-hover-green30:hover{
    color:rgb(52, 188, 110);
}
*:hover .material-hover-green30{
    color:rgb(52, 188, 110);
}
.material-hover-white{
    color:rgb(52, 51, 52);

}
.material-hover-white:hover{
    color:rgb(255, 255, 255);
}
*:hover .material-hover-white{
    color:rgb(255, 255, 255);
}

.material-hover-blue50{
    color:rgb(52, 51, 52);

}
.material-hover-blue50:hover{
    color:rgb(45, 116, 218);
}
*:hover .material-hover-blue50{
    color:rgb(45, 116, 218);
}
div:hover>div>.material-hover-blue50{
    color:rgb(45, 116, 218);
}