/* YOLKA_PEDIMENTO_MANIFEST_CONCILIADO_R48A2_CSS */

#pedimentoManifestsTable table
th.yolka-r48a2-manifiesto,
#pedimentoManifestsTable table
td.yolka-r48a2-manifiesto{
  min-width:220px !important;
  width:220px !important;
  white-space:nowrap !important;
}

#pedimentoManifestsTable table
th.yolka-r48a2-conciliado,
#pedimentoManifestsTable table
td.yolka-r48a2-conciliado{
  min-width:105px !important;
  width:105px !important;
  max-width:105px !important;
  text-align:center !important;
  white-space:nowrap !important;
}

#pedimentoManifestsTable
td.yolka-r48a2-conciliado b{
  display:inline-flex;
  align-items:center;
  justify-content:center;

  min-width:42px;

  padding:5px 10px;

  border-radius:999px;

  font-size:11px;
  font-weight:900;
  line-height:1;
}

#pedimentoManifestsTable
td.yolka-r48a2-conciliado.is-yes b{
  background:#e8f7ee;
  color:#087a3f;
}

#pedimentoManifestsTable
td.yolka-r48a2-conciliado.is-no b{
  background:#f2f4f7;
  color:#667085;
}