#mainText{flex-direction:column}#mainText,#mainTextList{display:flex;align-items:center}#mainTextList{flex-wrap:wrap;flex-direction:row;justify-content:space-around}.shortest-path{height:25px;width:25px;background-color:#ffcc18}.visited{background-color:#5abd5e}.visited,.visited2{height:25px;width:25px}.visited2{background-color:rgba(217,17,187,.75)}.unvisited,.wall{height:25px;width:25px}.unvisited{background-color:#fff;border:3px solid #a5d5cd}.fa-flag-checkered,.h-5{height:25px;width:25px}.link-danger{color:#fff!important}.node{width:2rem;height:2rem;outline:1px solid #a5d5cd}.finish{background:url(/pathfinding-visualizer/static/media/flag-checkered-solid.ab8d47e2.svg) 50% no-repeat;background-color:#ffcc18}.start{background:#add8e6 url(/pathfinding-visualizer/static/media/chevron-right-solid.c3ee4024.svg) 50% no-repeat}.visited{-webkit-animation-name:visitedAnimation;animation-name:visitedAnimation;-webkit-animation-duration:1.5s;animation-duration:1.5s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-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%{-webkit-transform:scale(.3);transform:scale(.3);background-color:rgba(0,0,66,.75);border-radius:100%}50%{background-color:rgba(217,17,187,.75)}75%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:rgba(34,17,217,.75)}to{-webkit-transform:scale(1);transform:scale(1);background-color:#5abd5e}}@keyframes visitedAnimation{0%{-webkit-transform:scale(.3);transform:scale(.3);background-color:rgba(0,0,66,.75);border-radius:100%}50%{background-color:rgba(217,17,187,.75)}75%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:rgba(34,17,217,.75)}to{-webkit-transform:scale(1);transform:scale(1);background-color:#5abd5e}}.wall{background-color:#0c3547}.maze{-webkit-animation-name:maze;animation-name:maze;-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}.maze,.shortest-path{-webkit-animation-duration:1.5s;animation-duration:1.5s}.shortest-path{-webkit-animation-name:shortestPath;animation-name:shortestPath;-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%{-webkit-transform:scale(.6);transform:scale(.6);background-color:#ffcc18}50%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#ffcc18}to{-webkit-transform:scale(1);transform:scale(1);background-color:#ffcc18}}@keyframes shortestPath{0%{-webkit-transform:scale(.6);transform:scale(.6);background-color:#ffcc18}50%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#ffcc18}to{-webkit-transform:scale(1);transform:scale(1);background-color:#ffcc18}}@-webkit-keyframes maze{0%{-webkit-transform:scale(.6);transform:scale(.6);background-color:#18e8ff}50%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#18e8ff}to{-webkit-transform:scale(1);transform:scale(1);background-color:#18e8ff}}@keyframes maze{0%{-webkit-transform:scale(.6);transform:scale(.6);background-color:#18e8ff}50%{-webkit-transform:scale(1.2);transform:scale(1.2);background-color:#18e8ff}to{-webkit-transform:scale(1);transform:scale(1);background-color:#18e8ff}}.container{padding:0}.grid-container{margin:1rem;padding:1rem;display:flex;justify-content:center}button{margin:2px}.btn-success{background-color:#004d40!important}.btn-danger{background-color:#e65100!important;font-weight:600}#tutorialBtn{color:#000}#algoExplainedBtn,#tutorialBtn{border:none;font-weight:600;box-shadow:none!important}.App{text-align:center;position:relative;min-height:100vh}.App-logo{height:40vmin;pointer-events:none}body,html{top:0;margin:0;width:auto;display:flex;min-height:100%;font-family:"Montserrat",sans-serif;flex-direction:column}tbody{display:table-row-group}.content{min-height:100%;padding-bottom:9rem}footer{position:absolute;bottom:0;width:100%}nav{min-height:7vh}.navbar-toggler:focus{box-shadow:none}.navbar-brand{display:flex;align-items:center}#buttons-container{display:flex;flex-direction:row;justify-content:center;list-style-type:none}#navbarCollapse{flex-direction:row;justify-content:space-around}.navbar-nav{display:flex;align-items:center;justify-content:center}a{text-decoration:none}h4,h5{font-weight:800}@media screen and (max-width:500px){#buttons-container{flex-direction:column}}
/*# sourceMappingURL=main.ce6b2362.chunk.css.map */