
.noshow{
  display: none; width: 0; height: 0; pointer-events: none;
}
.bubble-label {
  text-align: center;
  font-weight: 400;
  line-height: 1.2;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.bubble-value {
  color: rgba(255, 255, 255, 0.8);
  font-weight: 300;
  cursor: default;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
 

.outer-bubble .chart text {
  fill: #fff;
  transition: all 0.3s;
  text-overflow: ellipsis;
}
 

.chart {
  margin: 0 auto;
  max-width: 675px;
  max-height: 675px;
}

.chart-svg {
  width: 100%;
  height: 100%;
}

.node {
  cursor: default;
}
.node:nth-child(1) .graph {
  -webkit-animation-delay: 0.033s;
          animation-delay: 0.033s;
}
.node:nth-child(2) .graph {
  -webkit-animation-delay: 0.066s;
          animation-delay: 0.066s;
}
.node:nth-child(3) .graph {
  -webkit-animation-delay: 0.099s;
          animation-delay: 0.099s;
}
.node:nth-child(4) .graph {
  -webkit-animation-delay: 0.132s;
          animation-delay: 0.132s;
}
.node:nth-child(5) .graph {
  -webkit-animation-delay: 0.165s;
          animation-delay: 0.165s;
}
.node:nth-child(6) .graph {
  -webkit-animation-delay: 0.198s;
          animation-delay: 0.198s;
}
.node:nth-child(7) .graph {
  -webkit-animation-delay: 0.231s;
          animation-delay: 0.231s;
}
.node:nth-child(8) .graph {
  -webkit-animation-delay: 0.264s;
          animation-delay: 0.264s;
}
.node:nth-child(9) .graph {
  -webkit-animation-delay: 0.297s;
          animation-delay: 0.297s;
}
.node:nth-child(10) .graph {
  -webkit-animation-delay: 0.33s;
          animation-delay: 0.33s;
}
.node:nth-child(11) .graph {
  -webkit-animation-delay: 0.363s;
          animation-delay: 0.363s;
}
.node:nth-child(12) .graph {
  -webkit-animation-delay: 0.396s;
          animation-delay: 0.396s;
}
.node:nth-child(13) .graph {
  -webkit-animation-delay: 0.429s;
          animation-delay: 0.429s;
}
.node:nth-child(14) .graph {
  -webkit-animation-delay: 0.462s;
          animation-delay: 0.462s;
}
.node:nth-child(15) .graph {
  -webkit-animation-delay: 0.495s;
          animation-delay: 0.495s;
}
.node:nth-child(16) .graph {
  -webkit-animation-delay: 0.528s;
          animation-delay: 0.528s;
}
.node:nth-child(17) .graph {
  -webkit-animation-delay: 0.561s;
          animation-delay: 0.561s;
}
.node:nth-child(18) .graph {
  -webkit-animation-delay: 0.594s;
          animation-delay: 0.594s;
}
.node:nth-child(19) .graph {
  -webkit-animation-delay: 0.627s;
          animation-delay: 0.627s;
}
.node:nth-child(20) .graph {
  -webkit-animation-delay: 0.66s;
          animation-delay: 0.66s;
}
.node:nth-child(21) .graph {
  -webkit-animation-delay: 0.693s;
          animation-delay: 0.693s;
}
.node:nth-child(22) .graph {
  -webkit-animation-delay: 0.726s;
          animation-delay: 0.726s;
}
.node:nth-child(23) .graph {
  -webkit-animation-delay: 0.759s;
          animation-delay: 0.759s;
}
.node:nth-child(24) .graph {
  -webkit-animation-delay: 0.792s;
          animation-delay: 0.792s;
}
.node:nth-child(25) .graph {
  -webkit-animation-delay: 0.825s;
          animation-delay: 0.825s;
}
.node:nth-child(26) .graph {
  -webkit-animation-delay: 0.858s;
          animation-delay: 0.858s;
}
.node:nth-child(27) .graph {
  -webkit-animation-delay: 0.891s;
          animation-delay: 0.891s;
}
.node:nth-child(28) .graph {
  -webkit-animation-delay: 0.924s;
          animation-delay: 0.924s;
}
.node:nth-child(29) .graph {
  -webkit-animation-delay: 0.957s;
          animation-delay: 0.957s;
}
.node:nth-child(30) .graph {
  -webkit-animation-delay: 0.99s;
          animation-delay: 0.99s;
}

.node circle {
  transition: transform 200ms ease-in-out;
}

.node:hover circle {
  transform: scale(1.05);
}

.graph {
  opacity: 0;
  -webkit-animation-name: animateIn;
          animation-name: animateIn;
  -webkit-animation-duration: 900ms;
          animation-duration: 900ms;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  -webkit-animation-timing-function: cubic-bezier(0.7, 0.85, 0.41, 1.21);
          animation-timing-function: cubic-bezier(0.7, 0.85, 0.41, 1.21);
}

@-webkit-keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-8deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}

@keyframes animateIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-8deg);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
  }
}
.d3-tip-outer {
  position: relative;
}

.d3-tip {
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  padding:10px;
  color: #fff;
  border-radius: 6px;
}

.d3-stem {
  width: 0;
  height: 0;
  position: absolute;
  bottom: -45px;
  left: 55%;
  border-style: solid;
  border-width: 48px 15px 0 0;
  transform: rotate(17deg);
  transform-origin: 100% 0;
  z-index: 2;
}




.line {
  stroke-linejoin: round !important;
  stroke-width: 1.5; 
fill: none;
}

.axis path {
stroke: black;
}

.text {
font-size: 12px;
}

.title-text {
font-size: 12px;
}
#line-chart svg{
  max-width: 100%;
  width: 100% !important;
}

