body{margin:0;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI","Roboto","Oxygen","Ubuntu","Cantarell","Fira Sans","Droid Sans","Helvetica Neue",sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.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{background-color:#282c34;min-height:100vh;display:-webkit-flex;display:flex;-webkit-flex-direction:column;flex-direction:column;-webkit-align-items:center;align-items:center;-webkit-justify-content:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.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)}}.node{width:25px;height:25px;outline:.5px solid #dcdcdc;display:inline-block}.startNode{background-color:green}.finishNode{background-color:red}.visitedNode{-webkit-animation-name:visitedNodesAnimation;animation-name:visitedNodesAnimation;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes visitedNodesAnimation{0%{-webkit-transform:scale(.3);transform:scale(.3);background-color:#c800ff;outline:0;border-radius:100%}50%{background-color:#f6f;outline:0}75%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#99f;outline:0}to{-webkit-transform:scale(1);transform:scale(1);background-color:#09f}}@keyframes visitedNodesAnimation{0%{-webkit-transform:scale(.3);transform:scale(.3);background-color:#c800ff;outline:0;border-radius:100%}50%{background-color:#f6f;outline:0}75%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#99f;outline:0}to{-webkit-transform:scale(1);transform:scale(1);background-color:#09f}}.shortestPathNode{-webkit-animation-name:shortestPathNodesAnimation;animation-name:shortestPathNodesAnimation;-webkit-animation-duration:1.3s;animation-duration:1.3s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards}@-webkit-keyframes shortestPathNodesAnimation{0%{-webkit-transform:scale(.3);transform:scale(.3);background-color:#eee8aa;border-radius:40%}50%{-webkit-transform:scale(.8);transform:scale(.8);background-color:#eee8aa}75%{-webkit-transform:scale(1.3);transform:scale(1.3);background-color:#eee8aa}to{background-color:#eee8aa;-webkit-transform:scale(1);transform:scale(1)}}@keyframes shortestPathNodesAnimation{0%{-webkit-transform:scale(.3);transform:scale(.3);background-color:#eee8aa;border-radius:40%}50%{-webkit-transform:scale(.8);transform:scale(.8);background-color:#eee8aa}75%{-webkit-transform:scale(1.3);transform:scale(1.3);background-color:#eee8aa}to{background-color:#eee8aa;-webkit-transform:scale(1);transform:scale(1)}}.isWall{background-color:#000}.grid{margin-top:25px}.buttonsHeader{margin:auto;width:50%;display:-webkit-flex;display:flex;-webkit-justify-content:space-evenly;justify-content:space-evenly}.running{pointer-events:none}.infoModal{height:350px;width:350px;margin:200px auto auto}.green{color:green}.red{color:red}.modalContent{padding-top:40px;text-align:center}
/*# sourceMappingURL=main.759154bc.chunk.css.map */