:root {
  --main-bg-color: #fff;
  --main-text-color:#000;
  --main-text-color-light:#d5d5d5;
  --button-bg-color:#8802ad;
  --button-bg-color-dark:#8802ad;
  --button-text-color:#fff;
  --menu-header-bg-color:#8802ad;
  --menu-header-text-color:#fff;
  --menu-bg-color:#f8deff;
  --menu-link-text-color:#000;
  --menu-link-hover-bg-color:#e49cf7;
  --menu-link-hover-text-color:#8802ad;
  --grid-table-header-bg-color:#8802ad;
  --grid-table-header-text-color:#fff;
  --grid-table-row-bg-color:#f2c6ff57;
  --grid-table-row-text-color:#000;
  --grid-table-row-hover-bg-color:#e49cf7;
  --grid-table-row-border-color:#999;
  --upload-button-bg-color:#fff;
  --upload-button-border-color:#8802ad;
  --upload-button-text-color:#8802ad;
  
}
