.filter-box {
  max-width: 200px;
}

form {
  max-width: 400px;
}

.table th {
  background-color: #478e63;
}

.table,
.table th,
.table td {
  border-color: #a9dfbf;
}

.table td.waiting {
  background-color: rgb(248, 236, 98);
}
.table td.transit {
  background-color: rgb(138, 234, 249);
}
.table td.delivered {
  background-color: rgba(146, 238, 146);
}
