.sidebar-nav .nav{
    background: #072653;
    border-radius: 10px;
}
.sidebar-pills a:not(.active), .sidebar-pills a:not(.open), .sidebar-pills a:not(:active), .sidebar-pills a:not(:focus), .sidebar-pills a:not(:hover), .sidebar-pills li {
    color: #fff !important;
}
.sidebar .nav,.sidebar-pills,.sidebar .sidebar-nav, .sidebar .sidebar-scroll{
width: 250px !important;
}
.app-body .sidebar.sidebar-pills {
    flex: 0 0 250px;
}
.sidebar.sidebar-pills .nav-link{
    font-size: 16px;
}
.nav-link.nav-dropdown-toggle{
    font-size: 18px;
}
.sidebar .nav-dropdown-toggle:before {
    height: 16px;
    width: 16px;
}
.sidebar.sidebar-pills .nav-link.active {
    font-weight: 600;
    font-size: 18px;
}
.backpack-avatar-menu-container{
font-size: 20px !important;
font-weight: 500 !important;
background-color: #072653 !important;
}
.dropdown-item:hover,.dropdown-item.active {
    background-color: #072653;
    color: #fff;
}
.dropdown{
border-radius: 6px;
}
.dropdown-divider,.dropdown-menu{
margin: unset;
padding: unset;
}
.pb-1{
padding: unset !important;
}
.dropdown-menu-right .mr-4{
    margin-right: 2.5rem !important;
}
.dropdown-item.active ,.dropdown-item{
    padding: 0.55rem 1.5rem;
}
.app-header .navbar-nav .dropdown-menu-right {
    top: 45px;
}
.app-header.bg-light .navbar-brand{
    color: #072653;
    opacity: 1;
    font-weight: 600;
    font-size: 1.6rem;
}
.btn-primary:hover, .dataTables_wrapper .dataTables_paginate .paginate_button.current:hover{
    background-color: #072653;
}
.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
    background-color: #072653;
}
.btn-primary:focus{
box-shadow: unset;
}
.btn-primary:hover,.btn-primary:not(:disabled):not(.disabled).active, .btn-primary:not(:disabled):not(.disabled):active{
    border-color: unset !important;
}
