/* Status com a mesma cor azul clara dos selos destacados */
#supplierTable tr[data-status="Aguardando preenchimento"] td:nth-child(9) .status-pill,
#supplierTable td:nth-child(9) .status-pill[data-status="Aguardando preenchimento"],
#supplierTable tr[data-status="Em preenchimento"] td:nth-child(9) .status-pill,
#supplierTable td:nth-child(9) .status-pill[data-status="Em preenchimento"]{
  background:#eaf6ff !important;
  color:#086a9b !important;
}

#supplierTable tr[data-status="Aguardando preenchimento"] td:nth-child(9) .status-pill:before,
#supplierTable td:nth-child(9) .status-pill[data-status="Aguardando preenchimento"]:before,
#supplierTable tr[data-status="Em preenchimento"] td:nth-child(9) .status-pill:before,
#supplierTable td:nth-child(9) .status-pill[data-status="Em preenchimento"]:before{
  background:currentColor !important;
}
