.table-admin thead {
  background-color: #0054a6 !important;
  color: #fff !important;
}
.table-admin thead th {
  background-color: #0054a6 !important;
  color: #fff !important;
  border-bottom: 2px solid #0054a6 !important;
  font-weight: 600;
  vertical-align: middle;
}
.table-admin .thumb-40 {
  width: 40px;
  height: 40px;
  object-fit: cover;
  border-radius: 6px;
}
.badge.bg-secondary,
.badge.bg-success,
.badge.bg-danger,
.badge.bg-warning,
.badge.bg-info,
.badge.bg-primary {
  color: #fff !important;
}

.card-body {
  padding: 0.75rem !important;
}
