.NavItem{position:relative;display:flex;width:100%;align-items:center;padding:9px 20px;font-size:14px;font-weight:500;color:var(--color-light-grey-3);transition:padding .5s}.Dashboard .NavDesktop .NavItem:not(.NavItem--active):hover,.mobile .NavItem:not(.NavItem--active):hover,.tablet .NavItem:not(.NavItem--active):hover{padding:9px 20px 9px 24px;color:var(--color-text-white)}.Dashboard .NavDesktop .NavItem:not(.NavItem--active):hover .NavItem-Icon,.mobile .NavItem:not(.NavItem--active):hover .NavItem-Icon,.tablet .NavItem:not(.NavItem--active):hover .NavItem-Icon{fill:var(--color-mid-grey-5)}.desktop .NavMobDropdown .NavItem:not(.NavItem--active):hover{background:var(--color-dark-grey-3)}.NavItem--active{color:var(--color-light-grey-5)}.NavItem--active:after{content:"";position:absolute;top:50%;left:0;width:3px;height:20px;transform:translateY(-50%);background:var(--color-warning-default);border-radius:0 4px 4px 0}.NavItem--active .NavItem-Icon{fill:var(--color-text-white)}.NavItem-Icon{width:20px;height:20px;margin-right:10px;fill:var(--color-mid-grey-3)}.NavItem-Icon--user2{stroke:var(--color-mid-grey-3)}.ItemsCount{display:flex;justify-content:center;align-items:center;width:var(--size);height:var(--size);margin-left:auto;font-size:12px;font-weight:700;color:var(--color-text-white);border-radius:50%}.ItemsCount--default{background:var(--color-dark-grey-5)}.ItemsCount--colored{background:var(--color-main-default)}.ItemsCount--pending{background:var(--color-attention-400)}.NavItems{gap:10px}.NavItems-Badge{margin-left:auto}.NavMobDropdown{display:inline-flex;position:relative;z-index:8}.mobile .NavMobDropdown{display:block;width:100%}.NavMobDropdown-Content{position:fixed;top:54px;display:flex;flex-flow:column;background:var(--color-dark-grey-1);padding:8px 0;z-index:19;overflow-y:auto}.mobile .NavMobDropdown-Content,.tablet .NavMobDropdown-Content{width:100%;max-height:calc(var(--app-height) - 54px);left:0}.desktop .NavMobDropdown-Content{width:236px;box-shadow:0 0 1px rgba(0,0,0,.32),0 8px 16px rgba(0,0,0,.24)}@media(min-width:1248px){.NavMobDropdown-Content{right:calc(50% - 608px)}}@media(min-width:1400px){.NavMobDropdown-Content{right:calc(50% - 684px)}}@media(min-width:1600px){.NavMobDropdown-Content--sidebarOpened{right:calc(50% - 784px)}}.NavMobDropdown-Overlay{content:"";position:fixed;top:54px;right:0;bottom:0;z-index:18;background-color:rgba(0,0,0,.7)}.NavMobDropdown-NavItem{height:38px;display:flex;justify-content:space-between;align-items:center;cursor:pointer}.NavMobDropdown-NavItem:hover{background:var(--color-main1)}.NavMobDropdown-NavItem:hover .NavMobDropdown-NavLink{color:var(--color-text-white)}.NavMobDropdown-NavItem:hover .NavMobDropdown-NavIcon{fill:#fde2d3}.NavMobDropdown-NavItem:hover .NavMobDropdown-NavIcon--user2{stroke:#fde2d3}.NavMobDropdown-NavLink{font-size:14px;font-weight:500;display:flex;justify-content:flex-start;align-items:center;color:var(--color-light-grey-4);flex-grow:1;margin:8px 16px}.NavMobDropdown-NavIcon{height:20px;width:20px;margin-right:12px;fill:var(--color-mid-grey-5)}.NavMobDropdown-NavIcon--user2{stroke:var(--color-mid-grey-5)}.NavMobDropdown-Line{height:1px;background:var(--color-dark-grey-2);display:block;margin:8px 16px}.NavMobDropdown .NavItem{padding:9px 16px}.NavMobDropdown .NavItem--active{background:var(--color-main-default)}.NavMobDropdown .NavItem--active:after{display:none}