div.jumbotron{
    padding-bottom: 0px ;
    border-bottom: 1px solid #e2e2e2 ;
}
div.nav_sv_cont{
    /* position: relative; */
    width: 100% ;
    /* background-color: #007bff4f; */
    /* height: 32px ; */
    overflow-x:scroll ;
}
nav.sv{
    /* left: 3px ; */
    display: flex;
    flex-wrap: nowrap ;
    width: 100% ;
    width: min-content ;
    /* overflow-x: scroll; */
    white-space: nowrap ;
    /* background: red ;
    
    
    
    
    
    
    
    
     */
    /* position: absolute; */
}

nav.sv a{
    /* background-color: rgba(0,0,0,0.2); */
    text-transform: uppercase;
    font-size: 14px ;
    color: #686868 ;
    padding: 5px 10px ;
    transition: .3s ;
}
nav.sv a.sv_link_active{
    border-bottom: 2px solid #007cff ;
    color: #007cff ;
    /* color: #0056b3 ; */
    /* background-color: rgba(0,0,0,0.02); */
}
nav.sv a:hover{
    text-decoration: none ;
    color: #007cff ;
    /* color: #0056b3 ; */
    /* background: rgba(3, 27, 137, 0.08); */
}
nav.sv a.sv_link span{
    display: none ;
} 
a.sv_title_link{
    color: #006ee4 ;
    
}