:root {
  --light-silver: #efefef;
  --white: #fff;
  --syntax_normal: #1b1e23;
  --syntax_comment: #a9b0bc;
  --syntax_number: #20a5ba;
  --syntax_keyword: #c30771;
  --syntax_atom: #10a778;
  --syntax_string: #008ec4;
  --syntax_error: #ffbedc;
  --syntax_unknown_variable: #838383;
  --syntax_known_variable: #005f87;
  --syntax_matchbracket: #20bbfc;
  --syntax_key: #6636b4;
  --mono_fonts: 82%/1.5 Menlo, Consolas, monospace;
  --out-color: #d8d8d8;
}
.tooltipXCV-wrapper .hide {
  display: none;
}
.tooltipXCV-wrapper .grid polygon {
  stroke: #171620;
}
.tooltipXCV-wrapper #marker-square,
.tooltipXCV-wrapper #marker-arrow {
  fill: #7568af;
}
.tooltipXCV-wrapper polyline {
  stroke: #7568af;
}
.tooltipXCV-wrapper .tooltipXCV-wrapper .profile {
  stroke: #a49fef;
}
.tooltipXCV-wrapper .top-face {
  fill: #433f81;
  stroke: #322f68;
}
.tooltipXCV-wrapper .right-face {
  fill: #322f68;
  stroke: #322f68;
}
.tooltipXCV-wrapper .left-face {
  fill: #39366e;
  stroke: #322f68;
}
.tooltipXCV-wrapper text tspan {
  fill: #cac6ff;
  stroke: #433f81;
}
.tooltipXCV-wrapper text tspan + tspan {
  fill: #cac6ff;
  stroke: none;
}

.node:hover {
  cursor: pointer;
}

svg {
  cursor: grab;
}

.node polygon {
  fill: #ccc;
  stroke: #666;
  stroke-width: 0.5;
}

text {
  font-family: helvetica, sans-serif;
  font-weight: 700;
}

.shadow {
  color: #fff;
  stroke: #fff;
  stroke-width: 8;
}

.node:hover polygon {
  fill: red;
  stroke: #fff;
  stroke-width: 1;
}

.tooltipXCV {
  background: white;
  
  color: #333;
  /* position: absolute; */
  font-size: 12px;
  text-align: center;
  height: 100%;
  z-index: 10;
  text-align: left;
  
}

.tooltipXCV-wrapper {
  font-family: "Roboto", sans-serif;
  opacity: 0;
  display: none;
  left: 20%;
  top: 20%;
  bottom: 0;
  right: 40px;
  position: fixed;
  
  
  
}
.header {
  display: flex;
  border-bottom: 1px solid var(--light-silver);
  position: absolute;
  /* height: 58px; */
  left: 0;
  right: 0;
  top: 0;
  z-index: 12;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: var(--white);
  align-items: center;
  justify-content: space-between;
  padding: 10px 15px;
}
.header #close {
  order: 4;
  background: white;
  padding: 8px;
  cursor: pointer;
}
.header .title {
  order: 0;
}
/*.draw-area {
  height: 84vh;
}*/
.footer {
  display: flex;
  border-top: 1px solid var(--light-silver);
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 12;
  transition: all 0.25s cubic-bezier(0.785, 0.135, 0.15, 0.86);
  background-color: var(--white);
  align-items: center;
  justify-content: space-between;
  padding: 18px 15px;
}
.nodata{
  text-transform: capitalize;
  margin: auto;
  font-weight: 700;
  text-align: center;
  height: 100%;
  padding-top: 18%;
}
.nodata svg{
  max-width: 70px;
  max-height: 100px;
  fill: var(--out-color);
}

.links polyline, .link{
  cursor: pointer;
}
div.tooltipXCVsankey {   
  position: absolute;           
  text-align: left;           
  /* width: 95px;                   */
  height: 40px;                 
  padding: 4px;             
  font: 11px sans-serif;        
  background: var(--white);   
  border: 0px;      
  border-radius: 8px;           
  pointer-events: none;         
}