.table_link, a {
    color: #000000 !important;
}
.table_link:hover, a:hover {
    color: #ed008c !important;
}
.widget.white_box .widget_header .btn, .btn, .primary {
    background-color: #000000 !important;
    color: #ffffff !important;
    border-color: #000000 !important;
}

.widget.white_box .widget_header .btn:hover, .btn:hover, .primary:hover {
    background-color: #ed008c !important;
    border-color: #ed008c !important;
    color: #ffffff !important;
}

.pill-info .nav-pills>li>a.active.nav-link {
    background: #000 !important;
    color: #fff !important;
}
#dashboard-grid, .dash_header[data-v-1539b59e], .main-content {
    background: #e2e2e2;
}