
.match-table__main-group-stage-title[data-v-2622827d] {
        font-size: 1.125rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
}
.match-table__header-country__wrapper[data-v-2622827d]{
        display: flex;
        align-items: center;
        justify-content: space-between;
        font-size: .88rem;
        margin-bottom: .4rem;
}
.match-table__header[data-v-2622827d]{        
        background-color: var(--color-background-default-tertiary);
        color: var(--color-text-default-secondary);
}
.match-table__header[data-v-2622827d]:hover {
        background-color: var(--color-background-default-tertiary);
}
.match-table-wc__header[data-v-2622827d] {
        background-color: var(--color-background-default-tertiary);
        color: var(--color-text-default-secondary);
        font-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-2622827d] {
        margin-bottom: 1.5rem;
}
.match-table-wc__child-wrapper .match-table[data-v-2622827d] {
        border-bottom: 0;
        position: relative;
}
.match-table-wc__child-wrapper .match-table-row[data-v-2622827d]::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-2622827d]::after {
        border-bottom: none;
}
.match-table-wc__child-wrapper .match-table-row[data-v-2622827d]:hover::after{
        border-bottom: 1px solid var(--bg-hover);
}
.match-table[data-v-2622827d] {
        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;
}
.match-table[data-v-2622827d]:hover {
        background-color: var(--color-background-default-default-hover);
}
.match-table.selected[data-v-2622827d]{
        background-color: #212B30;
        color: white;
        font-weight: 700;
}
.match-table__header[data-v-2622827d]:hover {
        background-color: var(--color-background-default-tertiary);
}
.match-table__index[data-v-2622827d]{
        margin-right: .3rem;
        width: 1.1rem;
}
.color-1[data-v-2622827d]{
        color:var(--color-icon-primary-active);
}
.color-2[data-v-2622827d]{
        color:var(--secondary-400);
}
.color-3[data-v-2622827d]{
        color:var(--tertiary-600);
}
.color-4[data-v-2622827d]{
        color:var(--secondary-600);
}
.color-5[data-v-2622827d]{
        color: var(--warning-600);
}
.color-p[data-v-2622827d]{
        color:#ffc0cb;
}
.color-r[data-v-2622827d]{
        color: var(--color-icon-error-active);
}
.match-table__club[data-v-2622827d]{
        display:flex;
        align-items: center;
        flex:2;
        /* max-width: 8rem; */
        width: 100%;
}
.match-table__club-icon[data-v-2622827d]{
        margin-right: .5rem;
}
.match-table__score[data-v-2622827d]{
        display:flex;
        width:4.5rem;
        justify-content: space-between;
        text-align: center;
}
.match-table__score>div[data-v-2622827d]{
        flex:1;
        margin: 0 .15rem;
        min-width: 1.5rem;
        font-size: 14px;
}
.match-table__tips-wrapper[data-v-2622827d]{
        background-color: var(--color-theme);
        color: #CFD9DE;
}
.match-table__tips[data-v-2622827d]{
        display: flex;
        flex-direction: row;
        margin: 0 .8rem;
        padding: .5rem 0;
        font-size: .7rem;
}
.fix-width[data-v-2622827d]{
        width: 50%;
}
.match-table__option2-wrapper[data-v-2622827d]{
        display: flex;
        justify-content: center;
}
.match-table__option2-wrapper .nav-pill__wrapper[data-v-2622827d] {
        width: 100%;
}
.match-table__option2-wrapper .nav-pill__wrapper .nav-pill[data-v-2622827d] {
        flex: 1;
}
.match-table__title-wrapper[data-v-2622827d] {
        width: 100%;
        display: flex;
        justify-content: space-between;
        align-items: center;
        font-size: 0.88rem;
        margin-bottom: 0.5rem;
}
.match-table__title-arrow__wrapper[data-v-2622827d] {
        width: 2rem;
        text-align: right;
        cursor: pointer;
        display: flex;
        justify-content: center;
        align-items: center;
}
.match-table__title-arrow__icon[data-v-2622827d] {
        fill: white;
}
.match-table__title-arrow__wrapper:hover .match-table__title-arrow__icon[data-v-2622827d] {
        fill: var(--color-hover);
}
.match-table__title-arrow__wrapper.tl[data-v-2622827d] {
        text-align: left;
}
.match-table__title-country[data-v-2622827d] {
        display: flex;
        width: 12rem;
        line-height: 1rem;
}
.match-table__title-country-container[data-v-2622827d] {
        transition: all 0.3s;
        min-width: 100%;

        font-size: 0.7rem;
        text-align: center;
}
.match-table__title-country[data-v-2622827d] {
  display: flex;
  width: 12rem;
  line-height: 1rem;
}
.match-table__title-country-container[data-v-2622827d] {
  transition: all 0.3s;
  min-width: 100%;

  font-size: 0.7rem;
  text-align: center;
  color: var(--color-text-default-default);
}
.match-table__title-arrow__wrapper[data-v-2622827d] {
  width: 2rem;
  text-align: right;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
}
.match-table__title-arrow__icon[data-v-2622827d] {
  fill: white;
}
.match-table__title-arrow__wrapper:hover .match-table__title-arrow__icon[data-v-2622827d] {
  fill: var(--color-hover);
}
.match-table__title-arrow__wrapper.tl[data-v-2622827d] {
  text-align: left;
}
.standing-arrow[data-v-2622827d] {
  width: 24px;
}
.home-match__standing-table .match-table__title-country-container[data-v-2622827d] {
  font-size: 16px;
}
.home-match__standing-table[data-v-2622827d] {
  width: 100%;
  display: flex;
  align-items: center;
  padding: 12px 0 28px;
  font-weight: bold;
}
.home-match__standing-table .match-table__title-country[data-v-2622827d] {
  width: 100%;
}
@media (max-width: 768px) {
.match-table__main-group-stage-title[data-v-2622827d] {
        font-size: 0.875rem;
}
}


.filter-wrapper[data-v-1fa1cf10] {
    width: 216px;
}
.search-btn__fav[data-v-1fa1cf10] {
    background-color: var(--bg-selected);
    border-radius: 0.5rem;
    font-size: 0.6875rem;
    padding: 0.5rem;
    text-align: center;
    color: black;
    font-family: var(--weight-700);
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
}
.search-placeholder[data-v-1fa1cf10] {
    margin-left: 8px;
    color: var(--color-text-default-tertiary);
    font-size: var(--typography-body-size-large);
    letter-spacing: 0.64px;
}
.filter-fav__card[data-v-1fa1cf10] {
    padding: 8px 4px;
}
.filter-fav__card-title[data-v-1fa1cf10] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    cursor: pointer;
}
.filter-fav__card-text[data-v-1fa1cf10] {
    font-size: 0.6875rem;
    font-family: var(--weight-700);
}
.filter-fav__card-title__wrapper[data-v-1fa1cf10] {
    margin-bottom: 1rem;
}
.filter-fav__icon[data-v-1fa1cf10] {
    margin-right: 0.625rem;
    width: 1.25rem;
    -o-object-fit: contain;
       object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-fav__name-wrapper[data-v-1fa1cf10] {
    display: flex;
    align-items: center;
    font-size: 0.5625rem;
}
.filter-fav__title[data-v-1fa1cf10] {
    color: var(--color-text-default-default);
    font-size: 0.6875rem;
    margin-bottom: 1rem;
    font-size: var(--typography-heading-size-extra-small);
    font-family: var(--weight-700);
}
.filter-fav__right[data-v-1fa1cf10] {
    display: flex;
    justify-content: center;
    width: 1.25rem;
    cursor: pointer;
}
.filter-fav__child-wrapper[data-v-1fa1cf10] {
    padding-left: 18px;
}
.filter-fav__child-container[data-v-1fa1cf10] {
    padding: 8px;
}
.filter-fav__name[data-v-1fa1cf10] {
    flex: 1;
    padding-right: 0.25rem;
    font-size: var(--typography-caption-size-large);
    font-weight: var(--typography-body-font-weight-regular);
    letter-spacing: 0.2px;
    font-size: 14px;
}
.filter-fav__name-child[data-v-1fa1cf10] {
    font-size: var(--typography-caption-size-large);
    font-weight: var(--typography-caption-font-weight-strong);
    letter-spacing: 0.2px;
}
.filter-fav__name[data-v-1fa1cf10]:hover,
.filter-fav__name-child[data-v-1fa1cf10]:hover {
    color: var(--color-text-primary-default);
}


.filter-container[data-v-1fa1cf10] {
    background-color: var(--color-background-default-secondary);
    border-radius: var(--size-radius-400);
    padding: 16px;
    margin-bottom: 24px;
}
.filter-container[data-v-1fa1cf10]:last-child {
    margin-bottom: 0;
}
.search-wrapper[data-v-1fa1cf10] {
    height: 48px;
    border-radius: var(--size-radius-400);
    border: 1px solid var(--color-border-default-default);
    background: var(--color-background-default-secondary);
    margin-bottom: 24px;
}


.filter-fav__icon {
    margin-right: 0.625rem;
    width: 1.25rem;
    -o-object-fit: contain;
       object-fit: contain;
    display: flex;
    justify-content: center;
    align-items: center;
}
.filter-fav__arrow > svg {
    transition: transform 0.2s ease;
}
.filter-fav__arrow.selected > svg {
    transform: rotate(180deg);
}


.date[data-v-67d9cbde] {
    background-color: black;
}
.home-nav__match-wrapper[data-v-67d9cbde] {
    display: block;
}
.match-filter__date[data-v-67d9cbde] {
    text-transform: capitalize;
}
.match-filter[data-v-67d9cbde] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 0 0.8rem;
}
.match-filter__right-wrapper[data-v-67d9cbde] {
    display: flex;
    align-items: center;
    margin-left: 7.2rem;
    position: relative;
}
.match-filter__right-divider[data-v-67d9cbde] {
    width: 100%;
    height: 0.1rem;
    background-color: black;
}
.match-filter__icon_wrapper[data-v-67d9cbde] {
    width: 1.5rem;
    height: 1.5rem;
    /* padding: .3rem; */
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 0.3rem;
}
.match-filter__icon_wrapper.selected[data-v-67d9cbde] {
    background-color: #6f8c9b;
}
.match-table__header[data-v-67d9cbde] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-size: 0.88rem;
    margin-bottom: 0.4rem;
}
.match-table__header-country[data-v-67d9cbde] {
    font-size: 0.88rem;
}
.match-table__header-country__seperator[data-v-67d9cbde] {
    margin: 0 0.3rem;
}
.match-content__wrapper[data-v-67d9cbde] {
    width: 36rem;
    margin: 0 24px;
    box-sizing: border-box;
    /* padding: 1rem; */
    border-radius: 16px;
    /* background: var(--color-background-default-secondary); */
}
.match-fav-content__wrapper[data-v-67d9cbde] {
    margin-bottom: 1rem !important;
}
.match-country__wrapper[data-v-67d9cbde] {
    width: 13.5rem;
}
.match-country__header[data-v-67d9cbde] {
    font-size: 10px;
    margin-bottom: 0.3rem;
}
.match-country__clear-all[data-v-67d9cbde] {
    font-size: 10px;
    margin-right: 1rem;
    cursor: pointer;
    margin-bottom: 0.3rem;
    color: var(--color-grey-light);
}
.match-country__clear-all[data-v-67d9cbde]:hover {
    color: var(--color-hover);
}
.match-country__body-wrapper[data-v-67d9cbde] {
    margin-bottom: 0.3rem;
}
.match-country__body-menu[data-v-67d9cbde] {
    display: flex;
    align-items: center;
    font-size: 11.2px;
    cursor: pointer;
}
.match-country__body-menu > img[data-v-67d9cbde] {
    margin-right: 0.3rem;
    width: 1.35rem;
}
.match-country__body-menu__arrow[data-v-67d9cbde] {
    transition: transform 0.2s ease;
}
.match-country__body-menu__arrow.selected[data-v-67d9cbde] {
    transform: rotate(180deg);
}
.match-country__body-menu__tick[data-v-67d9cbde] {
    cursor: pointer;
    width: 1rem;
    height: 1rem;
    margin-right: 0.5rem;
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAJvSURBVHgBlVQ9cxJhEN59Lxlb/AfYpRFxHKtkHMIfSOwIkAE6O7EIaITJkUAULCS/IDADahfsrAwpMmMXok06sbTDGZuMx627790ZguRy2Zmbez92n/fZT4QZks2bIevWfAaAYggYJaCwezXgb0iket3GZnuWLU4frBV2Vg3EfV6GwEf4kSGQYU4Dq8nNerH6lsEOXLA+v5e3wLrTqZdQPtvG+zbaOQIcMvMwot1KF6pbMxnqCwSTlyMiqHQbpSb4SKpQzSOCgIUIoNmtl579A0xubGeVUuLmiFksv3vzcgABJLlRiypFh9ojosedRrmnXUZlaNrC7CZgois2jq+4L8k0NDvErAS52yivBQFLFXYzzOxTZDEOHJp6ZCke4+OFsaF+sqdqRWspwwwKJslwWBG6nn109hBTnP+wPrToVP5ZdiUQGFClUy+bshqj1dOcgO4pRtUAEg/JtKXoJPViNxMUTORD3RzqU8DwpTr0XOCCa02C+oFNC64Xa9+ltaSA5aV0cYeV0cm6UlkYSwL9wdzyOeHlQDGYLhOD5lbl7xhQxWMajNk46rgMPxRn6EgbI6x415Og14Nd1DEodWA8ePjozJ5TT3i7cHcx/uvb8ecvcvf1+LAfWVqWmB75gaWLtacIlNB1/LqU00lI84QBZyjcqPWkxCy39STe3VebbcNlc8ZsbjP5GLueYKbnHlM/ZjZSC/Rkogqz29PuX1aayLA774jo1GOcKJrhOZjnWJMkMOZY0R6HJO9h/Ddgk8+3s0jGFl5M6atkNCbKvecJM3mIV2kLsCLuc2lNt5t4qA6dMsP+7/M/7V7THE3b/QXurDq70v8KrwAAAABJRU5ErkJggg==)
        center/cover no-repeat;
}
.match-country__body-menu__tick.selected[data-v-67d9cbde] {
    background: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABQAAAAUCAYAAACNiR0NAAAACXBIWXMAAAsTAAALEwEAmpwYAAAAAXNSR0IArs4c6QAAAARnQU1BAACxjwv8YQUAAAGnSURBVHgBnVTBTsJAEJ1ZjFz5hHqkGoU/4A/AowYjXA0m+AWULxBjOUOTNh6pf6BfIAfFo3wCBy8GcJxtF2gLSJeXtNmd3X07OzNvEDag9tbMzbKzax6WEKhAgIZaGvI3JiTfy3edTWcxabgYNSoZgh6v5OAfENCY91hJYhGdXI1u7zMAg11koSdoIGG/+tloxe0KwQKBBXuAQ9LxzMe7JeHl+01NCNEDXRDHFKGgZueuafvBk1FgC/ThuMd2kUnbat6TyRTSOxkP0IPD3tSCkWDKELlpdsovRVEGPSzJ1uJOUJJPNqK7Kaw1fTLpLIozEQmqZGt7JsflFxxdsvA4GbE6XMTDPeGDcdKdZCsvZcWvrrAWhRohTU3GGGL1oyGVUYmZWVJu3m5HTWkKn4ieBf9e11dWnqYlCyBggEFnOZx9bdQvKpIUZLJZeGb3SPSLnQnMob5ll5Va3+ryIMvuqe1zAh5gX8hyU20s1g85QRZb9HTNjnBFNGHpaAKBtrlZ7NQ3wWSOUH/iDhM147b9qqWV+aCxUJOsWe59Upov3z8Hji/jn8AfzxC8e/lqklUAAAAASUVORK5CYII=)
        center/cover no-repeat;
}
.match-country__body-menu__name[data-v-67d9cbde] {
    width: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    -o-text-overflow: ellipsis;
    white-space: nowrap;
}
.match-country__body-menu__name[data-v-67d9cbde]:hover {
    color: var(--color-hover);
}
.match-country__body-menu__sub[data-v-67d9cbde] {
    margin-left: 1.7rem;
    font-size: 11.2px;
    color: #abbcc4;
}
.match-country__body-menu__sub > a[data-v-67d9cbde] {
    margin: 0.5rem 0;
    display: block;
    cursor: pointer;
}
.match-country__body-menu__sub-container[data-v-67d9cbde] {
    display: flex;
    margin-top: 0.5rem;
    align-items: center;
    cursor: pointer;
}
.match-country__apply[data-v-67d9cbde] {
    margin: 0.5rem 0 0.8rem 0;
}
.match-table__wrapper[data-v-67d9cbde] {
    width: 22.5rem;
    position: relative;
}
.match-table__title-wrapper[data-v-67d9cbde] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 0.88rem;
    margin-bottom: 16px;
    padding: 12px 0;
}
.match-table__title-country[data-v-67d9cbde] {
    display: flex;
    width: 12rem;
    line-height: 1rem;
}
.match-table__title-country-container[data-v-67d9cbde] {
    transition: all 0.3s;
    min-width: 100%;

    font-size: 11.2px;
    text-align: center;
    color: var(--color-text-default-default);
}
.match-table__title-arrow__wrapper[data-v-67d9cbde] {
    width: 2rem;
    text-align: right;
    cursor: pointer;
    display: flex;
    justify-content: center;
    align-items: center;
}
.match-table__title-arrow__icon[data-v-67d9cbde] {
    fill: white;
}
.match-table__title-arrow__wrapper:hover .match-table__title-arrow__icon[data-v-67d9cbde] {
    fill: var(--color-hover);
}
.match-table__title-arrow__wrapper.tl[data-v-67d9cbde] {
    text-align: left;
}
.mobile-special-event-container[data-v-67d9cbde] {
    display: grid;
    margin: 0.8rem;
    gap: 10px;
    grid-template-columns: repeat(2, 1fr);
}
[data-v-67d9cbde] .icon-calender {
    width: 64px;
    margin-left: 12px;
    cursor: pointer;
}
@media (min-width: 768px) {
.match-filter[data-v-67d9cbde] {
        margin: 0.8rem 0;
        justify-content: unset;
}
.match-filter__date[data-v-67d9cbde] {
        width: 13rem;
}
.match-content__wrapper[data-v-67d9cbde] {
        width: 37rem;
        margin-right: 1.5rem;
}
}
@media (max-width: 768px) {
.match-fav-content__wrapper[data-v-67d9cbde] {
        margin-bottom: 0 !important;
}
.match-content__wrapper[data-v-67d9cbde] {
        width: 100% !important;
        margin: 0;
        padding: 0 8px;
        background: none;
}
[data-v-67d9cbde] .icon-calender {
        width: 20px;
        margin-left: 12px;
}
.match-fav-content__wrapper[data-v-67d9cbde] {
        width: 100% !important;
        margin: 0;
        padding: 0 8px;
}
}
.date-value[data-v-67d9cbde] {
    display: flex;
    align-items: center;
    flex-shrink: 0;
}
.date-value .bold[data-v-67d9cbde] {
    margin-right: 8px;
}
.icon-arrow[data-v-67d9cbde] {
    width: 20px;
}
.arrow-left[data-v-67d9cbde] {
    margin-right: 31.5px;
}
.arrow-right[data-v-67d9cbde] {
    margin-left: 31.5px;
}
.match-filter__live-container[data-v-67d9cbde] {
    background-color: var(--color-background-default-secondary);
    padding: 16px 32px;
    border-radius: var(--size-radius-400);
    display: flex;
    align-items: center;
    color: var(--color-text-default-default);
}


.match-filter__live-container .match-filter__date[data-v-67d9cbde] {
    width: 100% !important;
}
.match-filter__live-container[data-v-67d9cbde] {
    margin: 0 24px;
    width: 37rem;
    box-sizing: border-box;
}
.match-filter__live-container .match-filter__live[data-v-67d9cbde] {
    width: 64px !important;
    height: 38px !important;
}
.match-filter__live-container .match-filter__live.selected[data-v-67d9cbde] {
    /* background: var(--gray-200) !important; */
    color: #000;
    text-transform: uppercase;
    line-height: 38px;
    text-align: center;
    border-radius: 16px;
    font-weight: bold;
    letter-spacing: 1px;
}
.match-filter__live-container .match-filter__live-wrapper[data-v-67d9cbde] {
    margin-left: 0;
    margin-right: 14px;
}
.calendar-container[data-v-67d9cbde] {
    border-bottom: 0;
}
.home-match-filter[data-v-67d9cbde] {
    margin-top: 0;
}
.home-match__standing-table[data-v-67d9cbde] {
    width: 100%;
}
.home-match__standing-table .match-table__title-country[data-v-67d9cbde] {
    width: 100%;
}
.match-table-standing-wrapper[data-v-67d9cbde] {
    padding: 16px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: var(--color-background-default-secondary);
}
.standing-arrow[data-v-67d9cbde] {
    width: 24px;
}
.home-match__standing-table .match-table__title-country-container[data-v-67d9cbde] {
    font-size: 16px;
}
.content-wrapper[data-v-67d9cbde] {
    width: 360px;
    padding: 16px;
    box-sizing: border-box;
    border-radius: 16px;
    background-color: var(--color-background-default-secondary);
    margin-bottom: 24px;
}
.content-title[data-v-67d9cbde] {
    font-weight: bold;
    font-size: var(--typography-heading-size-extra-small);
    margin-bottom: 1rem;
    letter-spacing: 0.64px;
    color: var(--color-text-default-default);
}
.news-list[data-v-67d9cbde] {
}
.news-item[data-v-67d9cbde] {
    display: flex;
    align-items: center;
    gap: 8px;
    margin-bottom: 16px;
}
.news-image[data-v-67d9cbde] {
    display: inherit;
}
.news-image--coverImg[data-v-67d9cbde] {
    width: 128px;
    border-radius: 8px;
    height: 72px;
    -o-object-fit: cover;
       object-fit: cover;
}
.news-content[data-v-67d9cbde] {
}
.news-title[data-v-67d9cbde] {
    font-size: var(--typography-body-size-small);
    font-weight: bold;
    margin-bottom: 4px;
    word-break: break-all;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
    letter-spacing: 0.56px;
}
.news-date[data-v-67d9cbde] {
    color: var(--color-text-default-secondary);
    font-size: var(--typography-caption-size-large);
    letter-spacing: 0.24px;
}
.news-item[data-v-67d9cbde]:nth-child(1) {
    display: block;
}
.news-item:nth-child(1) .news-image--coverImg[data-v-67d9cbde] {
    width: 100%;
    height: 184.5px;
}
.news-item:nth-child(1) .news-content[data-v-67d9cbde] {
    margin-top: 8px;
}
.mt-1rem[data-v-67d9cbde] {
    margin-top: 1rem;
}
@media (max-width: 768px) {
.match-filter__live-container[data-v-67d9cbde] {
        margin: 0;
        width: 100%;
        box-sizing: border-box;
        border-radius: 0;
        padding: 8px;
        border-bottom: 1px solid var(--color-border-default-default);
}
.home-match-filter[data-v-67d9cbde] {
        margin: 0;
}
.home-page-container[data-v-67d9cbde] {
        padding-top: 0;
}
.match-filter__live-container
        .match-filter__live-wrapper
        .match-filter__live[data-v-67d9cbde] {
        background: var(--color-background-default-secondary);
        color: var(--color-text-default-default);
        width: 50px;
        text-transform: uppercase;
        line-height: 38px;
        border-radius: 8px;
        text-align: center;
}
.match-filter__live-container
        .match-filter__live-wrapper
        .match-filter__live.selected[data-v-67d9cbde] {
        /* background: var(--error-500) !important; */
        color: #fff;
}
.mobile-calander[data-v-67d9cbde] {
        margin-left: auto;
}
}

