/* Workspace */
#red-ui-workspace {
    cursor: default;
    right: 0px !important;
    left: 206px;
  }
  
  .red-ui-flow-node {
    stroke: var(--red-ui-node-border);
    stroke-width: 1;
    cursor: move;
  }
  
g.red-ui-flow-node-selected .red-ui-flow-node, g.red-ui-flow-node-selected .red-ui-flow-subflow-port {
    stroke-width: 1.5 !important;
  }
  .red-ui-flow-node-label-text{
    stroke: var(--red-ui-node-label-color);
  }
  
  .red-ui-flow-node-label {
    font-style: normal;
  }
  
  .red-ui-flow-port {
    fill-opacity: 1 !important;
  }
  
  /* .red-ui-flow-node-icon-shade {
    stroke: 1 !important;
  } */
  
  .red-ui-workspace-chart-grid {
    display: none;
  }
  
  .red-ui-tabs {
    padding-right: 0px !important;
  }
  
  #view-search-tools {
    display: none;
  }
  
  .red-ui-workspace-chart-background{
    cursor: default;
  }
  .red-ui-sidebar-closed>#red-ui-workspace {
    right: 0px !important;
  }