.warnColumn {
    --bs-table-color:#f05656;
}

.offlineColumn {
    --bs-table-color:red;
}

.onlineColumn {
    --bs-table-color: green;
}