.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;
    justify-content: flex-start;
}

.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;
    white-space: nowrap;
}

.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;
    font-family: oswald;
}

.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%;
}

.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: 995px) {
    .as-competition-wrapper .as-match__item--wrap {
        display: block;
        padding: 12px;
    }

    .as-competition-wrapper .as-match__item {
        display: block;
    }

    .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;
        white-space: nowrap;
    }
}

@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;
    }
}

.ui-datepicker th {
    background: none !important;
}

.as-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-match-item .as-flag .as-flag__goal-scoring .as-flag__half-court {
    color: var(--as-match-item-footer-as-flag-color)#fff !important;
}

.as-match-item.as-is-hidden {
    display: none;
}

.mx-datepicker p.mb-0 {
    top: 50%;
}

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

.as-match__label-item .as-active {
    border: 0 !important;
    background: transparent !important;
    font-family: 'Raleway';
}

#ui-datepicker-div {
    display: none;
    z-index: 9999;
}

.ui-state-disabled span {
    background-color: #0D1A32 !important;
}

.ui-state-disabled:hover span {
    background: #0D1A32 !important;
    border: 0 !important;
    color: #ccc !important;
}

.as-scoreboard {
    cursor: pointer;
}