:root {
  --dgt-odd-bg: #111;
  --dgt-odd-color: #fdd537;
  --dgt-odd-active-bg: #fdd537;
  --dgt-odd-active-color: #000;

  --oddBg: var(--dgt-odd-bg) !important;
  --eventG: var(--dgt-odd-bg) !important;
  --oddG: var(--dgt-odd-bg) !important;
  --oddText: var(--dgt-odd-color) !important;
  --oddActiveG: var(--dgt-odd-active-bg) !important;
  --oddActiveTxt: var(--dgt-odd-active-color) !important;
  --oddActiveTxt2: var(--dgt-odd-active-color) !important;
  --oddBg2: var(--dgt-odd-bg) !important;
  --oddActiveBg2: var(--dgt-odd-active-bg) !important;
  --oddBorder: var(--dgt-odd-bg) !important;
  --oddActiveBorder: var(--dgt-odd-active-bg) !important;
  --oddTxt: var(--dgt-odd-color) !important;
  --oddBgHover: var(--dgt-odd-active-bg) !important;
  --oddTxtHover: var(--dgt-odd-active-color) !important;
}

html {
  height: 100%;
}

.dg_top_matches_widget {
  background: #1f1f1f !important;
}
.tm_odd {
  background: var(--dgt-odd-bg);
  color: var(--dgt-odd-color);
}
.tm_odd:hover {
  background: var(--dgt-odd-active-bg);
  color: var(--dgt-odd-active-color);
}

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

.mainDataPanel {
  height: 100% !important;
}
