
.ag-selectedCellStyle {
    background-color: lightgreen;
}

.ag-theme-alpine .ag-nonSelectableCellStyle {
    background-color: #efefef !important;
    color: rgb(135, 135, 135) !important;
}

.ag-excludedCellStyle {
    background-color: lightcoral;
}

.ag-theme-alpine .ag-overriddenCellStyle {
    color: #75b901;
}

.ag-theme-alpine .ag-right-hand-separator {
    background-color: #ebebeb;
    border-color: #ebebeb;
    --ag-cell-horizontal-border: solid #ebebeb;
    border-width: 2px;

}

.ag-theme-alpine {
    --ag-borders-input: solid 1px;
    --ag-input-border-color: grey;

    --ag-borders-secondary: solid 1px;
    --ag-borders-secondary-color: grey;

    --ag-cell-horizontal-border: solid 1px lightgrey;

}


.ag-theme-alpine .ag-header {
    background-color: lightgrey;
    font-weight: bold !important;
    color: #5d5d5d;
    font-size: 14px !important;
    border-bottom: solid darkgrey !important;
    min-height: 30px;
}


.ag-theme-alpine .ag-header-cell {
    background-color: lightgrey;
    font-weight: bold !important;
    color: #5d5d5d;
    font-size: 14px !important;
    border-bottom: solid darkgrey !important;
    min-height: 30px;
}



.ag-theme-alpine {
    --ag-borders-input: solid 1px;
    --ag-input-border-color: grey;

    --ag-borders-secondary: solid 1px;
    --ag-borders-secondary-color: grey;

    --ag-background-color: #fff;
    --ag-header-background-color: lightgrey;
    --ag-header-foreground-color: #5d5d5d;
    --ag-odd-row-background-color: var(--ag-background-color);
    --ag-font-size: 12px;
    --ag-row-height: 17px;
    --ag-header-height: 33px;
    --ag-column-hover-color: #eeeeee;
    --ag-header-cell-hover-background-color: #eeeeee;
    --ag-row-hover-color: rgb(255, 236, 221);
}