@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.bundle.scp.css';

/* _content/CusLoyalApp.Admin.Dashboard/Components/Shared/GridShell.razor.rz.scp.css */
/* Brand QuickGrid's own widgets. They are rendered by the library, so they carry
   the package's CSS-isolation scope and can't be reached from the global app.css.
   The extra .grid-shell class here gives these rules higher specificity than the
   package's scoped defaults, so no !important is needed. */

.grid-shell[b-82yg5i9nr7]  .paginator {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-top: 12px;
    font-size: 12px;
    color: var(--muted);
}

.grid-shell[b-82yg5i9nr7]  .paginator button {
    background: var(--panel);
    border: 1px solid var(--border);
    border-radius: 3px;
    color: var(--text);
    padding: 3px 9px;
    font: inherit;
    font-size: 12px;
    cursor: pointer;
}

.grid-shell[b-82yg5i9nr7]  .paginator button:hover:not(:disabled) {
    background: var(--bg);
    color: var(--brand);
}

.grid-shell[b-82yg5i9nr7]  .paginator button:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

/* A sortable column header renders a <button> inside its <th>; keep it reading
   like the engine's muted uppercase header text instead of a default button. */
.grid-shell[b-82yg5i9nr7]  th button {
    background: none;
    border: 0;
    padding: 0;
    margin: 0;
    font: inherit;
    color: inherit;
    text-transform: inherit;
    letter-spacing: inherit;
    cursor: pointer;
}
