@import url(https://fonts.googleapis.com/css2?family=Merriweather+Sans&display=swap);body{margin:0;font-family:Merriweather Sans,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}code{font-family:source-code-pro,Menlo,Monaco,Consolas,"Courier New",monospace}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{background-color:#282c34;min-height:100vh;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:calc(10px + 2vmin);color:#fff}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.bar{padding-top:7px;font-family:sans-serif;font-weight:700;display:inline-block;color:#fff;width:40px;margin-left:6px;background-color:#5bc9b1}.bar-sorted{background-color:#b979ec}.bar-swap{background-color:#57a846}.bar-min{background-color:red}@font-face{font-family:Anurati;src:url(/static/media/Anurati-Regular.ca8632f4.otf)}:root{--home-color:#2ed327}.algo-name{font-size:18px;font-weight:700;color:#fff}.card{background-color:transparent}.card:after{content:"";bottom:0;top:0;left:0;position:absolute;height:50%;width:5px;color:#fff}.algo-image{height:175px;width:auto;object-fit:cover;fill:#2ed327;fill:var(--home-color);background-color:transparent}.back{background-color:#0e0e0e;min-height:100vh}#particles-js{position:absolute;width:100%;height:100%;background-color:transparent;background-image:url();background-repeat:no-repeat;background-size:cover;background-position:50% 50%;z-index:0;top:0;left:0}.logo{position:relative;z-index:100;float:top}.links li{cursor:pointer;fill:#2ed327!important;fill:var(--home-color)!important;margin:25px 10px 10px}.links li svg{height:20px;width:auto}.links{position:-webkit-sticky;position:sticky;z-index:100;display:flex;vertical-align:top;float:left;cursor:pointer;justify-content:flex-start;list-style:none;padding:0;white-space:nowrap}.main-title{font-size:3rem;color:#fff;padding-top:18vh;font-family:Anurati,sans-serif;letter-spacing:5px}.main-title svg{fill:#2ed327;fill:var(--home-color);margin-bottom:30px;height:80px;width:auto}.description-title{color:#fff;width:50%;margin:auto}td{border:1px solid #5bc9b1;width:25px;height:25px}tr{display:table-row;vertical-align:inherit;border-color:inherit}table{position:absolute;top:50%;left:50%;margin-right:-50%;transform:translate(-50%,-50%);z-index:-1}.node_start{background:url(/static/media/space-ship.4db25bca.svg);background-size:cover}.node_end{background:url(/static/media/planet.2f3f3bdb.svg);background-size:cover}.node_wall{-webkit-animation:pulse .5s 1;animation:pulse .5s 1;background-color:#202220;border:1px solid #202220}@-webkit-keyframes pulse{0%{background-color:grey}to{background-color:#202220}}@keyframes pulse{0%{background-color:grey}to{background-color:#202220}}.node_visited{background-color:rgba(4,0,255,.5);-webkit-animation-name:visited;animation-name:visited;-webkit-animation-duration:1.2s;animation-duration:1.2s;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-direction:alternate;animation-direction:alternate}@-webkit-keyframes visited{0%{transform:scale(.3);background-color:rgba(255,0,191,.5);border-radius:100%}50%{background-color:rgba(255,0,191,.5)}75%{transform:scale(1.2);background-color:rgba(4,0,255,.5)}to{transform:scale(1);background-color:rgba(4,0,255,.5)}}@keyframes visited{0%{transform:scale(.3);background-color:rgba(255,0,191,.5);border-radius:100%}50%{background-color:rgba(255,0,191,.5)}75%{transform:scale(1.2);background-color:rgba(4,0,255,.5)}to{transform:scale(1);background-color:rgba(4,0,255,.5)}}.node_path{background-color:#adff2f;-webkit-animation-name:path_anime;animation-name:path_anime;-webkit-animation-duration:2s;animation-duration:2s;-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-fill-mode:none;animation-fill-mode:none;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes path_anime{0%{transform:scale(.3);background-color:red;border-radius:100%}50%{background-color:orange}to{transform:scale(1);background-color:#ff0}}@keyframes path_anime{0%{transform:scale(.3);background-color:red;border-radius:100%}50%{background-color:orange}to{transform:scale(1);background-color:#ff0}}.chat-container{display:flex;flex-direction:column;align-items:center}.chat-btn{height:50px;width:50px;text-align:center;font-size:2rem;color:#fff;background-color:#343a40;border:1px solid #343a40;border-radius:25px 25px;position:fixed;bottom:10px;right:10px;cursor:pointer;display:none}.chat-btn:focus{-webkit-animation:shadow-pulse 1s infinite;animation:shadow-pulse 1s infinite;outline:none}@-webkit-keyframes shadow-pulse{0%{box-shadow:0 0 0 0 #343a40}to{box-shadow:0 0 0 20px rgba(130,90,164,0)}}@keyframes shadow-pulse{0%{box-shadow:0 0 0 0 #343a40}to{box-shadow:0 0 0 20px rgba(130,90,164,0)}}.chat-body{height:auto;width:auto;min-width:10vw;background:#343a40;position:absolute;bottom:60px;right:60px;box-shadow:4px 4px 4px grey;border-radius:8px;color:#000;padding:8px;margin-left:10px}.chat-body .chat-head{background:#343a40;padding:10px;height:20px;font-family:verdana}.progress2{border-radius:30px;background-color:grey}.progress-bar2{height:5px;border-radius:30px;transition:.4s linear;transition-property:width,background-color}.progress-moved .progress-bar2{background-color:#f3c623;-webkit-animation:progress 5s 1;animation:progress 5s 1}@-webkit-keyframes progress{0%{width:0;background:#f9bcca}60%{background:#f3c623;box-shadow:0 0 40px #f3c623}}@keyframes progress{0%{width:0;background:#f9bcca}60%{background:#f3c623;box-shadow:0 0 40px #f3c623}}.progress-text{color:#000}.progress-text:hover .comment{display:block}.comment,.progress-text:hover .span-text{display:none}.info-title{font-size:2.125rem;font-weight:400;line-height:1.235}::-webkit-scrollbar{width:5px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888}::-webkit-scrollbar-thumb:hover{background:#555}.modal{top:0;left:0;width:100%;height:100%;background:rgba(0,0,0,.6)}.modal,.modal-main{position:fixed;z-index:1000;border-radius:5px}.modal-main{padding:10px;background:#fff;width:80%;height:auto;top:50%;left:50%;transform:translate(-50%,-50%);font-size:20px}.display-block{display:block}.display-none{display:none}.modalImage{position:fixed;z-index:1;padding-top:100px;left:0;top:0;width:100%;height:100%;overflow:auto;background-color:rgba(0,0,0,.6)}.canvas{background-color:#fff;background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='100' height='100'%3E%3Cg fill='%23343a40' fill-opacity='.21' fill-rule='evenodd'%3E%3Cpath opacity='.5' d='M96 95h4v1h-4v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4h-9v4h-1v-4H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15v-9H0v-1h15V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h9V0h1v15h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9h4v1h-4v9zm-1 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm9-10v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-10 0v-9h-9v9h9zm-9-10h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9zm10 0h9v-9h-9v9z'/%3E%3Cpath d='M6 5V0H5v5H0v1h5v94h1V6h94V5H6z'/%3E%3C/g%3E%3C/svg%3E");border:1px solid #000;margin:50px 5px 5px;border-radius:10px}
/*# sourceMappingURL=main.99313534.chunk.css.map */