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