.table tbody {
    border-radius: 4px;
    --bs-table-bg: rgba(189, 65, 65, 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, #7a86a8 4.93%, #2B3242 121.62%); */
    /* background: linear-gradient(90deg, #a4b4e0 4.93%, #66769c 121.62%); */
    /* background: linear-gradient(90deg, #65759c 50.93%, #65759c 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;
}