.file-list, .file-list ul{
    list-style-type: none;
    font-size:1em;
    line-height:1.8em;
/*    margin-left:20px;
    padding-left:18px;*/
margin-left: -25px;
padding-left: 12px;    
    border-left:1px dotted #e1e1e1;
}
.file-list li{
    position: relative;
    padding-left:25px;
}



.file-list li a{
    text-decoration: none;
    color:#444;  
}
.file-list li a:before{
    display:block;
    content: " ";
    width:10px;
    height:1px;
    position:absolute;
    /*border-bottom:1px dotted #aaa;*/
    top:-10px;
    left:-16px;

}
.file-list li::before{
    list-style-type: none;
    display: block;
    top:6px;
    left: 2px;
    width:20px;
    height:20px;
    font-size:1.3em;
    color:#555;
}




.file-list .folder-root{
    list-style-type: none;
}
.file-list .folder-root a{
    text-decoration:none;
    position: relative;
    margin-left: -20px; 
    padding-left: 8px;
    z-index: 2;   
    font-family: "Google Sans", sans-serif;
    font-weight: 400;
    font-size: 15px;
    line-height: 18px;
    color: #7e838b;
}
.file-list .folder-root a.strong-upper-sitemap:before{
    content: "\f107";
    font-family: 'Font Awesome\ 5 Free';
    font-weight: 900;
}

a.strong-upper-sitemap-ur{
    margin-left: -12px;
    text-transform: uppercase;
    font-family: "Google Sans", sans-serif;
    font-size: 14.5px !important;
    line-height: 19px;
    font-weight: 400;
    color: #132247!important;
}

.file-list .folder-root a.strong-upper-sitemap-ur::before {
    content: " ";
    font-family: 'Google Sans', sans-serif;
    font-weight: 900;
}

.file-list .folder-root:before{
    color:#444472;
}
.file-list .folder-root.open:before{
    /*content: "\f107";*/
}
li.folder-root ul{
    transition: all .3s ease-in-out;
    overflow:hidden;
    margin-left: -13px;
}
li.folder-root.closed>ul{
   opacity:0;
   max-height:0px;
}
li.folder-root.open>ul{
   opacity:1;
   display:block;
   /*max-height:1000px;*/
   max-height: unset;
   margin-left:-30px;
}
.file-list li a{
    text-transform: normal!important;
    font-size: 14.6px;
    line-height: 22px;
    letter-spacing: 0.64px;    
}

.strong-upper-sitemap{
    margin-left: -2px!important;
    padding-left: 0px !important;
}


a.upper-sitemap {
    text-transform: uppercase;
    color: #54a00d!important;
    font-size: 14.6px;
    line-height: 37px!important;
    font-family: "Google Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.16px; 
    margin-top: 42px!important;   
}

a.strong-upper-sitemap{
    text-transform: uppercase;
    color: #132247!important;
    font-size: 15px;
    line-height: 37px!important;
    font-family: "Google Sans", sans-serif;
    font-weight: 500;
    letter-spacing: 0.16px; 
    margin-top: 42px!important;      
}

.wrapper-sitemap{
    overflow-x: hidden;
    margin-bottom: 32px;
}

.file-tree li::fist-child{
    margin-left: -30px!important;
    position: relative;
}


@media screen and (max-width : 768px) {
    a.upper-sitemap {
    margin-top: 5px !important;
    margin-bottom: 5px;    
    }
}

