.ag-theme-alpine.compact {
    --ag-grid-size: 3px;
}

.ag-theme-alpine .ag-root-wrapper-body .ag-cell {
    border-right: 1px solid #ccc; /* Add a border to the right of each cell */
}
.ag-theme-alpine {
    .ag-header-cell {
        border-right: 1px solid #ccc; /* Add a border to the right of each cell */
    }
}


.ag-theme-alpine .ag-cell,
.ag-theme-alpine .ag-group-cell,
.ag-theme-alpine .ag-header-cell,
.ag-theme-alpine .ag-header-group-cell {
    padding-left:  1px !important;
    padding-right: 1px !important;
}

.ag-theme-alpine {
    --ag-font-size: 10px !important;
    --ag-font-weight: 700 !important;
    --ag-font-family: "DejaVu Sans Mono", monospace !important;
    --ag-cell-horizontal-padding: 0;
    --ag-odd-row-background-color: #efefef !important;
}

.ag-center-cols-clipper {
    min-height: unset !important;
}

.accordion {
    --bs-accordion-body-padding-x: 0;
    --bs-accordion-body-padding-y: 1;
}

.ag-center-cols-viewport {
    min-height: unset !important;
    font-size: 10px !important;
    font-weight: 700 !important;
    font-family: DejaVu Sans Mono, monospace;
}
