:root {
  --ego-bg-0: #0e1011;
  --ego-bg-1: #151515;
  --ego-bg-2: #1e1e1e;
  --ego-bg-3: #252525;

  --ego-focus-bg: #1118;

  --ego-text-color: white;
  --ego-text-color-1: #cbd0d4;
  --ego-text-color-2: #a2a6a8eb;
  --ego-text-color-3: #6f7274;
  --ego-text-color-4: #444647;
  --ego-text-color-5: #303030;
  --ego-text-color-6: #222222;

  --ego-text-color-a: #67cfff;
  --ego-text-color-red-1: #ea2a2a;
  --ego-text-color-red-2: #e94343;

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

  --ego-row-head: #2c3d65;
  --ego-row-odd: #323232;
  --ego-row-even: #3b3b3b;
  --ego-row-sub: #1f1c1c77;
  --ego-row-hov: #344d6e;
  --ego-row-red: #c02323;
  --ego-row-selected: #c08c24;


  --ego-flat: #222222;
  --ego-flat-hover: #292929;
  --ego-flat-active: #202020;
  --ego-flat-disabled: #2320209d;

  --ego-interactable: #2d63c9;
  --ego-interactable-hover: #4b76e4;
  --ego-interactable-active: #348cff;
  --ego-interactable-disabled: #385b8390;
  --ego-interactable-content: #f7f7f7;
  --ego-interactable-content-disabled: #4f8090;
  --ego-interactable-semi-disabled: #2a67a8ac;

  --interact-neutral: #2f2f2f;
  --interact-neutral-hover: #444444;
  --interact-neutral-active: #5d5e5f;
  --interact-neutral-disabled: #2c2c2cba;
  --interact-neutral-content: #fafafa;
  --interact-neutral-content-disabled: #868383;

  --bg-green: #263d2a;
  --interact-green: #2da744;
  --interact-green-hover: #3cbd56;
  --interact-green-active: #11c556;
  --interact-green-disabled: #509c67ae;
  --interact-green-content: #fafafa;
  --interact-green-content-disabled: #7ca158;


  --interact-action: #e6e4e4;
  --interact-action-hover: #f0f7f7;
  --interact-action-active: #ffffff;
  --interact-action-disabled: #b9b9b998;
  --interact-action-content: #1d1e22;
  --interact-action-content-disabled: #4b4d50;

  --interact-red: #bc1f1f;
  --interact-red-hover: #e23535;
  --interact-red-active: #df1c1c;
  --interact-red-disabled: #924242ba;
  --interact-red-content: #f7f7f7;
  --interact-red-content-disabled: #b2745b;

  --ego-notification-text: #fff;
  --ego-notification-alert: #c82a2a;
  --ego-notification-atention: #d59938;
  --ego-notification-warn: #dace4b;
  --ego-notification-ok: #5bb033;

  --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: #325573;

  --ego-c-g: #b8ff96;
  --ego-c-b: #a9e5ff;
  --ego-c-r: #ff7155;
  --ego-c-r-bg: #422826ae;
  --ego-c-bg: #23324d;
}

table thead {
  background: linear-gradient(to bottom, #161616, #161616aa, #16161600);
}

#bottom-tool-bar button.toggle.active#bottom-tool-bar-inactive>.tg>.bg {
  background-color: rgb(210, 28, 28) !important;
}