/* #sla-viz-container {
    font-size: 12px;
    font-weight: normal;
} */

.node text {
    font-size: 14px;
    font-weight: normal;
    stroke: #fff0;
  }
  
  .join,
  .link {
    fill: none;
    stroke: #08254F77; 
    /* #bdbdbd; */
    stroke-width: 1.5px;
  }
  
  .node rect {
    fill: #08254F;
    /* #0081B4; */
    stroke:  #08254F;
    /* #0081B4; */
  }
  
  .node text {
    fill: #fff;
  }
  
  .right text {
    text-anchor: end;
  }
  
  /* .node rect {
    fill: white;
  } */
  
  /* .link path,
  .node rect,
  .node text {
    -webkit-transition: fill-opacity 500ms linear, stroke-opacity 500ms linear, stroke 500ms linear, fill 500ms linear;
    -moz-transition: fill-opacity 500ms linear, stroke-opacity 500ms linear, stroke 500ms linear, fill 500ms linear;
    -ms-transition: fill-opacity 500ms linear, stroke-opacity 500ms linear, stroke 500ms linear, fill 500ms linear;
    -o-transition: fill-opacity 500ms linear, stroke-opacity 500ms linear, stroke 500ms linear, fill 500ms linear;
    transition: fill-opacity 500ms linear, stroke-opacity 500ms linear, stroke 500ms linear, fill 500ms linear;
  } */
  
  /* .node .zone rect {
    stroke: #636363;
  }
  
  .node .branch rect {
    fill: #bdbdbd;
    stroke: none;
  } */
  
  .node .null rect {
    fill: none;
    stroke: none;
  }
  
  .node .null text {
    fill: #636363;
  }
  
  .node .function rect {
    stroke: #3182bd;
  }
  
  /* .node .zone rect {
    stroke: #e6550d;
  } */
  
  .node .data rect {
    fill: #d9d9d9;
    stroke: none;
  }
  
  .node .code text {
    font-family: monospace;
  }
  
  .node .key rect {
    fill: #a1d99b;
    stroke: none;
  }
  
  .link .to-data {
    stroke: #ddd;
  }
  
  /* .link .to-branch {
    stroke: #bdbdbd;
  } */

  .link .to-branch-stat,
  .link .from-branch-stat,
  .link .from-sla1,
  .link .from-sla2,
  .link .from-sla3 {
    stroke: #0000;
  }

  .link .to-key,
  .join {
    stroke: #a1d99b;
  }
  
  .join {
    stroke-dashzone: 2,2;
  }
  
  .link .to-null {
    stroke-opacity: .5;
    stroke-dashzone: .5,3.5;
    stroke-linecap: round;
  }
  
  .play circle {
    fill: #fff;
    stroke: #000;
    stroke-width: 3px;
  }
  
  .play:hover path {
    fill: red;
  }
  
  .play rect {
    fill: none;
    pointer-events: all;
    cursor: pointer;
  }
  .node text {
    pointer-events: none;
  }
  .node .branch,
  .node rect {
    cursor: pointer;
  }

  .node .branch-stat rect {
    stroke: #0078FF;
    fill: #0078FF;
  }
  .node .sla3 rect {
    stroke: #FF0000;
    fill: #FF0000;
  }
  .node .sla2 rect {
    stroke: #FFC107;
    fill: #FFC107;
  }
  .node .sla1 rect {
    stroke:  #54D62C;
    fill: #54D62C;
  }
  .node rect:hover {
    opacity: 0.7;
  }
  .node .sla1 text {
    fill: #000;
  }
  .node .sla2 text,
  .node .sla3 text {
    fill: #fff;
  }
  
  /* .node .branch, */
  .node .root,
  .node .zone {
    pointer-events: none;
  }

  .node .hidden {
    visibility: hidden;
  }

  .link .from-hidden {
    visibility: hidden;
  }