.bg-navy{
    background:#11153b !important;
    border-bottom: 0px !important;
    height: 85px !important;
}
@media (max-width: 768px){
    /* .sidebar li{
        display:none;
    } */
}
@media (min-width: 768px){
    #sidebarToggleTop{
        display:none;
    }
}
.sidebar.toggled{
    width:14rem !important;
}
@media (max-width: 450px){
    .user-info-menu {
        display:none;
    } 
}
body{
    background: #eef2f1;
}
.sidebar{
    min-height: calc(100vh - 85px) !important;
}
#content-wrapper{
    min-height: calc(100vh - 85px) !important;
}
.center-box{
    align-items: center;
    justify-content: center;
    min-height: calc(100vh - 162px) !important;
}
legend{
    font-size: 16px;
    font-weight: bold;
}