/** @format */
.node {
  cursor: pointer;
  border-radius: 10px;
}

.node circle {
  fill: #fff;
  stroke: steelblue;
  stroke-width: 1.5px;
}

.node text {
  font: 14px;
  font-family: "Roboto", sans-serif;
}

.link {
  fill: none;
  stroke: #ccc;
  stroke-width: 1.5px;
}

div.tooltip-donut {
  position: absolute;
  padding: 4px;
  background: #ffffff;
  color: #313639;
  border: 1px solid black;
  border-radius: 4px;
  pointer-events: none;
  /* right: 0; */
  /* top: 0; */
}

.myBox {
  border-radius: 2px;
  /* display: inline-block; */
  flex-direction: column;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  justify-content: center;
}

.myBox p {
  font-size: 18px;
  color: white;
  font-family: "Roboto", sans-serif;
}

/* svg {
        overflow-x: auto;
        overflow-y: auto;
    } */
