
.gfi-pager .btn{
    background-color: #fff !important;
}
.btn:hover {
    background-color: #00447a !important;
    color: #fff !important;
}

.btn:hover .btn-texts {
    color: #fff !important;
}
.btn i[role="img"]{
    color: #000;
}
.btn:hover i[role="img"]{
    color: #fff;
}
.btn-primary {
    background-color: #00447a !important;
    color: #fff;
}

.btn-primary:hover {
    background-color: #878787 !important;
    color: #fff;
}

#search-button {
    background-color: #878787 !important;
}

.nav-link:hover {

}

.mp-menu-logo img {
    max-height: fit-content !important;
    max-width: fit-content !important;
    width: 100%;
    height: 100%;
}

.vgt-table thead th {
    background: linear-gradient(#878787, #878787) !important;
    color: #fff !important;
}
.vgt-table th.sortable button::after{
    border-bottom-color: #fff !important;
}
.vgt-table th.sortable button::before{
    border-top-color: #fff !important;
}

.vgt-table th.sortable.sorting-desc button::before{
    border-top-color: #00a8b8 !important;
}
.vgt-table th.sortable.sorting-asc button::after{
    border-bottom-color: #00a8b8 !important;
}

.nav-tabs .nav-link.active{
    border-bottom: 3px solid #00447a !important;
}
.vgt-table{
    font-size: 1rem !important;
}
