body{margin:0;font-family:"Segoe UI";font-size:16px}table{margin:20px auto}td{width:30px;height:30px;border:1px solid;-moz-user-select:none;-ms-user-select:none;user-select:none;-webkit-user-select:none}.wall{-webkit-animation:wallAnimation .3s;animation:wallAnimation .3s;background-color:#0c3547;border-color:#fff}.start{background-color:#5a7be0;-webkit-animation:startAnimation .5s ease-out;animation:startAnimation .5s ease-out}.visited{background-color:#81cfe0;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation:visitedAnimation 1s ease-out;animation:visitedAnimation 1s ease-out}.path{background-color:#ff0;-webkit-animation-delay:0s;animation-delay:0s;-webkit-animation:startAnimation .2s ease-out;animation:startAnimation .2s ease-out}.goal{background-color:red;-webkit-animation:startAnimation .5s ease-out;animation:startAnimation .5s ease-out}li{margin:15px 15px 10px;font-weight:600}.info,li{display:inline-block}.info{position:relative;height:22px;width:22px;margin-right:10px;top:5px;border:1px solid #93a9ee}#startNode{background-color:#4169e1}#goalNode{background-color:red}#unvisitedNode{background-color:#fff}#visitedNode{background-color:#81cfe0}#pathNode{background-color:#ff0}#wallNode{background-color:#0c3547}@-webkit-keyframes startAnimation{0%{transform:scale(.3)}50%{transform:scale(.8)}to{transform:scale(1)}}@keyframes startAnimation{0%{transform:scale(.3)}50%{transform:scale(.8)}to{transform:scale(1)}}@-webkit-keyframes visitedAnimation{0%{transform:scale(.3);background-color:#e4f1fe}50%{transform:scale(.8);background-color:#c5eff7}to{transform:scale(1);background-color:#81cfe0}}@keyframes visitedAnimation{0%{transform:scale(.3);background-color:#e4f1fe}50%{transform:scale(.8);background-color:#c5eff7}to{transform:scale(1);background-color:#81cfe0}}@-webkit-keyframes wallAnimation{0%{transform:scale(.3);background-color:#0c3547}50%{transform:scale(1.2);background-color:#0c3547}to{transform:scale(1);background-color:#0c3547}}@keyframes wallAnimation{0%{transform:scale(.3);background-color:#0c3547}50%{transform:scale(1.2);background-color:#0c3547}to{transform:scale(1);background-color:#0c3547}}
/*# sourceMappingURL=main.797a4de2.chunk.css.map */