/* TTG Theme */
#root {
  --sb-primary-button-background-color: rgb(56,176,27);
  --sb-primary-button-hover-background-color: rgb(50,158,24);
  --sb-primary-button-focus-glow-color: rgba(56,176,27,0.30);
  --sb-text-link-color: rgb(56,176,27);
  --sb-text-link-hover-color: rgb(50,158,24);
  --sb-accent-theme-background-color: rgba(56,176,27,.075);
  --sb-accent-theme-color: rgb(56,176,27);
  --sb-accent-theme-item-hover-text-color: var(--sb-accent-theme-color);
  --sb-accent-theme-item-hover-border-color: var(--sb-accent-theme-color);
  --sb-accent-theme-item-active-background-color: rgba(56,176,27,0.05);
  --sb-accent-theme-item-active-text-color: var(--sb-accent-theme-color);
  --sb-accent-theme-item-active-border-color: var(--sb-accent-theme-color);
  --sb-accent-theme-slider-background-color: rgba(56,176,27,0.05);
  --sb-header-gradient-left-color: #404447;
  --sb-header-gradient-right-color: #5b6165;
}