/*
 * The odds table opens on Hot Matches. Keep the active state unmistakable
 * even when theme or cache-plugin styles load after the bundled application.
 */
body #scrollIframe.wrap-iframe-6in1 .all-hot-filter .button-df.active_ {
    color: #fff !important;
    background-color: #005030 !important;
    border-color: #005030 !important;
    box-shadow: none !important;
}

body #scrollIframe.wrap-iframe-6in1 .all-hot-filter .button-df.active_:hover,
body #scrollIframe.wrap-iframe-6in1 .all-hot-filter .button-df.active_:focus-visible {
    color: #fff !important;
    background-color: #003f27 !important;
    border-color: #003f27 !important;
}
