.pagination {
    display: flex;
    align-items: center;
    justify-content: flex-end;
    font-size: .75rem;
    color: var(--flex-text-muted);
    font-weight: 500;
    margin-bottom: 1rem;
}

.pagination > span {
    margin-right: .5rem;
}

.pagination > button {
    background: none;
    border: 0;
    font-size: 2rem;
    color: var(--flex-text-muted);
    padding: 0;
    margin: 0;
    outline: none;
    cursor: pointer;
}

.pagination > button.disable {
    color: var(--flex-text-disabled);
    pointer-events: none;
}