.container{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:100rem;height:50rem;display:grid;grid-template-columns:repeat(40,1.2rem);grid-template-rows:repeat(40,1.2rem);grid-gap:0}.node{width:1rem;height:1rem;border:1px solid grey}.startingNode{background-color:#158d1f!important;cursor:pointer}.endingNode{background-color:#dc143c!important;cursor:pointer}.wall{animation:wallAnimation .7s;background-color:#373750}.visited{animation:animationVisited 2s;background-color:rgba(46,46,177,.815)}.start__button{position:absolute;right:20rem;top:25rem}.startDijsktra{padding:.5rem 1rem;background-color:red;color:#fff;border:none;outline:none;cursor:pointer}.startDijsktra:hover{background-color:#fff;color:red;border:1px solid red}@keyframes animationVisited{0%{transform:scale(.4);background-color:rgba(111,165,209,.836)}to{transform:scale(1);background-color:rgba(46,46,177,.815)}}@keyframes animationPath{0%{background-color:rgba(46,46,177,.815)}to{background-color:#d0ff00}}.shoretstPath{animation:animationPath 2s;background-color:#d0ff00}@keyframes wallAnimation{0%{transform:scale(.2);background-color:rgba(153,153,172,.815)}to{transform:scale(1);background-color:#373750}}.tutorial{width:20rem;height:20rem;position:absolute;top:6rem;right:34rem;z-index:1000;display:grid;grid-template-rows:repeat(4,1fr)}.startNodeTut{grid-row:1/2}.blockStart{margin-right:2rem;margin-left:2rem;width:2rem;height:2rem;background-color:#158d1f}.blockStartLegend{color:#000;font-size:1.6rem}.tutoFlex{display:flex;justify-content:flex-start;align-items:center}.blockEnd{margin-right:2rem;margin-left:2rem;width:2rem;height:2rem;background-color:#dc143c}.endNodeTut{grid-row:2/3}.blockEndLegend{color:#000;font-size:1.6rem}.blockwall{margin-right:2rem;margin-left:2rem;width:2rem;height:2rem;background-color:#373750}.tutWall{grid-row:3/4}.visitedTuto{grid-row:4/5}.blockVisited{background-color:rgba(46,46,177,.815)}.blockShortest,.blockVisited{margin-right:2rem;margin-left:2rem;width:2rem;height:2rem}.blockShortest{background-color:#d0ff00}.tutorialText{width:40rem;height:20rem;position:absolute;top:28rem;right:12rem;z-index:1000}
/*# sourceMappingURL=/style.4ed035d6.css.map */