/* #sport-mobile,
#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;

  --digiTopMatchesItemTxt: 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);
} */

