
:root {
  --theme-primary-color: #e41937;
  --theme-secondary-color: #e41937;
  --theme-tertiary-color: #eea7b1;
  
  --main-text-color: #FCFCFC;
  --main-bg-color: radial-gradient(#4A5364, #353D4A);

  --menu-color-text: #414143;
  --menu-color-line: #e41937;
  --menu-color-text-active: #414143;
  --menu-color-line-active: #e41937;
  --menu-color-background-active: rgba(65, 65, 67, 0.25);


  --panel-bg-color: white;
  --panel-label-color: #606060;
  --panel-edit-background: #FAFAFA;
  --panel-border-color: #FAFAFA;

  --tree-item-open: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><polyline style="stroke: rgb(228, 25, 55); stroke-width: 2; stroke-linecap: round; fill: transparent;" points="12,14 16,18 20,14"/></svg>');
  --tree-item-closed: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32"><polyline style="stroke: rgb(228, 25, 55); stroke-width: 2; stroke-linecap: round; fill: transparent;" points="14,12 18,16 14,20"/></svg>');
}

main-menu {
  border-bottom: 1px solid #e41937;
  background: #ffffff;
}
