.badge1 {
    border-radius: 50px;
  color: #fff;
  padding: 8px;
  white-space: nowrap;
}
.badge1.badge-md, .badge.badge-md {padding: 3px 10px;}
.badge1.badge-pending, .badge.badge-pending {background-color: #FFD700; color: #8a5900;width:fit-content}
.badge1.badge-collecting, .badge.badge-collecting {background-color: #f8c057; color: #fff;width:fit-content}
.badge1.badge-collected, .badge.badge-collected {background-color: #FFA500; color: #fff;width:fit-content}
.badge1.badge-processed, .badge.badge-processed {background-color: #003f83; color: #fff;width:fit-content}
.badge1.badge-delivering, .badge.badge-delivering {background-color: #3195ff; color: #fff;width:fit-content}
.badge1.badge-delivered-returned, .badge.badge-delivered-returned {background-color: #28A745; color: #fff;width:fit-content}
.badge1.badge-rquested, .badge.badge-rquested {background-color: #FFB6C1; color: #8b0015;width:fit-content}
.badge1.badge-item-returned, .badge.badge-item-returned {background-color: #FF6347; color: #fff;width:fit-content}
.badge1.badge-item-canceled, .badge.badge-item-canceled {background-color: #911600; color: #fff;width:fit-content}
.badge1.badge-delivered, .badge.badge-delivered {background-color: #18682b; color: #ffffff;width:fit-content}

/* .bg-PENDING_COLLECTION {background-color: #fff099;} */
/* .fg-PENDING_COLLECTION {color: #8a5900 !important;} */
/* .bg-COLLECTING {background-color: #fcdca2;} */
/* .fg-COLLECTING {color: #fff !important;} */
/* .bg-ORDER_COLLECTED {background-color: #fde3b2;} */
/* .fg-ORDER_COLLECTED {color: #fff !important;} */
/* .bg-PROCESSED {background-color: #bfdeff;} */
/* .fg-PROCESSED {color: #fff !important;} */
/* .bg-DELIVERING {background-color: #3195ff;} */
/* .fg-DELIVERING {color: #fff !important;} */
/* .bg-ORDER_DELIVERED {background-color: #9affb2;} */
/* .fg-ORDER_DELIVERED {color: #fff !important;} */
/* .bg-RETURN_REQUESTED {background-color: #FFB6C1;} */
/* .fg-RETURN_REQUESTED {color: #8b0015 !important;} */
/* .bg-item_returned {background-color: #ffa08f;} */
/* .fg-item_returned {color: #fff !important;} */
/* .bg-ORDER_DELIVERED_WITH_ITEM_RETURNED {background-color: #68ff8b;} */
/* .fg-ORDER_DELIVERED_WITH_ITEM_RETURNED {color: #ffffff !important;} */