@import url(https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap);:root{--yellow:linear-gradient(180deg,#f8d49a -146.42%,#fad79d -46.42%);--orange:#fca61f;--black:#242d49;--gray:#788097;--purple:linear-gradient(180deg,#bb67ff,#c484f3);--pink:#ff919d;--glass:hsla(0,0%,100%,.54);--boxShadow:0px 19px 60px rgb(0 0 0/8%);--smboxShadow:-79px 51px 60px rgba(0,0,0,.08);--activeItem:#f799a354}.App{align-items:center;background:linear-gradient(100deg,#ffe1bc 30%,#ffcfd1 50%,#f3c6f1 80%);display:flex;font-family:Inter,sans-serif;height:100vh;justify-content:center;text-align:center;width:100%}.AppGlass{background-color:hsla(0,0%,100%,.54);background-color:var(--glass);border-radius:2rem;display:grid;grid-template-columns:11rem auto 20rem;height:95%;overflow:hidden;width:95%}.Sidebar{display:flex;flex-direction:column;padding-top:4rem;position:relative;transition:all .3s ease}.logo{align-items:center;display:flex;font-size:22px;font-weight:700;gap:1rem;height:4rem;justify-content:center}.logo>img{height:3rem;width:3rem}.logo>span>span{color:pink}.menu{display:flex;flex-direction:column;gap:2rem;margin-top:4rem}.menuItems{align-items:center;border-radius:.7rem;display:flex;font-size:14px;gap:1rem;height:2rem;margin-left:2rem;position:relative;transition:all .3s ease;width:100%}.menuItems:hover{cursor:pointer}.active{background:var(--activeItem);margin-left:0}.active:before{background-color:var(--pink);content:"";height:100%;margin-right:calc(1rem - 8px);width:8px}.menu .menuItems:last-child{bottom:2.3rem;position:absolute;width:100%}
/*# sourceMappingURL=main.43ded28e.css.map*/