gcargo-icon {
  content: "";
  display: inline-block;
  height: 1em;
  width: 1.1917995444em;
  background-image: url("../images/mini-logo.svg");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  filter: invert(100%);
  margin-right: 3px;
  margin-bottom: 0.10em;
  vertical-align: text-bottom;
}

#cargo {
  width: 24px !important;
}

.shipment-status-type {
  line-height: 2.5em;
  padding: 0px 13px;
  font-size: 13px;
  text-align: center;
  border-radius: 4px;
  text-transform: capitalize;
  width: fit-content;
  cursor: pointer;
  color: #777777;
  background-color: #e5e5e5;
}

.shipment-status-type.non_processed {
  color: #65a30d !important; /* Lime-600 */
  background-color: #d9f99d !important; /* Lime-200 */
}

.shipment-status-type.failed {
  color: #dc2626 !important; /* Red-600 */
  background-color: #fecaca !important; /* Red-200 */
}

.shipment-status-type.shipped {
  color: #16a34a !important; /* Green-600 */
  background-color: #bbf7d0 !important; /* Green-200 */
}

.shipment-status-type.on_transit {
  color: #0891b2 !important; /* Cyan-600 */
  background-color: #cffafe !important; /* Cyan-200 */
}

.shipment-status-type.at_delivery_center {
  color: #c026d3 !important; /* Fuchsia-600 */
  background-color: #fae8ff !important; /* Fuchsia-200 */
}

.shipment-status-type.in_courier {
  color: #2563eb !important; /* Blue-600 */
  background-color: #bfdbfe !important; /* Blue-200 */
}

.shipment-status-type.delivered {
  color: #4f46e5 !important; /* Indigo-600 */
  background-color: #e0e7ff !important; /* Indigo-200 */
}

.shipment-status-type.on_return {
  color: #ca8a04 !important; /* Yellow-600 */
  background-color: #fef08a !important; /* Yellow-200 */
}

.order-column-shipment-data{  
  display: flex;
  gap: 10px;
  align-items: center;
}

.order-column-shipment-data img{
  width: 24px;
  height: 24px;
  border-radius: .375rem;
}