/** 
My Custom css
*/
.topnav_bg,
.footer_bg
{
    background-color: #1a4548;

}

.topnav_bg a,
#sidenavAccordion div div a,
#sidenavAccordion div div a div,
#layoutSidenav_content footer div
{
    color: #fff;
}

#layoutSidenav_content
{
    background-color: #fbfaff;
}

display: flex;
flex-direction: column;

/**
button 
*/

.pvs_btn
{
    display: inline-block;
    font-weight: 400;
    line-height: 1.5;
    color: #212529;
    text-align: center;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    -webkit-user-select: none;
    user-select: none;
    background-color: transparent;
    border: 1px solid transparent;
    padding: 0.375rem 0.75rem;
    font-size: 1rem;
    height:35px;
    border-radius: 0.25rem;
    transition: color .15s ease-in-out, background-color .15s ease-in-out, border-color .15s ease-in-out, box-shadow .15s ease-in-out;
}

.pvs_btn
{
    background-color: #1a4548;
    color: #fff;
    border-color: #1a4548;
    border-radius: 2px;
}

.pvs_btn:hover
{
    background-color: #1a4548;
}


/*Navbar style*/
#layoutSidenav {
    display: flex;
    flex-direction: column;
}


#layoutSidenav #layoutSidenav_nav {
    height: 50px;
    flex-basis: 55px;
}

#layoutSidenav_nav {
    height: 50px;
}

.sb-sidenav .sb-sidenav-menu .nav {
    display: flex;
    flex-direction: row;
    white-space: nowrap;
    justify-content: start;
    align-items: center;
}



.sb-sidenav-menu .nav a.nav-link {
    border-right: 1px solid white;
    font-size: 20px;
    font-weight: bold;
}



/* @media (max-width: 599px)
{
    #layoutSidenav #layoutSidenav_content
    {
        margin-left: -140px;
    }
}

 */

 @media screen   and (max-width: 767px)
 {
    .sb-sidenav .sb-sidenav-menu .nav{
        overflow-x: scroll;
    }
 }