header .logo {
    max-width: 200px;
    height: auto;
    width: 100%;
}
.table-responsive { 
  overflow-x: auto; 
}
.pagination { 
  justify-content: center; 
}
.pagination .page-item.active .page-link {
  background-color: #007bff;
  border-color: #007bff;
}
.pagination .page-link { 
  color: #007bff; 
}
.pagination .page-link:hover { 
  color: #0056b3; 
}

.filtros-container {
  background-color: #f8f9fa;
  border-radius: 8px;
  padding: 20px;
  box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.filtros-container .form-label {
  font-weight: bold;
}

.filtros-container .btn {
  width: 100%;
}

/* Estilizando a tabela de regras */
.table-bordered {
    border: 1px solid #dee2e6;
}
.table-bordered th,
.table-bordered td {
    border: 1px solid #dee2e6;
}
.table-bordered th {
    background-color: #f8f9fa;
    color: #343a40;
    text-align: center;
}

ul {
  list-style-type: none;
  padding-left: 0;
  text-align: center;
}

ul ul {
  text-align: left;
  display: inline-block;
}

.card-img-top {
  height: 200px;
  object-fit: cover;
}

.centralizar-lista li {
    margin-bottom: 10px;
    font-weight: bold;
}