.history-bet-wrapper.betslip-refund22 .history-bet-content::before {
    content: " ";
    position: absolute;
    top: 90px;
    left: 15px;
    display: block;
    width: 20px;
    height: 20px;
    background: red;
    border-radius: 10px;
 }

.history-bet-wrapper.betslip-refund202 .history-bet-content::before {
    content: " ";
    position: absolute;
    top: 90px;
    left: 15px;
    display: block;
    width: 20px;
    height: 20px;
    background: yellow;
    border-radius: 10px;
 }
 
 .history-bet-wrapper.betslip-margin2 .history-bet-content::before {
    content: " ";
    position: absolute;
    top: 90px;
    left: 15px;
    display: block;
    width: 20px;
    height: 20px;
    background: orange;
    border-radius: 10px;
 }
 
 