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


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


.skeleton-banner__wrapper {
  width: 100%;
  height: 100%;
  background-color: #212b30;
  padding: 1rem;
  border-radius: 0.5rem;
  box-sizing: border-box;
}
.skeleton-banner__container {
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, #989898 25%, #adb7bc 37%, #a2a2a2 63%);
  border-radius: 0.2rem;
  background-size: 400% 100%;
  animation: el-skeleton-loading 1.4s ease infinite;
}
.home-banner__wrapper {
  overflow: hidden;
  width: auto;
  position: relative;
  box-sizing: border-box;
  margin: 0 auto;
}
.home-banner__img {
  -o-object-fit: cover;
     object-fit: cover;
}
.home-banner__layer {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  background-color: var(--bg-theme);
  opacity: 0.15;
  z-index: 2;
  pointer-events: none;
}
.home-banner__blur {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1.5rem;
  pointer-events: none;
  background-image: linear-gradient(to bottom, transparent, var(--bg-theme));
  z-index: 2;
}
.home-banner__blur-top {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 100%;
  height: 1.5rem;
  background-image: linear-gradient(to top, transparent, var(--bg-theme));
  z-index: 2;
}
@media (min-width: 768px) {
.home-banner__wrapper {
    /* height: 5.625rem; */
    width: 1200px;
    margin-bottom: 3.375rem;
}
.home-banner__img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
}
}


.news-container[data-v-7211c9d6] {
    width: 100%;
    padding: 24px;
    box-sizing: border-box;
    background-color: var(--color-background-default-secondary);
    border-radius: 16px;
}
.news-list[data-v-7211c9d6] {
    display: grid;
    gap: 24px;
    grid-template-columns: repeat(4, calc(25% - 18px));
}
.news-item[data-v-7211c9d6] {

  /* margin-bottom: 16px; */
}
.news-image[data-v-7211c9d6] {
    width: 270px;
    height: 180px;
  display: table-cell;
  margin-bottom: 8px;
}
.news-image--coverImg[data-v-7211c9d6] {
  width: 100%;
  border-radius: 8px;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.news-content[data-v-7211c9d6] {
}
.news-title[data-v-7211c9d6] {
  font-size: var(--typography-body-size-small);
  font-weight: bold;
  margin-bottom: 8px;
  word-break: break-all;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2; 
  overflow: hidden;
  letter-spacing: .56px;
}
.news-date[data-v-7211c9d6] {
  color: var(--color-text-default-secondary);
  font-size: var(--typography-caption-size-large);
  letter-spacing: .24px;
}
.news-item:nth-child(1) .news-image[data-v-7211c9d6] {
    width: 100%;
    height: 184px;
    margin-bottom: 0;
}
.news-item[data-v-7211c9d6]:nth-child(1) {
    display: block;
}
.news-item:nth-child(1) .news-image--coverImg[data-v-7211c9d6] {
    width: 100%;
    height: 184.5px;
}
.news-item:nth-child(1) .news-content[data-v-7211c9d6] {
    margin-top: 8px;
}
.news-item.first[data-v-7211c9d6] {
    display: flex;
    align-items: center;
    gap: 32px;
    margin-bottom: 24px;
}
.news-item.first .news-content[data-v-7211c9d6] {
    width: 100%;
}
.news-item.first .news-image[data-v-7211c9d6] {
    width: 416px;
    height: 234px;
    flex-shrink: 0;
}
.news-item.first .news-image--coverImg[data-v-7211c9d6] {
    width: 100%;
    height: 100%;
}
.news-item.first .news-title[data-v-7211c9d6] {
    font-size: 32px;
}
.news-item.first .news-date[data-v-7211c9d6] {
   font-size: 16px;
}
.load-more[data-v-7211c9d6] {
    padding-top: 16px;
    margin-top: 16px;
    text-align: center;
    cursor: pointer;
    border-top: 1px dotted var(--gray-300);
    color: var(--gray-900);
}
@media(max-width: 768px) {
.news-container[data-v-7211c9d6] {
    padding: 16px;
    border-radius: 0;
}
.news-list[data-v-7211c9d6] {
    display: block;
}
.news-item[data-v-7211c9d6] {
  display: flex;
  align-items: center;
  gap: 16px;
  margin-bottom: 16px;
}
.news-image[data-v-7211c9d6] {
    width: 118px;
    height: 80px;
    display: block;
    flex-shrink: 0;
    margin-bottom: 0;
}
.news-mobile-ads[data-v-7211c9d6] {
    width: 250px;
    margin: auto;
    display: block;
}
.news-mobile-ads-box[data-v-7211c9d6] {
    margin: 16px 0;
    display: none;
}
}


.btn-fav-aspn[data-v-5c27b472] {
    width: 22px;
    height: 22px;
}
.match-table-container[data-v-5c27b472] {
    background-color: var(--color-background-default-secondary);
    width: calc(568px - 32px);
    padding: 16px;
    border-radius: 16px;
}
.tab-wrapper[data-v-5c27b472] {
}
.home-match__title.fav-icon[data-v-5c27b472] {
    margin-left: auto;
}
.home-match__title.fav-icon img[data-v-5c27b472] {
    height: 40px;
}
.btn-fav-circle[data-v-5c27b472] {
    margin-left: auto;
    width: 40px;
    height: 40px;
}
.nav-pill__wrapper[data-v-5c27b472] {
    padding: 0 8px 8px 0px;
    box-sizing: border-box;
    margin-right: 0 !important;
}
.nav-pill__wrapper.filter-pill[data-v-5c27b472] {
    padding: 0;
    overflow: visible;
}
.nav-pill__wrapper.filter-pill .nav-pill.selected[data-v-5c27b472] {
    margin: 0;
    color: var(--color-text-default-default) !important;
    border: 1px solid var(--color-border-default-default) !important;
    background: var(--color-background-default-secondary) !important;
}
.nav-pill__wrapper.filter-pill .nav-pill svg path[data-v-5c27b472] {
    fill: var(--color-text-default-default);
}
.match-table__header .nav-pill__wrapper[data-v-5c27b472] {
    margin-top: 16px;
    margin-bottom: 16px;
}
.match-table__header .nav-pill__wrapper .nav-pill[data-v-5c27b472] {
    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.selected[data-v-5c27b472] {
    border: 1px solid var(--bg-selected) !important;
}
.sub-nav__child .nav-pill[data-v-5c27b472]:last-child {
    margin-right: 0 !important;
}
.home[data-v-5c27b472] {
}
.league-header[data-v-5c27b472] {
    background: var(--color-background-default-secondary);
    margin-bottom: 24px;
    padding: 24px 30.4px 0;
    border-radius: var(--size-radius-400);
}
.league-title[data-v-5c27b472] {
    font-size: 32px;
    line-height: 120%;
    font-family: var(--weight-600);
    letter-spacing: -0.64px;
    margin: 0;
    color: var(--color-text-default-default);
}
.league-title__country[data-v-5c27b472] {
    font-size: 0.875rem; /*1.375rem;*/
    color: var(--color-text-default-secondary);
    margin-top: 12px;
}
.league-about__container[data-v-5c27b472] {
    padding: 1rem;
}
.league-about__title[data-v-5c27b472] {
    font-size: 0.88rem;
    margin-bottom: 0.5rem;
}
.league-about__content[data-v-5c27b472] {
    font-size: 11.2px;
    line-height: 1rem;
    color: var(--color-grey-light);
}
.league-matchtabs__wrapper[data-v-5c27b472] {
    overflow-x: auto;
}
.league-matchtabs__seperator[data-v-5c27b472] {
    width: 0.1rem;
    height: 1.4rem;
    background-color: #ffffff;
    margin: 0.1rem 0.5rem 0rem 0.2rem;
}
.league-matchtabs__seperator[data-v-5c27b472]::after {
    content: "";
    width: 0.1rem;
    height: 1.4rem;
    background-color: #ffffff;
    margin: 0.1rem 0.5rem 0rem 0.2rem;
}
.league-matchtabs__reset[data-v-5c27b472] {
    cursor: pointer;
    font-size: 0.875rem;
    font-family: var(--weight-700);
    color: var(--bg-selected);
}
.league-dropdown__svg[data-v-5c27b472] {
    fill: white;
}
.league-header__wrapper[data-v-5c27b472] {
    margin: 0rem 0 1.5rem;
    padding: 8px 0 0 0;
}
.selected .league-dropdown__svg[data-v-5c27b472] {
    fill: black;
}
.match-table__header[data-v-5c27b472] {
    margin: 0rem 0 0rem;
}
.match-filter[data-v-5c27b472] {
    display: flex;

    margin: 1rem 0;
}
.match-filter__child[data-v-5c27b472] {
    color: white;
    border: 1px solid white;
    border-radius: 1rem;
    padding: 0.4rem 1.1rem;
    margin-right: 1rem;
    cursor: pointer;
    font-size: 14.4px;
}
.match-table__title-wrapper[data-v-5c27b472] {
    display: flex;
    justify-content: space-between;
    font-size: 0.88rem;
    margin-bottom: 0.5rem;
}
.match-table__title-country[data-v-5c27b472] {
    display: flex;
    width: calc(100% - 4rem);
    line-height: 1rem;
}
.match-table__title-country-container[data-v-5c27b472] {
    transition: all 0.3s;
    min-width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size: 11.2px;
    text-align: center;
}
.match-table__title-arrow__wrapper[data-v-5c27b472] {
    width: 2rem;
    text-align: center;
    cursor: pointer;
    fill: white;
}
.match-table__title-arrow__wrapper:hover .match-table__title-arrow__icon[data-v-5c27b472] {
    fill: var(--color-hover);
}
.match-table__title-arrow__wrapper.tl[data-v-5c27b472] {
    /* text-align: left; */
}
.capitalize[data-v-5c27b472] {
    text-transform: capitalize;
}
.sub-nav__child[data-v-5c27b472] {
    padding-right: 0;
}
.sub-nav__child .nav-pill[data-v-5c27b472] {
    width: 100%;
    color: var(--color-text-default-default);
    padding: 8px 16px;
    border: 1px solid var(--color-border-default-default);
}
.league-container-title[data-v-5c27b472] {
    color: var(--color-text-default-default);

    /* Body Strong */
    font-family: var(--typography-body-font-family);
    font-size: var(--typography-body-size-large);
    font-style: normal;
    font-weight: var(--typography-body-font-weight-strong);
    line-height: 140%; /* 22.4px */
    letter-spacing: 0.64px;
    margin-bottom: 1rem;
}
.league-match-listing-container[data-v-5c27b472] {
    width: 38rem;
    padding: var(--size-space-400);
    border-radius: 16px;
    background: var(--color-background-default-secondary);
    box-sizing: border-box;
    margin-right: 1.5rem;
}
.league-icon[data-v-5c27b472] {
    width: 83.35px;
    height: 83.35px;
}
@media (max-width: 768px) {
    /* for test */
.league-header[data-v-5c27b472] {
        padding: 0 8px;
        border-radius: 0;
        padding-bottom: 16px;
        margin-bottom: 0;
}
.league-header__wrapper[data-v-5c27b472] {
        margin-bottom: 0;
}
.league-header.league-3[data-v-5c27b472],
    .nav-3[data-v-5c27b472] {
        margin-bottom: 0 !important;
}
.league-tab-1[data-v-5c27b472],
    .league-tab-2[data-v-5c27b472],
    .league-tab-4[data-v-5c27b472] {
        gap: 16px;
        margin-bottom: 8px !important;
        /* margin-top: 0; */
}
.league-tab-3[data-v-5c27b472] {
        margin-bottom: 0;
        gap: 16px;
}
    /* .scroll_top_nav .league-tab-3 {
    
    margin-bottom: 0 !important;
    padding-top: 1rem;
  } */
.sub-nav__child[data-v-5c27b472] {
        margin-left: 0;
        margin-right: 0;
}
.sub-nav__child-indicator[data-v-5c27b472] {
        margin-top: 16px;
}
.league-about__container[data-v-5c27b472] {
        padding: 0;
}
.nav-pill-group-divider[data-v-5c27b472] {
        display: flex;
        justify-content: center;
        align-items: center;
        width: 1px;
        height: 1.5rem;
        margin-right: 0.5rem;
        background: #ffffff;
}
.nav-pill__wrapper[data-v-5c27b472] {
        padding-left: 8px;
        padding-right: 8px;
        white-space: nowrap;
        overflow: auto;
        margin: 0;
}
.nav-pill__wrapper.filter-pill[data-v-5c27b472] {
        padding: 0 8px;
}
}
.scroll_top_logo[data-v-5c27b472] {
    left: 50%;
    transform: translate3D(-50%, 0, 0);
    top: 2px;
}
.scroll_top_fav[data-v-5c27b472] {
    top: 4px;
    right: 8px;
}
.date-picker-container[data-v-5c27b472] {
    background-color: red;
    width: 85px;
    height: 26px;
}
.standing-title[data-v-5c27b472] {
    font-weight: bold;
    letter-spacing: 0.64px;
    color: var(--color-text-default-default);
    margin-bottom: 16px;
}
.match-content__wrapper[data-v-5c27b472] {
    padding: 0 8px;
}
@media (max-width: 768px) {
.scroll_top_nav[data-v-5c27b472] {
        top: 45px;
        border-bottom: 1px solid var(--color-border-default-default);
        width: 100%;
        background: var(--color-background-default-secondary);
        left: 0;
}
.home[data-v-5c27b472] {
        min-height: calc(100% - 151px);
        height: auto;
}
.float-fav[data-v-5c27b472] {
        position: fixed;
        top: 2px;
        right: 8px;
        z-index: 99;
}
.father-tabs[data-v-5c27b472] {
        margin-top: 10px;
}
.scroll_top_nav[data-v-5c27b472] {
        margin-bottom: 8px;
        background-color: var(--color-background-default-secondary);
}
}


.scroll_top_logo_size {
    width: 44px;
    height: 44px;
}
.league-header__wrapper .icon-league {
    width: 40px;
    height: 40px;
}
@media(max-width: 768px) { /* for test */
.league-about__container {
    padding: 0;
}
.nav-pill-group-divider {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 1px;
    height: 1.5rem;
    margin-right: 0.5rem;
    background: #ffffff;
}
}

