:root {
  --ego-bg-0: #0f0c16;
  --ego-bg-1: #1c1628;
  --ego-bg-2: #241d33;
  --ego-bg-3: #2e2541;

  --ego-text-color: white;
  --ego-text-color-1: #d0c8d7;
  --ego-text-color-2: #a19daaeb;
  --ego-text-color-3: #6e6a79;
  --ego-text-color-4: #4b4856;
  --ego-text-color-5: #312f38;
  --ego-text-color-6: #232128;
  --ego-text-color-a: #efde3d;

  --ego-negative: #3a3a3a;
  --ego-negative-hover: #515151;
  --ego-negative-active: #444444;

  --ego-row-head: #341b5e;
  --ego-row-odd: #2f254b;
  --ego-row-even: #2e2444;
  --ego-row-sub: #25192c77;
  --ego-row-hov: #503280;
  --ego-row-red: #cc3434;
  --ego-row-selected: #792ca3;

  --interact-neutral: #302936;
  --interact-neutral-hover: #3d3545;
  --interact-neutral-active: #4a3e55;
  --interact-neutral-disabled: #2a292cae;
  --interact-neutral-content: #fafafa;
  --interact-neutral-content-disabled: #868383;

  --ego-interactable: #eadf68;
  --ego-interactable-hover: #f6ea61;
  --ego-interactable-active: #fff15a;
  --ego-interactable-disabled: #9b8a547e;
  --ego-interactable-content: #28232e;
  --ego-interactable-content-hover: #1b1523;
  --ego-interactable-content-active: #0b0b0c;

  --interact-action: #fffcda;
  --interact-action-disabled: #96876354;
  --interact-action-hover: #fff6cb;
  --interact-action-content: #28232e;
  --interact-action-content-hover: #1b1523;
  --interact-action-content-active: #0b0b0c;

  --interact-red: #ca4d24;
  --interact-red-disabled: #983f2fba;
  --interact-red-hover: #f55e1e;

  --ego-notification-alert: #d22;
  --ego-notification-atention: #ffb235;
  --ego-notification-ok: #6fee34;

  --border-radius-sm: 8px;
  --border-radius-md: 16px;
  --border-radius-lg: 24px;

  --ego-home-table-odd: #101010c0;
  --ego-home-table-even: #1f1f1fc0;
  --ego-home-table-hover: #324973;

  --ego-c-g: #99fd6b;
  --ego-c-b: #89dbff;
  --ego-c-r: #ff6243;
  --ego-c-r-bg: #422a26ae;
  --ego-c-bg: #1d2a47;
}

table thead {
  background: linear-gradient(to bottom, #1c1628, #1c1628aa, #1c162800);
}

.categories>a>.bg {
  display: none;
}

.categories>a {
  background: var(--ego-interactable-content) !important;
  color: var(--ego-interactable) !important;
  border-color: var(--ego-interactable-content-hover) !important;
}