.pagination-next.disabled {
    pointer-events: none;
    /* opacity: 0.5; */
    color: #ccc;
}

.pagination-next.disabled i {
    color: #ccc;
}

.pagination-previous.disabled {
    pointer-events: none;
    /* opacity: 0.5; */
    color: #ccc;
}

.pagination-previous.disabled i {
    color: #ccc;
}

/* START Change the color of the checkbox icon when the item is disabled */
.filter-item-disabled {
    cursor: not-allowed;
    opacity: 0.5 !important;
    pointer-events: none;
}

/* .filter-item-disabled .filter-checkbox i {
    color: #d3d3d3;
}

.filter-item-disabled {
    color: #d3d3d3;
} */

.filter-item-disabled:hover {
    background-color: transparent;
}
/* END Change the color of the checkbox icon when the item is disabled */