.table .thead-dark th{
    background-color: #009DFF;
    border-color: #009DFF;
} 
.btn-primary{
    background-color: #009DFF;
    border-color: #009DFF;
}

a {
    color: #37465A;
    font-weight: 600;
    text-decoration: none;
    background-color: transparent;
}
.page-link:focus {
    z-index: 3;
    outline: 0;
    box-shadow: none;
}
.btn-primary:hover{
    background-color: #4DBAFD;
    border-color: #4DBAFD;
}
.page-item.disabled .page-link {
    color: #37465A;
    pointer-events: none;
    cursor: auto;
    background-color: rgba(34, 48, 62, 0.06);
    border-radius: 100px;
}


.page-link {
    position: relative;
    display: block;
    padding: .5rem .75rem;
    margin-left: .375rem; 
    line-height: 1.25;
    background-color: rgba(34, 48, 62, 0.06);
    border: 1px solid #fff;
    border-radius: 100px;
    color: #37465A;
}

.page-link .fas {
    color: #37465A;
}
.page-link:hover {
    color: #009DFF;
}
.page-item.active .page-link {
    background-color: #009DFF;
    border-color: #009DFF;
    border-radius: 250px;
}
/* thead, tbody, tfoot, tr, td, th{
    border-color: inherit;
    border-style: solid;
    border-width: 0;
} */


.page-link:hover {
    z-index: 2;
    color: #009dff;
    text-decoration: none;
    background-color: #ebf7ff;
    border-color: #ebf7ff;
    border-radius: 100px;
}

.page-item:first-child .page-link {
    margin-left: 0;
    border-radius: 100px;
}

.page-item:last-child .page-link {
    margin-left: 0;
    border-radius: 100px;
}