I solved the problem this way: In Osclass_Pay/css/user.css folder
there are two lines
.osp-options label > div:after {cursor: pointer; text-indent: 0px; font-family: "FontAwesome","Font Awesome 5 Free"; content: "\f00c"; color: transparent; font-size: 13px; width: 18px; height: 18px; line-height: 18px; text-align: center; font-weight: 500; text-shadow: none; position: absolute; top: 0px; left: 0px; border-radius: 2px;}
.osp-options label > div:hover:before { border-color:rgba(0,0,0,0.25);background:rgba(255,255,255,0.15);}
.osp-options label > div:hover:after {cursor: pointer; font-family: "FontAwesome","Font Awesome 5 Free"; content: "\f00c"; color: transparent; font-size: 13px; width: 18px; height: 18px; line-height: 18px; text-align: center; font-weight: 500; text-shadow: none; position: absolute; top: 0px; left: 0px;border-radius: 2px;}
font-weight: 500 Need to change to font-weight: 900;