
body {
  font-family: 'Roboto', sans-serif;
  margin: 40px auto;
  max-width: 900px;
  color: #333;
  background-color: #fff;
}

h1 {
  text-align: center;
  font-size: 2em;
  margin-bottom: 20px;
}

#stats {
  text-align: center;
  font-weight: bold;
  margin-bottom: 20px;
}

#searchBar {
  display: block;
  margin: 0 auto 30px auto;
  padding: 10px;
  width: 60%;
  border: 1px solid #ccc;
  border-radius: 4px;
  font-size: 16px;
}

table {
  width: 100%;
  border-collapse: collapse;
}

thead {
  text-align: left;
  font-weight: bold;
}

th, td {
  padding: 12px 10px;
}

tr.owned {
  background-color: #e5f7e1;
}

tr:hover {
  background-color: #f2f2f2;
}

.complete-check {
  text-align: center;
  font-weight: bold;
  color: #2e7d32;
  font-size: 1.2em;
}

.center {
  text-align: center;
}

th:nth-child(1),
th:nth-child(3),
th:nth-child(4) {
  text-align: center;
}

tr {
  border-bottom: 1px solid #ddd;
}

td {
  color: #222;
  font-weight: 400;
}

th {
  color: #333;
  font-weight: 500;
}

td, th {
  line-height: 1.6;
}

.fa-check {
  color: #2e7d32;
  font-size: 14px;
}

h1, #stats, #searchBar {
  text-align: left;
  margin-left: 0;
}

#searchBar {
  width: 250px;
  font-size: 14px;
  padding: 8px;
}

.search-container {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 30px;
}

.search-container .fa-search {
  color: #555;
  font-size: 16px;
}

tr.owned td {
  color: #2e7d32;
}

.search-container {
  position: relative;
  width: fit-content;
}

.search-container .fa-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 14px;
  pointer-events: none;
  display: block;
  width: 16px;
  height: 16px;
}

#searchBar {
  padding-left: 30px;
  z-index: 1;
}

.search-container {
  position: relative;
  display: inline-block;
}

.search-container .fa-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  color: #555;
  font-size: 14px;
  pointer-events: none;
  z-index: 2;
}

#searchBar {
  padding-left: 32px;
  height: 34px;
  line-height: 34px;
  font-size: 14px;
  z-index: 1;
  position: relative;
}

.search-container .fa-search {
  position: absolute;
  left: 10px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 13px;
  color: #777;
  pointer-events: none;
  z-index: 2;
}

#searchBar {
  padding-left: 28px;
  height: 28px;
  line-height: 28px;
  font-size: 14px;
  border-radius: 6px;
  z-index: 1;
  position: relative;
}

#searchBar {
  height: 24px;
  line-height: 24px;
  font-size: 13px;
  padding-left: 24px;
  border-radius: 4px;
}

#searchBar {
  height: 18px;
  line-height: 18px;
  font-size: 12px;
  padding-left: 22px;
  border-radius: 3px;
}

#filters {
  margin-bottom: 10px;
  font-size: 13px;
}
#filters label {
  margin-right: 10px;
  cursor: pointer;
}
#filters input[type="checkbox"] {
  margin-right: 4px;
}

tr.ordered {
  background-color: #ffe5b4; /* laranja clara */
}

tr.ordered td {
  color: #d97d00;
}
