.app-header {
    background-color: #001F60 !important;
}

.sidebar {
    background-color: #001F60 !important;
}

.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: #001F60 !important;
}

.btn-primary {
    background-color: #001F60 !important;
    border-color: #001F60;
}

.btn-primary:active {
    background-color: #001F60 !important;
}

.btn-primary:hover {
    background-color: #001F60;
    border-color: #001F60;
}

.navbar-brand {
    color: white !important;
    opacity: 1 !important;
}

.dataTables_wrapper .dataTables_filter input:focus,
.dataTables_wrapper .dataTables_length select:focus,
.form-control:focus {
    border-color: #001F60 !important;
    box-shadow: 0 0 0 2px #001F6014 !important;
}

.navbar-brand:hover {
    color: #001F60;
}

a {
    color: #001F60;
}

a:hover {
    color: #001F60;
}

.sidebar.sidebar-pills .nav-link:hover {
    color: white !important;
}

.sidebar.sidebar-pills .nav-link.active .nav-icon,
.sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: white !important;
}

.sidebar.sidebar-pills .nav-link:hover .nav-icon {
    color: white !important;
}

.btn-link:hover {
    filter: brightness(120%);
}

.btn-link {
    color: #001F60;
}

.sidebar.bg-white .nav-link.active .nav-icon,
.sidebar.bg-white .nav-link.active:hover .nav-icon {
    color: white !important;
}

.sidebar.sidebar-pills .nav-link.active,
.sidebar.sidebar-pills .nav-link:hover {
    color: white !important;
}

.page-item.active .page-link {
    background-color: #001F60;
    border-color: #001F60;
}

.dropdown-item.active,
.dropdown-item:active {
    background-color: #001F60;
}

.pace .pace-progress {
    background: #001F60;
}

.bg-primary {
    background-color: #001F60 !important;
}

.simplebar-content-wrapper {
    background-color: #001F60 !important;
}

.sidebar-brand {
    background-color: #001F60 !important;
}