.pagination_fg {
    text-align: center;
    margin-top: 30px;
}

.pagination_fg .pagination {
    display: inline-flex;
}

.pagination_fg .page-item .page-link {
    color: #004dda;
    border-radius: 50%;
    margin: 0 3px;
    width: 40px;
    height: 40px;
    line-height: 40px;
    padding: 0;
    text-align: center;
}

.pagination_fg .page-item.active .page-link {
    background-color: #bc8220;
    border-color: #bc8220;
    color: #fff;
}

.pagination_fg .page-item.disabled .page-link {
    color: #6c757d;
    pointer-events: none;
    cursor: auto;
    background-color: #fff;
    border-color: #dee2e6;
}

.pagination_fg .page-item:first-child .page-link,
.pagination_fg .page-item:last-child .page-link {
    border-radius: 50%;
}
