:where(html){-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%;line-height:1.15}:where(h1){font-size:2em;margin-block-end:.67em;margin-block-start:.67em}:where(dl,ol,ul) :where(dl,ol,ul){margin-block-end:0;margin-block-start:0}:where(hr){box-sizing:initial;color:inherit;height:0}:where(abbr[title]){text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted}:where(b,strong){font-weight:bolder}:where(code,kbd,pre,samp){font-family:monospace,monospace;font-size:1em}:where(small){font-size:80%}:where(table){border-color:currentColor;text-indent:0}:where(button,input,select){margin:0}:where(button){text-transform:none}:where(button,input:is([type=button i],[type=reset i],[type=submit i])){-webkit-appearance:button}:where(progress){vertical-align:initial}:where(select){text-transform:none}:where(textarea){margin:0}:where(input[type=search i]){-webkit-appearance:textfield;outline-offset:-2px}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}::-webkit-input-placeholder{color:inherit;opacity:.54}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focus-inner{border-style:none;padding:0}:where(button,input:is([type=button i],[type=color i],[type=reset i],[type=submit i]))::-moz-focusring{outline:1px dotted ButtonText}:where(:-moz-ui-invalid){box-shadow:none}:where(dialog){background-color:#fff;border:solid;color:#000;height:fit-content;left:0;margin:auto;padding:1em;position:absolute;right:0;width:fit-content}:where(dialog:not([open])){display:none}:where(summary){display:list-item}:active,:focus,a:active,a:focus{outline:none}html{background:#ebebeb;font-size:10px;min-width:1000px}body,html{border:0;cursor:default;height:100%;width:100%}body{font-family:Montserrat,sans-serif;margin:0;padding:0}button,input,textarea{appearance:none;-webkit-appearance:none;-moz-appearance:none;border-radius:0;font-family:inherit;outline:0;padding:0}*,:after,:before{box-sizing:border-box}a,a:hover,a:visited{cursor:pointer;text-decoration:none}h1{font-size:inherit;font-weight:inherit}input{font-size:1.5rem}.FetchLoading{background:#00000080;height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:1}.Loading{border-radius:50%;height:64px;left:calc(50% - 32px);perspective:800px;position:absolute;top:calc(50% - 32px);width:64px}.Loading__inner_one,.Loading__inner_three,.Loading__inner_two{border-radius:50%;height:100%;position:absolute;width:100%}.Loading__inner_one{animation:rotate-one 1s linear infinite;border-bottom:3px solid #000;left:0;top:0}.Loading__inner_two{animation:rotate-two 1s linear infinite;border-right:3px solid #000;right:0;top:0}.Loading__inner_three{animation:rotate-three 1s linear infinite;border-top:3px solid #000;bottom:0;right:0}@keyframes rotate-one{0%{transform:rotateX(35deg) rotateY(-45deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(-45deg) rotate(1turn)}}@keyframes rotate-two{0%{transform:rotateX(50deg) rotateY(10deg) rotate(0deg)}to{transform:rotateX(50deg) rotateY(10deg) rotate(1turn)}}@keyframes rotate-three{0%{transform:rotateX(35deg) rotateY(55deg) rotate(0deg)}to{transform:rotateX(35deg) rotateY(55deg) rotate(1turn)}}.loginShellWrapper{height:100vh;width:100%}.loginShell,.loginShellWrapper{align-items:center;display:flex;justify-content:center}.loginShell{background:#fff;border-radius:20px;flex-direction:column;font-size:2rem;padding:20px;width:300px}.loginShellText{text-align:center;width:100%}.loginShellForm{display:flex;flex-direction:column;width:100%}.loginShellInput{border:0;border-bottom:1px solid gray;margin-top:20px;padding:5px;width:100%}.loginShellInput:focus{border-bottom:1px solid #2f80ed}.loginShellButton{background:#2f80ed;border:1px solid #fff;border-radius:5px;color:#fff;cursor:pointer;font-size:1.5rem;margin-top:20px;padding:8px 12px;transition:all .3s linear}.loginShellButton:hover{background:#fff;border:1px solid #2f80ed;color:#2f80ed}.loginShellError{color:#eb4242;font-size:1.5rem;margin-top:5px}.nav{color:#fff;font-size:1.5rem;justify-content:center}.nav,.nav__itemWrapper{display:flex;width:100%}.nav__itemWrapper{align-items:center;background:#000;height:60px;justify-content:space-between;padding:0 40px}.nav__logout{cursor:pointer;transition:all .3s linear}.nav__logout:hover{color:#d3d3d3}.nav__group{display:flex;justify-content:space-between;width:500px}.nav__item{color:#fff;font-size:1.5rem;transition:all .3s linear}.nav__item:hover{color:#d3d3d3}.nav__name{font-weight:700}.nav__activeLink{border-bottom:1px solid #d3d3d3}.nav__position{align-items:center;display:flex;flex-wrap:wrap;height:100%;justify-content:space-between;width:750px}.nav__separator{background:#fff;height:50%;width:1px}.FailedFetchMessage{color:#eb4242;font-size:1.5rem;margin-top:30px;padding:0 30px}.WarningMessage{animation:WarningMessage__disappear 5.5s linear;background:#fff;border-radius:5px;font-size:1.5rem;left:50%;padding:10px;position:fixed;text-align:center;top:50px;transform:translateX(-50%);z-index:1}@keyframes WarningMessage__disappear{0%{opacity:1}50%{opacity:1}to{opacity:0}}.ErrorMessage,.SuccessMessage{background:#fff;border-radius:5px;bottom:20px;font-size:1.5rem;padding:4px 12px;position:fixed;right:20px;z-index:1}.SuccessMessage{border:1px solid #19ad4b;color:#19ad4b}.ErrorMessage{border:1px solid #eb4242;color:#eb4242}.cursor_pointer{cursor:pointer}.hint__description__field{color:#363636;font-size:1.2rem;margin-top:3px;width:100%}.mt-30.mt-30{margin-top:30px}
/*# sourceMappingURL=main.88eba7c8.css.map*/