* {
  box-sizing: border-box
}
body, html {
  margin: 0;
  padding: 0;
  width: 100%
}
#root {
  height: 100vh;
  overflow: hidden
}
@media (max-width:767px) {
  #root {
    height: auto;
    overflow: scroll
  }
}
body {
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  margin: 0
}
code {
  font-family: source-code-pro, Menlo, Monaco, Consolas, Courier New, monospace
}
.sc-iIDYcT
{
	width: 75%; 
	float:none;
	margin-left: auto;
	margin-right: auto;
}

.d3-tip
{
	display: none;
}

a.sc-kxucbN.ihWwOp
{

}

.node {
  cursor: pointer;
  opacity: 1
}
.node.root {
  fill: #d6e7fa !important
}
.node.root.hide {
  opacity: .4
}
.node.leaf {
  fill: #fff
}
.node.active {
  stroke: #fff;
  stroke-width: 1.5px
}
.node.hover, .node:hover {
  stroke: #000;
  stroke-width: 1.5px
}
.node.hide {
  opacity: .12
}
.hide-visited .node.visited {
  fill: #ccc !important;
  opacity: .3
}
.label {
  font-size: 13px;
  opacity: 1;
  pointer-events: none
}
.label.hide .labelContainer span {
  opacity: .5
}
.label .labelContainer {
  box-sizing: border-box;
  display: table;
  height: 100%;
  opacity: 1;
  padding: 8px;
  text-align: center;
  width: 100%;
  word-break: break-word
}
.label .labelContainer > div {
  display: table-cell;
  text-align: center;
  vertical-align: middle
}
.label .labelContainer > div > span {
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  display: -webkit-box;
  font-weight: 500;
  -webkit-hyphens: auto;
  hyphens: auto;
  opacity: 1;
  overflow: hidden;
  padding: 0;
  pointer-events: none;
  text-align: center;
  width: 100%
}
.hide-labels g.label .labelContainer span {
  opacity: 0
}
.tgl {
  display: none
}
.tgl, .tgl *, .tgl :after, .tgl :before, .tgl + .tgl-btn, .tgl:after, .tgl:before {
  box-sizing: border-box
}
.tgl ::selection, .tgl :after::selection, .tgl :before::selection, .tgl + .tgl-btn::selection, .tgl::selection, .tgl:after::selection, .tgl:before::selection {
  background: 0 0
}
.tgl + .tgl-btn {
  background: #d9d9d9;
  border-radius: 2em;
  cursor: pointer;
  display: inline-block;
  height: 1.5em;
  margin-right: 1em;
  outline: 0;
  padding: 2px;
  position: relative;
  transition: all .4s ease;
  -webkit-user-select: none;
  user-select: none;
  vertical-align: bottom;
  width: 3em
}
.tgl + .tgl-btn:after, .tgl + .tgl-btn:before {
  content: "";
  display: block;
  height: 100%;
  position: relative;
  width: 50%
}
.tgl + .tgl-btn:after {
  background: #fff;
  border-radius: 50%;
  box-shadow: 0 1px 4px -2px #000;
  left: 0;
  transition: all .2s ease
}
.tgl + .tgl-btn:before {
  display: none
}
.tgl:checked + .tgl-btn:after {
  left: 50%
}
.tgl:checked + .tgl-btn {
  background: #a9c945
}
.d3-tip {
  background: rgba(0, 0, 0, .8);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  line-height: 1;
  opacity: 0 !important;
  padding: 12px;
  position: relative;
  z-index: 10
}
.d3-tip:after {
  box-sizing: border-box;
  color: rgba(0, 0, 0, .8);
  content: "\25BC";
  display: inline;
  font-size: 10px;
  left: 0;
  line-height: 1;
  margin: -1px 0 0;
  position: absolute;
  text-align: center;
  top: 100%;
  width: 100%
}
.d3-tip.show {
  transition: opacity .2s ease-out
}
.d3-tip.no-delay, .d3-tip.show {
  opacity: 1 !important
}
.hide-tooltip .d3-tip {
  display: none !important
}
.scrollmask {
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
  overflow-y: auto;
  position: relative
}
#path {
  background: hsla(0, 0%, 100%, .5);
  font-size: 13px !important;
  left: 0;
  min-height: 35px;
  padding: 5px 0;
  position: absolute;
  text-align: center;
  top: 0;
  white-space: nowrap;
  width: 100%;
  z-index: 9
}
#path .content {
  padding-left: 10px;
  padding-right: 90px;
  position: relative
}
#path .active {
  font-weight: 700;
  line-height: 1.5rem
}
#path button {
  background-clip: padding-box;
  border: none;
  border-radius: 5px;
  position: relative
}
#path button:focus {
  outline: 0
}
#path button .path-tip {
  background: rgba(0, 0, 0, .8);
  border-radius: 3px;
  color: #fff;
  font-size: 12px;
  left: 50%;
  line-height: 1;
  margin-top: 10px;
  opacity: 0;
  padding: 12px;
  position: absolute;
  top: 100%;
  transition: opacity .2s ease-out;
  visibility: hidden;
  z-index: 999
}
#path button .path-tip:after {
  box-sizing: border-box;
  color: rgba(0, 0, 0, .8);
  content: "\25B2";
  display: inline;
  font-size: 10px;
  left: 0;
  line-height: 1;
  margin: -1px 0 0;
  position: absolute;
  text-align: center;
  top: -8px;
  width: 100%
}
#path button.show-tip .path-tip {
  opacity: 1;
  visibility: visible
}
#path .divider {
  color: rgba(0, 0, 0, .5);
  padding-left: .45em;
  padding-right: .45em
}
.soul-link {
  color: #fff;
  font-size: 11px;
  pointer-events: all;
  text-decoration: none
}
#content {
  height: 95vh;
  overflow-y: hidden;
}
.circle-area {
  display: flex
}
.circle-content-area {
  background-color: #faebd7;
  height: 100vh;
  min-height: 100vh;
  overflow-y: auto;
  padding: 16px;
  width: 400px
}
.circle-content-area pre {
  font-family: sans-serif;
  font-size: 15px;
  line-height: 1.5;
  white-space: pre-wrap
}
.circle-pack-area {
  flex-grow: 1;
  height: 100vh;
  overflow-y: scroll;
  padding: 8px
}
.App {
  text-align: center
}
.App-logo {
  height: 40vmin;
  pointer-events: none
}
@media (prefers-reduced-motion:no-preference) {
  .App-logo {
    -webkit-animation: App-logo-spin 20s linear infinite;
    animation: App-logo-spin 20s linear infinite
  }
}
.App-header {
  align-items: center;
  background-color: #282c34;
  color: #fff;
  display: flex;
  flex-direction: column;
  font-size: calc(10px + 2vmin);
  justify-content: center;
  min-height: 100vh
}
.App-link {
  color: #61dafb
}
@-webkit-keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
@keyframes App-logo-spin {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg)
  }
  to {
    -webkit-transform: rotate(1turn);
    transform: rotate(1turn)
  }
}
/*# sourceMappingURL=main.51b82415.css.map*/