body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}#root{background-color:#302c3a;display:flex;flex-direction:column;justify-content:center;max-height:100vh;min-height:100vh;min-width:100%}.node{display:inline-block;outline:1px solid grey}.node-finish{background-color:red}.node-start{background-color:green}.node-visited{-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:visitedAnimation;animation-name:visitedAnimation;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}@-webkit-keyframes visitedAnimation{0%{background-color:rgba(0,0,66,.75);border-radius:100%;-webkit-transform:scale(.3);transform:scale(.3)}50%{background-color:rgba(217,17,187,.75)}75%{background-color:rgba(34,17,217,.75);-webkit-transform:scale(1.2);transform:scale(1.2)}to{background-color:rgba(0,218,69,.75);-webkit-transform:scale(1);transform:scale(1)}}@keyframes visitedAnimation{0%{background-color:rgba(0,0,66,.75);border-radius:100%;-webkit-transform:scale(.3);transform:scale(.3)}50%{background-color:rgba(217,17,187,.75)}75%{background-color:rgba(34,17,217,.75);-webkit-transform:scale(1.2);transform:scale(1.2)}to{background-color:rgba(0,218,69,.75);-webkit-transform:scale(1);transform:scale(1)}}.node-wall{background-color:#557482}.node-shortest-path{-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:shortestPath;animation-name:shortestPath;-webkit-animation-play-state:running;animation-play-state:running;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}@-webkit-keyframes shortestPath{0%{background-color:#fffe6a;-webkit-transform:scale(.6);transform:scale(.6)}50%{background-color:#fffe6a;-webkit-transform:scale(1.2);transform:scale(1.2)}to{background-color:#fffe6a;-webkit-transform:scale(1);transform:scale(1)}}@keyframes shortestPath{0%{background-color:#fffe6a;-webkit-transform:scale(.6);transform:scale(.6)}50%{background-color:#fffe6a;-webkit-transform:scale(1.2);transform:scale(1.2)}to{background-color:#fffe6a;-webkit-transform:scale(1);transform:scale(1)}}.grid-container{display:block;margin:10px auto}button{margin:2px}.btn-container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:center;margin:0;width:100%}tbody{display:block;margin:0 auto;min-width:320px;width:70%}tr{align-items:center;display:flex;flex-direction:row;justify-content:center;width:100%}td{aspect-ratio:1;flex-basis:0;flex-grow:1}
/*# sourceMappingURL=main.3dd20a51.css.map*/