﻿/* 🌟 Custom Status Background Colors */
.bg-not-received {
    background-color: #6c757d !important; /* muted grey */
    color: #fff !important;
}

.bg-sent-exporter {
    background-color: #0dcaf0 !important; /* bootstrap info cyan */
    color: #fff !important;
}

.bg-exporter-bank {
    background-color: #6610f2 !important; /* purple */
    color: #fff !important;
}

.bg-sent-our-bank {
    background-color: #20c997 !important; /* teal */
    color: #fff !important;
}

.bg-at-our-bank {
    background-color: #fd7e14 !important; /* orange */
    color: #fff !important;
}

.bg-released-bank {
    background-color: #6f42c1 !important; /* indigo */
    color: #fff !important;
}

.bg-with-us {
    background-color: #198754 !important; /* dark green (different from success) */
    color: #fff !important;
}

.bg-submitted-customs {
    background-color: #0d6efd !important; /* bootstrap primary blue */
    color: #fff !important;
}

/* 🌟 Custom Shipment Status Background Colors */
.bg-booking-confirmed {
    background-color: #0d6efd !important; /* bootstrap primary blue */
    color: #fff !important;
}

.bg-supplier-warehouse {
    background-color: #6f42c1 !important; /* indigo */
    color: #fff !important;
}

.bg-stuffing-completed {
    background-color: #20c997 !important; /* teal */
    color: #fff !important;
}

.bg-origin-port {
    background-color: #fd7e14 !important; /* orange */
    color: #fff !important;
}

.bg-export-cleared {
    background-color: #6610f2 !important; /* purple */
    color: #fff !important;
}

.bg-on-vessel {
    background-color: #0dcaf0 !important; /* cyan/info */
    color: #fff !important;
}

.bg-in-transit {
    background-color: #198754 !important; /* darker green (not success) */
    color: #fff !important;
}

.bg-destination-port {
    background-color: #343a40 !important; /* dark/charcoal */
    color: #fff !important;
}

.bg-import-cleared {
    background-color: #e83e8c !important; /* pink */
    color: #fff !important;
}

.bg-out-delivery {
    background-color: #6c757d !important; /* grey/muted */
    color: #fff !important;
}

.bg-delivered {
    background-color: #17a2b8 !important; /* light blue (info alt) */
    color: #fff !important;
}

