@import url(https://fonts.googleapis.com/css2?family=Manrope:wght@200;300;400;500;600;700;800&display=swap);#title-container{align-items:center;display:flex;justify-content:center}#title-map{width:50vw}#title-map-alt{width:90vw}#grid-circle{-webkit-animation:grid-animation 10s linear 1.5s 1 forwards;animation:grid-animation 10s linear 1.5s 1 forwards}#position-circle-purple{-webkit-animation:position-circle-animation .5s linear 2.5s 1 forwards;animation:position-circle-animation .5s linear 2.5s 1 forwards}#position-circle-red{-webkit-animation:position-circle-animation .5s linear 1.5s 1 forwards;animation:position-circle-animation .5s linear 1.5s 1 forwards}#position-circle-green{-webkit-animation:position-circle-animation .5s linear 3s 1 forwards;animation:position-circle-animation .5s linear 3s 1 forwards}#position-circle-orange{-webkit-animation:position-circle-animation .5s linear 4s 1 forwards;animation:position-circle-animation .5s linear 4s 1 forwards}#position-circle-blue-shadow{-webkit-animation:blue-shadow-animation 2s linear 0ms infinite forwards;animation:blue-shadow-animation 2s linear 0ms infinite forwards}#position-circle-purple-shadow{-webkit-animation:position-circle-animation .5s linear 2.5s 1 forwards,purple-shadow-animation 2s linear 3s infinite forwards;animation:position-circle-animation .5s linear 2.5s 1 forwards,purple-shadow-animation 2s linear 3s infinite forwards}#position-circle-red-shadow{-webkit-animation:position-circle-animation .5s linear 1.5s 1 forwards,red-shadow-animation 2s linear 2s infinite forwards;animation:position-circle-animation .5s linear 1.5s 1 forwards,red-shadow-animation 2s linear 2s infinite forwards}#position-circle-green-shadow{-webkit-animation:position-circle-animation .5s linear 3s 1 forwards,green-shadow-animation 2s linear 3.5s infinite forwards;animation:position-circle-animation .5s linear 3s 1 forwards,green-shadow-animation 2s linear 3.5s infinite forwards}#position-circle-orange-shadow{-webkit-animation:position-circle-animation .5s linear 4s 1 forwards,orange-shadow-animation 2s linear 4.5s infinite forwards;animation:position-circle-animation .5s linear 4s 1 forwards,orange-shadow-animation 2s linear 4.5s infinite forwards}#map-circle0{-webkit-animation:map0-animation 2s linear 1.5s 1 forwards;animation:map0-animation 2s linear 1.5s 1 forwards}#map-circle1{-webkit-animation:map1-animation 2s linear 3s 1 forwards;animation:map1-animation 2s linear 3s 1 forwards}#map-circle2{-webkit-animation:map2-animation 2s linear 2s 1 forwards;animation:map2-animation 2s linear 2s 1 forwards}#map-circle3{-webkit-animation:map3-animation 2s linear 3.5s 1 forwards;animation:map3-animation 2s linear 3.5s 1 forwards}#map-circle4{-webkit-animation:map4-animation 2s linear 4.5s 1 forwards;animation:map4-animation 2s linear 4.5s 1 forwards}@-webkit-keyframes grid-animation{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(35);transform:scale(35)}}@keyframes grid-animation{0%{-webkit-transform:scale(0);transform:scale(0)}to{-webkit-transform:scale(35);transform:scale(35)}}@-webkit-keyframes position-circle-animation{0%{r:0}to{r:10px}}@keyframes position-circle-animation{0%{r:0}to{r:10px}}@-webkit-keyframes blue-shadow-animation{0%{fill:rgba(25,118,210,.7);r:10px;offset:0}to{fill:rgba(25,118,210,0);r:15px;offset:.7}}@keyframes blue-shadow-animation{0%{fill:rgba(25,118,210,.7);r:10px;offset:0}to{fill:rgba(25,118,210,0);r:15px;offset:.7}}@-webkit-keyframes purple-shadow-animation{0%{fill:rgba(103,58,183,.7);r:10px;offset:0}to{fill:rgba(103,58,183,0);r:15px;offset:.7}}@keyframes purple-shadow-animation{0%{fill:rgba(103,58,183,.7);r:10px;offset:0}to{fill:rgba(103,58,183,0);r:15px;offset:.7}}@-webkit-keyframes red-shadow-animation{0%{fill:rgba(244,67,54,.7);r:10px;offset:0}to{fill:rgba(244,67,54,0);r:15px;offset:.7}}@keyframes red-shadow-animation{0%{fill:rgba(244,67,54,.7);r:10px;offset:0}to{fill:rgba(244,67,54,0);r:15px;offset:.7}}@-webkit-keyframes green-shadow-animation{0%{fill:rgba(76,175,80,.7);r:10px;offset:0}to{fill:rgba(76,175,80,0);r:15px;offset:.7}}@keyframes green-shadow-animation{0%{fill:rgba(76,175,80,.7);r:10px;offset:0}to{fill:rgba(76,175,80,0);r:15px;offset:.7}}@-webkit-keyframes orange-shadow-animation{0%{fill:rgba(255,152,0,.7);r:10px;offset:0}to{fill:rgba(255,152,0,0);r:15px;offset:.7}}@keyframes orange-shadow-animation{0%{fill:rgba(255,152,0,.7);r:10px;offset:0}to{fill:rgba(255,152,0,0);r:15px;offset:.7}}@-webkit-keyframes map0-animation{0%{r:10px}to{r:20%}}@keyframes map0-animation{0%{r:10px}to{r:20%}}@-webkit-keyframes map1-animation{0%{r:10px}to{r:15%}}@keyframes map1-animation{0%{r:10px}to{r:15%}}@-webkit-keyframes map2-animation{0%{r:10px}to{r:10%}}@keyframes map2-animation{0%{r:10px}to{r:10%}}@-webkit-keyframes map3-animation{0%{r:10px}to{r:18%}}@keyframes map3-animation{0%{r:10px}to{r:18%}}@-webkit-keyframes map4-animation{0%{r:10px}to{r:8%}}@keyframes map4-animation{0%{r:10px}to{r:8%}}#grid-container{align-items:center;display:flex;justify-content:center}#grid-background{height:min(100vh,50vw);position:absolute;width:min(100vh,50vw);z-index:-1}#grid-background-alt{height:90vw;position:absolute;width:90vw;z-index:-1}#grid-circle{-webkit-transform-origin:center;transform-origin:center}#home-body .body-section h1{color:#fff;font-size:100px}#home-body .body-section h2{color:#fff;font-size:45px}#home-body .body-section h3{color:hsla(0,0%,100%,.8);font-size:30px}#home-body .body-section-alt h1{color:#fff;font-size:50px}#home-body .body-section-alt h2{color:#fff;font-size:20px}#home-body .body-section-alt h3{color:hsla(0,0%,100%,.8);font-size:15px}.body-section{grid-template-columns:50% 50%;grid-template-rows:100%}.body-section,.body-section-alt{display:grid;height:100vh;width:100vw}.body-section-alt{grid-template-columns:100%;grid-template-rows:50% 50%}.section-left{justify-content:center;position:relative}.section-left,.section-right{align-items:center;display:flex}.section-right{flex-direction:column;justify-content:flex-start}.section-content{align-items:flex-end;display:flex;flex-direction:row;height:50vh;justify-content:center}.section-text{position:absolute}#text0{-webkit-animation:text0-animation 20s infinite;animation:text0-animation 20s infinite;opacity:0}#text1{-webkit-animation:text1-animation 20s infinite;animation:text1-animation 20s infinite;opacity:0}#text2{-webkit-animation:text2-animation 20s infinite;animation:text2-animation 20s infinite;opacity:0}#text3{-webkit-animation:text3-animation 20s infinite;animation:text3-animation 20s infinite;opacity:0}@-webkit-keyframes text0-animation{0%{opacity:0}5%{opacity:1}35%{opacity:1}40%{opacity:0}}@keyframes text0-animation{0%{opacity:0}5%{opacity:1}35%{opacity:1}40%{opacity:0}}@-webkit-keyframes text1-animation{40%{opacity:0}45%{opacity:1}55%{opacity:1}60%{opacity:0}}@keyframes text1-animation{40%{opacity:0}45%{opacity:1}55%{opacity:1}60%{opacity:0}}@-webkit-keyframes text2-animation{60%{opacity:0}65%{opacity:1}75%{opacity:1}80%{opacity:0}}@keyframes text2-animation{60%{opacity:0}65%{opacity:1}75%{opacity:1}80%{opacity:0}}@-webkit-keyframes text3-animation{80%{opacity:0}85%{opacity:1}95%{opacity:1}to{opacity:0}}@keyframes text3-animation{80%{opacity:0}85%{opacity:1}95%{opacity:1}to{opacity:0}}.section-footer{align-items:center;display:flex;flex-direction:column;height:50vh;justify-content:space-between;padding-top:3vh}.show-content{-webkit-filter:blur(0);filter:blur(0);opacity:1}.section-circle{-webkit-transform-origin:center;transform-origin:center}.section-image{height:min(100vh,50vw);position:absolute;width:min(100vh,50vw)}.section-image-alt{height:90vw;position:absolute;width:90vw}.section-image-content{height:100%;width:100%}#section-image-content-2{height:40%}#home-footer{align-items:center;color:hsla(0,0%,100%,.8);display:flex;flex-direction:column;justify-content:flex-end;margin-bottom:5vh}#github-icon{height:15px}.home-header{position:-webkit-sticky;position:sticky;top:0}.home{overflow-x:hidden}.MuiAutocomplete-root{width:90%}#search-autocomplete{color:#fff;padding:8px;width:100%}.search-textfield{background-color:hsla(0,0%,100%,.15);border-radius:4px;color:#fff;margin-left:0;margin-right:0;position:relative;width:100%}.search-textfield:hover{background-color:hsla(0,0%,100%,.25)}.search-option-container{align-items:center}.MuiGrid-root .search-option-item{display:flex;width:44px}.locationOnIcon{color:rgba(0,0,0,.6)}*{font-family:var(--font-family)}.user-info{cursor:pointer;padding:8px 8px 0}.user-info:active,.user-info:hover{background-color:rgba(0,0,0,.03)}.user-info p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.user-header{align-items:center;display:flex}.user-name{padding-left:4px;width:70%}.user-options-div{align-items:center;display:flex;height:30px;justify-content:flex-end;width:30%}.kick-button:hover{background-color:initial!important}.kick-button-icon,.user-location{color:rgba(0,0,0,.6)}.user-location{align-items:center;display:flex}.user-location-icon{color:rgba(0,0,0,.6)}.help-content{align-items:center;display:flex;flex-direction:column;height:500px;justify-content:center;text-align:center;width:300px}.help-image{object-fit:cover;width:100%}.appbar{background:var(--color-directory);max-height:70px;min-height:70px;width:100%}.appbar,.search-group{align-items:center;display:flex}.search-group{justify-content:flex-end;width:85%}.search-entry{width:38%}.button-group,.search-entry{align-items:center;display:flex;justify-content:center}.button-group{width:15%}.appbar .MuiButtonBase-root{border-color:transparent;color:#fff}.appbar .MuiButtonBase-root:hover{border-color:hsla(0,0%,100%,.15)}.MuiGrid-root .search-option-item-text{word-wrap:break-word;width:calc(100% - 44px)}.appbar-icon{color:#fff;margin-left:8px;margin-right:8px}.appbar-seperator-icon{color:hsla(0,0%,100%,.6);margin-left:calc(3.17647% - 12px);margin-right:calc(3.17647% - 12px)}.appbar .MuiOutlinedInput-notchedOutline{border:0}.appbar-contents-alt{align-items:center;display:flex;justify-content:center;width:100%}.appbar-alt{align-items:center;background:var(--color-directory);display:block;height:160px;padding-top:8px;width:100%}.search-entry-alt{align-items:center;display:flex;justify-content:center}.appbar-alt .MuiButtonBase-root{border-color:transparent;color:#fff}.appbar-alt .nav-button-alt .MuiButtonBase-root{border-color:transparent;color:#fff;height:57px}.appbar-alt .MuiButtonBase-root:hover{border-color:hsla(0,0%,100%,.15)}.appbar-alt .MuiOutlinedInput-notchedOutline{border:0}.appbar-seperator-icon-alt{color:hsla(0,0%,100%,.6);margin-left:8px}.mobile-directory-spacing{color:transparent;padding:0 32px}.menu-drawer{flex-shrink:0;height:100vh;width:0}.menu-drawer .MuiDrawer-paper{overflow:hidden;width:20vw}.menu-drawer-alt{flex-shrink:0;height:100vh;width:0}.menu-drawer-alt .MuiDrawer-paper{height:100vh;width:100vw}.drawer-header{height:70px;min-height:70px;overflow:hidden}.close-div,.drawer-header{align-items:center;display:flex;justify-content:center}.close-div{width:20%}.close-button:hover{background-color:#fff!important}.close-icon{color:rgba(0,0,0,.6)}.disconnect-div{align-items:center;display:flex;justify-content:center;width:20%}.disconnect-button:hover{background-color:#fff!important}.drawer-body{height:calc(100% - 100px);overflow-y:auto}.drawer-footer{cursor:default;height:30px;overflow:hidden}.drawer-footer,.link-div{align-items:center;display:flex;justify-content:center}.link-div{max-width:300px;padding:0 16px;width:60%}.link-div .MuiButtonBase-root{border-color:rgba(0,0,0,.12);color:rgba(0,0,0,.6);text-transform:none}.link-div .MuiButtonBase-root:hover{background-color:rgba(0,0,0,.08);border-color:rgba(0,0,0,.12)}.link-button{width:100%}.link-text{overflow:hidden;text-align:start;text-overflow:ellipsis;white-space:nowrap;width:100%}.online-icon{color:#00d600}.footer-section{align-items:center;display:flex;justify-content:center;max-width:30%;width:30%}.lock-icon{color:rgba(0,0,0,.6)}.lock-button:hover{background-color:initial!important}.closing-timer{color:#d32f2f}.map-wrapper{height:calc(100% - 70px);position:fixed;width:100%}.map{position:relative}.leaflet-container,.map{height:100%;width:100%}.recenter-button{background-color:#fff;border-color:transparent;cursor:pointer;height:30px;width:30px}.leaflet-left .recenter-pressed,.leaflet-left .recenter-unpressed{padding-top:70px}.recenter-button-pressed,.recenter-button:hover{background-color:#f4f4f4}.leaflet-left .recenter-unpressed .leaflet-bar{border:2px solid rgba(0,0,0,.2)}.leaflet-left .recenter-pressed .leaflet-bar{border:2px solid #4285f4}.position-circle-blue{-webkit-animation:pulse-blue 2s infinite;animation:pulse-blue 2s infinite;background-color:#1976d2;border-radius:50%;height:25px;width:25px}@-webkit-keyframes pulse-blue{0%{box-shadow:0 0 0 0 rgba(25,118,210,.7)}70%{box-shadow:0 0 0 10px rgba(25,118,210,0)}}@keyframes pulse-blue{0%{box-shadow:0 0 0 0 rgba(25,118,210,.7)}70%{box-shadow:0 0 0 10px rgba(25,118,210,0)}}.position-circle-purple{-webkit-animation:pulse-purple 2s infinite;animation:pulse-purple 2s infinite;background-color:#673ab7;border-radius:50%;height:25px;width:25px}@-webkit-keyframes pulse-purple{0%{box-shadow:0 0 0 0 rgba(103,58,183,.7)}70%{box-shadow:0 0 0 10px rgba(103,58,183,0)}}@keyframes pulse-purple{0%{box-shadow:0 0 0 0 rgba(103,58,183,.7)}70%{box-shadow:0 0 0 10px rgba(103,58,183,0)}}.position-circle-red{-webkit-animation:pulse-red 2s infinite;animation:pulse-red 2s infinite;background-color:#f44336;border-radius:50%;height:25px;width:25px}@-webkit-keyframes pulse-red{0%{box-shadow:0 0 0 0 rgba(244,67,54,.7)}70%{box-shadow:0 0 0 10px rgba(244,67,54,0)}}@keyframes pulse-red{0%{box-shadow:0 0 0 0 rgba(244,67,54,.7)}70%{box-shadow:0 0 0 10px rgba(244,67,54,0)}}.position-circle-green{-webkit-animation:pulse-green 2s infinite;animation:pulse-green 2s infinite;background-color:#4caf50;border-radius:50%;height:25px;width:25px}@-webkit-keyframes pulse-green{0%{box-shadow:0 0 0 0 rgba(76,175,80,.7)}70%{box-shadow:0 0 0 10px rgba(76,175,80,0)}}@keyframes pulse-green{0%{box-shadow:0 0 0 0 rgba(76,175,80,.7)}70%{box-shadow:0 0 0 10px rgba(76,175,80,0)}}.position-circle-orange{-webkit-animation:pulse-orange 2s infinite;animation:pulse-orange 2s infinite;background-color:#ff9800;border-radius:50%;height:25px;width:25px}@-webkit-keyframes pulse-orange{0%{box-shadow:0 0 0 0 rgba(255,152,0,.7)}70%{box-shadow:0 0 0 10px rgba(255,152,0,0)}}@keyframes pulse-orange{0%{box-shadow:0 0 0 0 rgba(255,152,0,.7)}70%{box-shadow:0 0 0 10px rgba(255,152,0,0)}}#session{height:100%;overflow:hidden;width:100%}#disconnected{align-items:center;display:flex;height:100vh;justify-content:center;width:100vw}.session-main{height:100%;overflow:hidden;position:fixed;width:100%}*{box-sizing:border-box;margin:0;padding:0}body{background:var(--color-bg);height:100%;width:100%}.option-dialog .MuiDialog-paper{height:300px;max-height:90%;max-width:90%;width:400px}.option-dialog .MuiDialogContent-root{align-items:center;display:flex;justify-content:center}.option-dialog .FormInput{width:80%}.option-dialog p{padding-left:8px}:root{--font-family:"Roboto","Helvetica","Arial",sans-serif;--color-bg:#040c18;--color-directory:#4285f4}
/*# sourceMappingURL=main.8449c7d5.css.map*/