


.navECMenu a, .navECMenu label {
    display: inherit;
    padding: 7px 0px 7px 5px;
    /*  color: #fff;*/
    /* background-color: #151515;
    box-shadow: inset 0 -1px #1d1d1d;*/
    -webkit-transition: all .25s ease-in;
    transition: all .25s ease-in;
    opacity: 1;
}

    .navECMenu a:focus, .navECMenu a:hover, .navECMenu label:focus, .navECMenu label:hover {
        color: rgba(255, 255, 255, 0.5);
        /* background: #030303;*/
    }

.navECMenu label {
    cursor: pointer;
}

/**
        * Styling first level lists items
        */

.group-list a, .group-list label {
    /*    padding-left: 2rem;
    background: #252525;
    box-shadow: inset 0 -1px #373737;*/
}

    .group-list a:focus, .group-list a:hover, .group-list label:focus, .group-list label:hover {
        /* background: #131313;*/
    }

/**
        * Styling second level list items
        */

.sub-group-list a, .sub-group-list label {
    padding-left: 4rem;
    background: #353535;
    box-shadow: inset 0 -1px #474747;
}

    .sub-group-list a:focus, .sub-group-list a:hover, .sub-group-list label:focus, .sub-group-list label:hover {
        background: #232323;
    }

/**
        * Styling third level list items
        */

.sub-sub-group-list a, .sub-sub-group-list label {
    padding-left: 6rem;
    background: #454545;
    box-shadow: inset 0 -1px #575757;
}

    .sub-sub-group-list a:focus, .sub-sub-group-list a:hover, .sub-sub-group-list label:focus, .sub-sub-group-list label:hover {
        background: #333333;
    }

/**
        * Hide nested lists
        */

.group-list, .sub-group-list, .sub-sub-group-list {
    height: 100%;
    max-height: 0;
    overflow: hidden;
    -webkit-transition: max-height .5s ease-in-out;
    transition: max-height .5s ease-in-out;
    list-style-type: none;
    border-left: 2px solid gray;
    padding: 0px 0px 0px 0px;
    margin-left: 36px;
}

.navECMenu__list input[type=checkbox]:checked + label + ul { /* reset the height when checkbox is checked */
    max-height: 1000px;
}

/
/* Display nested lists on click */
.navECMenu__list input[type=checkbox] {
    display: none;
}

.navECMenu__list label {
    cursor: pointer;
    text-align: left;
}

    .navECMenu__list label:hover {
        /* border: 1px solid white;
        border-radius: 10px;*/
    }

.navECMenu__list input[type=checkbox]:checked + label {
    /* background: #ffffff24;
    color: rgba(255, 255, 255, 0.5);
    border-radius: 10px;
    border: 1px solid white;*/
}

svg.menu-icon {
    height: 30px;
    width: 30px;
}

.navECMenu__list {
    list-style-type: none;
    padding: 0px 10px 0px 20px;
}

span.navECMenu_MenuName {
    padding-left: 0px;
}

.group-list li {
    margin: 0px 0px 8px 8px;
}

    .group-list li label {
        padding: 5px;
    }

.activeMenu {
    /*  background: #4561a6 !important;*/
    color: blue !important;
    border: 1px solid white;
    border-radius: 10px;
    background: white;
}

    .activeMenu svg {
        fill: blue !important;
    }

.activeSubMenu {
    background: white !important;
    color: #4222ce !important;
    border: 1px solid white;
    border-radius: 10px;
    /* margin: 0px 0px 0px 8px;*/
    padding: 5px 0px 0px 0px !important;
}

    .activeSubMenu a {
        color: blue !important;
        font-weight: 700;
    }

.subMenuName {
    padding: 5px 0px 0px 0px;
}

span.navECMenu_SubMenuName {
    padding-left: 10px;
}

.menu-icon svg {
    height: 30px;
    width: 30px;
}

.MenuArrow {
    padding-left: 125px;
    font-weight: 800;
    font-size: 16px;
}

.navECMenuContainerFooter {
    display: flex;
    position: fixed;
    top: 90%;
    left: 35px;
}

.navECMenuContainer {
    /* min-height: 635px;*/
    display: flex;
    flex-direction: column;
    min-height: 100dvh;
}

.FooterDiv_0 {
    border-right: 1px solid gray;
}

.FooterDiv_1_NotificationCount {
    border-right: 1px solid gray;
}

.FooterDiv_1_NotificationCount {
    background: #f31700;
    border-radius: 15px;
    padding: 0px;
    color: #ffffff;
    position: absolute;
    left: 28px;
    bottom: 13px;
    height: 20px;
    width: 20px;
    margin: 2px;
}

.headerWd {
    width: 266px !important;
    background: linear-gradient(to top, #4222ce 0%, #4121cd 100%) !important;
    background-image: url(/assets/img/HeaderBackground.png);
}

.activeMenu .menu-icon svg path {
    fill: blue;
}

.activeMenu .navECMenu_MenuName a {
    color: blue;
    background: white;
    font-weight: 900;
}
/*.submenu{
    display:none;
}*/


