.main .main-container {
    background: url("../../assets/images/sports/sports_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 5px;
    min-height: calc(100vh - 300px);
    /* background-color: #313232; */
}

.main .sports-main {
    color: #fff;
    min-height: calc(100vh - 300px);
}

.sports-title {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 30px 0 60px;
}

.sports-title>.logo {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.sports-title>.title-image {
    flex-grow: 1;
}

.sports-title>.logo>span {
    word-break: keep-all;
    font-size: 30px;
}

.sportsgroup-img {
    width: 55%;
}

.sportsgroup-content {
    width: 45%;
    height: 100%;
    overflow: auto;
    position: absolute;
    top: 0;
    right: 0;
}

.sportsgroup-img img {
    width: 100%;
}

.buttons-field {
    float: right;
    float: left;
}

.buttons-field>.field-text {
    word-break: break-all;
    margin-right: 23px;
}

.buttons-field>.field-text>span {
    color: #B5B5B5;
    font-size: 30px;
}

.buttons-field>.field-text>p {
    font-size: 13px;
    color: #B5B5B5;
}

.buttons-field>.buttons-list {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-wrap: wrap;
}

.button-item {
    width: calc(33.33% - 23px);
    margin-right: 23px;
    margin-top: 23px;
}

.button-item:hover .main-image {
    /* opacity: 0; */
    transition: 0.3s;
}

.button-item:hover .hover-image {
    /* opacity: 1; */
}

.sports-left {
    position: absolute;
    width: 200px;
    background-color: #352550;
    cursor: pointer;
    z-index: 10;
    height: 100%;
    overflow: auto;
    padding: 0 5px;
}

.left-sports {
    padding: 3px 0;
}

.left-sport {
    height: 40px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    background-color: #2D1B42;
    margin-bottom: 3px;
    border-radius: 5px;
    margin-left: 3px;
    margin-right: 3px;
    color: #fff;
}
.left-sport:hover {
    background-color: #2a2b2b;
}

.left-sport .sports-name img {
    margin-right: 5px;
}

.left-sport:hover .sports-name img {
    /* filter: brightness(550%); */
}

.sports-name {
    /* display: flex; */
    display: inline-block;
    align-items: center;
    width: 130px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sports-name img {
    /* height: 20px; */
    width: 20px;
}

.locations>.left-sport {
    background-color: #404040;
}

.locations>.left-sport:hover, .locations>.left-sport.active {
    background: linear-gradient(180deg, #cd8e39, #e8a955, #db993b);
    color: white;
}

.locations {
    display: none;
}

.left-sports.active .locations {
    display: block;
}

.left-sports.active .locations.active {
    display: block;
}

.locations .sports-name {
    margin-left: 10px;
}

.leagues .sports-name {
    display: inline-block;
    margin-left: 20px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    width: 120px;
}

.main-active {
    background: linear-gradient(180deg, #cd8e39, #e8a955, #db993b);
    color: white;
}

.left-top {
    background-color: #453060;
    color: #FFFFFF;
}

.left-top:hover {
    background-color: #545A6A;
    color: #FFFFFF;
}

.sports-center {
    display: flex;
    padding-left: 200px;
    /* flex-grow: 1; */
    width: calc(100% - 250px);
    flex-wrap: wrap;
    margin: 0 5px;
    justify-content: space-between;
    padding-right: 5px;
}

.banner {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    overflow: hidden;
    height: 15%;
}

.banner img {
    /* min-height: 50px; */
    width: 100%;
    /* height: 100px; */
}

.sport-height {
    height: 100%;
}

.matchs {
    background-color: #352550;
    /* background-color: #e8e8e8; */
    width: calc(50% - 3px);
    /* cursor: pointer; */
    min-height: 600px;
    padding: 2px 4px;
    height: 85%;
}

.swip-box {
    width: 100%;
    display: flex;
    overflow: auto;
    cursor: pointer;
    padding: 2px 5px;
}

.swip-item {
    height: 40px;
    min-width: 95px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    padding: 5px 10px;
    background-color: #2D1B42;
    white-space: nowrap;
    border-radius: 5px;
    flex-shrink: 0;
    color: #fff;
    border: 1px solid #625036;
}

.swip-item img {
    height: 20px;
    max-width: 40px;
}

.swip-item:hover, .swip-item.active {
    color: #f3c78d;
}

.swip-item:hover img, .swip-item.active img {
    /* filter: brightness(500%); */
}

.swip-item img {
    margin-right: 5px;
}

.multi-folder-title {
    line-height: 40px;
    padding: 10px 5px;
}

.multi-folder .multi-item {
    width: calc(33.33% - 4px);
    background-color: #2D1B42;
    border-radius: 5px;
    height: 40px;
    color: #fff;
}

.multi-folder .multi-item .folder {
    padding: 5px 10px;
    padding-right: 0;
    white-space: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
}

.multi-folder .multi-item .multi-rate {
    color: #4D77FE;
    padding: 5px 10px;
    padding-left: 0;
}

.sort {
    height: 30px;
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding: 0 10px;
}

.match {
    border-left: solid 3px #625036;
    margin-bottom: 10px;
    padding-bottom: 10px;
    cursor: pointer;
}

.match:hover, .match.active {
    border-left: solid 3px #C1A17F;
    filter: brightness(110%);
}

.match:hover .gameInfo-league, .match.active .gameInfo-league {
    background-color: #3b3b3c;
}

.gameInfo {
    display: flex;
    align-items: center;
    /* margin: 3px; */
    margin-left: 0;
    border-radius: 5px 5px 0 0;
}

.gameInfo-league {
    height: 36px;
    background: #2D1B42;
}

.gameInfo-league .match-location-image {
    width: 30px;
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.gameInfo-league .match-image {
    margin-left: 10px;
    display: flex;
    align-items: center;
}

.gameInfo-league .match-location-image img, .gameInfo-league .match-image img {
    height: 18px;
    width: auto;
}

.match-league-name {
    color: #F6DBAB;
    margin-left: 10px;
}

.interior-time {
    width: 80px;
    text-align: center;
    font-size: 12px;
    justify-content: center;
}

.interior-market {
    height: 36px;
    width: calc(100% - 80px);
    justify-content: space-around;
}

.gameInfo-time {
    height: 36px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 5px 0;
}

.gameInfo .time {
    margin: 0 10px;
    white-space: nowrap;
    height: 36px;
    display: flex;
    align-items: center;
}

.gameInfo-liveScore {
    background-color: #3A2858;
    ;
    /* font-size: 2rem; */
    padding: 15px 0px;
    height: auto;
}

.gameInfo .count {
    width: 60px;
    height: 100%;
    background-color: #4D77FE;
    color: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
    white-space: nowrap;
    border-radius: 3px;
    margin: 1px;
}

.gameInfo .count:hover {
    filter: brightness(110%);
}

.gameInfo-team {
    transition: 0.3s;
    height: 40px;
    display: flex;
    justify-content: space-around;
    /* margin-top: 5px; */
    overflow: hidden;
    width: 100%;
    padding: 2px;
    margin: 0;
    margin-top: 10px;
}

.virtual-gameInfo-team {
    transition: 0.3s;
    height: 40px;
    display: flex;
    justify-content: space-around;
    /* margin-top: 5px; */
    overflow: hidden;
    width: 33.33%;
    padding: 2px;
    margin: 0;
    margin-top: 10px;
}

.match-team {
    height: 100%;
    width: calc(50% - 50px);
    box-shadow: 0px 0px 2px 1px #625036;
}

.teams {
    /* background-color: #CCCFD6; */
    background-color: #2D1B42;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0 10px;
    border-radius: 5px;
    overflow: hidden;
}

.match-team.active, .match-draw.active {
    background: linear-gradient(180deg, #cd8e39, #e8a955, #db993b);
}

@media screen and (min-width: 991px) {
    .match-team:hover, .match-draw:hover {
        background: linear-gradient(180deg, #cd8e39, #e8a955, #db993b);
    }
}

.match-team:hover .match-team-name, .match-team.active .match-team-name, .match-draw:hover {
    color: #FFFFFF;
}

.match-team:hover .match-team-rate, .match-team.active .match-team-rate {
    color: #FCFE4D;
}

.match-team-name {
    width: calc(100% - 35px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    justify-content: flex-end;
}

.match-team-rate {
    min-width: 35px;
    text-align: right;
    white-space: nowrap;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.match-team-rate strong s {
    color: #fc0;
    padding: 0 5px;
    text-shadow: 0px 0px 3px black;
    display: flex;
    align-items: center;
}

.match-draw {
    width: 80px;
    height: 100%;
    margin: 0 1px;
    background-color: #2D1B42;
    box-shadow: 0px 0px 2px 1px #625036;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    overflow: hidden;
}

.match-draw-none {
    width: 80px;
    height: 100%;
    margin: 0 1px;
    background-color: #2D1B42;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
    border: 1px solid #625036;
}

.match-away .match-team-rate {
    text-align: left;
    justify-content: flex-start;
}

.match-away .match-team-name {
    text-align: right;
}

.markets {
    background-color: #352550;
    /* background-color: #e8e8e8; */
    width: calc(50% - 2px);
    cursor: pointer;
    min-height: 600px;
    height: 85%;
}

.market-logo {
    height: 45px;
    background-color: #453060;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 1px;
}

.go-back {
    text-align: center;
    font-size: 1.5rem;
    font-weight: bold;
    text-shadow: 0px 0px 5px #000000;
    color: #dcc395;
    background-color: #453060;
    margin: 5px 0px;
    border-radius: 5px;
    padding: 8px 20px;
    cursor: pointer;
}

.go-back:hover {
    filter: brightness(1.2);
}

.market {
    width: 100%;
}

.market-name {
    height: 36px;
    display: flex;
    align-items: center;
    padding: 2px 10px;
    margin-top: 10px;
    margin-bottom: -10px;
}

.bet-team:nth-last-child(2), .bet-team:nth-last-child(2)~div {
    width: calc(50% - 5px);
}

.bet-team:nth-last-child(3), .bet-team:nth-last-child(3)~div {
    width: calc(33.33333% - 5px);
}

.bet-team {
    height: 100%;
    margin: 0 3px;
    flex-grow: 1;
    min-width: calc(33% - 5px);
    max-width: calc(50% - 5px);
    box-shadow: 0px 0px 2px 1px #625036;
}

.virtual-team {
    height: 100%;
    margin: 0 3px;
    flex-grow: 1;
    min-width: calc(33% - 5px);
    max-width: calc(50% - 5px);
    box-shadow: 0px 0px 2px 1px #625036;
}

.bet-team {
    background-color: #2D1B42;
}

.bet-team:hover, .bet-team.active, .bet-team:hover, .bet-team.active {
    background: linear-gradient(180deg, #cd8e39, #e8a955, #db993b);
}

.bet-team.active .minigame-teams1 {
    color: #FFFFFF;
}

.bet-team:hover .match-team-rate, .bet-team.active .match-team-rate {
    color: #FCFE4D;
}

.gameCount {
    color: #4363e6;
    margin-left: 5px;
}

.sports-right {
    width: 250px;
    background-color: #352550;
    padding: 10px;
    color: #d8dadf;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    overflow: auto;
}

.trash:hover {
    filter: brightness(200%);
}

.bat_cart_list li {
    margin-top: 1px;
}

.betting-money-card {
    background-color: #2A1840;
    padding: 10px;
    border-radius: 5px;
}

.betting-label {
    padding-bottom: 10px;
    display: inline-flex;
    width: 100%;
}

.money-reset {
    position: absolute;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    left: 7px;
    top: 5px;
    width: 30px;
    height: 30px;
    border-radius: 100%;
    background: #595964;
}

.money-reset:hover {
    filter: brightness(110%);
}

.money-input {
    width: 100%;
    height: 40px;
    font-size: 1.2rem;
    color: #fff;
    font-weight: 500;
    text-align: right;
    border: 1px solid #4363c8;
    border-radius: 20px;
    background: #453060;
    padding: 0 20px 0 40px;
}

.bat_price {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.bat_price button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    width: calc(33.33333% - 1px);
    height: 32px;
    color: #fff;
    background: #4363C8;
    border-radius: 16px;
    transition: all .3s;
    margin-top: 2px;
    white-space: nowrap;
    cursor: pointer;
}

.bat_price button:hover {
    filter: brightness(1.2);
}

.betting-button {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 40px;
    border-radius: 20px;
    background-color: #322850;
    margin: 10px 0px;
    box-shadow: 0px 1px 3px 0px #261f13;
}

.betting-button:hover {
    filter: brightness(130%);
}

.bat_cart_list li {
    margin-top: 1px;
    margin-bottom: 5px;
}

.bat_cart button {
    position: absolute;
    right: 0;
    top: 0;
    z-index: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 30px;
    height: 30px;
    border-radius: 5px;
    background: #d09f58;
}

.bat_cart button img {
    filter: brightness(0.9);
}

.bat_cart button img:hover {
    filter: brightness(1);
}

.bat_cart b, .bat_cart em {
    display: block;
    /* color: #fff; */
    /* font-size: 1.2rem; */
    font-weight: 300;
    padding-right: 20px;
}

.bat_cart {
    position: relative;
    display: flex;
    flex-direction: column;
    line-height: 1.2;
    border: 1px solid #544632;
    border-radius: 5px;
    /* background: #27313b; */
    padding: 5px 10px;
}

.text_dot {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bat_cart b {
    margin-top: 1px;
}

.bat_cart b, .bat_cart em {
    display: block;
    /* color: #fff; */
    /* font-size: 1.2rem; */
    font-weight: 300;
    padding-right: 20px;
}

.bat_cart div {
    display: flex;
    flex-direction: column
}

.bat_cart div>span {
    /* color: #a9da2b; */
    /* font-size: 1.2rem; */
    margin-top: 1px;
    margin-bottom: 1px;
    color: #4d77fd;
}

.bat_cart div>i {
    display: inline-flex;
    align-items: center;
    /* color: #ff542e; */
    /* font-size: 1.2rem; */
    margin-top: 2px
}

.bat_cart i strong {
    /* color: #febd02; */
    /* font-size: 1.2rem; */
    padding-left: 5px
}

.bat_cart div>i span {
    margin-left: 5px
}

.bat_cart div>i i, .bat_cart div>i span {
    color: #9a9aa7;
    /* font-size: 1.2rem */
}

.bet_cart_close {
    position: absolute;
    left: 0;
    top: 0;
    z-index: 9;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, .3)
}

.bet_cart_close, .bet_cart_close:after {
    display: flex;
    justify-content: center;
    align-items: center
}

.bet_cart_close:after {
    content: "";
    width: 40px;
    height: 40px;
    background: url(/images/common/icon_key_close.svg) no-repeat 50%;
    background-size: 100% auto
}

.box_bat {
    padding: 20px 15px
}

.betslip-mobile-wrap, .betslip-tablet-wrap {
    position: fixed;
    /* right: 50px; */
    left: 50px;
    bottom: 50px;
    height: 60px;
    width: 60px;
    background-color: rgba(0, 0, 0, 0.35);
    border-radius: 12px;
    z-index: 1;
}

.betslip-mobile-wrap .shake, .betslip-tablet-wrap .shake {
    animation: 0.6s cubic-bezier(0.36, 0.07, 0.19, 0.97) 0s 1 normal both running shake;
    transform: translateZ(0px);
}

.betslip-mobile-wrap .count, .betslip-tablet-wrap .count {
    position: absolute;
    width: 25px;
    height: 25px;
    background-color: #00000082;
    border-radius: 50%;
    align-items: center;
    justify-content: center;
    right: 5px;
    top: 5px;
    color: rgb(246, 195, 58);
}

.betslip-mobile-wrap>button, .betslip-tablet-wrap>button {
    height: 100%;
    width: 100%;
    align-items: center;
    justify-content: center;
}

.betslip-mobile-wrap>button i, .betslip-tablet-wrap>button i {
    color: rgb(246, 195, 58);
    font-size: 25px;
}

.betslip-tablet {
    width: 350px;
    left: unset !important;
    top: unset !important;
}

.bat_cart_list {
    /* height: 165px;
    overflow: auto;
    border: 1px solid var(--borderColor01); */
    border-radius: 5px;
}

@media (max-width: 1920px) {
    /* .help-img img{
        height: 50px;
    } */
    .button-item {
        width: calc(50% - 23px);
        margin-right: 23px;
        margin-top: 23px;
    }
}

@media (max-width: 1440px) {
    .banner img {
        width: auto;
        height: 190px;
    }
}

@media (max-width: 991px) {
    .sports-title {
        padding: 0 0px 20px 0px;
        display: none;
    }
    .sport-height {
        height: auto;
    }
    .matchs {
        padding-bottom: 50px;
    }
    .buttons-field>.field-text {
        word-break: break-all;
        margin-right: 0px;
    }
    .main .main-container {
        padding: 0 5px;
    }
    .match-team:hover, .bet-team:hover {
        color: #FFF;
    }
    .bet-team:hover .match-team-name {
        color: unset;
    }
    .teams:hover .match-team-rate {
        color: #4D77FE;
    }
    .bet-team.active {
        background: linear-gradient(180deg, #cd8e39, #e8a955, #db993b);
    }
    .bet-team.active .match-team-name {
        color: #FFFFFF;
    }
    .bet-team.active .match-team-rate {
        color: #FCFE4D;
    }
    .sportsgroup {
        width: 100%;
    }
    .sports-left {
        display: none;
    }
    .sports-center {
        /* width: calc(100% - 10px); */
        width: 100%;
        margin: 0;
        padding: 0;
    }
    .sports-right {
        /* display: none; */
        position: fixed;
        height: 100%;
        overflow: auto;
        right: -250px;
        transition: 0.25s;
        top: 0;
        z-index: 100;
    }
    .sports-right.show {
        right: 0;
    }
    .banner img {
        width: 100%;
        height: auto;
    }
    .buttons-field {
        padding: 20px;
    }
    .button-item {
        width: calc(50% - 10px);
        margin-right: 10px;
    }
    .sportsgroup-img {
        width: 100%;
        display: none;
    }
    .sportsgroup-content {
        width: 100%;
        position: relative;
    }
    .matchs {
        display: none;
    }
    .markets {
        display: none;
    }
    .interior-market {
        width: 100%;
        margin-top: 5px;
    }
}

@media (max-width: 575px) {
    .banner img {
        width: auto;
        height: 100px;
    }
}

.live-status-div {
    position: absolute;
    font-size: 0.8rem;
    white-space: nowrap;
    font-weight: 500;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% - 20px));
}

.container_center_2[data-v-8c34ce18] {
    display: flex;
    width: 100%;
    flex-direction: row;
}

.container_center_2>div[data-v-8c34ce18]:first-of-type {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 100%;
    padding: 20px 30px 0;
}

.container_center_2>div:first-of-type>div[data-v-8c34ce18] {
    width: calc(50% - 5px)
}

.pc_scroll_sports[data-v-8c34ce18] {
    /* height: calc(100vh - 121px) */
}

.container_center_2_mini[data-v-8c34ce18] {
    display: flex;
    flex-wrap: wrap;
    width: 100%
}

.container_center_2_mini>div[data-v-8c34ce18] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    padding: 10px 10px 0
}

.container_center_2_mini>div>div[data-v-8c34ce18]:first-of-type {
    width: 830px
}

.container_center_2_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
    width: calc(100% - 840px)
}

@media (max-width:2559px) {
    .container_center_2>div:first-of-type>div[data-v-8c34ce18]:first-of-type {
        width: 870px
    }
    .container_center_2>div:first-of-type>div[data-v-8c34ce18]:nth-of-type(2) {
        width: calc(100% - 880px)
    }
}

@media (max-width:2100px) {
    .container_center_2>div:first-of-type>div[data-v-8c34ce18]:first-of-type, .container_center_2>div:first-of-type>div[data-v-8c34ce18]:nth-of-type(2) {
        width: calc(50% - 5px)
    }
}

@media (max-width:1920px) {
    .wrap_type_3[data-v-8c34ce18] {
        padding: 101px 280px 0
    }
    .container_left[data-v-8c34ce18], .container_left_md[data-v-8c34ce18], .container_right[data-v-8c34ce18] {
        max-width: 280px
    }
    .container_center_2_mini>div>div[data-v-8c34ce18]:first-of-type {
        width: 830px
    }
    .container_center_2_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
        width: calc(100% - 840px)
    }
    .container_center_3_mini>div>div[data-v-8c34ce18]:first-of-type {
        width: 830px
    }
    .container_center_3_mini>div>div[data-v-8c34ce18]:nth-of-type(2) {
        width: calc(100% - 840px)
    }
}

.title_logo[data-v-8c34ce18] {
    display: none;
}

@media (max-width:991px) {
    .container_center_2>div:first-of-type>div[data-v-8c34ce18]:first-of-type, .container_center_2>div:first-of-type>div[data-v-8c34ce18]:nth-of-type(2) {
        width: 100%;
        display: none;
    }
    .title_logo[data-v-8c34ce18] {
        display: flex;
        height: 30px;
        padding-bottom: 2px;
        color: #272b49;
        line-height: 30px;
    }
}

.title_logo img[data-v-8c34ce18] {
    height: 22px
}

.bg_normal_1[data-v-8c34ce18], .bg_normal_2[data-v-8c34ce18] {
    background: #352550;
}

.sports-height {
    height: calc(100% - 20px);
    /* height: 100%; */
}

.estimate_list li[data-v-2399d2bb] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: 100%;
    border-radius: 4px;
    background: #2a2a32;
    margin-bottom: 10px
}

.estimate_list li[data-v-2399d2bb]:last-child {
    margin-bottom: 0
}

.estimate_list li>span[data-v-2399d2bb] {
    padding: 0 10px
}

.estimate_list li>span[data-v-2399d2bb]:first-of-type {
    width: 80px;
    color: #fff;
    text-align: center
}

.estimate_list li>span[data-v-2399d2bb]:nth-of-type(2) {
    /* width: 120px; */
    width: 160px;
    color: #fff;
    text-align: center
}

.estimate_list li>span[data-v-2399d2bb]:nth-of-type(3) {
    /* width: calc(100% - 400px); */
    width: calc(100% - 340px);
    word-break: break-all
}

.estimate_list li>span[data-v-2399d2bb]:nth-of-type(4) {
    width: 100px;
    text-align: center
}

.estimate_list li>span[data-v-2399d2bb]:nth-of-type(5) {
    width: 60px;
    text-align: center
}

.estimate_list li>div[data-v-2399d2bb] {
    width: 100%;
    color: #fff;
    line-height: 1.4;
    background: #0b0c10;
    padding: 20px
}

.estimate_list li>span:nth-of-type(3) a[data-v-2399d2bb] {
    display: block;
    color: #fff;
    line-height: 1.3;
    /* text-decoration: underline; */
    padding: 20px 0
}

.table_estimate[data-v-2399d2bb] {
    width: 100%;
    table-layout: fixed;
    border-spacing: 0 10px;
    border-collapse: inherit
}

.table_estimate thead th[data-v-2399d2bb] {
    height: 44px;
    color: #797986;
    font-size: 1.5rem;
    font-weight: 400;
    text-align: center;
    padding: 0 10px
}

.table_estimate thead th[data-v-2399d2bb]:first-of-type {
    width: 80px
}

.table_estimate thead th[data-v-2399d2bb]:nth-of-type(2) {
    width: 160px
}

.table_estimate thead th[data-v-2399d2bb]:nth-of-type(3) {
    width: auto
}

.table_estimate thead th[data-v-2399d2bb]:nth-of-type(4) {
    width: 100px
}

.table_estimate thead th[data-v-2399d2bb]:nth-of-type(5) {
    width: 60px
}

.padding-10px-lr {
    padding-left: 10px;
    padding-right: 10px
}

.padding-10px-top {
    padding-top: 10px;
}

.padding-30px-bottom {
    padding-bottom: 30px
}

.promo-list.w-100.active {
    border: 2px solid #56ff00;
}

.football {
    white-space: nowrap;
    padding-right: 5px;
}

.remaintime {
    overflow-x: auto;
}

.back-button {
    width: 35px;
    background-color: #6a5224;
    color: #fff;
    white-space: nowrap;
    opacity: 0.8;
}

.back-button:hover {
    opacity: 1;
}

.loading-back-circle {
    position: absolute;
    left: 50%;
    top: 50%;
    width: 68px;
    height: 68px;
    margin-left: -34px;
    margin-top: -34px;
    overflow: hidden;
    transform-origin: 34px 34px;
    animation: 0.75s linear 0s infinite normal none running rotate;
}

@media screen and (max-width:991px) {
    .main .main-container {
        min-height: 720px;
    }
}

@keyframes rotate {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
}

.match-team.teams.match-game-item .match-team-name {
    color: #ff1c1c;
}

.match-team.teams.match-away .match-team-name {
    color: #1744ff;
}

/* ---------------- ???? -----------------  */

.table_history.h-40>tbody>tr>td {
    color: #fff;
    font-weight: 400;
    text-align: center;
    border-collapse: collapse;
    padding: 8px 5px;
    height: 40px;
    overflow: hidden;
}

.table_history>tbody>tr>td {
    color: #ffffff;
    font-weight: 400;
    text-align: center;
    border: none;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    border-collapse: collapse;
    padding: 8px 5px;
    height: 40px;
    overflow: hidden;
}

.table_history.h-40>tbody>tr>td.border-none, .table_history.h-40>tbody>tr>td.border-none .history-log>.title[data-v-7c26ed95], .table_history.h-40>tbody>tr>td.border-none .history-log .log-wrap .log>div[data-v-7c26ed95] {
    border: none;
    border-bottom: 0px solid #16161c;
}

.history-log[data-v-7c26ed95] {
    width: 100%;
}

.history-log .back-btn[data-v-7c26ed95] {
    flex-shrink: 0;
}

.history-log>.title[data-v-7c26ed95] {
    flex-shrink: 0;
    height: 45px;
    background-color: #4d4c4c;
    padding: 0px 10px;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
}

.history-log .log-wrap[data-v-7c26ed95] {
    flex-shrink: 0;
}

.history-log .log-wrap .log[data-v-7c26ed95] {
    flex-shrink: 0;
    margin-bottom: 10px;
}

.history-log .log-wrap .log[data-v-7c26ed95]:last-child {
    margin-bottom: 0px !important;
}

.history-log .log-wrap .log>div[data-v-7c26ed95] {
    padding: 0px 10px;
    height: 45px;
    background-color: #4d4c4c;
    border-bottom: 1px solid rgba(0, 0, 0, 0.2);
    align-items: center;
}

/* .history-log .log-wrap .log .pick[data-v-7c26ed95] {
    background-color: rgb(39, 43, 69) !important;
  } */

.history-log>.total[data-v-7c26ed95] {
    flex-shrink: 0;
    height: 45px;
    background-color: #4d4c4c;
    padding: 0px 10px;
}

.history-log>.total>span[data-v-7c26ed95] {
    width: 25%;
}

.text {
    display: flex;
    justify-content: center;
    align-items: center;
}

.text.text-level-1 {
    font-weight: 300;
    font-size: 6rem !important;
    letter-spacing: -0.015625em !important;
}

.text.text-level-2 {
    font-weight: 300;
    font-size: 3.75rem !important;
    letter-spacing: -0.00833333em !important;
}

.text.text-level-3 {
    font-weight: 400;
    font-size: 3rem !important;
    letter-spacing: normal !important;
}

.text.text-level-4 {
    font-weight: 400;
    font-size: 2.125rem !important;
    letter-spacing: 0.00735294em !important;
}

.text.text-level-5 {
    font-weight: 400;
    font-size: 1.5rem !important;
    letter-spacing: normal !important;
}

.text.text-level-6 {
    font-weight: 500;
    font-size: 1.0625rem !important;
    letter-spacing: 0.0125em !important;
}

.text.text-level-7 {
    font-weight: 400;
    font-size: 0.812rem !important;
    letter-spacing: 0.009375em !important;
}

.text.text-level-8 {
    font-weight: 500;
    font-size: 0.75rem !important;
    letter-spacing: 0.00714286em !important;
}

.text.text-level-9 {
    letter-spacing: 0.0178571em !important;
}

.text.text-level-9, .text.text-level-10 {
    font-weight: 400;
    font-size: 0.6875rem !important;
}

.text.text-level-10 {
    letter-spacing: 0.03125em !important;
}

.text.text-level-11 {
    font-weight: 400;
    font-size: 0.625rem !important;
    letter-spacing: 0.0333333em !important;
}

.spacer {
    flex-grow: 1;
}

.tournament-icon img[data-v-3285b224] {
    height: 16px;
    margin-right: 5px;
}

/* --------------- ???? ? ---------------- */

.betting-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 1;
    border-radius: 3px;
    /* border: solid 1px #fad571; */
    background: #080808bb;
    align-items: center;
    justify-content: center;
    padding: 0px 10px;
    backdrop-filter: blur(2px);
}

.betting-block .lock {
    width: 25px;
    height: 25px;
    /* background-color: #030303;
    border: 1px solid #dbb54a; */
    /* border-radius: 50px; */
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
}

.betting-block .lock .icon-lock {
    color: #f6c33a;
    width: 100%;
    height: 100%;
    font-size: 17px;
    background-image: url("../images/common/lock.png");
    background-position: center;
    background-size: 100% 100%;
}

.result_img {
    display: inline-block;
    width: 20px;
    margin: 0 5px -3px 0;
}

.font05 {
    color: #009f62;
    font-weight: 500;
}

.result-search-btn {
    display: flex;
    white-space: nowrap;
}

.retult_search_title {
    line-height: 34px;
    margin-right: 5px;
    white-space: nowrap;
}

.result_select {
    border-radius: 0.25rem;
    padding: 4px 0 4px 5px;
    border-radius: 3px;
    height: 34px;
    transition: all 0.5s;
    background: #453060;
    color: #fff;
}

.menu_history_result {
    display: flex;
    justify-content: space-between;
    width: 100%;
    overflow: auto;
    padding: 0;
    padding-bottom: 5px;
}

.menu_history_result li {
    float: left;
    display: flex;
}

.btn1_1 {
    border: 1px solid #cfaa74;
    border-radius: 0.25rem;
    min-width: 85px;
    min-height: 34px;
    padding: 0 15px 0 15px;
    line-height: 34px;
    text-align: center;
    cursor: pointer;
    margin-left: 5px;
}

.btn1_1:hover {
    background: #cfaa74;
    color: #fff;
}

@media screen and (max-width: 991px) {
    .menu_history_result {
        flex-wrap: wrap;
        justify-content: start;
    }
    .menu_history_result li {
        width: 100%;
        margin-right: 0px;
        margin-top: 5px;
    }
    .retult_search_title {
        margin-right: 15px;
    }
    .result_select {
        width: 100%;
    }
    .result-search-btn {
        justify-content: end;
    }
    .btn1_1:hover {
        color: #fff;
        background: unset;
    }
    .gameInfo .game-time {
        width: 67px;
    }
}