/* Tabulator - ajustes locais (padrão do projeto eFrota/AbastecePro) */
.tabulator-row .tabulator-cell:first-child {
  border-left: 10px solid #4da6ff !important;
}
.tabulator-row:nth-child(2n) .tabulator-cell:first-child {
  border-left: 10px solid #80c1ff !important;
}

/* Padding para a primeira coluna do cabeçalho */
.tabulator .tabulator-header .tabulator-col:first-child {
  padding-left: 15px;
}

/* Filtros nativos no cabeçalho */
.tabulator .tabulator-header .tabulator-header-filter input {
  width: 100%;
  box-sizing: border-box;
  font-size: 0.75rem;
}