table.table tbody tr:nth-child(odd) td {
    background-color: #fafafa !important;
}

table.table tbody tr:nth-child(even) td {
    background-color: #e6e6e6 !important;
}

table.table tbody tr:hover td {
    background-color: oklab(95.60300000000001% -0.0299 0.09458) !important;
    cursor: pointer;
}

/* Altura e padding */
table.table tbody tr {
    height: 12px;
}

table.table td, 
table.table th {
    padding: 4px 8px;
}



.h2 {
    margin-bottom: 10px;
    font-size: 28px;
    color: #d60606;
    text-align: center;
    align-items: center;
    gap: 10px;
    margin-top: -22px;

}

table.table thead tr.titulo th {
    background-color: #e1e2e4;   /* fundo escuro elegante */
    color: #050404;                 /* texto branco */
    font-weight: 500;            /* destaque */
    padding: 8px 10px;           /* espaçamento */
    text-transform: uppercase;   /* deixa mais profissional */
    border-bottom: 2px solid #212529;
    height: 18px;
    margin-top: -15px;
}




.pagination {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 12px;
    font-size: 14px;
}

.pagination a {
    padding: 6px 14px;
    background-color: #56504A;
    color: #fff;
    text-decoration: none;
    border-radius: 4px;
    transition: 0.2s;
    border-color: #56504A;
}
 

.pagination a:hover {
    background-color: #6B645D;
    border-color: #6B645D;
   /* hover mais claro */
}

.pagination span {
    padding: 6px 10px;
    background-color: #e9ecef;   /* fundo claro */
    border-radius: 4px;
    border: 1px solid #ced4da;
}


* Container do formulário de busca */
.search-bar {
    max-width: 350px;
    margin-left: auto;
    margin-bottom: 20px;
}

/* Campo de texto */
.search-bar input[type="text"] {
    border-radius: 4px;
    padding: 6px 10px;
    font-size: 14px;
}

/* Botões */
.search-bar .btn {
    border-radius: 4px;
    padding: 6px 14px;
    font-size: 14px;
}

/* Botão principal (Buscar) */
.search-bar .btn-primary,
.search-bar .btn-dark {
    background-color: #343a40;
    border-color: #212529;
}

.search-bar .btn-primary:hover,
.search-bar .btn-dark:hover {
    background-color: #495057;
}

/* Botão secundário (Todos) */
.search-bar .btn-secondary {
    background-color: #6c757d;
    border-color: #565e64;
}

.search-bar .btn-secondary:hover {
    background-color: #5c636a;
}

h5 {
      margin-bottom: 20px;
      font-weight: 600;
      color: #040505;
      text-align: center;
    }
h6 {
      margin-bottom: 20px;
      font-size: 0.911rem;     /* Tamanho menor: equivalente a 15px */
      font-weight: 500;
      color: #00874f;
      text-align: left;
      display: block;
      border-radius: 3px;
      padding: 5px;
    }

.tabela-compacta td {
  padding: 4px 8px;
  font-size: 13px;
}

.tabela-compacta thead th {
  padding: 4px 8px;
  line-height: 1.2;
  font-size: 14px;
  background-color: #e1e2e4;
}

.tabela-compacta thead {
  background-color: #e1e2e4; /* azul claro estilo Excel */
}


.tabela-compacta tbody tr {
  background-color: #e1e2e4; /* tom claro tipo Excel */
}

.tabela-compacta tbody tr:nth-child(even) {
  background-color: #e1e2e4; /* verde claro */
 /* background-color: #e9edf2; */ /* alternância de linhas */
}

.alinha{
  text-align: center;
 
}


.btn-pardo {
    background-color: #56504A;
    color: #fff;
    border-color: #56504A;
}

.btn-pardo:hover {
    background-color: #6B645D;
    border-color: #6B645D;
    color: #fff;
    transform: scale(1.04);
}

 .btn-pardod {
    background-color: #938d87;
    color: #fff;
    border-color: #56504A;
}
