.App{text-align:center;align-content:center;align-items:center;align-self:center;line-height:10px}.node{width:25px;height:25px;outline:1px solid #afaeae;display:inline-block}.node-finish{animation-name:finishNodeAnimation;animation-duration:.7s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running;background-image:url(/algo-visualizer/static/media/finish.68b39c65.svg);background-size:25px 25px}@keyframes finishNodeAnimation{0%{background-color:#fff}60%{transform:scale(1.05)}to{transform:scale(1);background-color:#e7e7a3}}.node-start{animation-name:startNodeAnimation;animation-duration:.7s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running;background-image:url(/algo-visualizer/static/media/start.7c935208.svg);background-size:25px,25px}@keyframes startNodeAnimation{0%{background-color:#fff}75%{transform:scale(1.05)}to{transform:scale(1);background-color:#e3e49f}}.node-wall{animation-name:wallNodeAnimation;animation-duration:.4s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}@keyframes wallNodeAnimation{0%{transform:scale(.9);background-color:#dbd6d6}75%{transform:scale(1.15)}to{transform:scale(1);background-color:#7e7e79}}.node-visited{animation-name:visitedAnimation;animation-duration:2s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}@keyframes visitedAnimation{0%{transform:scale(.3);border-radius:50%;outline:0;background-color:rgba(89,224,202,.75);border-radius:100%}50%{outline:0;background-color:rgba(12,37,180,.75)}60%{transform:scale(1);outline:1px;background-color:rgba(60,96,196,.75)}to{transform:scale(1);background-color:rgba(129,209,219,.774)}}.node-path{animation-name:shortestPath;animation-duration:1.5s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}@keyframes shortestPath{0%{transform:scale(.6);background-color:#e2b889}50%{transform:scale(1.2);background-color:#d67507}to{transform:scale(1);background-color:#e6d6aa}}.grid{margin-top:75px;margin-left:0;line-height:0}.piles{grid-row-gap:5px}.algoDescription{margin-top:5%;animation-name:sortingDescriptionAnimation;animation-duration:2s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running;color:#000}.algoComplexity,.algoDescription{-webkit-user-select:none;-o-user-select:none;user-select:none}@keyframes sortingDescriptionAnimation{0%{margin-top:0;color:#fff}}.pile{position:static;min-width:20px}.pile,.pile-changing{outline:1px solid #867474;display:inline-block;vertical-align:bottom;margin-top:70px;width:20px}.pile-changing{background:#e4e678}.pile-finished{outline:1px solid #867474;display:inline-block;width:20px;vertical-align:bottom;margin-top:70px;animation-name:pileFinishAnimation;animation-duration:1s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-fill-mode:forwards;animation-play-state:running}@keyframes pileFinishAnimation{0%{background-color:#fff}to{outline-color:#fff;font-size:0}}.value{margin-top:5px;-webkit-user-select:none;-o-user-select:none;user-select:none;font-family:monospace;animation-name:pileAppearAnimation;animation-duration:.5s;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-fill-mode:forwards;animation-play-state:running}@keyframes pileAppearAnimation{0%{margin-top:4px;font-size:0}to{margin-top:4px}}:root{--hover-color:#d0d6d4}.main{color:#201f1f;text-align:center;height:700px;margin-top:-50px}.quote{margin-left:400px;margin-top:30px;margin-bottom:-3px;font-size:17px;font-family:monospace;color:#fff}.quoteText{animation-name:quoteAnimation;animation-duration:1s;animation-delay:1.2s;animation-timing-function:ease-out;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}@keyframes quoteAnimation{0%{color:#fff}to{color:#686868}}.welbotron{position:relative;padding-top:2.2em;background:rgb(0,0)}.welc{margin-top:-70px;height:350px}.welcome{margin-top:0;color:#000;font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";font-size:3.7rem;font-weight:300;line-height:1.2;-webkit-user-select:none;-o-user-select:none;user-select:none;animation-name:welcomeAnimation;animation-duration:1s;animation-timing-function:ease-out;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.navbtn{font-family:Calibri;margin-left:3px;width:140px;max-height:40px}@keyframes welcomeAnimation{0%{color:#ebebeb}to{color:#000;margin-top:200px}}.mainpage-btn{margin-left:10px;padding:100px;display:flex;justify-content:center;align-items:center;min-height:100vh;font-family:consolas}h1+.mainpage-b{margin-left:30px}.mainpage-b+.mainpage-b,h1+.mainpage-b{color:#fff;background:#fff}.mainpage-b{border-radius:3px;-webkit-user-select:none;-o-user-select:none;user-select:none;margin-left:40px;margin-top:50px;position:relative;min-width:100px;display:inline-block;padding:15px 30px;text-transform:uppercase;letter-spacing:2px;text-decoration:none!important;overflow:hidden;transition:.2s;color:#ebebeb;animation-name:buttonAnimation;animation-duration:2s;animation-delay:.75s;animation-timing-function:ease-out;animation-iteration-count:1;animation-direction:alternate;animation-fill-mode:forwards;animation-play-state:running}@keyframes buttonAnimation{0%{color:#ebebeb}to{color:#000;background:#f1eeee}}.mainpage-b:hover{color:#888742;background:var(--hover-color);box-shadow:0 0 10px var(--hover-color),0 0 40px var(--hover-color),0 0 80px var(--hover-color);transition-delay:.2s}.mainpage-b span{position:absolute;display:block}.mainpage-b span:first-child{top:0;left:-100%;width:100%;height:2px;background:linear-gradient(90deg,transparent,var(--hover-color))}.mainpage-b:hover span:first-child{left:100%;transition:1s}.modal-body-alert{margin-top:15px;font-size:20px}.intro{text-align:left;font-size:17px;line-height:1.6}.uses-list{margin-top:10px;margin-left:10px;line-height:.5;font-family:monospace}.tips{color:#636363;margin-top:-15px;font-size:16px}.simg{margin-right:3px;background-image:url(/algo-visualizer/static/media/s.7c935208.svg)}.fimg,.simg{display:inline-block;margin-left:3px;height:30px;width:30px;background-size:30px,30px}.fimg{background-image:url(/algo-visualizer/static/media/f.68b39c65.svg)}.githubimg{-webkit-user-select:none;user-select:none}.ptron-stage{position:absolute;margin-top:70px;margin-left:15px;animation-name:stageAnimation;animation-duration:1.5s;animation-timing-function:ease-out;animation-delay:0s;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.w-text{margin-top:10px;font-family:monospace;font-size:20px}.num{color:#5d8b70}.pongDescription{-webkit-user-select:none;-o-user-select:none;user-select:none;animation-name:pongAnimation;animation-duration:1.5s;animation-timing-function:ease-out;animation-delay:.5s;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running;color:#fff}@keyframes pongAnimation{0%{color:#fff}to{color:#000}}.pong-stage,.pong-stage-notstarted{position:absolute;margin-top:70px;margin-left:15px}.pong-stage-notstarted{animation-name:stageAnimation;animation-duration:1.5s;animation-timing-function:ease-out;animation-delay:0s;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}@keyframes stageAnimation{0%{margin-top:-500px}}.game{margin:0;display:flex}.board{display:flex;margin-top:100px;margin-left:100px}.col+.col{margin-left:-15px;margin-right:15px;padding:initial}.piece{border:0 solid #add8e6}.piece,.virtual-piece{padding:0;max-width:50px;width:50px;height:50px}.virtual-piece{margin:0}.vp1{animation-name:virtualPiece1;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.vp1,.vp2{position:relative;width:47px;height:47px;border-radius:10px;animation-duration:.5s}.vp2{animation-name:virtualPiece2;animation-timing-function:ease-out;animation-delay:0;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}@keyframes virtualPiece1{0%{background-color:#fff}to{background-color:rgba(240,187,88,.7176470588235294)}}@keyframes virtualPiece2{0%{background-color:#fff}to{background-color:rgba(0,51,95,.6705882352941176)}}.p1{position:relative;width:47px;height:47px;border-radius:10px;background-color:#f0bb58;animation-name:p1animation;animation-duration:.2s;animation-timing-function:ease-out;animation-delay:0s;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}@keyframes p1animation{0%{background-color:#d1d1d1}to{background-color:#f0bb58}}.p1finished{position:relative;width:47px;height:47px;border-radius:10px;background-color:#f0bb58}.null,.p2{position:relative;width:47px;height:47px;border-radius:10px;background-color:#d1d1d1}.p2{animation-name:p2animation;animation-duration:.2s;animation-timing-function:ease-out;animation-delay:0s;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}.p2finished{position:relative;width:47px;height:47px;border-radius:10px;background-color:#00325f}@keyframes p2animation{0%{background-color:#d1d1d1}to{background-color:#00325f}}.connectFourDes{-webkit-user-select:none;-o-user-select:none;user-select:none;font-family:monospace;animation-name:descriptionAnimation;animation-duration:1.5s;animation-timing-function:ease-out;animation-delay:0s;animation-direction:alternate;animation-iteration-count:1;animation-fill-mode:forwards;animation-play-state:running}@keyframes descriptionAnimation{0%{color:#fff}}.loadingImgN{margin-top:19%}.loadingImgT{margin-top:-30%}.snakeNode-null{background-color:#000}.snakeNode-food,.snakeNode-null{width:15px;height:15px;display:inline-block}.snakeNode-food{background-color:#f1b9b9}.snakeNode-snake{width:15px;height:15px;outline:1px solid;background-color:#48e633;display:inline-block}.textcontainer{margin-top:15em;display:flex;justify-content:center}.typewriter h1{color:#000;font-family:monospace;overflow:hidden;border-right:.15em solid;white-space:nowrap;margin:0 auto;letter-spacing:.15em;animation:typing 2s steps(30),blink-caret .5s step-end infinite}@keyframes typing{0%{width:0;color:#000}to{width:100%;color:#000}}@keyframes blink-caret{0%,to{border-right:.15em solid;border-color:transparent}50%{border-right:.15em solid;border-color:#000}}#space,.stars{overflow:hidden;position:absolute;top:0;bottom:0;left:0;right:0}.stars{background-image:radial-gradient(1px 1px at 20px 30px,#000,transparent),radial-gradient(1px 1px at 40px 70px,#000,transparent),radial-gradient(1px 1px at 50px 160px,#000,transparent),radial-gradient(1px 1px at 90px 40px,#020202,transparent),radial-gradient(1px 1px at 130px 80px,#020202,transparent),radial-gradient(1px 1px at 160px 120px,#020202,transparent);background-repeat:repeat;background-size:200px 200px;animation:zoom 5s infinite;opacity:0}.stars:first-child{background-position:50% 50%;animation-delay:-5s}.stars:nth-child(2){background-position:20% 60%;animation-delay:-4s}.stars:nth-child(3){background-position:-20% -30%;animation-delay:-3s}.stars:nth-child(4){background-position:40% -80%;animation-delay:-2s}.stars:nth-child(5){background-position:-20% 30%;animation-delay:-1s}@keyframes zoom{0%{opacity:0;transform:scale(.5);animation-timing-function:ease-in}85%{opacity:1;transform:scale(2.8);animation-timing-function:linear}to{opacity:0;transform:scale(3.5)}}
/*# sourceMappingURL=main.3ef47e76.chunk.css.map */