/* --------------------Start Nav Menu ------------------------------------------ */
.t-Body-nav{
    width: 20% !important;
    height: 100%;
    position: fixed;
    background-color: white;
    padding: 20px;
    /* overflow-y: hidden; */
    box-shadow: 0 0 0;
}

.t-Body-nav img{
    width: 100px;
    margin: 20px 0 40px 20px;
}

.t-TreeNav .a-TreeView-node .a-TreeView-content{
    /* height: 60px;
    font-family: Roboto;
    font-size: 18px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: normal;
    letter-spacing: normal;
    text-align: left;
    color: #a2a2a2 !important; */

    height: 60px;
    font-weight: bold;
    color: #a2a2a2 !important;
}


.t-TreeNav--styleB .a-TreeView-node.is-collapsible > .a-TreeView-content,
.t-TreeNav--styleB .a-TreeView-node.is-collapsible > .a-TreeView-content.is-current--top.is-hover{
    color: #242f76 !important;
}

.t-TreeNav--styleB .a-TreeView-node.is-collapsible > .a-TreeView-content.is-selected{
    color: #242f76;
}

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row{
    border-radius: 20px;
}

 .t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-row.is-current--top.is-hover{
    background-color: #e8e8e8!important;
    color: #242f76;
}

.t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-row{
    border-radius: 20px;
}

.t-TreeNav--styleB .a-TreeView-node--topLevel .a-TreeView-row.is-hover{
    background-color: #e8e8e8!important;
    color: #242f76;
}

.t-TreeNav .a-TreeView-node .a-TreeView-content:hover{
    color: #242f76 !important;
} 

.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-hover,
.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-current--top,
.t-TreeNav .a-TreeView-node--topLevel ul, 
.t-TreeNav .a-TreeView-node--topLevel.is-collapsible > .a-TreeView-row,
.t-TreeNav .a-TreeView-node .a-TreeView-row.is-current--top.is-hover {
    background-color: transparent !important;
}

.t-TreeNav--styleB .a-TreeView-node.is-collapsible > .a-TreeView-row{
    background: #e4e5f0 !important;
}

.t-TreeNav .a-TreeView-node .a-TreeView-content.is-current--top,
.t-TreeNav .a-TreeView-node .a-TreeView-content.is-current--top.is-hover{
    color: #242f76 !important;
}
.t-TreeNav .a-TreeView-node .a-TreeView-content .is-current{
    font-weight: 700;
}
.t-TreeNav .a-TreeView-content .fa{
    color: #a5a5a5 !important;
}
.t-TreeNav .a-TreeView-node .a-TreeView-content.is-current--top .fa{
    color: #242f76 !important;
}
.a-TreeView-row,.a-TreeView-content,.a-TreeView-node{
    outline: none !important;
    box-shadow: none !important;
}


.t-TreeNav .a-TreeView-node--topLevel .a-TreeView-row.is-selected{
    background-color: #fff !important;
}

.t-TreeNav .a-TreeView-node .a-TreeView-content .is-current{
    color: #131f6b;
}

.t-TreeNav.a-TreeView .is-expandable>.a-TreeView-toggle:before{
    content: "\e0c2";
    color: black
}

.t-TreeNav.a-TreeView .is-collapsible>.a-TreeView-toggle:before{
    content: "\e0c2";
    color: #242f76;
}

.a-TreeView-node .a-TreeView-content.is-selected{
    border-radius: 10px;
    background-color: #e4e5f0; 
}
.color_text_nav{
     color: #242f76 !important;
}
/* --------------------End Nav Menu ------------------------------------------ */