.ag-header {
    background-color: #003781 !important;  /* Blue background for the entire header */
    color: white !important;  /* White text */
    font-weight: bold;
}

.ag-header-cell-text {
    color: white !important;
    text-align: center;
    font-family: Roboto, sans-serif;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
}

/* Ensure text inside header is centered */
.ag-header-cell-label {
  justify-content: center;
}

.ag-row:nth-child(odd) {
    background-color: #ffffff !important;
    color: #49454F !important;
}

.ag-row:nth-child(even) {
    background-color: #F3F8FB !important;
    color: #49454F !important;
}

/* Change font size for all row cells */
.ag-theme-alpine .ag-cell {
    color: #49454F;
    font-family: Roboto, sans-serif;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    letter-spacing: 0.25px;
}

/* Round the four corners of the entire Ag-Grid table */
.ag-theme-alpine {
    border-radius: 12px !important;
    overflow: hidden;
}

/* Ensure the top and bottom of the table remain rounded */
.ag-theme-alpine .ag-root-wrapper {
    border-radius: 12px !important;
    overflow: hidden;
}

.ag-overlay-loading-center {
    display: none !important;
}

.ag-header-cell-resize::after {
    background-color: #FFFFFF !important;
    content: "" !important;
    width: 1px;
    left: 50% !important;
    transform: translateX(-50%);
}
