.menuBtnIcon{width:calc(var(--base) * 3)}.manuForListing{display:flex;justify-content:space-between;align-items:center;margin-right:auto;margin-left:auto;background:#12141C;padding:calc(var(--base) * 1) calc(var(--base) * 1.2);border-radius:999rem;gap:calc(var(--base) * 2)}.protected-menulist{margin-left:calc(var(--base) * 16)}.manuForListing .MenuItem{font-size:calc(var(--base) * 1.6);font-family:FranklinGothicATF,sans-serif;color:var(--body-color);padding:calc(var(--base) * .5) calc(var(--base) * 4.7);border-radius:calc(var(--base) * 3);text-decoration:none;width:100%;max-width:calc(var(--base) * 16);height:100%;min-height:calc(var(--base) * 4);max-height:calc(var(--base) * 4);display:inline-flex;justify-content:center;align-items:center;text-wrap:nowrap;white-space:nowrap;cursor:pointer;transition:background-color .5s cubic-bezier(.25,.46,.45,.94)}.manuForListing .MenuItem:hover{color:#fff;background-color:rgba(255,255,255,.1)}.manuForListing .MenuItem.active{background-color:#fff;color:var(--secondary-color);font-family:FranklinGothicATF_Medium}.unreadRedDot{display:inline-block;width:calc(var(--base) * .8);height:calc(var(--base) * .8);border-radius:50%;background-color:#F25C3B;margin-right:calc(var(--base) * 1);vertical-align:middle}