body {
  font-family: "Inter", sans-serif;
  font-optical-sizing: auto;
  font-weight: 500;
  font-style: normal;

}

table thead tr {
    background-color: #90cb24;
}
.table thead th {
    vertical-align: bottom;
    border-bottom: 1px solid #dee2e6;
}

.category-name {
    color: #000000;
    background-color: #ffcf14;
}
tr {
    border: 1px solid #90cb24;
}
tr:nth-child(odd) {
    background-color: #f0e982;
}
tr:nth-child(even) {
    background-color: #f0e982;
}
tr td {
    vertical-align: middle;
    padding: 10px;
    border: 1px solid #90cb24;
    font-size: 16px;
    font-weight: 400;
}
.qty {
    width: 25px;
    display: inline-block;
}
