/* custom pagination styling */
.pagination .disabled {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #f5f5f5;
    color: #aaa;
    gap: .5rem;
    font-weight: 500;
    cursor: not-allowed;
}

.pagination span.disabled {
    width: auto;
    padding: 0 20px;
    border-radius: 20px;
}