<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ALPINE THEME CONFIGURATIONS */
.ag-theme-alpine {
    --ag-header-foreground-color: #000;
    --ag-header-background-color: #fff;
    --ag-cell-horizontal-padding: 9px;
    --ag-cell-vertical-padding: 9px;
    --ag-header-cell-hover-background-color: #e9e9e9;
    --ag-header-cell-moving-background-color: #e9e9e9;
}

.ag-theme-alpine .ag-cell-value {
    line-height: 24px !important;
}

.ag-theme-alpine .ag-rich-select-list {
    height: 80px !important;
}

.ag-theme-alpine .ag-row .ag-cell {
    display: flex;
    align-items: center;
}

.ag-theme-alpine .ag-header-cell-text {
    letter-spacing: 0px;
    overflow: visible !important;
    text-overflow: unset;
    white-space: normal;
    font-family: Rawline;
    font-size: 13px;
    font-weight: bold;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    color: #000;
}

.ag-cell {
    letter-spacing: 0px;
}

.ag-cell-wrap-text {
    word-break: break-word !important;
}

/* QUARTZ THEME CONFIGURATIONS */
.ag-theme-quartz {
    --ag-header-foreground-color: #fdfdfd;
    --ag-header-background-color: #181d1f;
    --ag-header-column-resize-handle-color: #fdfdfd;
}
.ag-theme-quartz .ag-header-cell {
    font-size: 14px;
}
.ag-theme-quartz .ag-header-cell-text {
    color: #fdfdfd;
}
.ag-theme-quartz .ag-header-icon .ag-icon-menu {
    color: #fdfdfd;
}
.ag-theme-quartz .ag-row {
    border: none;
}

/* .ag-theme-quartz .ag-row-even {
    background-color: #f9f9f9; 
  } */

.ag-theme-quartz .ag-row-odd {
    background-color: #e6e6e6;
}
/* .ag-theme-quartz .ag-row:nth-child(odd) {
    background-color: #E6E6E6;
  } */


.ag-theme-quartz .ag-cell-value {
    line-height: 24px !important;
} 

.ag-theme-quartz .ag-rich-select-list {
    height: 80px !important;
}

.ag-theme-quartz .ag-row .ag-cell {
    display: flex;
    align-items: center;
}
.ag-grid-detail-cell-renderer{
    user-select: text !important;
}</pre></body></html>