.bg-new{
    background-color: transparent;
    color: white;
}

.bg-created {
    background-color: rgba(59, 130, 246, 0.4);
    color: white;
}

.bg-ready {
    background-color: rgba(245, 158, 11, 0.4);
    color: white;
}

.bg-shipped {
    background-color: rgba(34, 197, 94, 0.4);
    color: white;
}
