.minigame-left{
    min-height: unset;
}

.minigame-center{
    display: flex;
    /* flex-grow: 1; */
    width: calc(100% - 250px);
    flex-wrap: wrap;
    margin: 0 5px;
    justify-content: space-between;
}
.minigame-tab{
    height: 30px;
    /* min-width: 95px; */
    width: calc(50% - 2px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 1px;
    padding: 5px 10px;
    background-color: #DCDFE1;
}

.minigame-tab:hover {
    background: linear-gradient(180deg, #d3a662, #e7cf85, #d6ad68);
    color: #FFFFFF;
}

.minigame-tab:hover img{
    filter: brightness(500%);
}
.minigame-match-team-rate {
    width: 100%;
    text-align: center;
}
.gameInfo-team-mini {
    /* height: 25px; */
    display: flex;
    justify-content: space-between;
}
.minigame-teams1 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 5px 10px;
}

.market-name-mini {
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 2px 10px;
}

.mini-button:hover .minigame-teams2,.mini-button.active .minigame-teams2 {
    background-color: #dbb995;
}

.btn_red .minigame-item {
    background-color: #D73D3F;
}

.btn_blue  .minigame-item {
    background-color: #1B6BCF;
}

.btn_green .minigame-item {
    background-color: #2B8F40;
}

.minigame-item{
    background-color: #2B8F40;
    color: white;
    padding: 10px 0;
    margin: 5px;
    width: 25%;
    border-radius: 10px;
}
.minigame-teams2 {
    background-color: #DCDFE1;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 5px 10px;
    border-end-end-radius: 5px;
    border-end-start-radius: 5px;
}

.minigame-tab-left{
    height: 30px;
    /* min-width: 95px; */
    width: 50%;
    display: flex;
    justify-content: left;
    align-items: center;
    margin: 1px;
    padding: 5px 10px;
}

.minigame-tab-right{
    height: 30px;
    /* min-width: 95px; */
    width: 50%;
    display: flex;
    justify-content: right;
    align-items: center;
    margin: 1px;
    padding: 5px 10px;
}
.minigame-main-tab{
    height: 30px;
    /* min-width: 95px; */
    width: calc(20% - 8px);
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 2px 4px;
    padding: 5px 10px;
    background-color: #DCDFE1;
    white-space: nowrap;
    box-shadow: 0px 0px 3px 1px #6f7287;
    border-radius: 5px;
}

.minigame-main-tab:hover, .minigame-main-tab.active {
    background: linear-gradient(180deg, #d3a662, #e7cf85, #d6ad68);
    color: #FFFFFF;
}

.minigame-main-tab:hover img{
    filter: brightness(500%);
}

.mini_bet_close {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .2);
    -webkit-backdrop-filter: blur(2px);
    backdrop-filter: blur(2px)
  }

  .mini_bet_close,
  .mini_bet_close:after {
    display: flex;
    justify-content: center;
    align-items: center
  }

  .mini_bet_close:after {
    content: "";
    width: 90px;
    height: 90px;
    border-radius: 100%;
    background: rgba(0, 0, 0, .6) url(/images/common/icon_key_close.svg) no-repeat 50%;
    background-size: 60% auto
  }