.workspace .bg-white .pagination li.page-item.active .page-link {
    background-color: #007bff;
    border-radius: 0.2rem;
}

.workspace .bg-white .pagination .page-item.active .page-link {
    color: #fff !important;
}

.workspace .bg-white .pagination>li .page-link:hover {
    cursor: pointer;
    color: #fff !important;
    background-color: #339cff !important;
    text-decoration: none !important;
    border-radius: 0.2rem;
}
