html, body {  
  margin: 0;
  padding: 0;
  background-color: #ffffff;
}
.node {
  cursor: pointer;
}
.node-unclickable{
  cursor: default;
}
.node text {
  /* font-family: 'Open Sans', sans-serif; */
  font-family:sans-serif;
  font-size: 13px;
  font-weight: 600;
}
.link {
  fill: none;
  stroke: #26304d;
  stroke-width: 1px;
}
.node:focus {
  outline: none !important;
}
.node:focus-visible > rect {
  outline: dashed 3px #a61d37 !important;
  border-radius: 5px !important;
}
::selection {
  fill: white;
}

#enlargedImage{
  width: 100%;
}
.nodeImage{
  cursor: zoom-in;
  transition: 0.25s ease;
}
.nodeImage img{
  max-width: 90%;
  border: solid 1px #c1c1c1;
}
.nodeImage div{
  text-align: center;
}