#leftNav { z-index: 1000; align-items: flex-end; max-width: 600px; margin: 0 auto; }
#leftNav .navBody { width: 80%; height: 100%; background-color: white; overflow-y: auto; }
#leftNav .navBody .navHeader { display: flex; flex-direction: row; }
#leftNav .navBody .navHeader .title { flex-grow: 1; display: flex; flex-direction: column; align-items: center; justify-content: center; font-size: 22px; }
#leftNav .navBody .navHeader .btnClose { width: 50px; height: 50px; display: flex; flex-direction: column; align-items: center; justify-content: center; flex-shrink: 0; color: black; font-size: 22px; text-decoration: none; }
#leftNav .navBody .navWrap { display: flex; flex-direction: column; align-items: flex-start; padding: 15px; }
#leftNav .navBody .navWrap .navItem { color: black; font-size: 18px; text-decoration: none; padding: 5px 10px; display: flex; flex-direction: row; gap: 15px; height: 45px; justify-content: flex-start; align-items: center; width: 100%; }
#leftNav .navBody .navWrap .navItem.logout { color: #990000; }
#leftNav .navBody .navWrap .navItem i { width: 20px; text-align: center; }
#leftNav .navBody .navWrap .separator { width: 100%; padding: 10px; font-weight: bold; font-size: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; }