#dashboard-NavMenu {
    position: fixed;
    top: 100px;
    left: 0px;
    width: calc(300px - 20px);
    height: calc(100vh - 120px);
    padding: 20px 0px 0px 20px;
    background-color: rgb(241, 241, 241);
    border-right: 2px solid rgba(0,0,0,.1);
    scrollbar-gutter: stable;
    overflow-y: auto;
}

div.nav-sectionTitle {
    margin: 10px 0px 5px 0px;
    font-size: 15px;
    font-weight: 100;
    text-transform: uppercase;
    color: rgb(0, 0, 0);
    text-align: left;
}

a.nav-menu, a.nav-submenu {
    position: relative;
    display: inline-block;
    width: calc(100% - 40px);
    margin: 2px 0px;
    padding: 5px 10px;
    border-radius: 10px;
    color: rgba(0,0,0,.65);
    font-size: 13px;
    line-height: 20px;
    font-weight: 300;
    text-align: left;
    text-transform: capitalize;
    cursor: pointer;
    transition: .2s;
}

.nav-menu:hover, .nav-submenu:hover {
    font-weight: 600;
}

.menu-support {
    position: absolute;
    bottom: 0px;
    left: 20px;
    padding-bottom: 40px;
}

.sign-desc {
    position: relative;
    margin-top: 5px;
}

.sign-desc img {
    display: block;
    width: 18px;
    margin-left: 10px;
}

.sign-desc div {
    position: absolute;
    top: 0px;
    left: 35px;
    font-size: 13px;
    line-height: 18px;
    font-weight: 300;
    color: rgba(0, 0, 0, .65);
}

#li_sectionSummaryKPIComp, #li_sectionSummaryKPIEvo, #li_shared_consideration_evo, #li_brand_image_evo, #li_brand_barriers_comp, #li_brand_barriers_evo {
    width: calc(100% - 60px);
    margin-left: 20px;
}

.selected {
    background-color: white;
    font-weight: 600 !important;
}

.selected::before {
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 8px;
    padding: 2px;
    background: linear-gradient(to right,
        #80BAEB 0%,
        #C1D29A 25%,
        #E19D80 50%,
        #F0587F 75%,
        #F097C6 100%
    ) bottom left no-repeat;
    -webkit-mask: 
        linear-gradient(#000 0 0) content-box, 
        linear-gradient(#000 0 0);
    -webkit-mask-composite: xor;
            mask-composite: exclude;
    pointer-events: none;
}

.material-symbols-outlined {
    margin-right: 5px;
    vertical-align: bottom;
    font-size: 20px;
    font-weight: 200;
    color: rgba(0,0,0,.5)
}

@media screen and (max-width: 1670px) {

    .menu-support {
        position: relative;
        display: inline-block;
        margin-top: 50px;
        left: 0px;
        padding-bottom: 40px;
    }

    #dashboard-NavMenu {
        padding: 10px 0px 0px 10px;
    }
        

}

@media screen and (max-width: 1550px) {
    select.header-select {
        width: 180px;
        padding: 8px 0px 8px 2px;
        font-size: 14x;
    }
}