.App #table{width:1400px;height:100%;margin-left:auto;margin-right:auto;display:table;white-space:normal;line-height:normal;box-sizing:border-box;border-spacing:0;padding-top:20px}.App .header{padding:20px;background:#00003f;color:#fff;justify-content:flex-start;flex-direction:row}.App .header .title{font-weight:700;font-style:italic;font-family:sans-serif;font-size:30px;padding-right:25px;color:#fff}.App .header .buttons{display:inline-block}.App #button-BFS{background-color:#2ea44f;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;font-weight:700;line-height:20px;padding:6px 16px;white-space:nowrap}.App #button-BFS:hover{background-color:#1ae253}.App #button-DFS{background-color:#2ea44f;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;font-weight:700;line-height:20px;padding:6px 16px;white-space:nowrap;margin-left:15px}.App #button-DFS:hover{background-color:#1ae253}.App #button-refresh{background-color:#2ea44f;border:2px solid #fff;border-radius:4px;color:#fff;cursor:pointer;font-family:-apple-system,system-ui,"Segoe UI",Helvetica,Arial,sans-serif,"Apple Color Emoji","Segoe UI Emoji";font-size:14px;font-weight:700;line-height:20px;padding:6px 16px;white-space:nowrap;margin-left:15px}.App #button-refresh:hover{background-color:#1ae253}.App .legend{padding-top:40px;vertical-align:middle;text-align:center}.App .legend .startNode{display:inline-block}.App .legend .shortestPathNode,.App .legend .targetNode,.App .legend .visitedNode,.App .legend .wallNode{display:inline-block;margin-left:20px}.App .legend .text{font-size:10;font-weight:700;font-family:sans-serif;margin-left:10px}tbody{display:table-row-group;vertical-align:middle}.App #table tbody #row{display:table-row;vertical-align:inherit;border:1px solid;border-color:inherit}.App #table tbody #row .cell,.App #table tbody #row .start-cell{border:1px solid #000;display:table-cell;vertical-align:inherit;height:25px;width:25px}.App #table tbody #row .start-cell{background-color:green;cursor:move}.App #table tbody #row .target-cell{background-color:red;cursor:move}.App #table tbody #row .target-cell,.visited{border:1px solid #000;display:table-cell;vertical-align:inherit;height:25px;width:25px}.visited{background-color:#00f}.wall{background-color:#1d1d2c}.shortest,.wall{border:1px solid #000;display:table-cell;vertical-align:inherit;height:25px;width:25px}.shortest{background-color:#ff0}
/*# sourceMappingURL=main.0b6a8900.chunk.css.map */