body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.header{flex-shrink:0;height:7.4%;top:0;width:100vw}.header,.header-section{display:flex;flex-direction:row;position:relative}.header-section{height:100%;width:50%}#header-section-name{align-content:center;flex-direction:column;justify-content:center}.header-name-text{font-size:35px;font-size:var(--hdrNameTxt);text-indent:2%}.header-name-text,.header-section-button{text-wrap:nowrap;color:#00b2ff;color:var(--accents);position:relative}.header-section-button{background:#1e1e1e;background:var(--gray-2,#1e1e1e);border:2px solid #0000;border:2px solid var(--clear);border-radius:10px;cursor:pointer;font-size:25px;font-size:var(--hdrBtnTxt);height:75%;padding-left:2%;padding-right:2%;right:2%;top:12.5%;transition:all .2s ease-in-out;width:min-content}.header-section-button:hover{box-shadow:0 0 5px 1px #24ff00;box-shadow:0 0 5px 1px var(--glow);color:#24ff00;color:var(--glow)}#header-section-signIn{justify-content:end}@media screen and (max-width:500px){.header-name-text{font-size:25px}.header-section-button{font-size:15px}}@font-face{font-family:Inter;src:url(/static/media/font.e05c5f3d1fa6a3893d84.ttf)}*{cursor:default;font-style:normal;font-weight:500;line-height:normal;margin:0;outline:0;padding:0}.body{background:linear-gradient(99deg,#0000 85%,#24ff0033),linear-gradient(261deg,#0000 85%,#24ff0033),#404040;background:linear-gradient(99deg,#0000 85%,#24ff0033 100%),linear-gradient(261deg,#0000 85%,#24ff0033 100%),var(--Background,#404040);height:100vh;overflow:hidden;position:relative;width:100vw}::-webkit-scrollbar{height:5px;width:5px}::-webkit-scrollbar-track{background:#404040;background:var(--background);border-radius:5px;display:none;height:5px;width:5px}::-webkit-scrollbar-thumb{background:#00b2ff;background:var(--accents);border-radius:10px;height:5px;width:5px}::-webkit-scrollbar-thumb:hover{background:#24ff00;background:var(--glow);height:5px;width:5px}::-webkit-scrollbar-corner{display:none}.divider-container{align-content:center;display:flex;flex-direction:row;height:100%;justify-content:center;position:absolute;width:100%}.divider{height:100%;position:relative;transform:rotate(-10deg)}.teams{display:flex;flex-direction:row;gap:10%;height:92.6%;left:5%;position:absolute;width:90%}.teams-container{flex-direction:column;gap:1%;height:100%;width:45%}.teams-container,.teams-container-image{align-content:center;display:flex;justify-content:center;position:relative}.teams-container-image{flex-direction:row;height:30%}.teams-container-image-content{filter:invert(67%) sepia(75%) saturate(5454%) hue-rotate(171deg) brightness(107%) contrast(103%);filter:var(--accentFilter);height:100%;position:relative}@keyframes shapeWiggle{0%{transform:translate(0) rotate(0deg)}20%{transform:translate(1%,2%) rotate(2deg)}40%{transform:translate(2%) rotate(-2deg)}60%{transform:translateY(1%) rotate(2deg)}80%{transform:translate(2%,1%) rotate(-2deg)}to{transform:translate(0) rotate(0deg)}}.teams-container-shape{height:calc((1vw/1vh)*2);position:absolute}#teams-container-shape-1{animation:shapeWiggle 2s linear infinite;top:45%}#teams-container-shape-2{animation:shapeWiggle 2s linear infinite reverse;top:10%}#teams-container-shape-3{animation:shapeWiggle 2s linear infinite alternate-reverse;left:75%;top:10%}#teams-container-shape-4{animation:shapeWiggle 2s linear infinite reverse;left:70%;top:45%}.teams-container-sub{align-content:center;display:flex;flex-direction:row;justify-content:center;position:relative}.teams-container-sub-team{color:#00b2ff;color:var(--accents);font-size:40px;font-size:var(--teamTxt);position:relative}.teams-container-sub-focus{text-wrap:pretty;color:#fff;font-size:20px;font-size:var(--focusTxt);max-height:100px;overflow:hidden;position:relative;text-overflow:clip}.teams-container-sub-button{text-wrap:nowrap;background:#1e1e1e;background:var(--gray-2,#1e1e1e);border:2px solid var(--clear);border-radius:10px;color:#00b2ff;color:var(--accents);cursor:pointer;font-size:25px;font-size:var(--btnTxt);height:100%;padding:.5% 10%;position:relative;transition:all .2s ease-in-out;width:min-content}.teams-container-sub-button:hover{box-shadow:0 0 5px 1px #24ff00;box-shadow:0 0 5px 1px var(--glow);color:#24ff00;color:var(--glow)}@media screen and (max-width:1200px){.teams{flex-direction:column;gap:0}.teams-container{height:50%;width:100%}.teams-container-image{height:50%}.divider{display:none}#teams-container-shape-1{animation:shapeWiggle 2s linear infinite;left:15%;top:50%}#teams-container-shape-2{animation:shapeWiggle 2s linear infinite reverse;left:10%;top:15%}.teams-container-shape{height:25%}}@media screen and (max-width:600px){.teams-container-shape{display:none}}.sectionContainer{flex-direction:column;padding-bottom:10%}.sectionContainer,.sectionContainer-header{display:flex;height:min-content;position:relative}.sectionContainer-header{align-items:center;border-bottom:2px solid #00b2ff;border-bottom:2px solid var(--accents);color:#fff;flex-direction:row;justify-content:center;left:5%;text-align:center;width:90%}.sectionContainer-header-text{font-size:25px;font-size:var(--btnTxt);position:relative;width:90%}.sectionContainer-edit{background-color:#000;border:2px solid #0000;border-radius:10px;color:#fff;cursor:pointer;font-size:20px;height:40px;left:5%;margin-top:4%;position:relative;transition:all .2s ease-in-out;width:92%}.sectionContainer-edit:hover{box-shadow:0 0 5px 1px #24ff00;box-shadow:0 0 5px 1px var(--glow);color:#24ff00;color:var(--glow)}@media screen and (max-width:810px){.sectionContainer-edit{height:35px}}@media screen and (max-width:700px){.sectionContainer-edit{font-size:15px;height:30px}}@media screen and (max-width:620px){.addButton-text{font-size:10px}.sectionContainer-edit{font-size:12.5px;height:25px}}@media screen and (max-width:600px){.addButton-text{font-size:20px}.sectionContainer-edit{font-size:20px;height:40px}}.comment{background-color:#1e1e1e;background-color:var(--gray2);border-radius:10px;box-shadow:0 0 5px 0 #00b2ff;box-shadow:0 0 5px 0 var(--accents);height:min-content;margin-bottom:2%;padding:.5% 1%;position:relative;width:99%}.comment-header{text-wrap:nowrap;color:#fff;font-size:25px;overflow:hidden;position:relative;text-overflow:ellipsis}.comment-header span{color:#ffffff4d;font-size:15px;margin-left:2%}.comment-content{color:#fff;font-size:18px;left:1%;margin-top:.5%;position:relative;width:98%}.sectionProduct{align-items:center;background-color:#000;border:2px solid #0000;border-radius:10px;color:#fff;display:flex;flex-direction:row;height:min-content;left:5%;margin-bottom:2.5%;margin-top:2.5%;padding-bottom:1%;padding-top:1%;position:relative;transition:all .2s ease-in-out;width:90%}.sectionProduct-image1{margin-left:2%}.sectionProduct-image1,.sectionProduct-image2{filter:invert(67%) sepia(75%) saturate(5454%) hue-rotate(171deg) brightness(107%) contrast(103%);filter:var(--accentFilter);height:30px;position:relative}.sectionProduct-image2{margin-right:2%}.sectionProduct-name{align-content:center;display:flex;flex-direction:column;font-size:15px;height:min-content;justify-content:center;margin-left:2%;overflow:hidden;position:relative;width:100%}.sectionProduct:hover{box-shadow:0 0 5px 1px #24ff00;box-shadow:0 0 5px 1px var(--glow);color:#24ff00;color:var(--glow)}.sectionProduct-mask{cursor:pointer;height:100%;position:absolute;width:100%}@media screen and (max-width:600px){.sectionProduct-name{font-size:20px}}.addButton{align-items:center;background-color:#000;border:2px solid #0000;border:2px solid var(--clear);border-radius:10px;display:flex;flex-direction:row;height:40px;justify-content:center;left:5%;margin-top:4%;position:relative;transition:all .2s ease-in-out;width:90%}.addButton-image{filter:invert(67%) sepia(75%) saturate(5454%) hue-rotate(171deg) brightness(107%) contrast(103%);filter:var(--accentFilter);height:70%;padding-left:2%;padding-right:2%;position:relative}.addButton-text{color:#fff;font-size:20px;position:relative;text-align:center;width:100%}.active,.addButton:hover{box-shadow:0 0 5px 1px #24ff00;box-shadow:0 0 5px 1px var(--glow)}.addButton:hover .addButton-text{color:#24ff00;color:var(--glow)}.addButton-mask{cursor:pointer;height:100%;position:absolute;width:100%}@media screen and (max-width:980px){.addButton-text{font-size:15px}}@media screen and (max-width:810px){.addButton-text{font-size:12.5px}.addButton{height:35px}}@media screen and (max-width:700px){.addButton-text{font-size:12px}.addButton{height:30px}}@media screen and (max-width:620px){.addButton-text{font-size:10px}.addButton{height:20px}}@media screen and (max-width:600px){.addButton-text{font-size:20px}.addButton{height:40px}}.main{display:flex;flex-direction:row;gap:0;height:92.6%;overflow-x:hidden;overflow-y:hidden;position:relative;width:100%}.header{background-color:#1e1e1e;background-color:var(--gray2)}.header-section-button{background-color:#000}.sidemenu{background-color:#1e1e1e;background-color:var(--gray2);overflow-y:auto;width:20%;z-index:1}.content,.sidemenu{height:100%;overflow-x:hidden;position:relative}.content{overflow-y:hidden;width:80%}.content-background{background-image:url(/static/media/leaf-solid.f4bb068b7169cde2a71f.svg);background-size:50px;height:100%;opacity:10%;overflow-x:hidden;overflow-y:hidden;position:absolute;width:100%}.content-background-image{filter:invert(40%) sepia(13%) saturate(770%) hue-rotate(64deg) brightness(101%) contrast(86%);height:40%;left:5%;max-height:auto;max-width:90%;position:absolute;top:2%;width:auto}.content-product{display:none;height:100%;overflow-x:hidden;overflow-y:auto;position:relative;width:100%}.content-product-header{border-bottom:2px solid #00b2ff;border-bottom:2px solid var(--accents);text-indent:1%}.content-product-description,.content-product-header{color:#fff;margin-left:1%;position:relative;width:98%}.content-product-file{background-color:#1e1e1e;background-color:var(--gray2);border-radius:10px;margin-left:1%;margin-top:1%;max-height:75%;overflow:auto;position:relative;width:98%}.content-product-file-objectViewer{border:none;overflow:visible;position:relative}.content-product-comment{background-color:#1e1e1e;background-color:var(--gray2);border-radius:10px;height:min-content;margin-bottom:2%;margin-left:1%;margin-top:2%;min-height:4%;overflow:hidden;padding-bottom:0;padding-left:.5%;padding-top:0;position:relative;width:97%}.content-product-comment-text{align-content:center;background-color:#0000;border:none;color:#fff;cursor:text;font-size:17px;min-height:2vh;padding:0;position:relative;resize:none;width:calc(98% - 25px)}.content-product-comment-send-container{align-items:end;display:flex;flex-direction:row;height:100%;justify-content:end;left:0;position:absolute;top:0;width:100%}.content-product-comment-send{cursor:pointer;filter:invert(67%) sepia(75%) saturate(5454%) hue-rotate(171deg) brightness(107%) contrast(103%);filter:var(--accentFilter);height:25px;padding-bottom:9.375px;padding-right:1%;position:absolute}.content-product-comments{height:min-content;left:1%;margin-bottom:2%;position:relative;width:97%}.content-product-edit-container{display:flex;flex-direction:row;height:5%;justify-content:center;margin-top:1%;position:relative;top:0;width:100%}.content-product-edit{background-color:#000;border:2px solid #0000;border-radius:10px;color:#fff;cursor:pointer;font-size:20px;height:100%;position:relative;transition:all .2s ease-in-out;width:30%}.content-product-edit:hover{box-shadow:0 0 5px 1px #24ff00;box-shadow:0 0 5px 1px var(--glow);color:#24ff00;color:var(--glow)}.create-container{align-items:center;height:100%;justify-content:center;left:20%;position:absolute;top:0;width:80%}.create-container,.create-section{display:flex;flex-direction:column}.create-section{background-color:#1e1e1e;background-color:var(--gray2);border-radius:10px;box-shadow:0 0 5px 0 #24ff00;box-shadow:0 0 5px 0 var(--glow);display:none;height:min-content;padding-bottom:1%;position:relative;width:60%;z-index:2}.create-section-header{color:#fff;height:min-content;position:relative;text-align:center;width:100%}.create-section-form{left:2.5%;position:relative;width:95%}.create-section-form-button{background-color:#000;border:2px solid #0000;border-radius:10px;box-shadow:0 5px 5px #00b2ff;box-shadow:0 5px 5px var(--accents);color:#fff;cursor:pointer;font-size:20px;height:40px;left:20%;margin-top:3%;position:relative;transition:all .2s ease-in-out;width:60%}.create-section-form-button:hover{box-shadow:0 5px 5px #24ff00;box-shadow:0 5px 5px var(--glow);color:#24ff00;color:var(--glow)}.create-section-form-cancel:hover{color:#24ff00;color:var(--glow)}.create-product{background-color:#1e1e1e;background-color:var(--gray2);border-radius:10px;box-shadow:0 0 5px 0 #24ff00;box-shadow:0 0 5px 0 var(--glow);display:flex;display:none;flex-direction:column;height:min-content;padding-bottom:1%;position:relative;width:60%;z-index:2}.create-product-header{color:#fff;height:min-content;position:relative;text-align:center;width:100%}.create-product-form{left:2.5%;position:relative;width:95%}.create-product-form-button{background-color:#000;border:2px solid #0000;border-radius:10px;box-shadow:0 5px 5px #00b2ff;box-shadow:0 5px 5px var(--accents);color:#fff;cursor:pointer;font-size:20px;height:40px;left:20%;margin-top:3%;position:relative;transition:all .2s ease-in-out;width:60%}.create-product-form-button:hover{box-shadow:0 5px 5px #24ff00;box-shadow:0 5px 5px var(--glow);color:#24ff00;color:var(--glow)}.form-cancel,.form-delete{align-items:center;display:flex;flex-direction:row;height:min-content;justify-content:center;margin-top:3%;position:relative;width:100%}.form-cancel-text{color:#00b2ff;color:var(--accents)}.form-cancel-text,.form-delete-text{cursor:pointer;font-size:20px;position:relative;transition:all .2s ease-in-out;width:min-content}.form-delete-text{color:red}.form-cancel-text:hover{color:#24ff00;color:var(--glow)}.sidemenu-toggle{align-items:center;background-color:#1e1e1e;background-color:var(--gray2);border-bottom-right-radius:10px;border-top-right-radius:10px;display:none;height:40px;justify-content:center;left:0;opacity:50%;overflow:hidden;padding-right:.5%;position:absolute;top:2.5%;width:40px;z-index:1}.sidemenu-toggle:focus,.sidemenu-toggle:hover{opacity:100%}.sidemenu-toggle-image{filter:invert(67%) sepia(75%) saturate(5454%) hue-rotate(171deg) brightness(107%) contrast(103%);filter:var(--accentFilter);height:90%;position:relative}.sidemenu-toggle-cover{height:100%;position:absolute;width:100%}@media screen and (max-width:600px){.sidemenu{display:none;position:absolute;width:70%}.content{width:100%}.create-container{left:0;width:100%}.create-product,.create-section{width:90%}.sidemenu-toggle{display:flex}}@media screen and (max-width:370px){.content-product-comment-text{font-size:15px}.content-product-comment-send{height:23px;padding-bottom:8.625px}}@media screen and (max-width:340px){.content-product-comment-text{font-size:12.5px}.content-product-comment-send{height:20.5px;padding-bottom:7.6875px}}@media screen and (max-width:310px){.create-product-form-button{font-size:17.5px}}.labeledInput{display:flex;flex-direction:column;gap:2px;height:min-content;left:1.5%;position:relative;width:95%}.labeledInput-label{color:#fff;font-size:25px;position:relative;width:80%}.labeledInput-input{background-color:#000;border:2px solid #0000;border-radius:10px;color:#fff;cursor:text;font-size:20px;height:min-content;padding:1%;position:relative;transition:all .2s ease-in-out}.labeledInput-input-select:focus,.labeledInput-input-select:hover,.labeledInput-input-textarea:focus,.labeledInput-input-textarea:hover,.labeledInput-input:focus,.labeledInput-input:hover{box-shadow:0 0 10px #24ff00;box-shadow:0 0 10px var(--glow);color:#24ff00;color:var(--glow)}.labeledInput-label-container{align-items:center;display:flex;flex-direction:row;position:relative}.forgotPassword{color:#00b2ff;color:var(--accents);cursor:pointer;font-size:15px;transition:all .2s ease-in-out}.forgotPassword:hover{color:#24ff00;color:var(--glow)}.labeledInput-input-textarea{line-clamp:5;align-content:center;cursor:text;height:auto;max-height:70%;overflow-x:hidden;overflow-y:auto;padding:.5%;resize:none}.labeledInput-input-select,.labeledInput-input-textarea{background-color:#000;border:2px solid #0000;border-radius:10px;color:#fff;font-size:20px;position:relative;transition:all .2s ease-in-out}.labeledInput-input-select{cursor:default;height:min-content;padding:2% 1%}@media screen and (max-width:350px){.labeledInput-input,.labeledInput-input-select{font-size:17.5px}.labeledInput-label{font-size:22.5px}}@media screen and (max-width:310px){.labeledInput-input,.labeledInput-input-select{font-size:15px}.labeledInput-label{font-size:20px}}:root{--clear:#0000;--hdrBtnTxt:25px;--hdrNameTxt:35px;--errorTxt:#f85050}.error{background-color:#1e1e1e;background-color:var(--gray2);box-shadow:0 -5px 10px 0 red;display:flex;flex-direction:column;height:50px;position:absolute;top:calc(100% - 50px);width:100%;z-index:3}.error,.error-message{justify-content:center}.error-message{text-wrap:nowrap;align-items:center;color:#f85050;color:var(--errorTxt);font-size:20px;height:min-content;margin-left:1%;overflow:hidden;position:relative;text-overflow:ellipsis;width:99%}.hidden{display:none}@media screen and (max-width:380px){.error-message{font-size:17.5px}}@media screen and (max-width:330px){.error-message{font-size:15px}}.signIn{height:100%;justify-content:center;left:30%;width:40%}.signIn,.signIn-form{display:flex;flex-direction:column;position:relative}.signIn-form{background-color:#1e1e1e;background-color:var(--gray2);border:2px solid #0000;border-radius:10px;box-shadow:0 10px 10px #00b2ff;box-shadow:0 10px 10px var(--accents);gap:2px;height:min-content;padding:1% 1% 2%;width:100%}.signIn-header{color:#fff;font-size:35px;font-size:var(--headerTxt);position:relative;text-align:center;width:100%}.signIn-form-button{background-color:#000;border:2px solid #0000;border-radius:10px;color:#00b2ff;color:var(--accents);cursor:pointer;font-size:25px;font-size:var(--btnTxt);height:min-content;left:10%;margin-top:10px;padding:1%;position:relative;transition:all .2s ease-in-out;width:80%}.signIn-form-button:hover{box-shadow:0 0 10px #24ff00;box-shadow:0 0 10px var(--glow);color:#24ff00;color:var(--glow)}.signIn-jump{color:#00b2ff;color:var(--accents);cursor:pointer;font-size:17px;justify-content:center;position:relative;text-align:center;transition:all .2s ease-in-out}.signIn-jump:hover{color:#24ff00;color:var(--glow)}@media screen and (max-width:600px){.signIn{left:10%;width:80%}}:root{--gray2:#1e1e1e;--accents:#00b2ff;--background:#404040;--glow:#24ff00;--accentFilter:invert(67%) sepia(75%) saturate(5454%) hue-rotate(171deg) brightness(107%) contrast(103%);--teamTxt:40px;--focusTxt:20px;--btnTxt:25px;--headerTxt:35px}.forgot{height:100%;justify-content:center;left:30%;width:40%}.forgot,.forgot-form{display:flex;flex-direction:column;position:relative}.forgot-form{background-color:#1e1e1e;background-color:var(--gray2);border:2px solid #0000;border-radius:10px;box-shadow:0 10px 10px #00b2ff;box-shadow:0 10px 10px var(--accents);gap:2px;height:min-content;padding:1% 1% 2%;width:100%}#forgot-form-code,#forgot-form-password{display:none}.forgot-header{color:#fff;font-size:35px;font-size:var(--headerTxt);position:relative;text-align:center;width:100%}.forgot-form-button{background-color:#000;border:2px solid #0000;border-radius:10px;color:#00b2ff;color:var(--accents);cursor:pointer;font-size:25px;font-size:var(--btnTxt);height:min-content;left:10%;margin-top:10px;padding:1%;position:relative;transition:all .2s ease-in-out;width:80%}.forgot-form-button:hover{box-shadow:0 0 10px #24ff00;box-shadow:0 0 10px var(--glow);color:#24ff00;color:var(--glow)}
/*# sourceMappingURL=main.6748b989.css.map*/