.is_schedule .club_table-item .is_logo-league{
    display: flex;
    align-items: center;
}
#club_7m_view_render a.w7m_navbar-item--active:not(.router-link-exact-active){
    --borderColor:transparent !important;
	font-weight: 400;
}
.w7m_home-table .w7m-box{
	border:unset !important;
	border-radius:unset !important;
}
.league_layout{
    .menu-option{
        color: var(--Neutral-1700, #323232);
    }
    .table-stading{
        grid-template-columns: 70px 1fr 65px repeat(6, 50px) 70px 1fr;
    }
    .header .cell{
        font-weight: 600;
    }
    .header .cell:nth-child(8),
    .header .cell:nth-child(9),
    .header .cell:nth-child(10){
        padding-left: 10px;
        padding-right: 10px;
    }
    .league_infomation{
        flex: 1;
    }
    .league_header .logo_img{
        border-radius: 99%;
        overflow: hidden;
    }
    .logo_img>img{
        padding:10px;
    }
    .league_infomation .title{
        color: var(--Neutral-100, #FDFDFD);
        font-family: var(--font-primary, Inter);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 30px */
    }
    .league_infomation .league{
        color: var(--Neutral-100, #FDFDFD);
        font-family: Inter;
        font-size: 12px;
        font-style: normal;
        font-weight: 500;
        line-height: 18px;
    }
    .league_header{
        align-items: unset !important;
        border-radius: 8px 8px 0px 0px;
        background: #37003C;
    }
    .menu-option{
        padding-bottom: 6px;
        border-bottom: 2px solid transparent;
    }
    .menu-option.active{
        border-bottom: 2px solid var(--Secondary, #09B363);
    }
    .league_infomation{
        justify-content: center;
    }
    /*.table-stading{*/
    /*    grid-template-columns: 70px 1fr 65px repeat(6, 50px) 65px 185px !important;*/
    /*}*/
    .league_infomation .subtitle{
        opacity: .8;
    }
    .menu-option:before{
        display: none;
    }
    .menu-option.active:before{
        display: none;
    }
    .table-stading .tb-body .cell{
        background: var(--Neutral-200, #3E3E3E);
    }
    .league_filter_header .icon-filter:after {
        display: block;
        width: 100%;
        height: 100%;
    }
    .league_filter_header .icon-filter{
        width:14px;
        height: 14px;
    }
    .league_filter_header .btn-filter{
        display: flex;
        padding: 6px 4px;
        border-radius: 4px;
        border: 1px solid var(--Neutral-800, #D6D6D6);
        background: var(--Neutral-White, #FFF);
        justify-content: center;
        align-items: center;
        gap: 4px;
        max-height: 30px;
        cursor: pointer;
    }
    .btn-filter span{
        font-size: 12px;
    }
    .league-type-option.active{
        border-color: var(--Secondary, #09B363);
    }
    .menu-option.active{
        color: var(--Neutral-Dark, #191919);
        text-align: center;
        font-family: Inter;
        font-size: 14px !important;
        font-style: normal;
        font-weight: 600;
        line-height: 150%;
    }
    .modal-content{
        padding: 30px;
        gap: 12px;
    }
    .modal-header,.modal-footer{
        border:unset !important;
    }
    .modal-footer{
        margin: 0 !important;
    }
    .round-button{
        text-align: left;
    }
    button:focus{
        outline:unset;
    }
    .table-grid{
        margin-top: 16px;   
    }
    .modal-header{
        padding:0;
    }
    .round-button:hover{
        background: #b4dfc4;
    }
    .modal-header h3{
        margin: 0;
    }
    .modal-overlay{
        z-index: 999;
    }
    .close-btn:after{
        position: relative;
        right: unset;
        bottom: unset;
        left: unset;
        display: block;
    }
    .modal-body,.modal-footer{
        padding: 0;
    }
    .close-btn{
        width: 24px;
        height: 24px;
        cursor: pointer;
        position: absolute;
        right: 15px;
        top: 15px;
    }
    .table-schedule{
        margin-top: 16px !important;
    }
    .table-stading .filters .filter_option{
        font-size: 12px;
        font-weight: 400;
    }
    .table-stading .header .cell:nth-child(1){
        height: unset;
    }
    /*.table-stading .header .cell{*/
    /*    font-size: 12px !important;*/
    /*}*/
    .table-stading {
        margin-top: 16px;
    }
    .table-stading .tb-body .cell:nth-child(2){
        padding-left: 10px;
        justify-content: flex-start;
    }
    .round_header_title{
        font-size: 14px;
    }
    .player_content>div:first-child{
        font-size: 14px;
    }
    .table-stading .tb-body .match_result{
        padding: 4px;
        font-size: 10px !important;
        align-items: center;
        justify-content: center;
    }
    .table-player-statistic .tb-body .cell_player .player_logo{
        object-fit: cover;
    }
    .not-data-7m{
        width: 100%;
        position: absolute;
        bottom: 0;
        background: #ededed;
        transform: translateY(100%);
        color: #191919;
        padding: 10px;
        font-size: 12px;
    }
    .table-grid{
        position: relative;
    }
    #dropdown_7m .dropdown-list li.dropdown-item{
        font-size: 12px;
        color: var(--Neutral-1700, #323232);
        font-family: var(--font-primary);
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    #dropdown_7m .dropdown-btn{
        gap: 4px;
        min-width: 126px;
        display: flex;
        align-items: center;
    }
    #dropdown_7m .dropdown-btn span{
        font-size: 12px;
        color: var(--Neutral-1700, #323232);
        font-family: var(--font-primary);
        font-style: normal;
        font-weight: 400;
        line-height: 150%;
    }
    .modal-header h3{
        color: var(--Neutral-Dark, #191919);
        font-family: var(--font-primary);
        font-size: 20px;
        font-style: normal;
        font-weight: 500;
        line-height: 150%; /* 30px */
    }
    #dropdown_7m .dropdown-list{
        border: 1px solid var(--Ver-02-Bg-default, #9d7477);
    }
}
.dark #dropdown_7m .dropdown-list li.dropdown-item.active,
.dark #dropdown_7m .dropdown-item:focus,
.dark #dropdown_7m .dropdown-item:hover{
    background-color: #292b2d;
}
.club_table.is_transfer .is_team .is_team-logo{
    display: flex;
    align-items: center;
}
.is_arrow{
    display: flex;
    align-items: center;
    justify-content: center;
}
.team-name a,
.sub_title a,
.table-stading a,
.table-team-statistic a
{
    color: var(--Neutral-Dark, #FFF);
}

.club_lineup-item--tag{
    color: var(--Neutral-1700, #E9EEF5);
}

body .w7m_navbar .w7m_navbar-item{
    font-size: 14px;
}
.team-name a:hover,
.sub_title a:hover,
.table-stading a:hover,
.table-team-statistic a:hover{
    color: var(--Secondary, #09B363);
}
.club_data-detail--title{
    color: var(--Neutral-1700, #E9EEF5);
}
.transfer-title{
    color: var(--Neutral-1700, #E9EEF5);
}
.dark .collapse_box-toggle--arrow svg *{
    fill: var(--Neutral-1400, #9F9F9F);
}
.collapse_box-toggle--title{
    color: var(--Neutral-Dark, #FFF);
}
.tp-team-icon-transfer{
    display: flex;
    align-items: center;
}
body .club_table-item{
    --padding: 10px 0;
}
/*.w7m-nav{*/
/*    margin-bottom: 8px;*/
/*}*/
.is_transfer .club_table-tr:not(.is_head){
    padding-left: 10px;
    padding-right: 10px;
}
.is_transfer .club_table-tr{
    margin-bottom: 8px;
    padding-bottom: 8px;
}
#list_team_7m>.w7m_sidebar{
    margin-bottom: 16px;
}
body .transfer_detail-box .w7m_boxicon{
    padding: 12px;
}
.club_result .club_table-item .is_date span{
    color: var(--Neutral-1400, #797979);
    font-family: Inter;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 24px */
}
.club_result .is_team-match.is_win .is_team-name{
    color: var(--Neutral-1700, #323232);
    font-family: var(--font-primary,Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.club_result .is_team-match:not(.is_win) .is_team-name{
    color: var(--Neutral-1400, #797979);
    font-family: var(--font-primary,Inter);
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}
.collapse_box-content{
    .club_infoview-detail{
        gap: unset;
    }
}
.btn-filter.selected{
    position: relative;
}
.sport-theme-bongda7mnew{
    /*.box-content,*/
    /*.wrap-section,*/
    /*#post-list,    */
    /*.post.type-post .article-inner{*/
    /*     padding: 0 !important; */
    /*} */
    #myleague_7mnew{
        .w7m_sidebar{
            border:unset;
            margin-bottom: 0;
        }
    }
    /*.main-content{*/
    /*    padding: 12px;*/
    /*}*/
}

.sport-theme-bongda7mnew{
    .box-content {
        padding: 0 !important;
    } 
}

#league_7m_view_render{
    margin-bottom: 12px;
}
.home.sport-theme-bongda7mnew .box-content{
    background-color: var(--Neutral-300, #F7F7F7);
    padding: 12px !important;
}
.sport-theme-bongda7mnew .box-content .entry-content{
    background-color: var(--Neutral-300, #F7F7F7);
    padding: 12px;
}
.sport-theme-bongda7mnew.dark .box-content *{
    color: var(--Neutral-1700, #323232);
}
.dark .footer_title{
	color: #fff;
}
/* .contain, #content, .sport-theme-bongda7mnew main {
    background: var(--Bg-light, #F7F7F7);
}
.dark .contain, #content, .sport-theme-bongda7mnew main {
    background: var(--Bg-light, #282B2D);
} */
@media (max-width: 900px) {
    .league_layout .table-team-statistic{
        overflow-y: hidden;
    }
    .main-content{
        padding: 12px 8px !important;
    }
}
@media (max-width: 1024px) {
    body .footer-bongda7mnew {
        .footer-main-wrap {
            flex-wrap: wrap;
        }
    }
	
    .sport-theme-bongda7mnew.single.single-post,
    .sport-theme-bongda7mnew.blog,
    .sport-theme-bongda7mnew.archive.category{
        .main-content.main-content-7m {
            max-width: 100% !important;
        }
    }
}
/*@media (max-width: 900px) {*/
/*    .club_table-tr.is_schedule{*/
/*        display: flex;*/
/*        flex-wrap: wrap;*/
/*    }*/
/*    .club_table-item.is_datetime{*/
/*        margin-bottom: 12px;*/
/*        display: flex !important;*/
/*        width: 157px;*/
/*        border-radius: 4px;*/
/*        border: 1px solid var(--Neutral-700, #DFDFDF);*/
/*        gap: 8px;*/
/*        padding: 0px 8px;*/
/*        height: 29px;*/
/*        align-items: center;*/
/*        justify-content: center;*/
/*    }*/
/*    .club_table .is_team.is_team-guest{*/
/*        margin-top: 4px;*/
/*    }*/
/*    .club_table .club_table-item.is_team{*/
/*        padding: 0;*/
/*    }*/
/*    .club_table-tr.is_schedule{*/
/*        position: relative;*/
/*    }*/
/*    .club_table-item.is_fav{*/
/*        position: absolute;*/
/*        right: 16px;*/
/*        top: 16px;*/
/*        padding-top: 0;*/
/*    }*/
/*    .club_table-tr.is_schedule:not(.is_head){*/
/*        padding-bottom: 16px;*/
/*    }*/
/*    .club_table-tr.is_schedule + .club_table-tr.is_schedule:not(.is_head) {*/
/*        padding-top: 16px;*/
/*    }*/

/*    .club_table .club_table-item.is_collapse{*/
/*        width: 100%;*/
/*    }*/
/*    .club_table .is_schedule .club_table-item.is_team-home{*/
/*        justify-content: flex-end;*/
/*        flex-direction: row-reverse;*/
/*    }*/
/*    .club_table-item.is_team{*/
/*        width: 100%;*/
/*    }*/
/*    .club_table-item.is_score{*/
/*        display: none;*/
/*    }*/
/*    .is_time+.is_date{*/
/*        border-left: 1px solid var(--Neutral-700, #DFDFDF);*/
/*        padding-left: 8px;*/
/*    }*/
/*    .league_header .logo_img{*/
/*        height: 75px;*/
/*        width: 75px;*/
/*    }*/
/*    body{*/
/*        .w7m{*/
/*            padding-left: 8px;*/
/*            padding-right: 8px;*/
/*        }*/
/*        .w7m_info{*/
/*            padding: 12px;*/
/*        }*/
/*        .w7m_info-avatar{*/
/*            width: 75px;*/
/*            height: 75px;*/
/*            min-width: unset;*/
/*            min-height: unset;*/
/*        }*/
/*        .w7m_info-title{*/
/*            font-size: 16px !important;*/
/*            margin-bottom: 0;*/
/*        }*/
/*        .w7m_info-description{*/
/*            gap: 12px;*/
/*            flex: 1;*/
/*        }*/
/*        .w7m_info{*/
/*            gap: 12px;*/
/*        }*/
/*        .w7m_info-detail--tag{*/
/*            font-size: 12px;*/
/*        }*/
/*        .transfer_detail{*/
/*            gap: 16px;*/
/*        }*/
/*        .w7m-title{*/
/*            margin-bottom: 0;*/
/*        }*/
/*        .transfer_detail-box{*/
/*            margin-bottom: 10px;*/
/*            scrollbar-width: none;*/
/*            -ms-overflow-style: none;*/
/*            overflow-y: hidden !important;*/
/*            overflow-x: auto !important;*/
/*            .w7m_boxicon{*/
/*                height: 72px;*/
/*                width: 148px;*/
/*                position: relative;*/
/*            }*/
/*            .w7m_boxicon-spacing{*/
/*                display: none;*/
/*            }*/
/*            .w7m_boxicon-icon{*/
/*                position: absolute;*/
/*                right: 12px;*/
/*                top: 12px;*/
/*            }*/
/*            .w7m_boxicon-label{*/
/*                margin-bottom: 4px;*/
/*            }*/
/*            .w7m_boxicon-label+span{*/
/*                display: flex;*/
/*                align-items: center;*/
/*            }*/
/*            .w7m_boxicon-content{*/
/*                font-size: 14px;*/
/*            }*/
            
/*        }*/
/*        .w7m-title{*/
/*            margin-top: 0 !important;*/
/*        }*/
/*        .transfer_record-item{*/
/*            flex-wrap:wrap;*/
/*            gap: 12px;*/
/*            padding: 12px;*/
/*        }*/
/*        .transfer_record-date{*/
/*            width: 100%;*/
/*        }*/
/*        .transfer_record-content{*/
/*            gap: 8px;*/
/*            width: 100%;*/
/*        }*/
/*        .transfer_record-money:empty{*/
/*            display: none;*/
/*        }*/
/*        .transfer_record-money{*/
/*            width: 100%;*/
/*        }*/
/*        .transfer_record-team{*/
/*            width: 50%;*/
/*            min-width: unset;*/
/*            flex: 1;*/
/*            max-width: unset;*/
/*        }*/
/*        .transfer_record-team>a{*/
/*            min-width: 36px;*/
/*            height: 36px;*/
/*            box-sizing: border-box;*/
/*            display: flex;*/
/*            align-items: center;*/
/*        }*/
/*        .transfer_record-team--info{*/
/*            display: flex;*/
/*            flex-direction: column;*/
/*            gap: 4px;*/
/*        }*/
/*        .transfer_record-team--name{*/
/*            line-height: 1;*/
/*            display: -webkit-box;*/
/*            -webkit-box-orient: vertical;*/
/*            -webkit-line-clamp: 1;*/
/*            overflow: hidden;*/
/*            text-overflow: ellipsis;*/
/*        }*/
/*        .transfer_record-date{*/
/*            flex-direction: row;*/
/*            width: 100%;*/
/*            justify-content: space-between;*/
/*            align-items: center;*/
/*        }*/
/*        .transfer_record-team--country---logo{*/
/*            width: 18px;*/
/*            height: 12px;*/
/*            object-fit: contain;*/
/*        }*/
/*        .transfer_record-team--country---name{*/
/*            line-height: 1;*/
/*        }*/
/*        .transfer_record{*/
/*            margin-bottom: 8px;*/
/*        }*/
/*        .transfer_honor{*/
/*            flex-direction: column;*/
/*            display: flex;*/
/*        }*/
/*        .transfer_stats-nav-item{*/
/*            padding:8px 12px;*/
/*            width: max-content;*/
/*            height: 40px;*/
/*        }*/
/*        .transfer_stats-nav{*/
/*            display: grid;*/
/*            grid-auto-flow: column;*/
/*            grid-auto-columns: max-content;*/
/*            scrollbar-width: none;*/
/*            -ms-overflow-style: none;*/
/*            grid-template-columns: unset;*/
/*            scrollbar-width: none;*/
/*            -ms-overflow-style: none;*/
/*            overflow-y: hidden !important;*/
/*            overflow-x: auto !important;*/
/*        }*/
/*        .transfer_stats-data .transfer_stats-collapse .transfer_stats-collapse--label span+span{*/
/*            flex: 1;*/
/*        }*/
/*        .transfer_stats-box{*/
/*            scrollbar-width: none;*/
/*            -ms-overflow-style: none;*/
/*            overflow: auto;*/
/*            overflow-y: auto;*/
/*            .w7m_boxicon{*/
/*                width:148px;*/
/*                position: relative;*/
/*                padding: 12px;*/
/*                height: 72px;*/
/*            }*/
/*            .w7m_boxicon-icon {*/
/*                position: absolute;*/
/*                right: 12px;*/
/*                top: 12px;*/
/*            }*/
/*            .w7m_boxicon-spacing {*/
/*                display: none;*/
/*            }*/
/*            .w7m_boxicon-label {*/
/*                margin-bottom: 4px;*/
/*            }*/
/*            .w7m_boxicon-label+span {*/
/*                display: flex;*/
/*                align-items: center;*/
/*            }*/
/*            .w7m_boxicon-content {*/
/*                font-size: 14px;*/
/*            }*/
/*        }*/
/*        .transfer_stats-content{*/
/*            display: grid;*/
/*            grid-template-columns: unset; */
/*            grid-auto-rows: unset; */
/*            grid-template-rows: unset;*/
/*        }*/
/*        .w7m-box.transfer_stats-data--box{*/
/*            gap: 4px;*/
/*        }*/
/*        .transfer_stats-data--box_title{*/
/*            color: var(--Neutral-1700, #323232);*/
/*            font-family: Inter;*/
/*            font-size: 16px;*/
/*            font-style: normal;*/
/*            font-weight: 500;*/
/*            line-height: 150%;*/
/*            margin-bottom: 12px;*/
/*        }*/
/*        .transfer_stats-data--box_value{*/
/*            color: var(--Neutral-1700, #323232);*/
/*            text-align: right;*/
/*            font-family: var(--font-primary);*/
/*            font-size: 14px;*/
/*            font-style: normal;*/
/*            font-weight: 400;*/
/*            line-height: 150%;*/
/*        }*/
/*        .transfer_stats-data--box_label{*/
/*            color: var(--Neutral-1400, #797979);*/
/*            font-family: var(--font-primary);*/
/*            font-size: 12px;*/
/*            font-style: normal;*/
/*            font-weight: 400;*/
/*            line-height: 150%; /*
/*        }*/
/*        .transfer_lastmatch-box{*/
/*            scrollbar-width: none;*/
/*            -ms-overflow-style: none;*/
/*            overflow-y: hidden !important;*/
/*            overflow-x: auto !important;*/
/*            .w7m_boxicon {*/
/*                width: 148px;*/
/*                position: relative;*/
/*                padding: 12px;*/
/*                height: 72px;*/
/*            }*/
/*            .w7m_boxicon-icon {*/
/*                position: absolute;*/
/*                right: 12px;*/
/*                top: 12px;*/
/*            }*/
/*            .w7m_boxicon-label {*/
/*                margin-bottom: 4px;*/
/*            }*/
/*            .w7m_boxicon-label+span {*/
/*                display: flex;*/
/*                align-items: center;*/
/*            }*/
/*            .w7m_boxicon-spacing {*/
/*                display: none;*/
/*                height: 0;*/
/*            }*/
/*        }*/
/*        .transfer_table-tr.is_head{*/
/*            .transfer_table-item:nth-child(1){*/
/*                width:70px;*/
/*            }*/
/*        }*/
/*        .transfer_table-tr:not(.is_head) .transfer_table-item:nth-child(1){*/
/*            width:70px;*/
/*        }*/
/*        .transfer_table{*/
/*            scrollbar-width: none;*/
/*            -ms-overflow-style: none;*/
/*            overflow: auto;*/
/*            overflow-y: auto;*/
/*        }*/
/*        .transfer_table-tr {*/
/*            grid-template-columns: 1fr 50% repeat(8, 70px);*/
/*            position: relative;*/
/*            padding: 0;*/
/*            gap: 0;*/
/*            border: unset !important;*/
/*        }*/
/*        .transfer_table-tr.is_head .transfer_table-item{*/
/*            border-top: unset;*/
/*        }*/
/*        .transfer_table-item{*/
/*            padding-top: 12px;*/
/*            padding-bottom: 12px;*/
/*            border-top: 1px solid var(--Neutral-700, #dfdfdf);*/
/*            padding-right: 8px;*/
/*        }*/
/*        .transfer_table-item:last-child{*/
/*            padding-right: 0;*/
/*        }*/
/*        .transfer_table-tr.is_collapse .transfer_table-item.is_full{*/
/*            width: 100%;*/
/*        }*/
/*        .transfer_table-tr.is_collapse+.transfer_table-tr.is_collapse{*/
/*            margin-top: 12px;*/
/*        }*/
/*        .transfer_table-item.is_score{*/
/*            padding-left: 4px;*/
/*            padding-right: 4px;*/
/*        }*/
/*        #club_7m_view_render{*/
/*            .collapse_box-content{*/
/*                .club_infoview-detail{*/
/*                    gap: unset;*/
/*                }*/
/*            }*/
/*            .chartbox_content{*/
/*                gap: 24px;*/
/*            }*/
/*            .w7m_navbar{*/
/*                display: grid;*/
                grid-auto-flow: column; /* Xếp theo chiều ngang */
                grid-auto-columns: max-content; /* Cột tự động với chiều rộng theo nội dung */
/*                overflow-x: auto;*/
/*                overflow-y: hidden;*/
                scrollbar-width: none;         /* Firefox */
/*                -ms-overflow-style: none;*/
/*                grid-template-columns: unset;*/
/*            }*/
/*            .w7m_navbar .w7m_navbar-item{*/
/*                width: max-content;*/
/*            }*/
/*            .club_table .club_table-tr{*/
/*                display: flex;*/
/*            }*/
/*            .club_result{*/
/*                .club_result-recent{*/
/*                    display: flex;*/
/*                    flex-direction: column;*/
/*                }*/
/*                .w7m-box.is_large{*/
/*                    padding: 16px;*/
/*                }*/
/*                .w7m-nav{*/
/*                    display: grid;*/
                    grid-auto-flow: column; /* Xếp theo chiều ngang */
                    grid-auto-columns: max-content; /* Cột tự động với chiều rộng theo nội dung */
/*                    overflow-x: auto;*/
/*                    overflow-y: hidden;*/
                    scrollbar-width: none;         /* Firefox */
/*                    -ms-overflow-style: none;*/
/*                    grid-template-columns: unset;*/
/*                }*/
/*                .w7m-nav-item{*/
/*                    width: max-content;*/
/*                }*/
/*                .club_table-item.is_full{*/
/*                    width: 100%;*/
/*                }*/
/*                .club_table-item.is_result-collapse{*/
/*                    display: flex;*/
/*                    flex-direction: column;*/
/*                    padding: 12px;*/
/*                    gap: 12px;*/
/*                }*/
/*                .is_result-collapse--label{*/
/*                    font-size: 12px;*/
/*                }*/
/*                .club_table-tr.is_result-detail{*/
/*                    display: flex;*/
/*                    flex-wrap: wrap;*/
/*                    justify-content: space-between;*/
/*                    gap: 8px;*/
/*                }*/
/*                .club_table-item.is_team{*/
/*                    width:100%;*/
/*                    gap: 2px;*/
/*                }*/
/*                .club_table-item:nth-child(1){*/
/*                    order:1;*/
/*                }*/
/*                .club_table-item:nth-child(2){*/
/*                    order:3;*/
/*                }*/
/*                .club_table-item:nth-child(3){*/
/*                    order:2;*/
/*                }*/
/*                .club_table-tbody{*/
/*                    padding: 12px;*/
/*                }*/
/*                .club_table-item:nth-child(4){*/
/*                    order:4;*/
/*                    width: 100%;*/
/*                    text-align: center;*/
/*                    display: flex;*/
/*                    align-items: center;*/
/*                    justify-content: center;*/
/*                }*/
/*                .is_result-table .is_result-detail--expanded{*/
/*                    margin-top: 0px;*/
/*                }*/
/*                .club_table-item .is_date{*/
/*                    border-radius: 4px;*/
/*                    padding: 4px 12px;*/
/*                    border: 1px solid var(--Neutral-700, #DFDFDF);*/
/*                }*/
/*                .club_table-item,*/
/*                .is_team-match:not(.is_win) .is_team-name,*/
/*                .is_team-match.is_win .is_team-name,*/
/*                .club_table-item .is_date span,*/
/*                .club_table.is_result-table .is_team-data--score,*/
/*                .club_table.is_result-table .is_team-data--corner{*/
/*                    font-size: 14px;*/
/*                }*/
/*                .is_stats .w7m-nav{*/
/*                    display: flex;*/
/*                    flex-wrap: wrap;*/
/*                    align-items: start;*/
/*                    justify-content: start;*/
/*                    justify-items: start;*/
/*                    max-width: 100%;*/
/*                    gap: var(--gap-4);*/
/*                }*/
/*                .chartbox_content{*/
/*                    display: flex;*/
/*                    flex-direction: column;*/
/*                    .is_chart{*/
/*                        width: 100%;*/
/*                    }*/
/*                    .is_label{*/
/*                        width: 100%;*/
/*                    }*/
/*                    .club_data-grid{*/
/*                        display: flex;*/
/*                        justify-content: center;*/
/*                        gap: 8px;*/
/*                        flex-wrap: wrap;*/
/*                    }*/
/*                    .club_data-grid .w7m-box{*/
/*                        width: calc(50% - 4px);*/
/*                    }*/
/*                }*/
/*            }*/
/*            .club_data{*/
/*                gap: 24px;*/
/*                .club_data-detail--box{*/
/*                    display: grid;*/
/*                    grid-auto-flow: column;*/
/*                    grid-auto-columns: max-content;*/
/*                    overflow-x: auto;*/
/*                    overflow-y: hidden;*/
/*                    scrollbar-width: none;*/
/*                    -ms-overflow-style: none;*/
/*                    grid-template-columns: unset;*/
/*                }   */
/*                .club_data-stats{*/
/*                    min-width: 100px;*/
/*                }*/
/*                .club_data-detail{*/
/*                    gap: 16px;*/
/*                }*/
/*                .club_data-chart--grid---2 .chartbox_content{*/
/*                    display: flex;*/
/*                    flex-direction: column;*/
/*                }*/
/*                .club_data-grid{*/
/*                    display: flex;*/
/*                    flex-wrap: wrap;*/
/*                    justify-content: center;*/
/*                }*/
/*                .w7m-box.is_large{*/
/*                    padding: 16px;*/
/*                }*/
/*                .chartbox_content .is_label{*/
/*                    width: 100%;*/
/*                }*/
/*                .club_data-grid{*/
/*                    .w7m-box.chartbox_label{*/
/*                        width: calc(50% - 4px);*/
/*                    }*/
/*                }*/
/*                .club_data-chart--grid---5 .chartbox_content{*/
/*                    display: flex;*/
/*                    flex-direction: column;*/
/*                }*/
/*                .chartbox.w7m-box{*/
/*                    width: 100%;*/
/*                }*/
/*            }*/
/*            .club_lineup {*/
/*                .club_lineup-box{*/
/*                    display: flex;*/
/*                    flex-direction: column;*/
/*                }*/
/*                .w7m-box.club_lineup-item{*/
/*                    display: flex;*/
/*                    flex-wrap: nowrap;*/
/*                    flex-direction: unset;*/
/*                    padding: 12px;*/
/*                }*/
/*                .club_lineup-item--detail{*/
/*                    flex: 1;*/
/*                    max-width: calc(100% - (2 * 65px));*/
/*                }*/
/*                .w7m-box.club_lineup-item{*/
/*                    position: relative;*/
/*                }*/
/*                .club_lineup-item--player{*/
/*                    margin-right: 8px;*/
/*                }*/
/*                .club_lineup-item--number{*/
/*                    position: absolute;*/
/*                    right: 12px;*/
/*                    top: 12px;*/
/*                    max-width: 65px;*/
/*                }*/
/*                .club_lineup-item--number span:nth-child(1){*/
/*                    font-size: 12px;*/
/*                }*/
/*                .club_lineup-item--number span.is_number{*/
/*                    font-size: 14px;*/
/*                }*/
/*                .club_lineup-item--position:empty{*/
/*                    display: none;*/
/*                }*/
                
/*                .club_lineup-item--detail{*/
/*                    flex-wrap: wrap;*/
/*                    flex-direction: unset;*/
/*                    gap: 8px;*/
/*                }*/
/*                .club_lineup-item--name{*/
/*                    width: 100%;*/
/*                    margin-bottom: 0;*/
/*                }*/
/*                .club_lineup-item--list{*/
/*                    margin-bottom: 0;*/
/*                }*/
/*                .club_lineup-item--tag:empty{*/
/*                    display: none;*/
/*                }*/
/*            }*/
/*            .club_table.is_transfer{*/
/*                .club_table-tr{*/
/*                    flex-wrap: wrap;*/
/*                    justify-content: space-between;*/
/*                    position: relative;*/
/*                    gap: 8px;*/
/*                    padding: 10px;*/
/*                    background: var(--Neutral-White, #FFF);*/
/*                    border-bottom: unset;*/
/*                    margin-bottom: 16px;*/
/*                }*/
/*                .club_table-tr:after{*/
/*                    position: absolute;*/
/*                    content: '';*/
/*                    width: 100%;*/
/*                    height: 1px;*/
/*                    background: var(--Neutral-700, #DFDFDF);*/
/*                    bottom: -8px;*/
/*                    left: 0;*/
/*                }*/
/*                .club_table-tr:last-child:after{*/
/*                    display: none;*/
/*                }*/
/*                .is_team-name{*/
/*                    display: -webkit-box;*/
/*                    -webkit-box-orient: vertical;*/
/*                    -webkit-line-clamp: 1;*/
/*                    overflow: hidden;*/
/*                    text-overflow: ellipsis;*/
/*                }*/
/*                .is_player-team.club_table-item{*/
/*                    width: 100%;*/
/*                }*/
/*                .club_table-item.is_detail{*/
/*                    width: 100%;*/
/*                    display: flex;*/
/*                    align-items: center;*/
/*                    flex-direction: row;*/
/*                    justify-content: space-between;*/
/*                    border-radius: 4px;*/
/*                    background: var(--Neutral-300, #F7F7F7);*/
/*                    padding: 8px;*/
/*                }*/
/*                .club_table-item.is_tag{*/
/*                    position: absolute;*/
/*                    top: 12px;*/
/*                    right: 12px;*/
/*                    padding: 0;*/
/*                }*/
/*                .club_table-item{*/
/*                    --padding: 0;*/
/*                }*/
/*            }*/
            
/*        }*/
/*    }*/
/*}*/