/* Ajuste de fonte dos riscos e status da tela de fornecedores */
#supplierTable td:nth-child(4) .pill,
#supplierTable td:nth-child(5) .pill,
#supplierTable td:nth-child(6) .pill,
#supplierTable td:nth-child(7) .pill{
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:600 !important;
  padding:7px 10px !important;
  min-height:34px !important;
}

#supplierTable td:nth-child(9) .status-pill{
  font-size:11px !important;
  line-height:1.2 !important;
  font-weight:700 !important;
}

@media(max-width:1280px){
  #supplierTable td:nth-child(4) .pill,
  #supplierTable td:nth-child(5) .pill,
  #supplierTable td:nth-child(6) .pill,
  #supplierTable td:nth-child(7) .pill,
  #supplierTable td:nth-child(9) .status-pill{
    font-size:10px !important;
  }
}
