
#vaccination-chart {
  padding: 20px;
  text-align: center;
}

select,
button,
input[type="date"],
input[type="text"] {
  margin: 10px 5px;
  padding: 10px;
  border: 1px solid #ccc;
  border-radius: 4px;
}

button {
  cursor: pointer;
  background-color: #0fbcc4;
  color: #fff;
  border: none;
  font-weight: bold;
}

h2,
h3 {
  color: #333;
  margin-top: 20px;
}

#result {
  margin-top: 30px;
}

table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 20px;
}

th,
td {
  padding: 12px;
  text-align: left;
}

th {
  background-color: #0fbcc4;
  color: white;
}

tr:nth-child(even) {
  background-color: #f2f2f2;
}

#downloadBtn {
  margin: 20px auto;
  display: inline-block;
  padding: 10px 20px;
  background-color: #0fbcc4;
  color: #fff;
  border: 1px solid #000;
  cursor: pointer;
  font-weight: bold;
}

#searchContainer {
  margin-top: 10px;
  text-align: right;
}

.pdf-header {
  text-align: center;
  margin-bottom: 10px;
}

.pdf-header h3 {
  margin-bottom: 5px;
}

.pdf-header p {
  margin: 0;
  font-size: 14px;
  color: #333;
}
