#sport-mobile [data-theme='light'],
#sport-mobile[data-theme='light'],
#sport-mobile [data-theme='dark'],
#sport-mobile[data-theme='dark'],
:root {
    --white-color: #fff;
    --dark-gray-color: #111111;
    --gray-color: #2f2f2f;

    --eventG: transperent !important;
    --digiTopMatchesItemTxt: var(--white-color) !important;
    --digiTopMatchesItemBg: transparent !important;
    --eventTxt2: var(--white-color) !important;
    --oddAccent: var(--white-color) !important;
    --oddTxt2: var(--white-color) !important;
    --oddTxt: var(--white-color) !important;
    --dominantTxt: var(--white-color) !important;
    --dominantTxt2: var(--white-color) !important;
    --tabTxt: var(--white-color) !important;
    --oddBg: #5f421b !important;
    --oddActiveG: linear-gradient(180deg, #8A5D05 0%, #B78018 100%) !important;
}


.tm_match>.tm_match_container {
    background: transparent !important;
}

