nav{background-color:var(--grey_light);box-sizing:border-box;z-index:999;flex-direction:column;justify-content:space-between;width:280px;height:100vh;padding:16px;display:flex;position:fixed}.nav_links{flex-direction:column;gap:50px;display:flex}.nav_header{justify-content:space-between;align-items:center;display:flex}.nav_hamburgerMenu{cursor:pointer;display:none}.nav_teamLogo{align-items:center;gap:16px;display:flex}.nav_teamLogo img{border-radius:8px;width:30px;height:30px}.nav_coins{flex-direction:column;gap:4px;display:flex}.nav_coins_text{font-size:14px}.nav_pedalCoins{background-color:var(--white);border-radius:8px;justify-content:space-between;align-items:center;padding:8px;display:flex}.nav_pedalCoins_title{align-items:center;gap:10px;display:flex}.nav_pedalCoins_title img{width:25px}.nav_pages{flex-direction:column;gap:10px;display:flex}.nav_pageLink{cursor:pointer;border-radius:8px;align-items:center;gap:16px;padding:8px;transition:all .5s ease-in-out;display:flex}.nav_pageLink .nav_pageIcon{color:var(--grey_dark);stroke:var(--grey_dark);width:20px;height:20px}.nav_pageLink.active{background-color:var(--white)}.nav_pageLink.active .nav_pageIcon,.nav_pageLink.active p{color:var(--green_main)}.svg-path{stroke:"#149765"}.nav_pageLink:hover{background-color:var(--white)}.nav_pageLink img{width:25px}.nav_userEmail{font-size:14px}.nav_signout{flex-direction:column;gap:10px;display:flex}.nav_signout_logo{width:40%;margin-left:16px}.nav_signout_logo_icon{display:none}.nav_mobile{z-index:99;display:none}@media screen and (min-width:901px) and (max-width:1200px){.nav_userEmail{display:none}nav{width:80px}.nav_teamLogo{margin:0 auto}.nav_pedalCoins{flex-direction:column}.nav_pageLink,.nav_pedalCoins_title{justify-content:center}.nav_pageLink p,.nav_pedalCoins_title p,.nav_teamLogo p,.nav_signout_logo{display:none}.nav_signout_logo_icon{width:30px;margin:0 auto;display:flex}}@media screen and (max-width:900px){nav{display:none;right:0;box-shadow:-5px 0 48px -7px #0003}.nav_hamburgerMenu{display:block}nav.nav_open{height:100dvh;display:flex}.nav_mobile{box-sizing:border-box;background:var(--white);justify-content:space-between;align-items:center;width:100%;height:8vh;padding:0 5%;display:flex;position:fixed;top:0}.nav_mobile_logo{width:120px}}
