.virtual-center{
    display: flex;
    /* flex-grow: 1; */
    width: calc(100% - 275px);
    flex-wrap: wrap;
    margin: 0 5px;
    justify-content: space-between;
}
.bet365{
    width: 25%;
}
.bet365_btn{
    font-weight: 800;
    /* width: 25%; */
    width: 99%;
    padding: 5px 0;
    cursor: pointer;
    /* color: #535969;
    background-color: #CBCED5; */
    color: #FFFFFF;
    background-color: #48433c
}
/* .bet365_btn:hover{
    color: #BFAC8D;
    background-color: #535969;
} */
.game-item{
    height: 40px;
    min-width: 95px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    padding: 5px 10px;
    background-color: #373737;
    white-space: nowrap;
    border-radius: 5px;
    /* box-shadow: 0px 0px 2px 1px #bdbec469; */
}

.game-item:hover, .game-item.active {
    background: #a80009;
    color: #FFFFFF;
}

.game-item img{
    height: 20px;
    margin-right: 5px;
}

.multi-cup{
  
}
/* background-color-: #C1A17F; */

.cup-item{
    /* width: 25%; */
    flex-grow: 1;
    margin: 2px 0;
}

.cup_btn{
    font-weight: 800;
    /* width: 25%; */
    width: calc(100% - 4px);
    padding: 5px 0;
    margin: 2px 4px;
    cursor: pointer;
    color: #FFFFFF;
    background-color: #373737;
    border-radius: 5px;
    /* box-shadow: 0px 0px 2px 1px #bdbec469; */
}

.cup_btn:hover, .cup-item.active .cup_btn{
    color: white;
    background: #a80009;
    /* background-color: #C0A07F; */
    /* background: linear-gradient(180deg, #d3a662, #e7cf85, #d6ad68); */
}

.game_count{
    width: 100%;
    background-color: #48433c;
    color: white;
    padding: 5px 0;
}

.game_count span{
    padding-left: 5px;
}

.remaintime{
    margin-top: 2px;
    background-color:#48433c;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.remaintime img{
    height: 30px;
}

.time{
    padding-right: 10px;
}

.time_num{
    background-color: #535969;
    border-radius: 3px;
    padding: 0 5px;
    color: white;
    margin-right: 5px;
    width: 55px;
    text-align: center;
}

.time_num:hover{
    background-color: #ad8e56;;
}

.time_num.active{
    background-color: #ad8e56;;
}

.first{
    display: flex;
    align-items: center;
    padding-left: 10px;
}

.re_txt{
    padding-left: 10px;
    color: #5D81F7;
}

.match-team-name span{
    color: #5D81F7;
}

.teams:hover span{
    color: #F0EC5C;
}

/* .teams:hover .match-team-rate{
    color: white;
} */

@media (max-width: 991px){
    .virtual-center{
        width: 100%;
    }

    .virtual-center .matchs{
        min-height: unset;
        height: auto;
    }
}