@import url(https://fonts.googleapis.com/css2?family=Roboto:wght@300;400;500;700&display=swap);.header{background-color:#1976d2}.toolbar{align-items:center;border-color:green;border-radius:4px}.nav-links,.toolbar{display:flex;justify-content:space-between}.nav-links{gap:15px}.nav-button{color:#fff;flex:1 1 auto;max-width:130px;min-width:100px;overflow:hidden;padding:5px 10px;text-align:center;text-overflow:ellipsis;transition:background-color .3s ease-in-out;white-space:nowrap}.nav-button:hover{background-color:#fff3}.active-nav-button{animation:rotateX360 .6s ease-in-out;background-color:#ff0!important;color:#000!important;font-weight:700;transform-style:preserve-3d}.active-nav-button,.logout-button{border-radius:5px;padding:5px 10px}.logout-button{background-color:#ffffff1a;min-width:100px;text-align:center}.active-drawer-item{background-color:#ff0!important;color:#000!important;font-weight:700}.toolbar .logo{margin-left:20px}.avatar{height:40px;margin:1px;width:40px}.rotate-container{display:inline-block;position:relative}.rotate-avatar{animation:rotate-earth 20s linear infinite;height:40px;transition:transform .3s ease;width:40px}.rotate-avatar:hover{transform:scale(1.1)}@keyframes rotate-earth{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@keyframes rotateX360{0%{transform:rotateX(0deg)}to{transform:rotateX(1turn)}}@media (max-width:600px){.nav-links{gap:10px}.nav-button{max-width:100px}.logout-button,.nav-button{font-size:14px;min-width:80px}}.app-container{align-items:center;display:flex;flex-direction:column;justify-content:center}.sidebar{background-color:#f4f4f4;border-right:1px solid #ddd;height:calc(100% - 64px);left:0;overflow-y:auto;padding-top:20px;position:fixed;top:64px;width:240px;z-index:1000}.content{flex-grow:1;margin-left:240px;overflow-y:auto;padding:20px}#root,body,html{background-attachment:fixed;background-repeat:no-repeat;background-size:cover;height:100%;margin:0;z-index:8}body{background:url(/static/media/bg.c89cfb31bcd8060282c0.jpg);background-size:cover}body.dark-theme{background:url(/static/media/bg_dark.20252a45413a5fda0b97.png);background-size:cover}canvas.animated-overlay{height:100vh;left:0;pointer-events:none;position:fixed;top:0;width:100vw;z-index:2;z-index:-1}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,sans-serif;margin:0;transition:background-image .5s ease-in-out}body.light-theme{background:url(/static/media/bg.c89cfb31bcd8060282c0.jpg) 50%/cover fixed}body.dark-theme{background:url(/static/media/bg_dark.20252a45413a5fda0b97.png) 50%/cover fixed}
/*# sourceMappingURL=main.439cee66.css.map*/