body {
    font-family: "Monserrat","Roboto","Helvetica Neue",Arial,sans-serif !important;
    font-size: 0.9rem !important;
}


.sidebar .nav-item .nav-link {
    color: #ffffff !important;
}

.bg-navy{
    background-color: #303440 !important;
    color: #ffffff !important;
}

.navbar-navy {
    background-color: #303440 !important;
    color: #ffffff !important;
}

.btn-primary {
    color: #fff !important;
    background-color: #368FA3 !important;
    border-color: #303440 !important;
    box-shadow: none;
}

.btn-primary:hover {
    color: #fff !important;
    background-color: #303440 !important;
    border-color: #303440 !important;
    box-shadow: none;
}

.card-header {
    background-color: #303440 !important;
    color: #fff !important;
}

.content-wrapper{
    height: 95vh !important;
    max-height: 95vh !important;
}


[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus, [class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: #6c757d !important;
    color: #ffffff !important;
}
