.schedule-app br {
    display: none;
}

.schedule-app p {
    margin-bottom: 0;
}

.as-standing__table-column.as-column-performance {
    position: relative;
}

.as-standing__table-column.as-column-performance svg {
    display: block;
    margin: 0 auto;
    position: absolute;
    width: 100%;
}

.as-text-center {
    -webkit-box-pack: center;
    text-align: center;
    justify-content: center;
}

.as-justify-content-center {
    -webkit-box-pack: center !important;
    -ms-flex-pack: center !important;
    justify-content: center !important;
}

.as-standing-tag__list {
    display: flex;
    gap: 0 .625rem;
}

.as-standing__table-column .as-standing-tag__list {
    gap: .3125rem;
    padding-right: .3125rem;
}

.as-standing-tag,
.as-standing-tag__list {
    justify-content: center;
}

.as-standing-tag {
    align-items: center;
    background-color: #56ac49;
    border: none;
    border-radius: .25rem;
    color: #fff;
    display: inline-flex;
    font-size: .875rem;
    font-weight: 700;
    height: 1.5rem;
    margin-bottom: 0;
    text-transform: uppercase;
    width: 1.5rem;
}

.as-standing-tag__l {
    background-color: #bf3d3d;
}

.as-standing-tag__d {
    background-color: #ff8a00;
}

.api-sport button {
    outline: 0;
    padding: 0;
    margin: 0;
}

.as-nav-tabs-btn {
    align-items: center;
    background: transparent;
    display: flex;
    flex-wrap: nowrap;
    gap: .5rem;
    justify-content: start;
    list-style: none;
    overflow: hidden;
    overflow-x: auto;
    white-space: nowrap;
}

.as-nav-tabs-btn .as-nav-item {
    align-items: center;
    border-radius: var(--as-result-popup-as-nav-tabs-item-border-radius);
    color: var(--as-result-popup-as-nav-tabs-item-color);
    cursor: pointer;
    display: flex;
    font-family: var(--as-result-popup-as-nav-tabs-item-font-family);
    font-size: var(--as-result-popup-as-nav-tabs-item-font-size);
    font-weight: var(--as-result-popup-as-nav-tabs-item-font-weight);
    justify-content: center;
    line-height: .5625rem;
    padding: .5rem .75rem;
    text-align: center;
    text-transform: uppercase;
}

.as-nav-tabs-btn-rakhoi .as-nav-item {
    background: #0e192d;
    border: .0625rem solid #2d3f5d;
    height: 1.625rem;
}

.as-nav-tabs-btn-rakhoi .as-nav-item.active {
    background: -webkit-gradient(linear, right top, left top, from(#003547), color-stop(98.45%, #002d4d));
    background: linear-gradient(270deg, #003547, #002d4d 98.45%);
    border: none;
    border-radius: .5rem;
}

.as-dropdown-toggle__select {
    cursor: pointer;
    position: relative;
}

.as-dropdown-toggle__select__as-head {
    align-items: center;
    background: #141516;
    border: 0.0625rem solid #2a3038;
    border-radius: 0.375rem;
    display: flex;
    gap: 5px;
    height: 1.75rem;
    justify-content: space-between;
    padding: 0.3125rem;
}

.as-competition-wrapper {
    margin-bottom: 15px;
    border-radius: var(--as-competition-wrapper-border-radius);
    border: 1px solid var(--as-competition-wrapper-border-color);
    background: var(--as-match-competition-wrapper);
}

.as-competition-wrapper .as-match__teams {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.as-competition-wrapper .as-match__teams .as-scoreboard {
    width: var(--as-score-width);
    display: flex;
    justify-content: center;
}

.as-competition-wrapper .as-match__teams .as-match__team {
    min-width: 0;
    display: flex;
    align-items: center;
    flex: 1;
}

.as-competition-wrapper .as-match__teams .as-match__team--logo {
    width: 32px;
    height: 32px;
    display: block;
    object-fit: contain;
}

.as-competition-wrapper .as-match__teams .as-match__team--home {
    flex-direction: row-reverse;
}

.as-competition-wrapper .as-match__teams .as-match__team--home img {
    margin-left: 12px;
}

.as-competition-wrapper .as-match__teams .as-match__team--away img {
    margin-right: 12px;
}

.as-competition-wrapper .as-match__teams .as-match__team--name {
    text-align: right;
    font-family: 'Raleway';
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.5rem;
}

.as-competition-wrapper .as-match__ht,
.as-competition-wrapper .as-match__corner,
.as-competition-wrapper .as-match__yellow-goal {
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.as-competition-wrapper .as-match__corner .as-match__label-item,
.as-competition-wrapper .as-match__yellow-goal .as-match__label-item {
    background: var(--as-match-label-corner-bg) !important;
    color: var(--as-match-label-corner-color) !important;
    border-radius: var(--as-match-label-corner-border-radius) !important;
    font-family: var(--as-match-label-corner-font-family) !important;
    font-size: var(--as-match-label-corner-font-size) !important;
    font-weight: var(--as-match-label-corner-font-weight) !important;
    line-height: var(--as-match-label-corner-font-line-height) !important;
    border-color: var(--as-match-label-corner-border-radius-color) !important;
}

.as-competition-wrapper .as-match__corner span.as-label-item-win,
.as-competition-wrapper .as-match__yellow-goal span.as-label-item-win {
    color: var(--as-label-item-win);
}

.as-competition-wrapper .as-match__corner span.as-separator,
.as-competition-wrapper .as-match__yellow-goal span.as-separator {
    color: var(--as-match-label-corner-border-radius-color);
}

.as-competition-wrapper .as-league_title {
    background: var(--as-match-league-title-bg);
    font-family: var(--as-match-league-title-font-family);
    font-size: var(--as-match-league-title-font-size);
    font-weight: var(--as-match-league-title-font-weight);
    border-bottom: 1px solid var(--as-match-league-title-border-color);
    padding: 12px 15px;
    margin: 0;
    line-height: 18px;
    display: grid;
    grid-template-columns: 260px 1fr 90px 100px 110px 110px;
    border-top-left-radius: var(--as-competition-wrapper-border-radius);
    border-top-right-radius: var(--as-competition-wrapper-border-radius);
}

.as-competition-wrapper .as-league_title img {
    margin-right: 10px;
    width: 24px;
    height: 24px;
    object-fit: contain;
}

.as-competition-wrapper .as-league_title .as-match_competition {
    color: var(--as-match-league-title-competition-color);
    font-weight: var(--as-match-league-title-competition-font-weight);
    font-family: var(--as-match-league-title-competition-font-family);
    font-size: var(--as-match-league-title-competition-font-size);
    line-height: var(--as-match-league-title-competition-line-height);
    display: flex;
    align-items: center;
    gap: 6px;
}

.as-competition-wrapper .as-league_title .as-match__video-highlight {
    display: flex;
    align-items: center;
    justify-content: center;
}

.as-competition-wrapper .as-score-detail {
    color: var(--as-primary-color);
    font-weight: 400;
    text-align: center;
    padding: 0 12px 6px 12px;
    font-family: "Be Vietnam Pro";
    font-size: 11px;
}

.as-competition-wrapper .as-match__item {
    background: var(--as-match-item-bg);
    border-bottom: 1px solid var(--as-primary-border-color);
    margin-bottom: 0;
}

.as-competition-wrapper .as-match__item--wrap {
    display: grid;
    grid-template-columns: 260px 1fr 90px 100px 110px 110px;
    padding: 10px 15px;
    align-items: center;
}

.as-competition-wrapper .as-match__item:last-child {
    border-bottom: none;
}

.as-competition-wrapper .as-ht-btn {
    width: 56px;
    height: 26px;
    background: var(--as-match-ht-bg);
    border: 1px solid var(--as-match-ht-border-color);
    font-family: var(--as-match-ht-font-family);
    font-size: var(--as-match-ht-font-size);
    font-weight: var(--as-match-ht-font-weight);
    line-height: 25px;
    text-align: center;
    border-radius: var(--as-match-ht-border-radius);
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 6px;
}

.as-competition-wrapper .as-ht-btn.w {
    background-color: #2ebb2e;
}

.as-competition-wrapper .as-ht-btn.d {
    background-color: #9b9b9b;
}

.as-competition-wrapper .as-ht-btn span.as-label-item-win {
    color: var(--as-label-item-win);
}

.as-competition-wrapper .as-match__label {
    display: flex;
    gap: 6px;
}

.as-competition-wrapper .as-match__label-item {
    border: var(--as-match-label-border);
    padding: 0px 10px;
    background: var(--as-match-label-bg);
    color: var(--as-match-label-color);
    border-radius: var(--as-match-label-border-radius);
    font-family: var(--as-match-label-font-family);
    font-size: var(--as-match-label-font-size);
    font-weight: var(--as-match-label-font-weight);
    line-height: var(--as-match-label-line-height);
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    position: relative;
}

.as-competition-wrapper .as-match__sm .as-match__label-item {
    font-size: 12px;
}

.as-competition-wrapper .as-match__sm span.as-label-item-win {
    color: var(--as-label-item-win);
}

.as-competition-wrapper .as-match__video-highlight,
.as-competition-wrapper .as-match__video-highlight a {
    display: flex;
    justify-content: center;
    align-items: center;
}

.as-competition-wrapper .as-match__play-highlight {
    color: white;
    background: #aa332a;
    padding: 0px 7px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    font-size: 12px;
    border-radius: 10px;
}

.as-competition-wrapper .as-match__play-highlight:hover {
    background: #c72a1d;
}

.as-competition-wrapper-rakhoi .as-match__item .as-ht-btn {
    height: 24px;
    border: 0px solid var(--as-match-ht-border-color);
    position: relative;
}

.as-competition-wrapper-rakhoi .as-match__corner .as-match__label-item,
.as-competition-wrapper-rakhoi .as-match__yellow-goal .as-match__label-item {
    border: none;
}

.api-sport-rakhoi .as-competition-wrapper .as-match__item {
    grid-template-columns: unset;
}

.as-competition-wrapper .as-match__item .as-match__sm .as-match__label-item:before {
    background: var(--as-match-label-before-bg);
    border-radius: var(--as-match-label-before-border-radius);
    bottom: 0;
    content: "";
    left: 0;
    -webkit-mask: -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0, #fff)) content-box, -webkit-gradient(linear, left top, left bottom, color-stop(0, #fff), color-stop(0, #fff));
    -webkit-mask-composite: xor;
    padding: var(--as-match-label-before-padding);
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

.as-competition-wrapper-rakhoi .as-match__item .as-match__yellow-goal .as-match__label-item:before,
.as-competition-wrapper-rakhoi .as-match__item .as-match__corner .as-match__label-item:before,
.as-competition-wrapper-rakhoi .as-match__item .as-ht-btn:before {
    background: linear-gradient(180deg, #015078, #002d48 98.45%);
    border-radius: .375rem;
    bottom: 0;
    content: "";
    left: 0;
    mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    opacity: 1;
    padding: .08125rem;
    pointer-events: none;
    position: absolute;
    right: 0;
    top: 0;
    width: 100%;
}

@media screen and (max-width: 1400px) {
    .as-competition-wrapper .as-league_title {
        grid-template-columns: 200px 1fr 90px 65px 110px 110px;
    }

    .as-competition-wrapper .as-match__item--wrap {
        grid-template-columns: 200px 1fr 90px 65px 110px 110px;
    }
}

@media screen and (max-width: 1200px) {
    .as-competition-wrapper .as-match__item--wrap {
        display: block;
        padding: 12px;
    }

    .as-competition-wrapper .as-match__sm {
        display: grid;
        grid-template-columns: 1fr 20px 1fr;
        align-items: center;
        margin-bottom: 15px;
    }

    .as-competition-wrapper .as-match__sm :last-child {
        display: flex;
        justify-content: flex-end;
    }
}

@media screen and (max-width: 992px) {
    .as-competition-wrapper .as-match__teams {
        gap: 12px;
    }

    .as-competition-wrapper .as-match__team--name {
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
    }

    .as-competition-wrapper .as-match__team--home img {
        margin-left: 6px;
    }

    .as-competition-wrapper .as-match__team--away img {
        margin-right: 6px;
    }
}

@media screen and (max-width: 576px) {
    .as-competition-wrapper .as-match__label-item {
        font-size: 9px;
        padding: 0px 5px;
    }
}

@media screen and (max-width: 768px) {
    .as-competition-wrapper .as-match__sm .as-match__label-item {
        font-size: 11px;
    }
}

@media screen and (max-width: 420px) {
    .as-competition-wrapper .as-match__sm .as-match__label-item {
        font-size: 10px;
    }
}

/* =========================================================
  ẨN HOÀN TOÀN PANEL GỐC (tránh bị hiển thị dài nguyên trang)
========================================================= */
.as-item-country-select .as-item-country-select-content {
    display: none !important;
    visibility: hidden !important;
    height: 0 !important;
    overflow: hidden !important;
}

/* =========================================================
  KHUNG VÀ HEADER
========================================================= */
.as-item-country-select {
    position: relative;
    display: inline-block;
    min-width: 110px;
}

.as-item-country-select-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 28px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #2A3038;
    background: #141516;
    color: #fff;
    cursor: pointer;
    user-select: none;
    transition: background 0.2s ease;
}

.as-item-country-select-header:hover {
    background: #1b1c1f;
}

.as-item-country-select-header svg {
    transition: transform 0.2s ease;
}

.as-item-country-select.is-open .as-item-country-select-header svg {
    transform: rotate(180deg);
}

.as-item-country-select-header span {
    text-transform: uppercase;
    /* Header text luôn in hoa */
}

/* Khi mở menu, header đổi nền gradient */
.as-item-country-select.is-open .as-item-country-select-header {
    background-image: linear-gradient(180deg, #1f3644, #00411d);
    background-color: transparent;
    border-color: #2A3038;
}

/* =========================================================
  LAYER DROPDOWN (portal ra body)
========================================================= */
.as-country-layer {
    position: fixed;
    top: 0;
    left: 0;
    /* vị trí sẽ được JS tính lại */
    min-width: 160px;
    max-height: 300px;
    overflow-y: auto;
    background: #141516;
    border: 1px solid #2A3038;
    border-radius: 6px;
    z-index: 9999;
    display: none;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
}

/* =========================================================
  OPTION ITEM
========================================================= */
.as-country-option {
    cursor: pointer;
    padding: 5px 10px;
    color: #fff;
    font-size: 13px;
    text-transform: none;
    /* mặc định in thường */
    transition: all 0.15s ease;
    white-space: nowrap;
}

/* Hover / Focus / Active */
.as-country-layer .as-country-option:hover,
.as-country-layer .as-country-option.is-focused,
.as-country-layer .as-country-option.is-active {
    background-image: linear-gradient(180deg, #1f3644, #00411d) !important;
    background-color: transparent !important;
    color: var(--as-filter-league-item-active-color, #ffffff) !important;
    text-transform: uppercase !important;
    /* chỉ khi hover/active mới in hoa */
}

/* Đánh dấu item active */
.as-country-option.is-active::after {
    float: right;
    opacity: 0.7;
}

/* =========================================================
  OVERRIDE CŨ (để giữ tương thích trong .as-filter-tags)
========================================================= */
.as-filter-tags .as-filter-country-top .as-item-country-select-content .as-select-content div.as-active,
.as-filter-tags .as-filter-country-top .as-item-country-select-content .as-select-content div:hover {
    background: var(--as-filter-league-item-active);
    color: var(--as-filter-league-item-active-color);
    text-transform: uppercase;
}




/* =========================================================
   DROPDOWN: .as-dropdown-toggle__select
   (clone style từ .as-item-country-select)
========================================================= */

/* --- Container --- */
.as-dropdown-toggle__select {
    position: relative;
    display: inline-block;
    min-width: 110px;
    font-family: inherit;
    color: #fff;
}

/* --- Header --- */
.as-dropdown-toggle__select__as-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 10px;
    height: 28px;
    padding: 0 10px;
    border-radius: 6px;
    border: 1px solid #2A3038;
    background: #141516;
    cursor: pointer;
    user-select: none;
    text-transform: uppercase;
    transition: background 0.2s ease;
}

.as-dropdown-toggle__select__as-head:hover {
    background: #1b1c1f;
}

.as-dropdown-toggle__select__as-head svg {
    transition: transform 0.2s ease;
}

.as-dropdown-toggle__select.is-open .as-dropdown-toggle__select__as-head svg {
    transform: rotate(180deg);
}

/* --- Dropdown body --- */
.as-dropdown-toggle__select__as-body {
    position: absolute;
    top: 100%;
    left: 0;
    /* ✅ bằng đúng header */
    width: 100%;
    max-height: 300px;
    overflow-y: auto;
    margin-top: 4px;
    border: 1px solid #2A3038;
    border-radius: 6px;
    background: #141516;
    box-shadow: 0 8px 18px rgba(0, 0, 0, 0.45);
    z-index: 999;
    display: none;
    opacity: 0;
    transform: translateY(-4px);
    transition: opacity 0.18s ease, transform 0.18s ease;
}


/* Khi mở menu */
.as-dropdown-toggle__select.is-open .as-dropdown-toggle__select__as-body {
    display: block;
    opacity: 1;
    transform: translateY(0);
}

/* --- Option items --- */
.as-item-dropdown {
    cursor: pointer;
    padding: 5px 10px;
    font-size: 13px;
    color: #fff;
    text-transform: none;
    /* mặc định in thường */
    transition: all 0.15s ease;
    white-space: nowrap;
}

/* Hover & Active */
.as-item-dropdown:hover,
.as-item-dropdown.as-active {
    background-image: linear-gradient(180deg, #1f3644, #00411d);
    background-color: transparent;
    color: var(--as-filter-league-item-active-color, #ffffff);
    text-transform: uppercase;
    /* chỉ khi hover/active mới in hoa */
}

/* --- Header gradient khi mở --- */
.as-dropdown-toggle__select.is-open .as-dropdown-toggle__select__as-head {
    background-image: linear-gradient(180deg, #1f3644, #00411d);
    background-color: transparent;
    border-color: #2A3038;
}

.is-active {
    background: var(--as-filter-league-item-active) !important;
    border: .075rem solid var(--as-filter-league-item-active-border) !important;
    color: var(--as-filter-league-item-active-color) !important;
    font-weight: var(--as-filter-league-item-active-font-weight);
    position: relative;
}

.as-filter-tags-rakhoi .as-filter-tags__leagues .as-tags-leagues .as-league-item {
    font-family: "Oswald";
    font-weight: 400;
}

.as-filter-tags .as-filter-country-top {
    border-color: #2a3038 !important;
}