.table td, .table th {
   padding: 0.5rem .65rem;
   font-size: 12px;
    white-space: unset;
}
.table th {
   vertical-align: middle !important;
}
.bg-merah{
    background-color: #f44336 !important;
}
.bg-kuning{
    background-color: #f57f17 !important;
}
.bg-hijau{
    background-color: #00c853 !important;
}
.bg-biru{
    background-color: #1976d2 !important;
}
.bg-ungu{
    background-color: #7b1fa2 !important;
}
.bg-abu-abu{
    background-color: #bdbdbd !important;
}