.noty-pack-status {
    display: inline-block;
    width: 35px;
    height: 15px;
    margin-right: 5px;
    margin-top: 5px;
    border: 0.5px solid silver;
    background-color: white;
}

.noty-pack-status_drop-intransit {
    background-color: #faf855!important;;
}

.noty-pack-status_drop-received {
    background-color: #66d847!important;
}

.noty-pack-status_drop-paid {
    background-color: #41882e!important;;
}

.noty-pack-status_drop-problems {
    background-color: #FAA020!important;;
}

.noty-pack-status_drop-return {
    background-color: #c7c1cd!important;;
}

.noty-pack-status_drop-delay {
    background-color: #e24837!important;;
}


.noty-pack-status_stuffer-shipped {
    background-color: #41882e!important;;
}

.noty-pack-status_stuffer-problems {
    background-color: #e24837!important;;
}

.noty-pack-status_stuffer-returned {
    background-color: #c7c1cd!important;;
}

.noty-pack-status_stuffer-delay {
    background-color: #e24837!important;;
}