.entitylist-filter-option-text {
    width: 250px;
}

/** custom grid sort icon **/
.sort-arrow {
    margin-left: 5px;
    font-size: 0.8em;
}

th.sort-asc .sort-arrow::after {
    content: "\25b2";
    /* Unicode for up arrow */
}

th.sort-desc .sort-arrow::after {
    content: "\25bc";
    /* Unicode for down arrow */
}


/* custom grid */
.custom_grid {
    background-color: gainsboro;
    border: solid 1px gainsboro
}

.custom_grid tr {
    border-bottom: solid 1px gainsboro
}

.custom_grid th {
    background-color: #00425c;
    color: #ffffff;
    height: 40px;
    font-weight: 600;
}

.custom_grid td {
    background-color: white;
    height: 40px;
    
}
