#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: var(--dark-gray-color) !important;
    --digiTopMatchesItemTxt: var(--white-color) !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: var(--dark-gray-color);
    --oddActiveG: var(--gray-color);
}

