.table tbody {
    border-radius: 4px;
    --bs-table-bg: rgba(255, 255, 255, 0) !important;
    /* background: linear-gradient(90deg, rgba(255, 199, 0, 0.80) 4.93%, rgba(255, 149, 5, 0.80) 121.62%) !important; */
    background: linear-gradient(90deg, #ffffff 4.93%, #f5f8ff 121.62%);

}


.table thead {
    opacity: 1;
    border: 1px solid rgba(255, 255, 255, 0) !important;
}

.table tr {
    --bs-table-bg: rgba(189, 65, 65, 0) !important;
   
}

.table td {
    color: rgb(0, 0, 0);
}

.active {
    /* background: linear-gradient(90deg, #ffda56 4.93%, #FF9505 121.62%); */
    background: linear-gradient(90deg, #fcd650 4.93%, #fcd650 121.62%);
    color: black;
}

.table tr.active td {
    color: black;
}

/* adjust the gap of column */
#object_table {
    border-collapse: separate !important;
    border-spacing: 0 10px !important;
}

#object_table tbody tr td {
    padding: 12px 10px;
}