#leftNav {
    position: fixed;
    top: 0px;
    left: 0px;
    width: 85px;
    max-width: 85px;
    min-width: 50px;
    height: 100vh;
    background-color: rgba(var(--secondaryColor), 1);
    z-index: 3;
}

#leftNav .mobileMenuHeader {
    display: none;
}

#leftNav .logo {
    width: 100%;
    box-sizing: border-box;
    background-size: 60%;
    background-repeat: no-repeat;
    background-position: center center;
    cursor: pointer;
}

#leftNav .logo:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#leftNav .menu {
    width: 100%;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    margin: 0px !important;
}

#leftNav .menu:after {
    content: "";
    display: block;
    padding-bottom: 100%;
}

#leftNav .menu:hover .icon .overlay,
#leftNav .menu.active .icon .overlay,
#leftNav .logo:hover {
    background-color: rgba(255, 255, 255, .1);
}

#leftNav .menu.noHover .icon .overlay {
    background-color: rgba(255, 255, 255, 0);
}

#leftNav .menu.selected .icon {
    background-color: rgba(var(--mainColor), 1);
}

#leftNav .menu span {
    width: 100%;
    display: block;
    position: absolute;
    left: 0px;
    top: 67%;
    text-align: center;
    font-size: 9px;
    text-transform: uppercase;
    font-weight: 300;
    color: white;
    opacity: .9;
    padding-left: 5px;
    padding-right: 5px;
    box-sizing: border-box;
    z-index: 98;
}

#leftNav .menu .icon {
    position: absolute;
    top: 0px;
    left: 0px;
    bottom: 0px;
    right: 0px;
    background-color: rgba(var(--secondaryColor), 1);
    z-index: 97;
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center top 40%;
    transition: all .2s;
}

#leftNav .menu .icon .overlay {
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
}

#leftNav .menu.hasSubmenu:before {
    content: "\f054";
    font-family: "Font Awesome 5 Pro";
    font-size: 12px;
    color: white;
    font-weight: 300;
    position: absolute;
    top: calc(50% - 6px);
    right: 14%;
    z-index: 99;
}

#leftNav .menu .submenuFrame {
    position: absolute;
    top: 0px;
    right: 0px;
    height: 100%;
    box-sizing: border-box;
    background-color: rgba(var(--secondaryColor), 1);
    z-index: -1;
    transition: all .3s;
}

#leftNav .menu .notification {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(100% - 12px);
    background-color: #ff3b30;
    color: white;
    z-index: 200;
    font-size: 11px;
    width: 24px;
    height: 24px;
    border-radius: 180px;
    transition: all .5s;
    overflow: hidden;
}

#leftNav .menu .notification .number {
    position: absolute;
    top: 5px;
    left: 0px;
    opacity: 1;
    transition: opacity .3s;
    width: 100%;
    text-align: center;
}

#leftNav .menu .notification .text {
    position: absolute;
    left: 10px;
    top: 5px;
    overflow: hidden;
    opacity: 0;
    white-space: nowrap;
    transition: opacity .3s;
}

#leftNav .menu .notification.active {
    white-space: nowrap;
    padding-left: 10px;
    padding-right: 10px;
    box-shadow: 2px 2px 5px 0px rgba(0, 0, 0, .3);
}

#leftNav .menu .notification.active .text {
    opacity: 1;
}

#leftNav .menu .notification.active .number {
    opacity: 0;
}

/*
#leftNav .menu .submenuFrame.four {
    max-width: calc(85px * 4);
}

#leftNav .menu .submenuFrame.three {
    max-width: calc(85px * 3);
}

#leftNav .menu .submenuFrame.two {
    max-width: calc(85px * 2);
}

#leftNav .menu .submenuFrame.one {
    max-width: calc(85px);
}
*/

#leftNav .submenuFrame .submenu {
    height: 100%;
    max-height: 85px;
    min-height: 50px;
    max-width: 85px;
    min-width: 50px;
    box-sizing: border-box;
    background-repeat: no-repeat;
    background-position: center top 40%;
    position: relative;
    transition: all .2s;
    cursor: pointer;
    float: left;
    border-left: 1px solid rgba(255, 255, 255, .2);
    z-index: 0;
}

/*
#leftNav .menu .submenuFrame.two .submenu {
    width: 50%;
}

#leftNav .menu .submenuFrame.three .submenu {
    width: calc(100% / 3);
}
*/

#leftNav .submenuFrame .submenu:hover {
    background-color: rgba(255, 255, 255, .1);
}

#philosophyMenu .icon {
    background-size: 35% !important;
}

#activitiesMenu .icon {
    background-size: 28% !important;
}

#healthCenterMenu .icon {
    background-size: 58% !important;
}

#promotionsMenu .icon {
    background-size: 56% !important;
    background-position: center top 35% !important;
}

#challengesMenu .icon {
    background-size: 60% !important;
    background-position: center top 35% !important;
}

#playersMenu .icon {
    background-size: 52% !important;
}

#postsMenu .icon {
    background-size: 48% !important;
}

#medalsRewardsMenu .icon {
    background-size: 54% !important;
    background-position: center top 35% !important;
}

.intensityMenu {
    background-size: 32% !important;
}

.guidesMenu {
    background-size: 52% !important;
}

.eventsMenu {
    background-size: 29% !important;
}

.weekPlansMenu {
    background-size: 80% !important;
    background-position: center top 19% !important;
}

.postsMenu {
    background-size: 48% !important;
}

.valuesMenu {
    background-size: 50% !important;
}

.partnerClubsMenu,
.commercialPartnersMenu {
    background-size: 55% !important;
    background-position: center top 38% !important;
}

.yearPlanMenu {
    background-size: 55% !important;
}

.menu.sessionPlanning .icon {
    background-size: 42% !important;
}

.periodMenu,
.yearPlanMenu,
#plansMenu .icon {
    background-size: 82% !important;
    background-position: center top 20% !important;
}

.mediaLibraryMenu .icon {
    background-position: center top 25% !important;
    background-size: 82% !important;
}

.submenu.drillBank {
    background-size: 55%;
    background-repeat: no-repeat;
    background-position: center top 40%;
}

.submenu.drillGenerator {
    background-position: center top 45% !important;
    background-size: 54% !important;
}

.submenu.teamSquad {
    background-size: 52% !important;
}

.submenu.playerStatistics {
    background-size: 55% !important;
}

.submenu.activities {
    background-size: 29% !important;
}

.submenu.injuryReports {
    background-size: 50% !important;
}

.submenu.players {
    background-size: 52% !important;
}

.training .icon.basketball {
    background-size: 45% !important;
}

.submenu.players.basketball {
    background-size: 48% !important;
}

@media (max-width:1000px) {
    
    #leftNav {
        width: 70vw;
        max-width: 300px;
        height: 100vh;
        max-height: 100vh;
        left: -70vw;
        transition: left .3s;
        overflow: auto;
    }
    
    #leftNav.show {
        left: 0;
        z-index: 100000;
    }
    
    #leftNav .mobileMenuHeader {
        display: block;
    }
    
    #leftNav .logo {
        display: none;
    }
    
    #leftNav .mobileMenuHeader {
        height: 60px;
        width: 100%;
    }
    
    #leftNav .mobileMenuHeader .logo {
        height: 60px;
        width: 60px;
        box-sizing: border-box;
        background-size: 60%;
        background-repeat: no-repeat;
        background-position: center center;
        float: left;
        display: block;
    }
    
    #leftNav .menuIcon {
        height: 60px;
        width: 60px;
        box-sizing: border-box;
        float: right;
        position: relative;
        cursor: pointer;
    }
    
    #leftNav .menuIcon:before {
        content: "\f00d";
        font-family: "Font Awesome 5 Pro";
        position: absolute;
        font-size: 26px;
        top: calc(50% - 13px);
        left: calc(50% - 9px);
        color: white;
        font-weight: 300;
    }
    
    #leftNav .menu {
        width: 100%;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }
    
    #leftNav .menu:after {
        content: "";
        display: block;
        padding-bottom: 0%;
    }
    
    #leftNav .menu:hover .icon .overlay,
    #leftNav .menu.active .icon .overlay {
        background-color: rgba(255, 255, 255, .1);
    }
    
    #leftNav .menu.selected .icon {
        background-color: rgba(var(--mainColor), 1);
    }
    
    #leftNav .menu span {
        width: 100%;
        display: block;
        position: absolute;
        top: 21px;
        left: 0px;
        padding-left: 75px;
        padding-right: 10px;
        text-align: left;
        font-size: 14px;
    }
    
    #leftNav .menu .icon {
        position: static;
        background-color: rgba(var(--secondaryColor), 1);
        background-size: 16% !important;
        background-repeat: no-repeat;
        background-position: center left 15px;
        transition: all .2s;
        width: 100%;
        height: 58px;
    }
    
    #leftNav #plansMenu.menu .icon {
        background-size: 27% !important;
        background-position: center left 0px !important;
    }
    
    #leftNav #philosophyMenu.menu .icon {
        background-size: 12% !important;
        background-position: center left 20px !important;
    }
    
    #leftNav #drillGeneratorMenu.menu .icon {
        background-size: 13% !important;
        background-position: center left 23px !important;
    }
    
    #leftNav .menu .icon .overlay {
        height: 58px;
    }
    
    #leftNav .menu.open .icon .overlay {
        background-color: rgba(255, 255, 255, .1);
    }
    
    #leftNav .menu.hasSubmenu:before {
        content: "\f054";
        font-family: "Font Awesome 5 Pro";
        font-size: 12px;
        color: white;
        font-weight: 300;
        position: absolute;
        top: 23px;
        right: 25px;
        z-index: 99;
        transition: all .3s;
    }
    
    #leftNav .menu.open.hasSubmenu:before {
        transform: rotate(90deg);
    }
    
    #leftNav .menu .submenuFrame {
        position: static;
        height: auto;
        box-sizing: border-box;
        background-color: rgba(var(--secondaryColor), 1);
        z-index: unset;
        transition: all .3s;
        border-top: 1px solid rgba(255, 255, 255, .2);
        display: none;
    }
    
    #leftNav .menu .submenuFrame.show {
        display: block;
    }
    
    #leftNav .menu .submenuFrame.three {
        width: 100%;
    }
    
    #leftNav .menu .submenuFrame.two {
        width: 100%;
    }
    
    #leftNav .submenuFrame .submenu {
        width: 100%;
        height: 58px;
        max-width: 100%;
        max-height: 58px;
        min-width: 100%;
        min-height: 58px;
        box-sizing: border-box;
        background-size: auto 60% !important;
        background-repeat: no-repeat;
        background-position: center left 23px !important;
        position: relative;
        transition: all .2s;
        cursor: pointer;
        float: unset;
        display: block;
        border-bottom: 1px solid rgba(255, 255, 255, .2);
        border-left: 0px;
        z-index: unset;
    }
    
    #leftNav .submenuFrame.show .submenu {
        background-color: rgba(255, 255, 255, .05);
    }
    
    #leftNav .submenuFrame .submenu:hover {
        background-color: rgba(255, 255, 255, .1);
    }
    
    #leftNav .submenuFrame .submenu.yearPlanMenu,
    #leftNav .submenuFrame .submenu.periodMenu,
    #leftNav .submenuFrame .submenu.weekPlansMenu {
        background-size: auto 100% !important;
        background-position: center left 9px !important;
    }
    
    .intensityMenu {
        background-size: auto 45% !important;
    }
    
    .guidesMenu {
        background-size: auto 80% !important;
        background-position: center left 15px !important;
    }
    
    #leftNav .submenuFrame .submenu.eventsMenu {
        background-size: auto 36% !important;
        background-position: center left 29px !important;
    }
    
    .valuesMenu {
        background-size: auto 80% !important;
        background-position: center left 14px !important;
    }
    
    .intensityMenu {
        display: none !important;
    }
    
    #drillGeneratorMenu {
        display: none;
    }
    
}