.App{width:100vw;height:100vh}body{margin:0;padding:0}.Sidebar{height:100vh;width:250px;background-color:#313f50;position:fixed;left:0;top:0;overflow-y:auto}.Sidebar .SidebarList{height:auto;width:100%;padding:0;margin:0}.Sidebar .SidebarList .row{height:50px;width:100%;border:1px solid black;list-style-type:none;margin:0;display:flex;flex-direction:row;align-items:center;color:#fff;cursor:pointer;transition:background 1s;font-family:Trebuchet MS,Lucida Sans Unicode,Lucida Grande,Lucida Sans,Arial,sans-serif;padding:0 10px}.Sidebar .SidebarList .row:hover{background-color:#1d2126}.Sidebar .SidebarList .row .icon{flex:30%;display:flex;justify-content:center;align-items:center}.Sidebar .SidebarList .row .title{flex:70%;display:flex;justify-content:flex-start;align-items:center}
