.stocktake-needed {
    background-color: rgb(119, 93, 208);   /* violet */
    color: #ffffff;              /* black text */
}

.critical {
    background-color: rgb(255, 69, 96);   /* red */
    color: #ffffff;              /* black text */
}

.monitor {
    background-color: rgb(254, 176, 25);  /* nice orange */
    color: #000000;              /* black text */
}

.in-balance {
    background-color: rgb(0, 143, 251);   /* nice blue */
    color: #ffffff;              /* white text */
}

.overstock {
    background-color: rgb(0, 227, 150);   /* nice green */
    color: #000000;              /* black text */
}