span[id^="jqxWidget"] {
    color: transparent !important;
}

div:has(> a[href="https://www.jqwidgets.com/"]),
div a[href="https://www.jqwidgets.com/"] {
    display: none !important;
}


/* Header Row */
.jqx-grid-column-header-bootstrap {
    background-color: #f8f9fa !important; /* Bootstrap table header color */
    color: #212529 !important;           /* Bootstrap text color */
    font-weight: 500 !important;
    border: 1px solid #dee2e6 !important;
    text-align: center;
}

/* Filter Row */
.jqx-grid-cell-filter-row-bootstrap {
    background-color: #ffffff !important;
    border: 1px solid #dee2e6 !important;
    font-size: 0.875rem;
    text-align: center;
}

/* Filter input field */
.jqx-input-bootstrap, .jqx-dropdownlist-bootstrap {
    display: block;
    width: 100%;
    height: calc(1.47em + 1rem + 2px);
    font-size: 0.8125rem;
    font-weight: 400;
    line-height: 1.47;
    color: #495057!important;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #E5E5E5;
    border-radius: 4px;
    -webkit-transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}

/* Focus style for input */
.jqx-input-bootstrap:focus, .jqx-input-bootstrap:hover, .jqx-dropdownlist-bootstrap:focus, .jqx-dropdownlist-bootstrap:hover {
    border-color: #1dc9b7 !important;
    outline: 0;
    box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25) !important;
}

.jqx-listbox-content-element-bootstrap {
    color: #495057;
}

.jqx-fill-state-focus {
    border-color: #E5E5E5!important;
}

.jqx-grid-pager-bootstrap {
    background-color: #f8f9fa !important; /* Light gray like Bootstrap */
    border-top: 1px solid #dee2e6 !important;
    padding: 8px 12px;
    color: #495057!important;
}

/* Pager buttons (numeric and nav) */
.jqx-grid-pager-bootstrap .jqx-button,
.jqx-grid-pager-bootstrap .jqx-grid-pager-number,
.jqx-grid-pager-bootstrap .jqx-grid-pager-prev,
.jqx-grid-pager-bootstrap .jqx-grid-pager-next {
    background-color: #ffffff !important;
    border: 1px solid #ced4da !important;
    border-radius: 0.25rem;
    padding: 4px 10px;
    margin: 0 2px;
    font-size: 0.875rem;
    color: #212529;
}

/* Selected page number */
.jqx-grid-pager-bootstrap .jqx-fill-state-pressed,
.jqx-grid-pager-bootstrap .jqx-fill-state-hover {
    background-color: #76c3ff !important; /* Bootstrap primary */
    color: #ffffff !important;
    border-color: #76c3ff !important;
}

