.navbarMob{display:none}@media screen and (max-width:600px){.appList,.navbarMob{align-items:center;display:flex}.navbarMob{width:100%;height:70px;position:fixed;bottom:0;justify-content:center;background-color:#fff;border:1px solid #ccc9c9;box-shadow:0 -1px 4px 0 #0000001f;z-index:1000}.appList{list-style:none;padding:0;width:95%;justify-content:space-between}.appList li{width:20%;display:flex;align-items:center;justify-content:center}.appLinkItem{width:100%;display:flex;flex-direction:column;align-items:center;gap:6px;border:none;background:0 0}.appLinkItem i{font-size:20px;color:#a41a1f;font-weight:500}.appLinkItem span{text-transform:uppercase;font-size:14px;font-weight:500;font-family:Inter,sans-serif;color:#000}.appLinkItem.active,.appLinkItem:hover{background:linear-gradient(180deg,#23915a 0,#054b28 100%);width:50px;height:50px;display:flex;align-items:center;justify-content:center;border-radius:50%}.appLinkItem.active i,.appLinkItem:hover i{color:#fff;font-size:24px;font-weight:600}.appLinkItem.active span,.appLinkItem:hover span{display:none}}@media screen and (max-width:500px){.appLinkItem span{font-size:12px}}@media screen and (max-width:425px){.navbarMob{height:60px}.appLinkItem span{font-size:8px}.appLinkItem.active,.appLinkItem:hover{width:40px;height:40px}.appLinkItem.active i,.appLinkItem:hover i{font-size:20px}}