


div.betcore-container .modal-layout.bet-modal .mobile .color-1::before{
    content: 'Paid';
    position: absolute;
    width: 100px;
    height: 37px;
    border: 2px solid #3a974d;
    color: #3a974d;
    left: -70px;
    top: 20px;
    text-transform: uppercase;
    font-weight: bold;
    display: flex;
    align-items: center;
    justify-content: center;
    rotate: -15deg;
    z-index: 1;
    opacity: 0.7;
}