.master-request-table th {
    background-color: #DBDBDB !important;
    text-align: left;
    vertical-align: middle;
    font-weight: 700 !important;
    color: black;
}

.master-request-table th a:hover {
    text-decoration: none !important;
}

.master-request-table th a {
    font-weight: 600 !important;
}

.master-request-table th {
    background-color: #DBDBDB !important;
    text-align: left;
    vertical-align: middle;
    font-weight: 700 !important;
    color: black;
}


.master-request-table th a:hover {
    text-decoration: none !important;
}

.master-request-table th a {
    font-weight: 600 !important;
}

.table th {
    background-color: #f3f3f3 !important;
    text-align: left;
    vertical-align: middle;
    font-weight: 700 !important;
    color: black;
}

.table th a:hover {
    text-decoration: none !important;
}

.table th a {
    font-weight: 600 !important;
}

/* for download button color */
/* .entitylist-download {
    background-color: #E41E2A !important;
    border: none !important;
} */

/* for filter btn color */
/* .filter {
    background-color: #E41E2A !important;
    border-radius: 5px !important;
    height: auto;
    display: flex !important;
    align-items: center !important;
    gap: 8px !important;
} */

.entitylist-filter-option-text .input-group-text {
    height: 2.1rem !important;
}