.main .main-container {
    background: url("../../assets/images/sports/sports_bg.png");
    background-repeat: no-repeat;
    background-size: 100% 100%;
    padding: 0 5px;
    /* background-color: #f4f4f4; */
    height: calc(100vh - 100px);
}

.main .sports-main {
    /* color: #3F4254; */
}

.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: #a80009;
    font-size: 30px;
}

.buttons-field>.field-text>p {
    font-size: 13px;
    color: #687e8b;
}

.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: 240px;
    background-color: #1B1B1B;
    cursor: pointer;
    z-index: 10;
    height: 100%;
    overflow: auto;
    /* padding: 0 5px; */
    padding: 0;
}

.left-sports {
    /* padding: 3px 0; */
}

.sports-left .left-sports:nth-child(2) {
    border-top: 1px solid rgba(0, 0, 0, 0.7);
}

.left-sport {
    height: 40px;
    padding: 0px 10px;
    display: flex;
    align-items: center;
    /* background-color: #e5e5e5; */
    margin-bottom: 3px;
    /* border-radius: 5px; */
    margin-left: 3px;
    margin-right: 3px;
    /* box-shadow: 0px 0px 2px 1px #bdbec469; */
    color: #bababa;
    background-color: #282828;
}

.left-sport .sports-name img {
    margin-right: 5px;
}

.left-sport.sports-leagues-hover:hover {
    background: #e91c23;
    color: rgb(255, 255, 255);
}

/* .left-sport:hover, .left-sport.active{
    background: linear-gradient(180deg, #d3a662, #e0c078, #d6ad68);
    color: white;
} */

.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: rgb(21, 21, 21);
}

.locations>.left-sport:hover, .locations>.left-sport.active {
    /* background: linear-gradient(180deg, #d3a662, #e0c078, #d6ad68); */
    /* color: white; */
    background: rgb(52, 52, 52);
    color: rgb(255, 255, 255);
}

.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, #d3a662, #e0c078, #d6ad68);
    color: white;
}

.left-top {
    /* background-color: #545A6A; */
    /* color: #FFFFFF; */
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    color: rgb(186, 186, 186);
}

/* .left-top:hover{
    background-color: #545A6A;
    color: #FFFFFF;
} */

.sports-center {
    display: flex;
    padding-left: 240px;
    /* flex-grow: 1; */
    width: calc(100% - 290px);
    flex-wrap: wrap;
    margin: 0 5px;
    justify-content: space-between;
}

.banner {
    width: 100%;
    display: flex;
    /* justify-content: center; */
    overflow: hidden;
}

.banner img {
    /* min-height: 50px; */
    width: 100%;
    /* height: 100px; */
}

.sport-height {
    height: 70vh;
}

.matchs {
    /* background-color: #f4f4f4; */
    /* background-color: #e8e8e8; */
    width: calc(50% - 3px);
    cursor: pointer;
    min-height: 600px;
    padding: 2px 4px;
    background: #1b1b1b;
    height: 100%;
}

.swip-box {
    width: 100%;
    display: flex;
    overflow: auto;
    cursor: pointer;
    padding: 2px 5px;
}

.main-linear-background {
    background: linear-gradient(rgb(119 95 52) 0%, rgb(97, 68, 32) 100%);
}

.swip-item {
    height: 40px;
    min-width: 95px;
    width: auto;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 3px;
    padding: 5px 10px;
    /* background-color: #f1f1f1; */
    background: #373737;
    white-space: nowrap;
    border-radius: 5px;
    /* box-shadow: 0px 0px 2px 1px #bdbec469; */
    flex-shrink: 0;
    transition: all 0.5s ease 0s;
}

.swip-item img {
    height: 20px;
    max-width: 40px;
}

.swip-item:hover, .swip-item.active {
    /* background: linear-gradient(180deg, #d3a662, #e0c078, #d6ad68);
    color: #FFFFFF; */
    background: #a80009;
    color: #ffffff;
    box-shadow: 0px 0px 2px 1px #bdbec469;
}

.swip-item:hover img, .swip-item.active img {
    /* filter: brightness(500%); */
}

.swip-item img {
    margin-right: 5px;
}

.bonus-folder {
    width: 100%;
    height: 32px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0px 21px 0px 12px;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(rgb(55, 55, 55) 0%, rgb(58, 58, 58) 100%);
    cursor: pointer;
    transition: all 0.2s ease-out 0s;
}

.team_name {
    margin: 0px 5px;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.bonus-folder:hover {
    background: linear-gradient(rgb(52, 52, 52) 0%, rgb(52, 52, 52) 100%);
}

.bet_info {
    display: flex;
    width: 100%;
    padding: 2px 0.6%;
    align-items: center;
    justify-content: space-between;
}

.bet_info_l {
    width: 20%;
    display: flex;
    align-items: center;
}

.bet_info_r {
    width: 80%;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

time {
    padding: 0px 10px;
    min-width: 95px;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(136, 136, 136);
    white-space: nowrap;
}

.bet_name {
    padding: 0px 10px;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.bet_choose_btn_box {
    display: flex;
    width: 84%;
    justify-content: space-between;
}

.bet_choose_btn {
    height: 32px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 0px 1.5%;
    background: rgb(55, 55, 55);
    border: 1px solid rgb(38, 38, 38);
    border-radius: 3px;
    color: rgb(255, 255, 255);
    font-size: 14px;
    cursor: pointer;
}

.bet_choose_btn.bet_b {
    width: 44.5%;
}

.bet_choose_btn.no-interior {
    width: 49.5%;
}

.bet_choose_btn.bet_s {
    width: 10%;
    justify-content: center;
}

/* .bet_choose_btn.active { background: #a80009; } */

/* .bet_choose_btn:hover { background: #a80009; } */

.bet_team {
    display: flex;
    align-items: center;
}

.multi-folder-title {
    line-height: 40px;
    padding: 10px 5px;
}

.multi-folder .multi-item {
    width: calc(33.33% - 4px);
    background-color: #e3e5ea;
    border-radius: 5px;
    height: 40px;
    box-shadow: 0px 0px 2px 1px #bdbec469;
    /* display: flex;
    justify-content: space-between; */
}

.multi-folder .multi-item .folder {
    padding: 5px 10px;
    padding-right: 0;
}

.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 #878D9F;
    margin-bottom: 10px;
}

.match:hover, .match.active {
    border-left: solid 3px #C1A17F;
    /* filter: brightness(110%); */
}

.match:hover .gameInfo-league, .match.active .gameInfo-league {
    background-color: #878D9F;
}

.gameInfo {
    display: flex;
    align-items: center;
    margin: 3px;
    margin-left: 0;
    padding: 0px 0px 0px 12px;
}

.gameInfo-league {
    /* background-color: #878D9F; */
    height: 36px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    background: linear-gradient(rgb(55, 55, 55) 0%, rgb(58, 58, 58) 100%);
}

.gameInfo-league .match-location-image {
    width: 30px;
    /* margin-left: 10px; */
    display: flex;
    align-items: center;
    padding: 0;
}

.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;
}

.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-top: 5px;
}

.gameInfo .time {
    margin: 0 10px;
    white-space: nowrap;
    height: 36px;
    display: flex;
    align-items: center;
}

.gameInfo-liveScore {
    /* background-color: #C9CACB; */
    background-color: #C9CACB22;
    /* 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;
    border-radius: 3px;
    border: 1px solid rgb(55, 55, 55);
    background: rgb(34, 34, 34);
    white-space: nowrap;
}

.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;
}

.match-team {
    height: 100%;
    width: calc(50% - 50px);
    /* box-shadow: 0px 0px 2px 1px #bdbec469; */
    background: rgb(55, 55, 55);
    border: 1px solid rgb(38, 38, 38);
    border-radius: 3px;
}

.teams {
    /* background-color: #CCCFD6; */
    /* background-color: #ffffff; */
    display: flex;
    justify-content: space-between;
    align-items: center;
    /* padding: 0 10px; */
    /* border-radius: 5px; */
}

.match-team.active, .match-draw.active {
    /* background: linear-gradient(180deg, #d3a662, #e0c078, #d6ad68); */
    background: #a80009;
}

.match-team.active .match-team-name {
    color: #FFFFFF;
}

.match-team.active .match-team-rate {
    color: #FCFE4D;
}

@media screen and (min-width:991px) {
    .match-team:hover, .match-draw:hover {
        /* background: linear-gradient(180deg, #d3a662, #e0c078, #d6ad68); */
        background: #a80009;
    }
    .match-team:hover .match-team-name, .match-draw:hover {
        color: #FFFFFF;
    }
    .match-team:hover .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: #e5e5e5;
    /* box-shadow: 0px 0px 2px 1px #bdbec469; */
    display: flex;
    justify-content: center;
    align-items: center;
    /* border-radius: 5px; */
    background: rgb(55, 55, 55);
    border: 1px solid rgb(38, 38, 38);
}

.match-draw-none {
    width: 80px;
    height: 100%;
    margin: 0 1px;
    /* background-color: #CCCFD6; */
    background: rgb(34, 34, 34);
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 5px;
}

.match-away .match-team-rate {
    text-align: left;
    justify-content: flex-start;
}

.match-away .match-team-name {
    text-align: right;
}

.markets {
    /* background-color: #f4f4f4; */
    background-color: #1b1b1b;
    /* background-color: #e8e8e8; */
    width: calc(50% - 2px);
    cursor: pointer;
    min-height: 600px;
    height: 100%;
}

.market-logo {
    height: 45px;
    background-color: #545A6A;
    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: #878c99;
    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;
}

.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 #bdbec469; */
    border-radius: 3px;
}

.bet-team {
    /* background-color: #ffffff; */
    background-color: #373737;
}

 .bet-team.active, .bet-team.active {
    /* background: linear-gradient(180deg, #d3a662, #e0c078, #d6ad68); */
    background: #a80009;
}

 .bet-team.active .match-team-name {
    color: #FFFFFF;
}

 .bet-team.active .match-team-rate {
    color: #FCFE4D;
}

@media screen and (min-width:991px){
    .bet-team:hover, .bet-team:hover {
        background: #a80009;
    }
    
    .bet-team:hover .match-team-name {
        color: #FFFFFF;
    }
    
    .bet-team:hover .match-team-rate {
        color: #FCFE4D;
    }
}

.virtual-team {
    height: 100%;
    margin: 0 3px;
    flex-grow: 1;
    min-width: calc(33% - 5px);
    max-width: calc(100% - 5px);
    /* box-shadow: 0px 0px 2px 1px #bdbec469; */
    background: #373737;
    border-radius: 5px;
}

.virtual-team.active {
    background: #ad8e56;
}

.virtual-team.active .match-team-name {
    color: #fff;
}

.virtual-team:hover {
    background: #ad8e56;
}

.virtual-team:hover .match-team-name {
    color: #fff;
}

.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;
}

.sports-right {
    width: 250px;
    background-color: #f4f4f4;
    padding: 10px;
    color: #444758;
    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: #D8DADF;
    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: #22232f; */
    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: #313744;
    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;
}

.bat_cart button img {
    filter: brightness(0);
}

.bat_cart button img:hover {
    filter: brightness(0.6);
}

.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: 2.2;
    border: 1px solid #000;
    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
}

.cart_bet {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    border-radius: 10px;
    overflow: hidden;
    box-shadow: rgba(0, 0, 0, 0.5) 5px 0px 5px 0px;
}

.cart_bet_title {
    float: left;
    width: 100%;
    height: 42px;
    line-height: 42px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: linear-gradient(rgb(58, 58, 58) 0%, rgb(52, 43, 32) 100%);
    padding: 0px 10px;
}

.cart_bet_tip {
    width: calc(100% - 30px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.cart_bet_x {
    width: 25px;
    text-align: center;
    font-size: 20px;
    color: rgb(255, 255, 255);
    cursor: pointer;
    transition: all 0.5s ease 0s;
}

.cart_bet_x:hover {
    color: #a80009;
}

.cart_bet_info {
    float: left;
    width: 100%;
    background: rgb(72, 67, 60);
    padding: 10px 10px 15px;
}

.bet_bet_team {
    float: left;
    width: 100%;
    margin: 10px 0px 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.bet_bet_name {
    float: left;
    width: 100%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.bet_team_name {
    width: calc(100% - 50px);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-family: EsaManru;
    font-weight: 300;
    font-size: 12px;
    color: rgb(255, 255, 255);
}

.bet_bet_odd {
    width: 50px;
    text-align: right;
    font-family: EsaManru;
    font-weight: 500;
    font-size: 14px;
    color: rgb(255, 204, 0);
}

.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;
}

@media (max-width: 1600px) {
    /* .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;
    }
    .buttons-field>.field-text {
        word-break: break-all;
        margin-right: 0px;
    }
    .main .main-container {
        padding: 0 5px;
        height: calc(100vh - 35vw);
    }
    .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%;
    }
    .sportsgroup-content {
        width: 100%;
        position: relative;
    }
    .matchs {
        display: none;
        min-height: unset;
    }
    .markets {
        display: none;
    }
    .interior-market {
        width: 100%;
    }
    .bet_info {
        display: flex;
        flex-wrap: wrap;
        width: 100%;
        padding: 2px 0.6%;
        align-items: center;
        justify-content: space-between;
    }
    .bet_info_l {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bet_info_r {
        width: 100%;
        margin: 5px 0px 0px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .bet_info_l_top {
        height: 32px;
        display: flex;
        align-items: center;
        justify-content: space-between;
        padding: 0px 5px;
        border-radius: 3px;
        background: rgb(55, 55, 55);
        border: 1px solid rgb(38, 38, 38);
    }
    .time {
        padding: 0px 0px 0px 5px;
        font-weight: 400;
        font-size: 11px;
        color: rgb(255, 255, 255);
        white-space: nowrap;
    }
    .bet_fav_btn {
        position: relative;
        cursor: pointer;
        font-size: 14px;
        color: rgb(222, 222, 222);
    }
    .bet_fav_btn.active {
        color: rgb(255, 204, 0);
    }
    .bet_more_btn {}
    .bet_more_btn a {
        display: flex;
        align-items: center;
        justify-content: center;
        height: 32px;
        border-radius: 3px;
        background: rgb(108, 89, 53);
        border: 1px solid rgb(55, 55, 55);
        padding: 0px 5px;
        font-weight: 400;
        font-size: 11px;
        color: rgb(255, 255, 255);
        cursor: pointer;
    }
    .bet_more_btn a:hover {
        background: #a80009;
    }
    .bet_choose_btn_box {
        display: flex;
        width: 100%;
        justify-content: space-between;
    }
    .bet_choose_btn {
        height: 32px;
        display: flex;
        justify-content: space-between;
        align-items: center;
        padding: 0px 1.5%;
        background: rgb(55, 55, 55);
        border: 1px solid rgb(38, 38, 38);
        border-radius: 3px;
        color: rgb(255, 255, 255);
        font-size: 14px;
        cursor: pointer;
    }
    .bet_choose_btn.bet_b {
        width: 44.5%;
    }
    .bet_choose_btn.bet_s {
        width: 10%;
        justify-content: center;
    }
    .bet_choose_btn.active {
        background: #a80009;
    }
    .bet_choose_btn:hover {
        background: #a80009;
    }
    .bet_team {
        display: flex;
        align-items: center;
    }
    .header_wrap .cart_wrap .cart_box {
        padding: 0 10px;
    }
    .cart_folder2 {
        float: left;
        width: 100%;
        margin: 5px 0px 0px;
        overflow: hidden;
        background: rgb(72, 67, 60);
        border-top: 1px solid #a80009;
        padding: 10px;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
    .cart_folder2_box {
        float: left;
        display: flex;
        align-items: center;
    }
    .cart_folder2_info {
        margin: 0px 5px;
        font-family: EsaManru;
        font-weight: 300;
        font-size: 12px;
        color: rgb(177, 177, 177);
    }
    .cart_folder2_box div {
        margin: 0px 5px;
    }
    .m-margin-351 {
        margin-top: 351px!important;
    }
    .m-margin-270 {
        margin-top: 270px!important;
    }
    .m-margin-420 {
        margin-top: 420px!important;
    }
    .m-margin-380 {
        margin-top: 380px!important;
    }
    .cart_bet_zone {
        float: left;
        width: 100%;
        /* max-height: 150px;  */
        height: 150px;
        overflow: hidden auto;
    }
    .minigame-betcard .cart_bet_zone {
        float: left;
        width: 100%;
        /* max-height: 150px;  */
        height: 110px;
        overflow: hidden auto;
    }
    .cart_bet_zone::-webkit-scrollbar {
        width: 5px;
    }
    .cart_bet_zone::-webkit-scrollbar-thumb {
        height: 30%;
        background: rgba(255, 255, 255, 0.3);
        border-radius: 10px;
    }
    .cart_bet_zone::-webkit-scrollbar-track {
        background: rgba(255, 255, 255, 0.1);
    }
}

@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));
}

.betting-block {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 50%;
    transform: translate(-50%, 0);
    display: none;
    z-index: 0;
    border-radius: 3px;
    border: solid 1px #ad8e56;
    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/icon_key_close.svg);
    background-position: center;
    background-size: 100% 100%;
    margin: 0;
}

.gamelists{
    padding: 0 10px;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 100%;
}

@media (max-width: 991px) {

    .virtual-center.minigame-betcard{
        margin-top: 82px;
    }
    .bettingcard_Button {
        position: fixed;
        bottom: 100px;
        left: 50px;
        width: 70px;
        height: 70px;
        background: #aba3a36b;
        border-radius: 50px;
        border: 3px solid #ad8e56;
        transition: liear 0.3s;
    }

    .card_content {
        position: relative;
    }

    .bettingCard_itag {
        position: absolute;
        top: 10px;
        left: 10px;
        color: #fff;
    }

    .betting_count {
        position: absolute;
        font-size: 14px;
        background: #ff0606;
        width: 20px;
        height: 20px;
        text-align: center;
        border-radius: 50%;
        color: #fff;
        font-weight: 800;
    }

    .bettingCard_itag i {
        font-size: 40px;
    }
}