.node rect {
  fill: rgba(255, 255, 255, 0);
}

.node.active-node p {
  background-color: #E8F6FF;
}

.node p.graph-node-p {
  /* width: 200px;
    word-wrap: break-word;
    color: black;
    margin-bottom: 0px;
    border: .5px solid #c5e7f1;
    border-bottom: 5px solid #48B6DB;
    padding: 2px 15px 5px;
    text-align: left;
    font-weight: 400;
    background-color: white; */

  width: 210px;
  word-wrap: break-word;
  color: #111820;
  margin-bottom: 0px;
  padding: 12px 10px 15px 10px;
  text-align: left;
  height: 86px;
  box-shadow: 1.1px 3.8px 5px 0 rgba(149, 149, 149, 0.5);
  background-color: #ffffff;
  border: solid 1px #548bbf;
  font-size: 14px;
  font-weight: 500;
  text-align: left;
  color: #111820;
}

p.graph-node-p>.count-span {
  /* color: #48B6DB;
    font-size: 40px;
    margin-bottom: 5px;
    font-weight: 700;
     display: inline-block; */

  display: inline-block;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.5;
  text-align: left;
  color: #548bbf;
  float: right;
  border-left: solid 1px #c3cfe1;
  padding: 10px;
  height: 60px;

}

.edgePath path {
  stroke: #e9ebf0;
  fill: #e9ebf0;
  stroke-width: 1.5px;
}

#searchgraph {
  overflow: auto;
  display: flex;
  margin: 0px auto;
  width: 1015px;
  max-width: 1500px;
  min-height: 500px;
}

.edgeLabel .label {
  font-size: 14px;
  line-height: 1.71;
  letter-spacing: -0.4px;
  text-align: left;
  color: #111820;
}

/* .source-label-new {
  border-radius: 50%;
  width: 20px;
  height: 20px;
  padding: 4px 8px;
  text-align: center;
  z-index: 100;
  border: solid 1px #548bbf;
  text-align: left;
  color: #111820;
  background: #fff;
} */

.graph-nodes {
  font-family: "Montserrat";
}


.label>g>text>tspan {
  fill: #4c4c4c;
  stroke-width: 0px;
}

.graph-nodes:hover {
  /* fill: #008282;
    stroke: white; */
  cursor: pointer;
}

.edgePaths>.edgePath.edge-in-active>.path {
  fill: #55c6ff;
  stroke: #55c6ff;
  stroke-width: 2px;
}

.edgePaths>.edgePath.edge-out-active>.path {
  fill: #01a8f4;
  stroke: #01a8f4;
  stroke-width: 2px;
}

.edgePath.edge-in-active>defs path {
  fill: #55c6ff;
  stroke: #55c6ff;
}

.edgePath.edge-out-active>.label {
  border: solid 1px #01a8f4;
}

.edgePath.edge-out-active>.label {
  border: solid 1px #01a8f4;
}

.edgePath.edge-out-active>defs path {
  fill: #01a8f4;
  stroke: #01a8f4;
}

.edgePaths>.edgePath.active-flow-c>path,
.edgePath.active-flow-c>defs path {
  fill: #55c6ff;
  stroke: #55c6ff;
  stroke-width: 2px;
}
.outer-box.active-flow-checked {
    background-color: #55c6ff;
}
.outer-box.active-flow-unchecked {
    background-color: #01a8f4;
}

.round-shape.round-shape-fil-blue {
    border: 4px solid #55c6ff !important;
}
.round-shape.round-shape-fil-yellow {
    border: 4px solid #01a8f4 !important;
}
.source-label-new.active-flow-box-blue {
    background: #55c6ff !important;
    border: solid 1px #55c6ff;
    color: #ffffff !important;
}
.source-label-new.active-flow-box-yellow {
    background: #01a8f4 !important;
    border: solid 1px #01a8f4;
    color: #ffffff !important;
}
/* .edgePaths>.edgePath.active-flow-c.active-flow-e>path,
.edgePath.active-flow-c.active-flow-e>defs path {
  fill: #b7b90b;
  stroke: #b7b90b;
  stroke-width: 2px;
} */

.edgePaths>.edgePath.active-flow-e>path,
.edgePath.active-flow-e>defs path {
  fill: #01a8f4;
  stroke: #01a8f4;
  stroke-width: 2px;
}

.src-label-active {
  color: #ffffff !important;
  border: solid 1px #01a8f4;
  background: #01a8f4 !important;
}

.dest-label-active {
  color: #ffffff !important;
  border: solid 1px #55c6ff;
  background: #55c6ff !important;
}

.bar {
  fill: steelblue;
}

.bar:hover {
  fill: brown;
}

.axis--x path {
  display: none;
}

.checkbox-wrapper {
  display: inline-block;
  position: relative;
}

.checkbox-wrapper .check-in {
  width: 30px;
  height: 30px;
  padding: 7px;
  position: relative;
  display: inline-block;
}

.check-in input {
  display: inline-block;
  width: 100%;
  height: 100%;
  opacity: 0;
  margin: 0px;
  z-index: 100;
  cursor: pointer;
}

.check-in label {
  position: absolute;
  width: 16px;
  height: 16px;
  display: inline-block;
  left: 7px;
  top: 7px;
  margin: 0px;
  border: solid 1px #c2c2c2;
  cursor: pointer;
  z-index: 1;
}

.check-in label.checkbox-checked:after {
  content: "";
  width: 10px;
  height: 6px;
  position: absolute;
  top: 3px;
  left: 2px;
  border: 2px solid #fff;
  border-top: none;
  border-right: none;
  background: 0 0;
  opacity: 1;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.check-in label.checkbox-checked {
  background-color: #5fb72a;
  border: 1px solid #5fb72a;
}

.checkbox-wrapper .check-label {
  position: relative;
  float: right;
  padding: 7px;
  font-size: 12px;
  text-align: left;
  color: #787878;
  font-weight: 300;
}

.check-label label {
  margin: 0px;
}

.outer-box {
  background-color: #e9ebf0;
  border-radius: 10px;
}

.inner-box {
  display: inline-block;
  white-space: normal;
  word-break: break-all;
  width: 148px;
  height: auto;
  margin: 0px 0px 0px 9px;
  color: #43425d;
  background-color: #f2f6f8;
  border-radius: 0px 10px 10px 0px;
  padding-bottom: 10px;
}

.round-shape {
  width: 15px;
  height: 15px;
  background-color: #ffffff;
  margin: 5px;
  border-radius: 50%;
  border: 4px solid #e9ebf0;
  display: none;
}

.graph-node-p {
  font-size: 11px;
  font-weight: 500;
  padding: 15px 5px 5px 10px;
  /* color: #43425D; */
}

.inner-box > .count{
  font-size: 14px;
  font-weight: 700;
  padding-left: 10px;
  color: #43425D;
}

.count-span {
  font-size: 26px;
  font-weight: 600;
  padding: 5px;
  line-height: 1;
}
.source-label-new {
  height: 25px;
  font-size: 9px;
  min-width: 30px;
  padding: 3px 5px;
  text-align: center;
  z-index: 100;
  color: #43425d;
  background: #e9ebf0;
  font-weight: 500;
  border-radius: 5px;
  display: block;
  width: 45px;
}
.hide-tooltip {
  opacity: 0;
  position: absolute;
  top: -30px;
  display:none;
}
.show-tooltip {
  opacity: 1;
  position: absolute;
  width: auto;
  padding: 7px;
  box-shadow: rgba(0, 0, 0, 0.25) 0px 5px 15px 4px;
  background: #000000cc;
  color: white;
  font-weight: 500;
  font-size: 12px;
  border-radius: 5px;
  text-align: center;
  top:-30px;
  /* white-space: normal;
  word-break: break-all; */
}

.show-tooltip-0 {
  top: -47px;
  left: -25px;
}
.show-tooltip-1 {
  top: -44px;
  left: -25px;
}
.show-tooltip-2 {
  top: -44px;
  left: -25px;
}
.show-tooltip-3 {
  top: -44px;
  left: -25px;
}
.show-tooltip-4 {
  top: 2px;
  left: 1.2px;
}
.show-tooltip-5 {
  top: -44px;
  left: -25px;
}
.show-tooltip-6 {
  top: -30px;
  left: -145px;
} 
.show-tooltip-7 {
  top: -15px;
  left: 16px;
}
.show-tooltip-8 {
  top: -10px;
  left: -38px;
}
.show-tooltip-9 {
  top: -80px;
  left: 6px;
}
.show-tooltip-10 {
  top: -63px;
  left: 8px;
}
.show-tooltip-11 {
  top: -30px;
  left: -50px;
}
.show-tooltip-12 {
  top: -65px;
  left: -25px;
}
.show-tooltip-13 {
  top: -80px;
  left: 6px;
}
.show-tooltip-16 {
  top: -39px;
  left: -32px;
}
.show-tooltip-14 {
  top: -44px;
  left: -25px;
}
.show-tooltip-15 {
  top: -33px;
  left: -1px;
}
.show-tooltip-16 {
  top: -44px;
  left: -25px;
}
.show-tooltip-17 {
  top: -52px;
  left: -131px;
}
.show-tooltip-18 {
  top: -52px;
  left: -131px;
}


#drawNewGraphId{
  background-color: #50bdff;
  border: none;
  color: white;
  font-weight: 700;
  font-size: 12px;
  padding: 7px 10px;
  border-radius: 5px;
  height: 33px;
  width: 83px;
  /* background-image: url("../img/round-keyboard_backspace-right.svg");
  background-attachment: fixed;
  background-repeat: no-repeat; */

}
