:root,
#sport-mobile,
#sport-mobile [data-theme='light'],
#sport-mobile[data-theme='light'] {
  --d-primary-bg: rgba(255, 255, 255, 0.15);
  --d-primary-color: #fff;
  --d-brand-bg: #003;
  --d-brand-color: #fff;
  --d-brand-bg-hover: #fdd537;
  --d-brand-color-hover: #000;
  --d-brand-text-color: #fdd537;

  --d-odd-bg: #003;
  --d-odd-color: #fdd537;
  --d-odd-bg-active: #fdd537;
  --d-odd-color-active: #000;

  /*  */

  @media (min-width: 1024px) {
    --oddBg: var(--d-odd-bg) !important;
    --oddText: var(--d-odd-color) !important;
    --oddActiveG: var(--d-odd-bg-active) !important;
    --oddActiveBg2: var(--d-odd-bg-active) !important;
    --oddActiveBorder: var(--d-odd-bg-active) !important;
    --oddActiveTxt: var(--d-odd-color-active) !important;

    --oddG: var(--d-odd-bg) !important;
    --oddTxt: var(--d-odd-color) !important;
    --oddTxtHover: var(--d-odd-color-active) !important;
    --oddBgHover: var(--d-odd-bg-active) !important;
  }

  /* 
  --menu_3Accent: var(--d-brand-bg) !important;
  --bodyAccent: var(--d-brand-bg) !important;
  
  --eventAccent: var(--d-brand-bg) !important;
  --eventAccentTxt: var(--d-brand-color) !important;

  --accentBg: var(--d-brand-bg) !important;
  --accentTxt: var(--d-brand-color) !important;
  --accentTxt2: var(--d-brand-color) !important;

  --tabActiveBg: var(--d-brand-bg) !important;
  --tabActiveG: var(--d-brand-bg) !important;
  --tabActiveTxt: var(--d-brand-color) !important;

  --tabAccent: var(--d-brand-bg) !important;
  --tabAccentTxt: var(--d-brand-color) !important;

  --navbarAccent: var(--d-brand-bg) !important;

  --buttonG: var(--d-brand-bg) !important;
  --buttonTxt: var(--d-brand-color) !important;

  --oddBgHover: var(--d-brand-bg-hover) !important;
  --buttonBgHover: var(--d-brand-bg-hover) !important;
  */
}

.settings--theme {
  display: none !important;
}

.mainDataPanel {
  height: 100% !important;
}

/* Widget */
#sport-top-matches {
  background-color: var(--d-primary-bg);
  color: var(--d-primary-color);
}

#sport-top-matches .dg-tm-app-wrapper {
  --digiTopMatchesItemRadius: 8px;
  --digiTopMatchesItemBg: var(--d-brand-bg);
  --digiTopMatchesItemTxt: var(--d-brand-color);

  --oddRadius: 8px;
  --oddBg: var(--d-primary-bg);
  --oddTxt2: var(--d-primary-color);
}
/* --- */
