#app,body,html{margin:0}#app{width:100vw;height:100vh}#tooltips{position:absolute;color:#fff;background-color:rgba(0,0,0,.7);box-shadow:2px 2px 2px 0 #000;display:none;padding:10px;border-radius:8px}.animate-path{stroke-dasharray:10;stroke-dashoffset:100;-webkit-animation:dash 1s linear infinite;animation:dash 1s linear infinite}@-webkit-keyframes dash{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}@keyframes dash{0%{stroke-dashoffset:100}to{stroke-dashoffset:0}}