/* WildTrax ag-Grid Theme Overrides for Account Page */

.ag-theme-balham {
    --ag-background-color: #232323;
    --ag-foreground-color: #fff;
    --ag-border-color: rgba(255,255,255,0.13);
    --ag-header-background-color: #181818;
    --ag-header-foreground-color: #fff;
    --ag-row-hover-color: rgba(31,157,39,0.08);
    --ag-selected-row-background-color: rgba(31,157,39,0.15);
    --ag-odd-row-background-color: rgba(255,255,255,0.03);
    --ag-row-border-color: rgba(255,255,255,0.09);
    --ag-input-border-color: var(--bs-primary);
    --ag-checkbox-background-color: #232323;
    --ag-checkbox-checked-color: var(--bs-primary);
    --ag-font-size: 1rem;
    --ag-font-family: 'Arial', 'Helvetica', sans-serif;
}

.ag-theme-balham .ag-root-wrapper {
    background: #232323;
    border-radius: 12px;
    border: 1px solid rgba(255,255,255,0.13);
    box-shadow: 0 4px 16px rgba(0,0,0,0.18);
}

.ag-theme-balham .ag-header {
    background: #181818;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.13);
}

.ag-theme-balham .ag-row {
    background: #232323;
    color: #fff;
    border-bottom: 1px solid rgba(255,255,255,0.09);
}

.ag-theme-balham .ag-row.ag-row-odd {
    background: rgba(255,255,255,0.03);
}

.ag-theme-balham .ag-row-hover {
    background: rgba(31,157,39,0.08) !important;
}

.ag-theme-balham .ag-cell {
    background: transparent;
    color: #fff;
    border-right: 1px solid rgba(255,255,255,0.09);
}

.ag-theme-balham .ag-cell:last-child {
    border-right: none;
}

.ag-theme-balham .ag-row-selected {
    background: rgba(31,157,39,0.15) !important;
}

.ag-theme-balham .ag-checkbox-input-wrapper {
    background: #232323;
    border: 1px solid var(--bs-primary);
    border-radius: 4px;
}

.ag-theme-balham .ag-checkbox-input-wrapper input:checked + span {
    background: var(--bs-primary);
}

.ag-theme-balham .ag-header-cell-label {
    font-weight: 700;
    font-size: 1.01rem;
    color: #fff;
}

.ag-theme-balham .ag-icon {
    color: #b0b0b0;
}

.ag-theme-balham .ag-paging-panel {
    background: #181818;
    color: #fff;
    border-top: 1px solid rgba(255,255,255,0.13);
    border-radius: 0 0 12px 12px;
}

.ag-theme-balham .ag-overlay-loading-center, 
.ag-theme-balham .ag-overlay-no-rows-center {
    background: #232323;
    color: #fff;
    border-radius: 8px;
    font-size: 1.07rem;
}

.ag-theme-balham .ag-input-field-input {
    background: #232323;
    color: #fff;
    border: 1px solid var(--bs-primary);
    border-radius: 6px;
}

.ag-theme-balham .ag-row .ag-cell-focus {
    outline: 2px solid var(--bs-primary);
    outline-offset: -2px;
}
