Background color style is for the step background color. Color is for the font color. This will be a red step with white font.
Class name:
ims-player-step-red
CSS Code:
.ims-player-step-red.inmplayer-popover-wrapper {
background-color: #f00;
color: #fff;
}