svg.navigable-svg > rect.navigation-handle {
  fill-opacity: 0;
  stroke: #000;
}
svg.navigable-svg > rect.navigation-handle.pan {
  cursor: move;
}
svg.navigable-svg > rect.navigation-handle.zoom-in {
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
svg.navigable-svg > rect.navigation-handle.zoom-out {
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.hnx-widget-view svg {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.hnx-widget-view .nodes .fixed .internal {
  stroke: grey;
  stroke-width: 3;
  stroke-dasharray: 6, 3;
}
.hnx-widget-view .edges .fixed rect {
  stroke-width: 3;
  stroke-dasharray: 6, 3;
}
.hnx-widget-view .nodes {
  cursor: pointer;
}
.hnx-widget-view .nodes .internal {
  fill: #fff;
}
.hnx-widget-view .nodes .selected circle.bottom,
.hnx-widget-view .nodes g:hover circle.bottom {
  stroke: #000;
  stroke-width: 4;
  fill-opacity: 0.2;
}
.hnx-widget-view .nodes .selected {
  cursor: move;
}
.hnx-widget-view .nodes .top {
  visibility: hidden;
  pointer-events: none;
}
.hnx-widget-view .nodes .error .top {
  visibility: inherit;
}
#checkerboard rect:nth-child(3n) {
  fill-opacity: 0;
}
#checkerboard rect {
  fill: #fff;
}
.hnx-widget-view .nodes text {
  fill: #a9a9a9;
  alignment-baseline: middle;
  text-anchor: middle;
  pointer-events: none;
}
.hnx-widget-view .edges {
  stroke-width: 1.5;
}
.hnx-widget-view .edges text {
  alignment-baseline: middle;
  text-anchor: middle;
  font-style: italic;
  stroke-width: 0;
}
.hnx-widget-view .edges path {
  pointer-events: visibleStroke;
  stroke-width: 1.5;
  fill-opacity: 0;
}
.hnx-widget-view .bipartite.edges rect {
  fill-opacity: 1;
  fill: #fff;
  stroke-width: 1.5;
}
.hnx-widget-view .edges :hover path,
.hnx-widget-view .edges :hover rect {
  fill-opacity: 0.5;
  fill: inherit;
  stroke-width: 3;
  cursor: pointer;
}
.hnx-widget-view .edges .selected path,
.hnx-widget-view .edges .selected rect {
  fill: inherit;
  stroke-width: 5;
  fill-opacity: 0.2;
}
.hnx-widget-view table.hnx-tooltip {
  border: 1px solid #000;
  background: hsla(0, 0%, 100%, 0.75);
  margin: 0.5em;
  padding: 0.5em;
  max-width: 150px;
  border-collapse: unset;
  border-spacing: unset;
}
.hnx-widget-view table th {
  text-align: center;
}
.hnx-widget-view table td,
.hnx-widget-view table th {
  padding: inherit;
}
.hnx-widget-view table td:first-child {
  padding-right: 0.5em;
}
.hnx-widget-view .hiddenState {
  opacity: 0.1;
}
.hnx-widget-view .edge-brush rect.handle,
.hnx-widget-view .edge-brush rect.selection {
  visibility: hidden;
}
.hnx-widget-view .edge-brush line {
  stroke: #d3d3d3;
  stroke-width: 1px;
}
.tableCont {
  width: 490px;
  height: 300px;
  overflow-y: auto;
}
.hideButton {
  visibility: hidden;
}
.hoverShowButton:hover .hideButton {
  visibility: visible;
}
.showButton {
  visibility: visible;
}
.hbarCont {
  border: 0.1mm solid #000;
  width: 25px;
  margin-right: 5px;
  display: inline-block;
}
.hbar {
  min-width: 1px;
  height: 1em;
  background-color: grey;
}
.barChart {
  display: inline-block;
  border: 0.1mm solid #fff;
  background-color: #42a5f5;
  width: 9px;
  max-height: inherit;
  min-height: 1px;
}
.palettePopUp {
  position: absolute;
  z-index: 5;
  top: 120px;
  left: 310px;
}
.popover-allColors {
  position: absolute;
  z-index: 999;
  bottom: 5px;
  left: 100px;
}
.bar {
  display: inline-block;
  border: 0.1mm solid #fff;
  background-color: #42a5f5;
  width: 9px;
  max-height: inherit;
  min-height: 1px;
}
.cover {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
}
.colorButtonCont,
.colorSetting {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row;
  flex-direction: row;
}
.colorButtonCont {
  width: 100%;
  padding-top: 10px;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
}
.MenuItem,
.MenuItem.selected {
  color: #00f;
}
.box {
  width: 95%;
  display: inline-block;
  opacity: 0.7;
}
.stack-top {
  padding: 3px;
  top: 10%;
  position: absolute;
  color: #404040;
}
/*# sourceMappingURL=demo.53ddd5fe.css.map */
