html{background-color:#535353;color:#333;overflow:hidden;scroll-behavior:smooth}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:sans-serif,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue;margin:0;min-height:100vh}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}p{font-size:16px}#root,.App{height:100%}.App{overflow:hidden;width:100%}::-webkit-scrollbar{height:1px;width:15px}::-webkit-scrollbar-thumb{background:#535353;border-radius:10px;box-shadow:inset 0 0 5px #0003}::-webkit-scrollbar-track{background:#ededed;border-radius:10px;box-shadow:inset 0 0 5px #0003}.NotFound{align-items:center;display:flex;flex-direction:column;height:60vh;justify-content:space-evenly}.NotFound #nf-cound-down{color:red;font-size:20px;font-weight:700}#app-locker-container{height:100px;text-align:center;width:100vw}.login{align-items:center;background-position:50%;background-repeat:no-repeat;background-size:cover;display:flex;height:100vh;width:100%}.login-box{background:linear-gradient(to right bottom,#ffffffe6,#ffffff8c);border-radius:10px;height:280px;margin-left:65%;padding-left:2rem;padding-right:2rem;width:300px;z-index:9999999}.login-box-content{display:flex;flex-direction:column;height:100%;justify-content:space-around}h1{margin:0}#btn-login{background-color:#338e6c;border-color:#338e6c}#btn-login:hover{background-color:#2b795c}#login-box-first-line{align-items:center;display:flex;flex-direction:row}#login-logo{background:url(/static/media/logo_notext.de67fc7e09e294a1c9af.svg);height:44px;margin-left:auto;margin-right:10px;width:44px}.HOME{align-items:flex-start;display:flex;flex-direction:column;justify-content:flex-start}.HOME a{color:#338e6c}