.sidebar{flex:1.2;min-width:160px;background-color:#151515;border-right:1px solid hsla(0,0%,100%,.103);border-top:1px solid hsla(0,0%,100%,.103);border-radius:0 3px 0 0;overflow-y:scroll}.sidebar h3{font-weight:500;padding:7px;display:flex;align-items:center;gap:10px}.user{justify-content:space-between;transition:all .5s ease;padding:10px 7px;color:hsla(0,0%,100%,.856);font-weight:400;font-size:18px}.plus,.user{display:flex;align-items:center;cursor:pointer}.plus{background-color:#7c2ae857;padding:10px;border-radius:1000px;height:25px;width:25px;justify-content:center;font-weight:300}.user:hover{background-color:#ffffff0a}