*{-ms-box-sizing:border-box;-o-box-sizing:border-box;box-sizing:border-box;margin:0;padding:0;color:#f5f5f5;font-family:"Roboto Light","Roboto Medium","Roboto";-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.hrefToButton{text-decoration:none;text-align:center;font-size:15px}.button,button{background-color:#0e0eac;padding:15px;border:none;font-weight:500;border-radius:6px;transition:.2s ease-in-out;margin:15px;font-size:15px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.button:hover,button:hover{background-color:#1111c9;cursor:pointer}:root{--background:#00093f;--headerHeight:60px;--navbarWidth:270px}header .PPlaceholder .ProfileMenu{position:fixed;top:60px;right:35px;display:flex;-webkit-user-select:none;-ms-user-select:none;user-select:none;flex-direction:column;background-color:#020d6e;border-radius:6px;width:250px;z-index:5;opacity:0;pointer-events:none;transition:.4s ease-in-out}header .PPlaceholder.open .ProfileMenu{top:80px;opacity:1;pointer-events:visible}header .PPlaceholder button{font-weight:600}header .PPlaceholder .logout{background-color:#8f2626}header .PPlaceholder .logout:hover{background-color:#910707}header .PPlaceholder .login{font-size:1.5rem;padding:0;margin:0;height:45px;width:130px;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:transparent}header .PPlaceholder .Profile{background-color:#18096d;display:flex;align-items:center;justify-content:center;height:40px;padding:10px;border-radius:7px;cursor:pointer}header .PPlaceholder .Profile img{height:50px;margin-right:15px;position:relative}header .PPlaceholder .username{font-weight:500;-webkit-user-select:none;-ms-user-select:none;user-select:none}header .PPlaceholder .downArrow{font-size:20px;margin-left:10px;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:.4s ease-in-out}header .PPlaceholder.open .downArrow{transform:rotate(180deg)}header{height:var(--headerHeight);background-color:#000135;box-shadow:0 2px 5px rgba(0,0,0,.7);width:100%;position:fixed;z-index:15}header .baseHeader{height:100%;width:100%;padding-right:10px;padding-left:10px;justify-content:space-between;align-items:center}header .desktop{display:flex}header .mobile{display:none}header img{border-radius:50%;height:50px}header .desktop ul{display:flex;justify-content:center;align-items:center;list-style-type:none}header .desktop li *{text-decoration:none;margin:20px}@media screen and (max-width:960px){header .mobile{display:flex}header .PPlaceholder .username{display:none}header .PPlaceholder .Profile img{margin-right:0}header .desktop{display:none}}header .mobile .hamburger{width:50px;height:40px;display:flex;flex-direction:column;justify-content:space-around;align-items:center}header .mobile .hamburger .burger,header .mobile .hamburger .burger:after,header .mobile .hamburger .burger:before{background-color:#fff;width:40px;height:6px;border-radius:15px;box-shadow:0 2px 5px rgba(0,0,0,.35);transition:all .5s ease-in-out}header .mobile .hamburger .burger:after,header .mobile .hamburger .burger:before{content:"";position:absolute}header .mobile .hamburger .burger:after{transform:translateY(-11px)}header .mobile .hamburger .burger:before{transform:translateY(11px)}header .hamburger.open .burger{transform:translateX(-50px);background:transparent;box-shadow:none}header .mobile .hamburger.open .burger:after{transform:rotate(-45deg) translate(35px,35px)}header .mobile .hamburger.open .burger:before{transform:rotate(45deg) translate(35px,-35px)}.Landing{display:flex;flex-direction:column;align-items:center;animation:dimBackground 2s ease-out}.Landing button{margin:25px;width:150px;height:50px;border-radius:15px;outline:none;border:none;background-color:#08087a;font-weight:700;font-size:16px}.Landing button:hover{-webkit-font-smoothing:subpixel-antialiased;-webkit-backface-visibility:hidden;backface-visibility:hidden;transform:scale(1.05);transition-duration:.5s;cursor:pointer}.moonContainer{position:absolute;width:100px;height:100px;display:inline-block;transform:translate(-15vw,5vh);animation:moonAnim 2s ease-out}.moon{animation:moonContainerAnim 2s ease-in;position:-webkit-sticky;position:sticky}.intro .noOverlay,.moon{z-index:1}.intro{padding:20vh 5vw;display:flex;flex-direction:column;justify-content:center;align-items:center;text-align:center;font-size:15px}.intro button{width:150px}.features{display:flex;flex-direction:row;justify-content:space-around;align-items:center;padding:20px;z-index:2;flex:none}.features *{margin:25px;text-align:center}.features img{color:#fac020;border-radius:25px;border:none;box-shadow:0 0 0 5px currentColor;max-width:100%}.features h1{color:#fac020}.features.reverse{flex-direction:row-reverse}.info{display:flex;justify-content:center;flex-direction:column;width:100%;margin:50px}.info,.info *{align-items:center}.info *{margin:20px}.info .inline{display:flex;width:100%;justify-content:space-around}.info button{width:260px}@media screen and (max-width:960px){.features,.features.reverse{flex-direction:column}.features h1{font-size:25px}.features h2{font-size:20px}}@media screen and (max-width:600px){.info .inline{flex-direction:column}}@keyframes moonAnim{0%{transform:translateY(30vh)}60%{transform:translateY(8vh)}80%{transform:translateY(6vh)}to{transform:translateY(5vh)}}@keyframes moonContainerAnim{0%{transform:translateX(60vh)}to{transform:translateX(-15vw)}}@keyframes dimBackground{0%{background-color:#08087a}to{background-color:#00093f}}@keyframes starFadeIn{0%{transform:scale(0);opacity:0}to{opacity:1%}}.stars{position:absolute;top:80px;display:flex;align-items:center;justify-content:space-around;flex-flow:wrap;width:100%;z-index:0}.stars img{z-index:0;width:50px;height:50px}.CommandsPage{display:flex}.CommandsBox{padding-top:15vh;display:flex;justify-content:center;width:100%}.trick{width:250px}.CategoryFilter{height:500px;text-align:center}.CategoryFilter,.InputAndResultBox{margin:15px;padding:15px;border-radius:15px;background-color:#1b0b54;align-items:center}.InputAndResultBox{display:flex;flex-direction:column;width:38vw}.categoriesFmobile{background-color:#080124;width:90%;height:30px;border-radius:7px;margin-top:10px;margin-bottom:20px;height:45px;-webkit-user-select:none;-ms-user-select:none;user-select:none;overflow:hidden;transition:.5s ease-in-out;display:none}.categoriesFmobile .cTitle{cursor:pointer;font-size:25px;font-weight:700;display:flex;justify-content:center;align-items:center;height:40px}.categoriesFmobile .mCategory{display:flex;justify-content:center;align-items:center;flex-direction:column}.categoriesFmobile .mCategory .category{font-size:20px;cursor:pointer;border-radius:10px;width:80%;margin:5px;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none}.categoriesFmobile .mCategory .category.active{background-color:#00165c}.categoriesFmobile.open{height:400px}@media screen and (max-width:960px){.CategoryFilter{width:30vw}.InputAndResultBox{width:50vw}.CommandsBox{padding-top:0;width:100%}.trick{display:none}}@media screen and (max-width:640px){.CategoryFilter{display:none}.InputAndResultBox{width:100%}.categoriesFmobile{display:block}}.InputAndResultBox input{width:96%;height:30px;color:#000;padding:5px;border-radius:5px;border:none}.CommandsBox .command{width:98%;height:40px;margin:10px;transition:.5s ease-in-out;overflow:auto}.CommandsBox .command .cmdInfo{display:flex;width:100%;height:0;background-color:#100443;transition:.5s ease-in-out;flex:none;overflow:hidden;justify-content:center;align-items:center;flex-direction:column;text-align:center}.CommandsBox .command .cmdInfo .oneInfo{display:flex;justify-content:center;align-items:center;flex-direction:column;margin:10px}.CommandsBox .command.open .cmdInfo{height:calc(100% - 40px)}.CommandsBox .command.open .name{border-bottom-left-radius:unset;border-bottom-right-radius:unset}.CommandsBox .command .name{display:flex;justify-content:center;align-items:center;background-color:#0d003c;width:100%;height:40px;border-radius:10px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-size:15px;font-weight:700;transition:.5s ease-in-out}.CategoryFilter h1{margin-bottom:15px}.CategoryFilter .category{font-size:20px;border-radius:5px;margin:5px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.CategoryFilter .category.active{background-color:#09002c}.LoadingPage{background-color:#474747;width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.LoadingPage .LoadingPageSpinner{transform:scale(1.5)}.App{background-color:var(--background);margin:0;padding:0;min-height:100vh;overflow:hidden}.Page{min-height:calc(100vh - var(--headerHeight));padding-top:20px;margin-top:var(--headerHeight)}.centerDiv{display:flex;justify-content:center;align-items:center}.NotFound.Page{text-align:center;padding-top:40vh}.NotFound.Page h1{font-size:5rem}.Profile.Page{display:flex;align-items:center;flex-direction:column;padding-top:10rem}.Profile.Page .Holder{background-color:#1b0863;width:1000px;margin:2rem;padding:2rem;border-radius:10px}.Profile.Page .Holder .deletionBtn{background-color:#8d1717}.Profile.Page .Holder .deletionBtn:hover{background-color:#7a1a1a}.Profile.Page h1{font-size:4rem;padding-bottom:2rem}@media screen and (max-width:960px){.Profile.Page .Holder{width:80vw}.Profile.Page h1{font-size:3rem}}.SubLoadingPage{margin-top:var(--headerHeight);height:calc(100vh - var(--headerHeight));display:flex;justify-content:center;align-items:center;color:#fff;font-size:50px}.SubLoadingPage .SubLoadingPageSpinner{transform:scale(1.5)}.GuildIcon{height:51px;width:51px;border-radius:50%;overflow:hidden;background-color:#303133}.GuildIcon,.GuildIcon .textForm,.GuildIcon img{display:flex;align-items:center;justify-content:center}.GuildIcon .textForm,.GuildIcon img{height:50px;width:50px;font-size:1.5rem}.ServerList.Page{display:flex;align-items:center;flex-direction:column;padding-top:1rem}.ServerList.Page h1{font-size:3rem;font-family:cursive}.ServerList.Page .serverExcluded,.ServerList.Page .serverIncluded{margin:.9rem;height:70px;width:700px;border-radius:15px;display:flex;align-items:center;justify-content:space-between;padding:15px}.ServerList.Page button{font-size:.9rem}.ServerList.Page .serverIncluded button{background-color:#11792b;white-space:nowrap}.ServerList.Page .serverExcluded button{background-color:#0c17b4}.ServerList.Page .nai{display:flex;align-items:center}.ServerList.Page .nai p{max-width:400px;margin-left:2rem;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.ServerList.Page .serverExcluded p,.ServerList.Page .serverIncluded{font-weight:500}@media screen and (max-width:960px){.ServerList.Page .serverExcluded,.ServerList.Page .serverIncluded{width:90vw}.ServerList.Page .nai p{max-width:calc(70vw - 180px)}}.Dashboard.Page{padding-top:0}.Dashboard.Page .Navbar{background-color:#00093f;width:var(--navbarWidth);position:fixed;top:var(--headerHeight);height:calc(100vh - var(--headerHeight));box-shadow:5px 0 15px rgba(0,0,0,.6);z-index:5}.Dashboard.Page .Navbar .gNaI{min-height:200px;padding-top:35px;align-items:center;display:flex;flex-direction:column}.Dashboard.Page .Navbar .gNaI p{margin-top:15px;font-size:1.6rem;font-weight:500;text-align:center}.Dashboard.Page .Board{left:var(--navbarWidth);position:relative;z-index:1;background-color:#0c1b3a;width:calc(100vw - var(--navbarWidth));min-height:calc(100vh - var(--headerHeight))}.Dashboard.Page .Board .BoardInside{padding:1rem}.Dashboard.Page .Board .Panel{background-color:#09092e;width:100%;padding:1rem;margin:.5rem;overflow:hidden;border-radius:5px}.Dashboard.Page .Board .Panel h1{margin-bottom:1rem;margin-left:1px}.Dashboard.Page .Board .Panel label{color:#a8a4a4;font-weight:600}.Dashboard.Page .Board .Panel .Controls.Input{margin-left:.8rem;width:100%;display:flex;align-items:center;justify-content:center}.Dashboard.Page .Board .Panel .Controls.Input input{width:100%;height:50px;border-radius:5px;border:2px solid #1414b9;background-color:#cac6d8;color:#000;padding-left:15px;outline:none;font-weight:500;transition:.3s ease-in-out}.Dashboard.Page .Board .Panel .Controls.Input input:hover{border-color:#059111}.Dashboard.Page .Board .Panel .Controls.Input input:focus{border-color:red}.Dashboard.Page .Board .Panel .Controls.Input button{height:50px;border-radius:5px}.LoadingPanel{position:fixed;height:calc(100vh - var(--headerHeight));background-color:rgba(0,0,0,.5);opacity:1;width:100vw;top:var(--headerHeight);z-index:13;display:flex;justify-content:center;align-items:center;transition:.5s ease-in-out}.LoadingPanel.hidden{pointer-events:none;opacity:0}.notifications{position:fixed;pointer-events:none;z-index:14;height:500px;width:330px;top:calc(var(--headerHeight) + 10px);right:15px}.notification{display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:1.2rem;border-radius:15px;padding:15px;width:300px;margin:1rem;animation:notificationAnim 6s;animation-fill-mode:forwards;opacity:1;transition:1s ease-in-out}.notification.start{transform:translateX(15px);opacity:0}.notification.end{transform:translateX(-15px);opacity:0}@keyframes notificationAnim{0%{transform:translateX(15px);opacity:0}10%{transform:translateX(0);opacity:1}90%{transform:translateX(0);opacity:1}to{transform:translateX(-15px);opacity:1}}.notification.success{background-color:#076807}.notification.fail{background-color:#920808}.Dashboard.Page .Navbar .NavButton{width:var(--navbarWidth);height:60px;background-color:#071597;text-decoration:none;display:flex;align-items:center;justify-content:center;font-weight:500;transition:.2s ease-in-out}.Dashboard.Page .Navbar .NavButton.selected{background-color:#0f0d5c;pointer-events:visible;cursor:not-allowed}.Dashboard.Page .Navbar .NavButton:hover{background-color:#0f0d5c}.Dashboard.Page .Navbar .NavButtonLink{text-decoration:none}.Dashboard.Page .BoardInside.DashboardBoard .Table img{height:30px;border-radius:50%;margin-right:15px}.Dashboard.Page .BoardInside.DashboardBoard .Table,.Dashboard.Page .BoardInside.DashboardBoard .Table table{width:100%}.Dashboard.Page .BoardInside.DashboardBoard .Table table td{padding:10px}.Dashboard.Page .BoardInside.DashboardBoard .Table table .User{color:#aaa2a2;font-weight:500;display:flex;justify-content:center;align-items:center}
/*# sourceMappingURL=main.bb7af7d9.chunk.css.map */