
.match-table__header-title[data-v-6e74011e]{
        background: #212B30;
        border-radius: 8px 8px 0px 0px;
        padding: 14px 12px;
        font-size: 12px;
        font-family: var(--weight-700);
        letter-spacing: 0.2px;
}
.match-table__main-group-stage-title[data-v-6e74011e] {
        font-size: 1.125rem;
        font-family: var(--weight-700);
        margin-bottom: 0.5rem;
}
.match-table__header-country__wrapper[data-v-6e74011e]{
            display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .88rem;
        margin-bottom: .4rem;
}
.match-table__header[data-v-6e74011e]{        
        /* background-color: #212B30; */
}
.match-table-wc__header[data-v-6e74011e] {
        background-color: #212B30;
        font-family: var(--weight-700);
        font-size: 0.875rem;
        padding: 0.875rem 0.75rem;
        border-top-left-radius: 0.5rem;
        border-top-right-radius: 0.5rem;
}
.match-table-wc__wrapper[data-v-6e74011e] {
        margin-bottom: 1.5rem;
}
.match-table-wc__child-wrapper .match-table[data-v-6e74011e] {
        border-bottom: 0;
        position: relative;
}
.match-table-wc__child-wrapper .match-table-row[data-v-6e74011e]::after {
        content: '';
        width: calc(100% - 1.6rem);
        border-bottom: 1px solid #212B30;
        position: absolute;
        bottom: 0;
}
.match-table-wc__child-wrapper .match-table-row-wrapper a:last-of-type .match-table-row[data-v-6e74011e]::after {
        border-bottom: none;
}
.match-table-wc__child-wrapper .match-table-row[data-v-6e74011e]:hover::after{
        border-bottom: 1px solid var(--bg-hover);
}
.match-table[data-v-6e74011e] {
        display: flex;
        align-items: center;
        justify-content: space-between;
        color:#CFD9DE;
        border-bottom:1px solid #212B30;
        padding: .5rem 0.8rem;
        font-size: .6875rem;
        margin: 0 .5rem;
        pointer-events: none;
}
.match-table[data-v-6e74011e]:last-child{
        border-bottom: none;
        padding-bottom: 1rem;
}
.match-table.selected[data-v-6e74011e]{
        background-color: #212B30;
        color: white;
        font-family: var(--weight-700);
}
.match-table[data-v-6e74011e]:hover{
        background-color: var(--color-background-default-default);
}
.match-table__index[data-v-6e74011e]{
        margin-right: .3rem;
        width: 1.1rem;
}
.color-1[data-v-6e74011e]{
        color:var(--color-icon-primary-active);
}
.color-2[data-v-6e74011e]{
        color:var(--secondary-400);
}
.color-3[data-v-6e74011e]{
        color:var(--tertiary-600);
}
.color-4[data-v-6e74011e]{
        color:var(--secondary-600);
}
.color-5[data-v-6e74011e]{
        color: var(--warning-600);
}
.color-p[data-v-6e74011e]{
        color:#ffc0cb;
}
.color-r[data-v-6e74011e]{
        color: var(--color-icon-error-active);
}
.color-g[data-v-6e74011e]{
        color: #5CD66C;
}
.color-b[data-v-6e74011e]{
        color: #2E8FEF;
}
.color-y[data-v-6e74011e]{
        color: #FFE570;
}
.match-table__club[data-v-6e74011e]{
        display:flex;
        align-items: center;
        flex:2;
        max-width: 13rem;
}
.match-table__club-icon[data-v-6e74011e]{
        margin-right: .5rem;
}
.match-table__score[data-v-6e74011e]{
        display:flex;
        width:10rem;
        justify-content: space-between;
        text-align: center;
}
.match-table__score>div[data-v-6e74011e]{
        flex:1;
        margin: 0 .15rem;
        min-width: 1.01rem;
}
.match-table__tips-wrapper[data-v-6e74011e]{
        background-color: var(--color-theme);
        color: #CFD9DE;
}
.match-table__tips[data-v-6e74011e]{
        display: flex;
        flex-direction: row;
        margin: 0 .8rem;
        padding: .5rem 0;
        font-size: .7rem;
}
@media(max-width: 768px) { /* for test */
.match-table__main-group-stage-title[data-v-6e74011e] {
            font-size: 0.875rem;
}
.match-table__club[data-v-6e74011e]{
            max-width: 10.5rem;
}
}

