body {
    font-family: "Lato", sans-serif;
    font-size: 14px;
    color: #333;
    box-sizing: border-box;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}
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;
}

.cdk-global-overlay-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(0, 0, 0, 0.5);
}