.page-item {
    padding-right: 5px;
    min-width: 50px;
    text-align: center;
}

.page-link  {
    border: 1px solid rgba(34,42,55,.2);
    border-radius: 10px !important;
    padding: 10px !important;
    color: black;

}

.page-link:hover {
    color: #fff !important;
    background-color: #222A37;
    border: 1px solid #222A37;
}

.page-item.active .page-link {
    color: #fff;
    background-color: #48505D;
    border: none;
}