
.team-container[data-v-332e1223] {
    background-color: var(--color-background-default-secondary);
}
.match-table__main-group-stage-title[data-v-332e1223] {
    font-size: 1.125rem;
    font-family: var(--weight-700);
    margin-bottom: 0.5rem;
}
.match-table__header-country__wrapper[data-v-332e1223] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.88rem;
    margin-bottom: 0.4rem;
}
.match-table__header[data-v-332e1223] {
    /* background-color: #212B30; */
    color: var(--color-text-default-secondary) !important;
    font-family: var(--weight-600);
    background-color: var(--color-background-default-tertiary);
}
.match-table-wc__header[data-v-332e1223] {
    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-332e1223] {
    margin-bottom: 1.5rem;
}
.match-table-wc__child-wrapper .match-table[data-v-332e1223] {
    border-bottom: 0;
    position: relative;
}
.match-table-wc__child-wrapper .match-table-row[data-v-332e1223]::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-332e1223]::after {
    border-bottom: none;
}
.match-table-wc__child-wrapper .match-table-row[data-v-332e1223]:hover::after {
    border-bottom: 1px solid var(--bg-hover);
}
.match-table[data-v-332e1223] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: var(--color-text-default-default);
    /* border-bottom:1px solid #212B30; */
    padding: 0.5rem 0.8rem;
    font-size: 14px;
    letter-spacing: 0.64px;
}
.match-table.selected[data-v-332e1223] {
    background-color: #212b30;
    color: white;
    font-family: var(--weight-700);
}
.match-table[data-v-332e1223]:hover {
    background-color: var(--color-background-default-default-hover);
}
.match-table__header[data-v-332e1223]:hover {
    background-color: var(--color-background-default-tertiary);
}
.match-table__index[data-v-332e1223] {
    margin-right: 0.3rem;
    width: 1.1rem;
}
.match-table-color-1[data-v-332e1223],
.match-table-color-2[data-v-332e1223],
.match-table-color-3[data-v-332e1223],
.match-table-color-4[data-v-332e1223],
.match-table-color-5[data-v-332e1223],
.match-table-color-r[data-v-332e1223],
.match-table-color-p[data-v-332e1223] {
    position: relative;
}
.match-table-color-1[data-v-332e1223]:after,
.match-table-color-2[data-v-332e1223]:after,
.match-table-color-3[data-v-332e1223]:after,
.match-table-color-4[data-v-332e1223]:after,
.match-table-color-5[data-v-332e1223]:after,
.match-table-color-p[data-v-332e1223]:after,
.match-table-color-r[data-v-332e1223]:after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 5%;
    width: 5px;
    height: 90%;
    border-radius: 0px 100px 100px 0px;
}
.match-table-color-1[data-v-332e1223]:after {
    background-color: var(--color-icon-primary-active);
}
.match-table-color-2[data-v-332e1223]:after {
    background-color: var(--secondary-400);
}
.match-table-color-3[data-v-332e1223]:after {
    background-color: var(--tertiary-600);
}
.match-table-color-4[data-v-332e1223]:after {
    background-color: var(--secondary-600);
}
.match-table-color-5[data-v-332e1223]:after {
    background-color: var(--warning-600);
}
.match-table-color-r[data-v-332e1223]:after {
    background-color: var(--color-icon-error-active);
}
.match-table-color-p[data-v-332e1223]:after {
    background-color: #ffc0cb;
}
.bottom-line-color-1[data-v-332e1223] {
    border-bottom: 1px solid var(--color-icon-primary-active);
}
.bottom-line-color-2[data-v-332e1223] {
    border-bottom: 1px solid var(--secondary-400);
}
.bottom-line-color-3[data-v-332e1223] {
    border-bottom: 1px solid var(--tertiary-600);
}
.bottom-line-color-4[data-v-332e1223] {
    border-bottom: 1px solid var(--secondary-600);
}
.bottom-line-color-5[data-v-332e1223] {
    border-bottom: 1px solid var(--warning-600);
}
.bottom-line-color-r[data-v-332e1223] {
    border-bottom: 1px solid var(--color-icon-error-active);
}
.bottom-line-color-p[data-v-332e1223] {
    border-bottom: 1px solid #ffc0cb;
}
.top-line-color-1[data-v-332e1223] {
    border-top: 1px solid var(--color-icon-primary-active);
}
.top-line-color-2[data-v-332e1223] {
    border-top: 1px solid var(--secondary-400);
}
.top-line-color-3[data-v-332e1223] {
    border-top: 1px solid var(--tertiary-600);
}
.top-line-color-4[data-v-332e1223] {
    border-top: 1px solid var(--secondary-600);
}
.top-line-color-5[data-v-332e1223] {
    border-top: 1px solid var(--warning-600);
}
.top-line-color-r[data-v-332e1223] {
    border-top: 1px solid var(--color-icon-error-active);
}
.top-line-color-p[data-v-332e1223] {
    border-top: 1px solid #ffc0cb;
}
.color-1[data-v-332e1223],
.color-2[data-v-332e1223],
.color-3[data-v-332e1223],
.color-4[data-v-332e1223],
.color-5[data-v-332e1223],
.color-p[data-v-332e1223],
.color-r[data-v-332e1223] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    color: var(--color-text-default-secondary);
}
.color-1[data-v-332e1223] {
    background-color: var(--color-icon-primary-active);
}
.color-2[data-v-332e1223] {
    background-color: var(--secondary-400);
}
.color-3[data-v-332e1223] {
    background-color: var(--tertiary-600);
}
.color-4[data-v-332e1223] {
    background-color: var(--secondary-600);
}
.color-5[data-v-332e1223] {
    background-color: var(--warning-600);
}
.color-p[data-v-332e1223] {
    background-color: #ffc0cb;
}
.color-r[data-v-332e1223] {
    background-color: var(--color-icon-error-active);
}
.color-sp-1[data-v-332e1223] {
    color: #ed9c5a;
}
.match-table__club[data-v-332e1223] {
    display: flex;
    align-items: center;
    flex: 2;
    /* max-width: 8rem; */
}
.color-1[data-v-332e1223],
.color-2[data-v-332e1223],
.color-3[data-v-332e1223],
.color-4[data-v-332e1223],
.color-5[data-v-332e1223],
.color-p[data-v-332e1223],
.color-r[data-v-332e1223] {
    width: 16px;
    height: 16px;
    border-radius: 4px;
    color: var(--color-text-default-secondary);
}
.color-1[data-v-332e1223] {
    background-color: var(--color-icon-primary-active);
}
.color-2[data-v-332e1223] {
    background-color: var(--secondary-400);
}
.color-3[data-v-332e1223] {
    background-color: var(--tertiary-600);
}
.color-4[data-v-332e1223] {
    background-color: var(--secondary-600);
}
.color-5[data-v-332e1223] {
    background-color: var(--warning-600);
}
.color-p[data-v-332e1223] {
    background-color: #ffc0cb;
}
.color-r[data-v-332e1223] {
    background-color: var(--color-icon-error-active);
}
.color-sp-1[data-v-332e1223] {
    color: #ed9c5a;
}
.match-table__club[data-v-332e1223] {
    display: flex;
    align-items: center;
    flex: 2;
    /* max-width: 8rem; */
    width: 100%;
}
.match-table__club-icon[data-v-332e1223] {
    margin-right: 12px;
}
.match-table__score[data-v-332e1223] {
    display: flex;
    width: 10rem;
    justify-content: space-between;
    text-align: center;
    color: var(--color-text-default-secondary);
}
.match-table__score > div[data-v-332e1223] {
    flex: 1;
    margin: 0 0.15rem;
    min-width: 26px;
}
.match-table__tips-wrapper[data-v-332e1223] {
    color: var(--color-text-default-secondary);
}
.match-table__tips-wrapper-box[data-v-332e1223] {
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    background: var(--color-background-default-tertiary);
}
.match-table__tips[data-v-332e1223] {
    display: flex;
    flex-direction: row;
    margin: 0 0.8rem;
    padding: 0.5rem 0;
    font-size: 13px;
}
.match-table.my-team[data-v-332e1223] {
    font-family: var(--weight-600);
    background: var(--color-background-default-default);
}
.match-table__standings__form-ball[data-v-332e1223] {
    color: var(--white-1000);
    width: 25.6px !important;
    height: 25.6px !important;
    min-width: unset;
    border-radius: 50%;
    flex: unset !important;
    font-size: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
    position: relative;
    letter-spacing: 0.2px;
    font-family: var(--weight-600);
}
.form-ball[data-v-332e1223]:last-child {
    transform: translate3d(0, -1px, 0);
}
.match-table__score-box:last-child .match-table__standings__form-ball[data-v-332e1223]:after {
    width: 10px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    bottom: -5px;
    left: 50%;
    transform: translate3d(-50%, 0, 0);
    display: block;
    content: "";
    background-color: red;
}
.match-table__standings__form-ball.ball-0[data-v-332e1223],
.match-table__score-box:last-child
    .match-table__standings__form-ball.ball-0[data-v-332e1223]:after {
    background-color: var(--success-500);
}
.match-table__standings__form-ball.ball-1[data-v-332e1223],
.match-table__score-box:last-child
    .match-table__standings__form-ball.ball-1[data-v-332e1223]:after {
    background-color: var(--gray-500);
}
.match-table__standings__form-ball.ball-2[data-v-332e1223],
.match-table__score-box:last-child
    .match-table__standings__form-ball.ball-2[data-v-332e1223]:after {
    background-color: var(--error-500);
}
.match-table__score-box:last-child
    .match-table__standings__form-ball.ball-3[data-v-332e1223]:after,
.match-table__score-box:last-child
    .match-table__standings__form-ball.ball-null[data-v-332e1223]:after {
    display: none;
}
.match-table__score[data-v-332e1223] {
    width: unset;
}
.match-table__score-box[data-v-332e1223] {
    /* width: 24px; */
    margin: 0 6px !important;
    flex: 0 !important;
    font-weight: normal;
}
.match-table__score-box[data-v-332e1223]:last-child {
    font-family: var(--weight-700);
}
.bold[data-v-332e1223] {
    font-family: var(--weight-700);
}
@media(max-width: 768px) {
    /* for test */
.match-table__main-group-stage-title[data-v-332e1223] {
        font-size: 0.875rem;
}
.team-container[data-v-332e1223] {
        border-radius: 8px;
        padding-bottom: 2rem;
        margin: 16px 8px 48px;
}
.match-table__score-box[data-v-332e1223] {
        margin: 0 2px !important;
        width: 20px;
}
.match-table__header .match-table__score-box[data-v-332e1223] {
        font-family: var(--weight-600) !important;
}
.match-table__header[data-v-332e1223] {
        background-color: transparent !important;
        padding: 15px 0.8rem;
}
.match-table__score > div[data-v-332e1223] {
        min-width: 20px;
}
.match-table__standings__form-ball[data-v-332e1223] {
        width: 20px !important;
        height: 20px !important;
}
.match-table[data-v-332e1223] {
        font-size: 13px;
}
.standing-league-title[data-v-332e1223] {
        padding: 8px 0 0 8px;
        font-size: 13px;
        font-family: var(--weight-600);
        display: flex;
        align-items: center;
}
}


.league-standing-match__icon {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}


.match-table[data-v-0b169357] {
    background: var(--color-background-default-secondary);
    border-radius: 16px;
    padding: 16px;
    box-sizing: border-box;
    width: 568px;
    letter-spacing: 0.56px;
}
.match-table__header .nav-pill__wrapper[data-v-0b169357] {
    margin-top: 16px;
    padding: 8px;
    padding-bottom: 16px;
    box-sizing: border-box;
    margin-right: 0 !important;
    /* border-bottom: 1px solid var(--color-border-default-default); */
}
.match-table__header .nav-pill__wrapper .nav-pill[data-v-0b169357] {
    border: 1px solid var(--color-border-default-default);
    border-radius: var(--size-radius-600);
    padding: 8px 24px;
    color: var(--color-text-default-default);
}
.match-table__header .nav-pill__wrapper .nav-pill[data-v-0b169357]:last-child {
    margin-right: 0;
}
.match-table__header .nav-pill__wrapper .nav-pill.selected[data-v-0b169357] {
    border: 1px solid var(--bg-selected) !important;
}
.standing-title[data-v-0b169357] {
    font-family: var(--weight-600);
    letter-spacing: 0.64px;
    color: var(--color-text-default-default);
}
.standing-league-title[data-v-0b169357] {
    padding: 0px 0 16px;
    font-size: 16px;
    font-family: var(--weight-600);
    display: flex;
    align-items: center;
}
@media(max-width: 768px) {
    /* for test */
.match-table__header .nav-pill__wrapper .nav-pill[data-v-0b169357] {
        width: 100%;
        padding: 8px 16px;
        font-size: 14px;
        letter-spacing: 0.64px;
}
.match-table__header .nav-pill__wrapper .nav-pill[data-v-0b169357]:last-child {
        margin-right: 0;
}
.match-table[data-v-0b169357] {
        background: transparent;
        padding: 0 0 16px;
        width: 100%;
}
.match-table__header .nav-pill__wrapper[data-v-0b169357] {
        margin-top: 0;
        margin: 0;
        padding: 8px;
        box-sizing: border-box;
        margin-right: 0 !important;
        background: var(--color-background-default-secondary);
        /* margin-bottom: 8px; */
}
.scroll_top_nav[data-v-0b169357] {
        top: 93px;
        border-bottom: 1px solid var(--color-border-default-default);
        width: 100%;
        background: var(--color-background-default-secondary);
        left: 0;
}
.scroll_top_nav2[data-v-0b169357] {
        border-bottom: 1px solid var(--color-border-default-default);
}
.has-border[data-v-0b169357] {
        border-bottom: 1px solid var(--color-border-default-default) !important;
}
}


.league-standing-match__icon[data-v-0b169357] {
    width: 32px;
    height: 32px;
    margin-right: 8px;
}
.match-table__header .nav-pill__wrapper[data-v-0b169357] {
  /* border-bottom: 1px solid var(--color-border-default-default); */
}
.scroll_top_nav[data-v-0b169357] {
    top: 93px;
    border-bottom: 1px solid var(--color-border-default-default);
    width: 100%;
    background: var(--color-background-default-secondary);
    left: 0;
}
.scroll_top_nav2[data-v-0b169357] {
    border-bottom: 1px solid var(--color-border-default-default);
}
.has-border[data-v-0b169357] {
    border-bottom: 1px solid var(--color-border-default-default) !important;
}
  

