.navbar {
    /* background-image: linear-gradient(144deg, #F38FA2 0%, #EB5C6F 41%, #F1825C 100%);  */
    position: fixed;
    z-index: 999 !important;
    width: 100%;
    padding: 0;
    border-bottom: 1px #e6e6e6 solid;
    background-color: white;
    max-height: 70px;
}

.sideNav{
    top: 10%;
    left: 0;
    bottom: 0;
    position: fixed;
    /*overflow-y: scroll;*/
    overflow-x: hidden;
    padding: 0 0 10px 10px;
    width: 12%;   
    -ms-overflow-style: none; /* for Internet Explorer, Edge */
    scrollbar-width: none; /* for Firefox */    
}
::-webkit-scrollbar {
    display: none;
}

.sidebarHelpLink{
    color: #3d3dff;
    text-decoration: underline;
}

.sidebarHelpLink i{
    height: 5px;
}

/* ::-webkit-scrollbar {
    width: 0px;
    background: transparent; /* make scrollbar transparent */
/* }  */

/* .sideNav::-webkit-scrollbar {
    display: none;
    width: 0px;
    background: transparent;
} */

.navContainer{
    width: 95%;
    margin: 8px 0;
    background-color: white;
    border-radius: 15px;
    box-shadow: 0 0 1px 2px rgb(0 0 0 / 17%);
    padding: 10px;
}


.nav-logo{
    border-radius: 5rem; 
    margin: -15px 0 0 0;
}

.nav-text{
    position: absolute;
    /* top: 55px;  */
    left: 4% !important;
    right: 0 !important;
    bottom: 0;
    font-size: 12px; 
    font-weight: bold; 
    color: rgb(117, 92, 92); 
    font-style: italic;
    margin-bottom: 3px;
    width: max-content;
}

#greetingsNav{
    line-height: 16px;
    margin-top: 10px;
    padding-left: 4rem;
}

#greetingsNav>span{
    color: gray;
    font-size: 0.7em;
}

#greetingsNavName{
    font-size: 1.2em;
}

#logoutNav{
    cursor: pointer;
    color: black;
    font-size: 15px;
}

#logoutNav b{
    color: black;
}

#analyticsNav{
    cursor: pointer;
}

.sidebarOtherLinks{
    border-bottom: 1px solid #ebebeb;
    padding: 10px;
    width: 100%;
    font-size: 15px;
}

.sidebarLinks{
    /*border-bottom: 1px solid #ebebeb;*/
    padding: 7px 10px;
    width: 100%;
    font-size: 13px;
}

/*.sidebarLinks.active{
    background: linear-gradient(136deg ,#DCFF73 0%, #8ECA6B 100%);
    width: 100%;
    border-radius: 20px;
    padding:10px;
    color:black !important;
}*/

.sidebarLinks.active > .sidebarNav{
    color:black !important;
    font-size: 15px !important;
}

/*.fas.fa-caret-right{
    right: 20px;
}*/

.sidebarNav{
    color: #535454;
    font-size: 15px;
}

.sidebarNav.sidebarLinks.active{
    color: black;
}

.sidebarNav:hover{
    color: black;
    text-decoration: none;
}

.selectedNav{
    font-size: larger;
}
