*{margin:0;padding:0;font-family:system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,"Open Sans","Helvetica Neue",sans-serif;list-style:none;box-sizing:border-box}.container{display:grid;height:100svh;grid-template:1fr 5fr/1fr 4fr;overflow:hidden}.container .sidebar{grid-area:1/1/3/2;background-color:#3a8fff;display:flex;flex-direction:column;gap:70px;padding:20px;color:#fff;font-size:1.5rem;font-weight:700}.container .sidebar .menu{display:flex;flex-direction:column;gap:20px}.container .sidebar .item{display:flex;gap:10px;align-items:center;cursor:pointer;padding-left:5px;border-radius:10px;transition:background-color .5s}.container .sidebar .item:hover{background-color:#4bffc3}.container .sidebar .icon{fill:#fff}.container .header{height:20svh}.container .header .top{display:flex;height:40%;padding:20px 50px}.container .header .top .search{width:70%;display:flex;gap:20px;align-items:center}.container .header .top .search input{height:80%;width:90%;border-radius:20px;padding:0px 10px;font-size:1.5rem;background-color:#ebebeb;border:1px solid #ebebeb}.container .header .top .profile{width:30%;display:flex;gap:30px;align-items:center;justify-content:flex-end;font-size:1.5rem;font-weight:700}.container .header .top .profile img{height:50px;width:50px}.container .header .bottom{display:flex;justify-content:space-between;height:60%;padding:20px 50px;align-items:center}.container .header .bottom .introduction{display:flex;gap:20px;align-items:center}.container .header .bottom .introduction img{height:70px;width:70px}.container .header .bottom .introduction .profile-name{font-size:1.5rem;font-weight:700}.container .header .bottom .options{width:30%;display:flex;gap:20px}.container .header .bottom .options .option{background-color:#3a8fff;padding:10px 30px;color:#fff;border-radius:20px;border:0px;font-size:1rem;cursor:pointer;transition:background-color .2s}.container .header .bottom .options .option:hover{background-color:#3affde}.container .dashboard{height:80svh;padding:20px;padding-right:40px;background-color:#ebebeb;overflow-y:auto;display:grid;gap:20px;grid-template-columns:3fr 1fr}.container .dashboard .projects .grid{display:grid;grid-template-columns:repeat(auto-fit, minmax(300px, 1fr));grid-auto-rows:300px;gap:20px}.container .dashboard .projects .grid .project{display:flex;flex-direction:column;background-color:#fff;border-radius:10px;border-left:15px solid orange;padding:15px;transition:background-color .2s;cursor:pointer}.container .dashboard .projects .grid .project:hover{background-color:#f5f5f5}.container .dashboard .projects .grid .project .title{font-size:1.2rem;font-weight:600;margin-bottom:5px}.container .dashboard .projects .grid .project .icons{display:flex;justify-content:flex-end;gap:10px;margin-top:auto}.container .dashboard .projects .grid .project .icons .icon{transition:fill .2s}.container .dashboard .projects .grid .project .icons .icon:hover{fill:#3a8fff}.container .dashboard .informations .grid{display:grid;grid-template-rows:5fr 1.5fr 5fr;height:620px}.container .dashboard .informations .announcements{background-color:#fff;border-radius:10px;overflow-y:auto;display:flex;flex-direction:column;gap:20px;padding:20px}.container .dashboard .informations .announcements .announcement{padding-bottom:20px;border-bottom:1px solid gray;cursor:pointer}.container .dashboard .informations .announcements .announcement .title{font-size:1.2rem;font-weight:600;margin-bottom:10px}.container .dashboard .informations .trending{display:flex;flex-direction:column;gap:20px;background-color:#fff;border-radius:10px;padding:20px;overflow-y:auto}.container .dashboard .informations .trending .trend{display:flex;gap:20px;border-bottom:1px solid gray;padding-bottom:10px;align-items:center;cursor:pointer}.container .dashboard .informations .trending .trend img{width:50px;height:50px}.icon{height:30px;width:30px}img{border-radius:50%;border:1px solid #000}.subheader{font-size:1.5rem;font-weight:600;margin-top:auto;margin-bottom:20px}
