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}.square{height:50px;width:50px;background-color:#555}.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:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.node{width:25px;height:25px;outline:1px solid #b4cef0;display:inline-block}.node-finish,.node-finish2{background-color:red}.node-start{background-color:green}.node-visited{-webkit-animation-name:visitedAnimation;animation-name:visitedAnimation;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes visitedAnimation{0%{transform:scale(.3);background-color:rgba(0,0,66,.75);border-radius:100%}50%{background-color:rgba(17,104,217,.75)}75%{transform:scale(1.2);background-color:rgba(0,217,159,.75)}to{transform:scale(1);background-color:rgba(0,190,218,.75)}}@keyframes visitedAnimation{0%{transform:scale(.3);background-color:rgba(0,0,66,.75);border-radius:100%}50%{background-color:rgba(17,104,217,.75)}75%{transform:scale(1.2);background-color:rgba(0,217,159,.75)}to{transform:scale(1);background-color:rgba(0,190,218,.75)}}.node-wall{background-color:#0c3547}.node-shortest-path{-webkit-animation-name:shortestPath;animation-name:shortestPath;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out;-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes shortestPath{0%{transform:scale(.6);background-color:#fffe6a}50%{transform:scale(1.2);background-color:#fffe6a}to{transform:scale(1);background-color:#fffe6a}}@keyframes shortestPath{0%{transform:scale(.6);background-color:#fffe6a}50%{transform:scale(1.2);background-color:#fffe6a}to{transform:scale(1);background-color:#fffe6a}}.node-shortest-path2{-webkit-animation-name:shortestPath2;animation-name:shortestPath2;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes shortestPath2{0%{transform:scale(.6);background-color:#fffe6a}50%{transform:scale(1.2);background-color:gold}to{transform:scale(1);background-color:orange}}@keyframes shortestPath2{0%{transform:scale(.6);background-color:#fffe6a}50%{transform:scale(1.2);background-color:gold}to{transform:scale(1);background-color:orange}}.gridlines{padding:40%;margin:1%}.navbar{width:100%;margin-bottom:3%}.navbar li{display:inline}.button{background-color:#066d20;padding:1%;cursor:pointer}.button,.button:disabled{display:inline-block;color:#fff;text-align:center;font-size:75%;width:13.1%;height:50px;transition:all .5s;float:left;border:1px solid #090124;margin-top:.25%}.button:disabled{background-color:#727573;padding:20px}.button:disabled,.dropbtn:disabled{cursor:pointer;opacity:.65;cursor:not-allowed}.dropbtn:disabled{display:inline-block;background-color:#676b68;border:none;color:#fff;text-align:center;font-size:75%;padding:1%;width:100%;height:50px;transition:all .5s;float:left}.distance{width:100%}.buttonBottom{display:inline-block;background-color:#2f4f4f;margin-top:0;margin-bottom:0;color:#fff;font-size:12px;transition:all .5s;cursor:normal;border:1px solid #090124}.buttonBottom,.footer{text-align:center;width:100%;height:5%}.footer{position:fixed;margin-top:5%;left:0;bottom:0;font-family:cursive;background-color:#000;color:#f5f5f5}.dropbtn{background-color:#066d20;border:none;color:#fff;text-align:center;font-size:75%;padding:1%;width:100%;height:50px}.dropbtn,.dropdown{display:inline-block;transition:all .5s;cursor:pointer;float:left}.dropdown{position:relative;width:16%;height:30px;margin-bottom:2%;margin-top:.25%}.dropdown-content{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;text-align:justify}.dropdown-content button{padding:5%}.dropdown-content :disabled{display:none;position:absolute;background-color:#fff;min-width:160px;box-shadow:0 8px 16px 0 rgba(0,0,0,.2);z-index:1;text-align:justify;opacity:.65;cursor:not-allowed}.dropdown-content button{margin-left:2%;margin-top:2%;width:95%;text-decoration:none;display:block}.dropdown-content button:hover{background-color:#ddd}.dropdown:hover .dropdown-content,.dropdown:hover .dropdown-content:disabled{display:table}.dropdown:hover .dropbtn{background-color:#066d20;background-color:#676b68;opacity:.65;cursor:not-allowed}h1{color:navy}h3{color:#00008b}i{color:#2f4f4f}
/*# sourceMappingURL=main.ede0d3f3.chunk.css.map */