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

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

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