@media (max-width: 1399px) {

}

@media (max-width: 1199px) {
    .info-mobile #i_main{
        width: calc(100% - 170px);
    }

    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .odds {
        display: flex;
        align-items: center;
        justify-content: center;
        box-sizing: border-box;
    }

    input[type="radio"], input[type="checkbox"] {
        margin: 0;
        vertical-align: initial;
    }
    #Table4 .mobile-schedule-match {
        background-color: #f9f9f9;
        border: 1px solid #e5e5e5;
        margin-top: 10px;
    }

    #Table4 .mobile-schedule-match .team .score {
        width: 60px;
    }

    #Table4 .mobile-schedule-match .score .redf {
        font-size: 14px;
    }

    #Table4 .mobile-schedule-match .extra {
        display: flex;
        justify-content: flex-end;
        align-items: center;
        gap: 5px;
        padding: 4px;
    }

    #Table4 .mobile-schedule-match .match-time {
        display: flex;
        justify-content: center;
        background-color: initial;
        font-size: 12px;
        padding: 7px;
    }

    #Table4 .mobile-schedule-match .match-time .hour {
        color: #380c0c !important;
    }

    #Table4 .mobile-schedule-match .team {
        display: flex;
        justify-content: center;
        gap: 9px;
        position: relative;
        align-items: center;
        overflow: hidden;
        padding: 14px 0;
        background-color: #eaeaea;
    }

    #Table4 .mobile-schedule-match .team-info {
        display: flex;
        align-items: center;
        gap: 2px;
        width: calc(100% - 40px);
        justify-content: flex-end;
    }

    #Table4 .mobile-schedule-match .team .link-v2{
        display: flex;
        align-items: center;
    }

    #i_main .mobile-schedule-match .team-info.first {
        flex-direction: row
    }

    #i_main .mobile-schedule-match .team-info.second {
        flex-direction: row-reverse
    }

    #Table4 .mobile-schedule-match .team .team-info.second .link-v2 {
        flex-direction: row-reverse;
    }

    #Table4 .mobile-schedule-match .odds {
        display: flex;
        flex-direction: row;
        justify-content: center;
        align-items: center;
        border: 0;
    }

    #Table4 .mobile-schedule-match .odds > div {
        margin: 0;
        padding: 0;
    }

    #Table4 .mobile-schedule-match .odds .tocolor {
        padding: 0 3px
    }


    #Table4 .mobile-schedule-match .bottom-table .box-set {
        display: block;
        border-right: 1px solid #e5e5e5;
        border-top: 1px solid #e5e5e5;
        width: 100%;
        text-align: center;
        min-height: 26px;
        display: flex;
        justify-content: center;
        align-items: center;
    }

    #Table4 .mobile-schedule-match .bottom-table .odds>div+div {
        margin: 0;
        border: 0;
        padding: 0;
    }

    #i_main .odds>div+div {
        border-top: 0;
        margin: 0;
        padding: 0;
    }

    #Table4 .mobile-schedule-match .bottom-table .odds .hide-large {
        display: none !important;
    }


    #i_main .team-name {
        color: var(--text-primary);
    }
    
}

@media (max-width: 991px) {
    .info-mobile #Table3 {
        display: none;
    }

    .crumbs {
        width: 100%;
    }

    .footer {
        width: 100% !important;
    }

    .footer .bottom {
        width: 100% !important;
        flex-direction: column;
    }

    .info-mobile {
        width: unset !important;
        box-sizing: border-box;
    }

    .info-mobile #i_main #TitleLeft {
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        text-transform: uppercase;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        width: 100%;
    }

    .info-mobile .wrap_sub_menu {
        overflow-x: scroll;
        scrollbar-width: none;
    }

    .info-mobile .summary-team .sub_menu {
        width: 1060px;
        max-width: max-content;
    }

    .info-mobile #i_main{
        width: 100% !important;
        margin-left: 0;
    }

    .info-mobile .tdsolid,
    .info-mobile #showRound,
    .info-mobile #tableId,
    .info-mobile .data#MainDiv,
    .info-mobile .wrap_nav_select {
        overflow-x: scroll;
        scrollbar-width: none;
    }


    .info-mobile #Table1,
    .info-mobile #Table2,
    .info-mobile #Table3,
    .info-mobile #div_Table1,
    .info-mobile #div_Table2 {
        width: 100%;
    }

    .info-mobile #Table3 .mobile-filter {
        min-width: 150px;
    }

    .info-mobile #lastUpdateTime {
        width: 100% !important;
    }

    .info-mobile #detailDiv {
        width: unset !important;
        left: initial !important;
        right: 16px;
        max-width: 100%;
        width: calc(100% - 32px) !important;
        box-sizing: border-box;
    }
    .info-mobile #detailDiv #detailTab{
        max-width: 100%;
        overflow-x: auto;
    }
    .info-mobile #detailDiv #detailTab th:first-of-type,
    .info-mobile #detailDiv #detailTab td:first-of-type{
        position: sticky;
        left: -1px;
        top: 0;
    }
    .info-mobile #detailDiv #detailTab th:first-of-type{
        background-color: #e6e6e6;
    }
    .info-mobile #detailDiv #detailTab td:first-of-type{
        background-color: #f7f7f7;
    }
    .info-mobile #detailDiv #detailTab tr:nth-of-type(2n+2) td:first-of-type{
        background-color: #fff;
    }

    .info-mobile.dark #detailDiv #detailTab th:first-of-type{
        background-color: #333;
    }
    .info-mobile.dark #detailDiv #detailTab td:first-of-type{
        background-color: #333;
    }
    .info-mobile.dark #detailDiv #detailTab tr:nth-of-type(2n+2) td:first-of-type{
        background-color: #111;
    }

    .info-mobile .info_title {
        display: flex;
        justify-content: space-between;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .info-mobile .info_title_right {
        margin: unset !important;
    }

    .info-mobile .follow_btn{
        margin-top: 5px;
        width: max-content;
        padding: 5px 5px;
    }
    .theme .theme-style{
        background-color: #205C04 !important;
    }
    #Table4{
        display: block !important;
    }
    .leastanding_class #Table4{
        display: table !important;
    }

    .mobile-filter-odd {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 12px;
    }

    .odds-option {
        display: none;
    }

    html {
        min-width: unset;
    }
    html body {
        min-width: unset !important;
    }
    html body #container #header-wrapper {
        display: none !important;
    }
    html body #info {
        width: unset !important;
        margin-top: 0 !important;
        padding: 0 0 0 8px;
    }
    html body #info #left {
        display: none !important;
    }
    html body #info #databaseLeagueFilter {
        display: none !important;
    }
    html body #info #i_main {
        box-sizing: border-box;
        /*padding-left: 3px;*/
        padding-right: 6px;
        /* for giai-dau,
        giai-dau-phu*/
    }
    html body #info #i_main .info_title .info_title_left {
        overflow: hidden;
        color: var(--Monotone-Grey-900, #070F03);
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: 30px;
        text-transform: uppercase;
        text-wrap: nowrap;
        text-overflow: ellipsis;
        width: 75% !important;
        margin-top: 5px;
    }
    html body.dark  #info #i_main .info_title .info_title_left{
        color: #e5e5e5;
    }
    html body #info #i_main .info_title .info_title_left .img {
        width: 33px;
        height: 33px;
        margin-top: 0;
        margin-right: 33px;
        background: unset;
    }
    html body.dark  #info #i_main .info_title .info_title_left .img{
        background: #fff;
    }
    html body #info #i_main .info_title .info_title_left .img img {
        transform: translateY(-4px);
    }
    html body #info #i_main .info_title .info_title_left .selectbox {
        float: left;
        margin-right: 661px;
    }
    html body #info #i_main .info_title .info_title_left .selectbox .filterLi2 {
        margin-top: 5px;
        width: -moz-fit-content;
        width: fit-content;
        min-width: 95px;
    }
    html body #info #i_main .info_title .info_title_left .selectbox .filterLi2 .dropdown-toggle {
        width: 100px;
        font-size: 10px;
        width: 95px;
        color: var(--Monotone-Grey-900, #070F03);
    }
    html body #info #i_main .info_title .info_title_left .selectbox .filterLi2 .dropdown-toggle.show {
        color: #fff !important;
    }
    html body #info #i_main .info_title .info_title_left .selectbox .filterLi2 .dropdown-menu {
        width: 100px;
    }
    html body #info #i_main .info_title .info_title_right {
        /*display: none !important;*/
    }
    html body #info #i_main .sub_menu {
        overflow-x: scroll;
        scrollbar-width: none;
        display: flex;
        flex-wrap: nowrap;
    }
    html body #info #i_main .sub_menu a {
        text-wrap: nowrap;
    }
    html body #info #i_main .sub_menu a:last-of-type {
        margin-right: 0 !important;
    }
    /*html body #info #i_main #i_data.page-schedule #showRound,*/
    /*html body #info #i_main .data.page-schedule #showRound {*/
    /*    display: none;*/
    /*}*/
    html body #info #i_main #i_data.page-schedule #showRound-mobile,
    html body #info #i_main .data.page-schedule #showRound-mobile {
        display: block !important;
        margin-bottom: 12px;
    }
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border {
        display: flex;
        justify-content: start;
        align-items: center;
        overflow-x: auto;
    }
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .roundslide-text,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .roundslide-text {
        height: 48px;
        width: 48px;
        background-color: #E3F1EB;
        display: flex;
        width: 48px;
        height: 48px;
        padding: 0 12px;
        justify-content: center;
        align-items: center;
        text-align: center;
        position: sticky;
        left: 0;
    }
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .lsm1,
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .lsm2,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .lsm1,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .lsm2 {
        height: 48px;
        font-size: 10px;
        text-align: center;
        align-items: center;
        display: flex;
        border-right: 1px solid #F2F2F2;
        /* margin: auto; */
        width: 36px !important;
        justify-content: center;
        background-color: #fff;
        flex: none;
    }
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .swiperMenu,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .swiperMenu {
        display: flex;
    }
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-stage-outer .owl-stage,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-stage-outer .owl-stage {
        display: flex;
    }
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-stage-outer .owl-stage .owl-item,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-stage-outer .owl-stage .owl-item {
        height: 48px;
        font-size: 10px;
        text-align: center;
        align-items: center;
        display: flex;
        border-right: 1px solid #F2F2F2;
        /* margin: auto; */
        width: 36px !important;
        justify-content: center;
        background-color: #fff;
    }
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-stage-outer .owl-stage .owl-item .lsm1,
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-stage-outer .owl-stage .owl-item .lsm2,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-stage-outer .owl-stage .owl-item .lsm1,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-stage-outer .owl-stage .owl-item .lsm2 {
        width: 100%;
        height: 100%;
        display: flex;
        align-items: center;
        text-align: center;
        justify-content: center;
    }
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-nav,
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-dots,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-nav,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .swiperMenu .owl-dots {
        display: none;
    }
    html body #info #i_main #i_data.page-schedule #showRound-mobile .roundslide-border .owl-nav,
    html body #info #i_main .data.page-schedule #showRound-mobile .roundslide-border .owl-nav {
        display: none;
    }
    html body #info #i_main #i_data.page-schedule #matchBox,
    html body #info #i_main .data.page-schedule #matchBox {
        display: none;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table3,
    html body #info #i_main .data.page-schedule .tdsolid #Table3 {
        display: none;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5,
    html body #info #i_main .data.page-schedule .tdsolid #Table4,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 {
        display: block !important;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .mobile__checkbox .radio-check,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .mobile__checkbox .radio-check,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .mobile__checkbox .radio-check,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .mobile__checkbox .radio-check {
        justify-content: right;
        display: flex;
        /*margin: 0 4px 12px 0 !important;*/
        margin: 15px !important;
        gap: 4px;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .mobile__checkbox .radio-check span,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .mobile__checkbox .radio-check span,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .mobile__checkbox .radio-check span,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .mobile__checkbox .radio-check span {
        align-items: center;
        display: flex;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match {
        border-radius: 4px;
        background: var(--Monotone-Grey-100, #FBFBFB);
        margin-bottom: 12px;
        padding: 8px 6px;
    }
    html body.dark #info #i_main #i_data.page-schedule .tdsolid #Table4 .match,
    html body.dark #info #i_main #i_data.page-schedule .tdsolid #Table5 .match,
    html body.dark #info #i_main .data.page-schedule .tdsolid #Table4 .match,
    html body.dark #info #i_main .data.page-schedule .tdsolid #Table5 .match {
        background: #333;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .round,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .round,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .round,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .round {
        display: none;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .team,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .team,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .team,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .team {
        display: flex;
        justify-content: center;
        gap: 9px;
        margin-bottom: 7px;
        position: relative;
        align-items: center;
        overflow: hidden;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .team .link-v2 img,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .team .link-v2 img,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .team .link-v2 img,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .team .link-v2 img {
        display: none;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .team .score,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .team .score,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .team .score,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .team .score {
        color: var(--old-Medium-Red, #E51B00);
        text-align: center;
        font-size: 14px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
        margin-right: 2px;
        text-wrap: nowrap !important;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .team .score font,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .team .score font,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .team .score font,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .team .score font {
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .team .outteam,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .team .outteam,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .team .outteam,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .team .outteam {
        color: var(--Monotone-Grey-900, #070F03);
        text-align: right;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        display: flex;
        position: absolute;
        left: calc(50% + 18px);
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .team .outteam .team-name,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .team .outteam .team-name,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .team .outteam .team-name,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .team .outteam .team-name {
        font-weight: 500;
        text-wrap: nowrap;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .team .outteam span,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .team .outteam span,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .team .outteam span,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .team .outteam span {
        margin: 0 2px;
        text-align: center;
        text-wrap: nowrap;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .team .outteam.first,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .team .outteam.first,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .team .outteam.first,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .team .outteam.first {
        position: absolute;
        right: calc(50% + 22px);
        left: unset;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .team .link-v2 img,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .team .link-v2 img,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .team .link-v2 img,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .team .link-v2 img {
        display: none;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .match-time,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .match-time,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .match-time,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .match-time {
        margin-bottom: 8px;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .match-time .day,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .match-time .day,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .match-time .day,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .match-time .day {
        color: var(--New-Color-04, #337359);
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 14px;
        display: flex;
        justify-content: center;
        align-items: center;
        /* 140% */
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .match-time .day .line,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .match-time .day .line,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .match-time .day .line,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .match-time .day .line {
        margin: 0 6px;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .match-time .day .hour,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .match-time .day .hour,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .match-time .day .hour,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .match-time .day .hour {
        color: var(--new-color-time-gi, #36AA7C);
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        margin: 0 !important;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .match-time .day .score2,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .match-time .day .score2,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .match-time .day .score2,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .match-time .day .score2 {
        color: #717171;
        text-align: center;
        font-size: 10px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
        /* 180% */
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .match-time .day .score2 font,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .match-time .day .score2 font,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .match-time .day .score2 font,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .match-time .day .score2 font {
        color: var(--2, #E51B00);
        font-size: 10px;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .bottom-table,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .bottom-table,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .bottom-table,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .bottom-table {
        justify-content: space-between;
        display: flex;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .bottom-table .odds,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .bottom-table .odds,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .bottom-table .odds,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .bottom-table .odds {
        display: flex;
        gap: 0 6px;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .bottom-table .odds .odd-text,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .bottom-table .odds .odd-text,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .bottom-table .odds .odd-text,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .bottom-table .odds .odd-text {
        color: var(--Monotone-Grey-800, #414141);
        font-size: 12px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        align-items: center;
        display: flex;
        width: 37px;
        /* text-align: center; */
        justify-content: center;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .bottom-table .odds > div,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .bottom-table .odds > div,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .bottom-table .odds > div,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .bottom-table .odds > div {
        display: flex;
        width: 50px;
        height: 20px;
        /* padding: 0px 10px; */
        justify-content: center;
        align-items: center;
        gap: 10px;
        border-radius: 4px;
        background: #ffefd8;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .bottom-table .odds > div .hideBox,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .bottom-table .odds > div .hideBox,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .bottom-table .odds > div .hideBox,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .bottom-table .odds > div .hideBox {
        display: none;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .bottom-table .odds > div .box-set,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .bottom-table .odds > div .box-set,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .bottom-table .odds > div .box-set,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .bottom-table .odds > div .box-set {
        background: unset;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .bottom-table .odds > div .tocolor,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .bottom-table .odds > div .tocolor,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .bottom-table .odds > div .tocolor,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .bottom-table .odds > div .tocolor {
        background-color: unset;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .match .bottom-table .extra a,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .match .bottom-table .extra a,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .match .bottom-table .extra a,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .match .bottom-table .extra a {
        margin-top: 3px;
    }
    html body #info #i_main #i_data.page-schedule .tdsolid #Table4 .explanation,
    html body #info #i_main #i_data.page-schedule .tdsolid #Table5 .explanation,
    html body #info #i_main .data.page-schedule .tdsolid #Table4 .explanation,
    html body #info #i_main .data.page-schedule .tdsolid #Table5 .explanation {
        color: var(--New-Color-06, #004026);
        text-align: center;
        font-size: 8px;
        font-style: normal;
        font-weight: 400;
        line-height: 12px;
        /* background: #337359; */
        background: #DEFFF2;
        /* margin-top: -12px; */
        margin: -12px 0 12px;
        padding: 8px;
        border-radius: 0px 0px 4px 4px;
    }
    .wrap_sub_menu{
        
    }
}
@media (max-width: 768px) {
    .info-mobile .summary-team .sub_menu{
        width: 100%;
        overflow-x: auto;
    }
    .info-mobile .summary-team .sub_menu ul{
        width: 1060px;
    }
    .info-mobile #showRound table{
        width: max-content;
    }
    .info-mobile #showRound table tr td{
        min-width: 30px;
    }
    .info-mobile #showRound table tr:first-of-type td:first-of-type{
        position: sticky;
        left: 0;
        top: 0;
    }
}

@media (max-width: 1024px){
    html body #info #i_main .sub_menu {
        overflow-x: scroll;
        scrollbar-width: none;
        display: flex;
        flex-wrap: nowrap;
    }
     html body #info #i_main .sub_menu a {
        text-wrap: nowrap;
    }
}