﻿@import url('/css/site.css');

/* ===== Google Maps Info Window Styles ===== */
#map-container .gm-style {
    font: var(--site-fontfamily) !important;
}

.gm-style .gm-style-iw-c {
    top: 35px;
    padding-bottom: 0;
}

.gm-style .gm-style-iw-tc {
    top: 35px;
}

#map-container .gm-style-iw-d {
    overflow: hidden !important;
    margin: 10px 10px 0;
}

#map-container .gm-style-iw-chr {
    display: none !important;
}

/* ===== Flag/Pin Base Styles ===== */
/*.pm-flag {
    position: relative;
    line-height: 25px;
    text-align: left;
    min-width: 90px;
    min-height: 25px;
    border-radius: 52px 10px 10px 52px;
    background: var(--bs-body-bg);
	border: 2px solid var(--flag-color);
}
.pm-flag:has(.flag-label-trig.active),
.pm-flag:has(.flag-label-trig.active) .flag-header,
.pm-flag:has(.flag-label-trig.active) .flag-row  {
	border-radius: 50px 10px 10px 10px;
}

.pm-flag:has(.flag-label-trig.active) .marker-label {
	width: 100%;
}

    .pm-flag::before {
        content: '';
        position: absolute;
        bottom: -8.5px;
        left: 54%;
        transform: translateX(-50%);
        border-style: solid;
        border-width: 9px 9px 0 0;
        border-color: var(--flag-color) transparent transparent;
        width: 18px;
        height: 9px;
        clip-path: polygon(0 0, 50% 100%, 100% 0);
        z-index: 5;
    }

    .pm-flag::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 49%;
        width: 10%;
        height: 3px;
        background: rgba(0, 0, 0, .75);
        filter: blur(3px);
    }*/

    .pm-flag.hover {
        box-shadow: 0 8px 12px rgba(0, 0, 0, .5);
    }

        .pm-flag.hover::after {
            /* Preserved empty rule */
        }

/* ===== Flag Header ===== */
.flag-header {
    display: flex;
    align-items: inherit;
    position: relative;
    line-height: 25px;
    text-align: left;
    min-width: 90px;
    min-height: 25px;
    border-radius: 60px 10px 10px 60px;
    color: #fff;
    background: var(--flag-color);
    box-shadow: inset 0 0 0 300px rgba(0, 0, 0, 0.2);
    padding: 10px;
}

    .flag-header .flag-time {
        display: inline;
        position: absolute;
        right: 40px;
    }

/* ===== Driver Icon ===== */

.driver-icon {
    background: url(../images/courier-driver.png);
    background-size: cover;
    width: 38px;
    height: 38px;
    border-radius: 50%;
    border-style: solid;
    border-color: black;
    background-color: var(--driver-color);
}

    .driver-icon::before {
        content: '';
        position: absolute;
        bottom: -8.5px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 16px solid transparent;
        border-right: 16px solid transparent;
        border-top: 18px solid black;
        border-color: black transparent transparent transparent;
    }

    .driver-icon::after {
        content: '';
        position: absolute;
        bottom: -5px;
        left: 50%;
        transform: translateX(-50%);
        width: 0;
        height: 0;
        border-left: 13px solid transparent;
        border-right: 13px solid transparent;
        border-top: 14px solid black;
        border-color: var(--driver-color) transparent transparent transparent;
    }

    .driver-icon.hover {
        background-color: var(--site-secondary) !important;
    }

        .driver-icon.hover::after {
            border-color: var(--site-secondary) transparent transparent transparent;
        }
.driver-link{
    text-decoration:underline;
}
/* ===== Flag Layout Components ===== */
.flag-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    gap: 6px;
    border-radius: 50px 10px 10px 50px;
    box-shadow: 0 0 0 2px var(--flag-color);
    /* background: linear-gradient(...); */ /* Comment preserved */
}

.flag-det {
    width: 100%;
    padding: 0 10px 0 5px;
    margin: 3px;
    color: var(--bs-body-color);
    display: flex;
	transition: .3s;
}

    .flag-det .flag-table {
        margin-bottom: 4px;
    }

        .flag-det .flag-table tr td {
            padding: 0;
        }

        .flag-det .flag-table tr:last-child td {
            border-bottom: 0;
        }

        .flag-det .flag-table tr td.flag-table-value {
            text-align: right;
        }

/* ===== Driver Info ===== */
.flag-driver {
    margin-top: -4px;
    font-size: 14px;
    font-weight: 100;
    /* width: 22px; height: 22px; display: flex; align-items: center; gap: 5px; */ /* Comment preserved */
}

    .flag-driver small {
        font-size: 14px;
        color: var(--site-lighttext) !important;
    }
.flag-label-trig,
.flag-progress-row,
.flag-driver-row {
	margin-top: 10px;
}
.flag-progress-row .dxbl-progress-bar-container.dxbl-progress-bar-column .dxbl-progress-bar-track-container {
	border-radius: 10px;
}
/* ===== Status Badges ===== */
.flag-no-driver,
.flag-orya {
    margin-top: -4px;
    color: #fff;
    font-size: 14px;
    font-weight: 400;
    opacity: .85;
    background: transparent;
    border-radius: 10px;
    transition: opacity .3s;
    /* padding: 2px 8px 6px; */ /* Comment preserved */
}

.flag-row .flag-orya {
    opacity: .6;
	width: 15px;
	height: 15px;
    padding: 0px !important;
    text-decoration: none;
	margin-left: 10px;
}

    .flag-no-driver:hover,
    .flag-orya:hover {
        opacity: 1;
        color: #fff !important;
        /* background: rgba(0,0,0,0.15); */ /* Comment preserved */
        transition: opacity .3s;
    }

.dxbl-btn.flag-orya:hover {
    /*background: linear-gradient(60deg, #f79533, #f37055, #ef4e7b, #a166ab, #5073b8, #1098ad, #07b39b, #6fba82) !important;
    background-size: 400% 400% !important;*/
    border-radius: 30px !important;
    animation: ask-orya-btn 3s ease alternate infinite !important;
}

.flag-no-driver img {
    width: 16px;
    height: 16px;
    margin-top: -2px;
    filter: var(--icon-filter-white);
}

.flag-orya img {
    width: 15px;
    height: 15px;
    margin-top: -2px;
    margin-right: 2px;
    filter: var(--icon-filter-white);
}

.flag-orya:hover img {
    animation: logo-spin 1s linear;
    transition: .5s;
}

/* ===== Flag Status Colors ===== */
.flag-status {
    font-weight: 700;
}

    .flag-status.flag-status-New {
        color: rgba(var(--green), 1);
        /* background-color: rgba(var(--green), 0.2); */ /* Comment preserved */
    }

    .flag-status.flag-status-Active {
        color: rgba(var(--secondary), 1);
        /* background-color: rgba(var(--secondary), 0.2); */ /* Comment preserved */
    }

    .flag-status.flag-status-Done {
        color: rgba(var(--red), 1);
        /* background-color: rgba(var(--red), 0.2); */ /* Comment preserved */
    }

/* ===== Stop Indicators ===== */
.stop-label {
    font-size: 14px;
    font-weight: 500;
    color: var(--bs-body-color);
    opacity: .6;
}

.flag-stops {
    display: block;
    font-size: 14px;
    color: var(--bs-body-color);
    right: 10px;
}

/* .flag-type { position: absolute; right: 10px; } */ /* Comment preserved */
.flag-icn-img {
	width: 50px;
    height: 50px;
	border: 2px solid rgba(0,0,0,1);
	opacity: .5;
	border-radius: 40px;
	margin-top: 15px;
	background: url("/../IImageService/Linear (46)") center center no-repeat;
	background-size: 24px 24px;
	filter: var(--icon-filter-white);
}
.flag-icn-img:has(.flag-driver-icon) {
	background: none;
	border: 0px;
	opacity: 1;
	filter: none;
}

.flag-driver-icon {
    width: 43px;
    height: 43px;
    background: url(../images/courier-driver.png) center / cover;
    border-radius: 50%;
}
.flag-driver-icon.no-driver {
    width: 43px;
    height: 43px;
    background: url(../images/courier-driver.png) center center no-repeat;
	filter: var(--icon-filter-white);
	opacity: 0.6;
    border-radius: 50%;
}

.stop-bubble {
    position: relative;
    align-items: center;
    justify-content: center;
    min-width: 35px;
    line-height: 24px;
    white-space: nowrap;
    background: var(--flag-color);
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.6);
    color: white !important;
    padding: 2px 8px;
    border-radius: 5px;
    font-size: 18px;
    font-weight: 700;
    text-shadow: 0 1px 5px rgba(var(--darktext), 0.5);
    margin-right: 6px;
    overflow: visible;
    z-index: 2;
    display: inline-block;
    height: 30px;
    margin-left: 10px;
}

    .stop-bubble::after {
        content: '';
        position: absolute;
        bottom: -8px;
        left: 0;
        right: 0;
        margin: 0 auto;
        width: 0;
        height: 0;
        border: 8px solid transparent;
        border-top-color: var(--flag-color);
        border-bottom-width: 0;
    }

    .stop-bubble img {
        filter: var(--icon-filter-white);
        height: 20px;
        width: 20px;
		margin-right: 3px;
    }

    .stop-bubble .sb-badge {
        width: fit-content;
        height: 24px;
        background:  var(--site-green) !important;
        border-radius: 20px;
        position: absolute;
        align-items: center;
        text-align: center;
        justify-content: center;
        top: 40px;
        left: 0px;
        padding: 0px 8px 0px 4px;
        display: flex;
		font-size: 11px;
		text-shadow: none;
		font-weight: 700 !important;
		z-index: 2;
    }
	.stop-bubble .sb-badge:hover {
		font-weight: 700 !important;
    }

	.stop-bubble .pick-icon {
        background: var(--site-green) !important;
	}
    .stop-bubble .del-icon {
        background: var(--site-red) !important;
    }

    .stop-bubble .number-label {
        color: white !important;
        display: block;
        width: 22px;
        text-align: center;
    }
    /* ===== Speech Bubble ===== */
    .speech-bubble {
        position: absolute;
        transform: translate(-50%, -50%);
        min-width: 22px;
        padding: 2px 5px;
        color: var(--sprinttek-lighttext);
        font-size: 10px;
        font-weight: 600;
        line-height: 1;
        white-space: nowrap;
        text-align: center;
        background: var(--crumb-color);
        border: 1px dashed rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        box-shadow: 0 0 2px rgba(0, 0, 0, 0.4), inset 0 0 0 20px rgba(0, 0, 0, 0.3);
        z-index: 1000;
    }

        .speech-bubble span,
        .speech-bubble-idle span {
            color: #fff;
        }
    /* .speech-bubble-idle span - combined with above */
    /* ===== Triangle Warning ===== */
    .triangle-border {
        position: relative;
        width: 0;
        height: 0;
        border-left: 22px solid transparent;
        border-right: 22px solid transparent;
        border-bottom: 31px solid red;
    }

    .triangle-fill {
        position: absolute;
        top: 5px;
        left: -17px;
        width: 0;
        height: 0;
        border-left: 17px solid transparent;
        border-right: 17px solid transparent;
        border-bottom: 23px solid yellow;
    }

        .triangle-fill::after {
            content: "!";
            position: absolute;
            top: 0;
            left: 50%;
            transform: translateX(-50%);
            color: red;
            font-family: Arial, sans-serif;
            font-size: 24px;
            font-weight: bold;
            user-select: none;
        }
    /* ===== Resume Indicator ===== */
    .circle-resumed {
        width: 24px;
        height: 24px;
        color: var(--sprinttek-lighttext);
        font-size: 16px;
        font-weight: bold;
        line-height: 24px;
        text-align: center;
        background: #28a745;
        border: 2px solid #1e7e34;
        border-radius: 50%;
    }
    /* ===== Info Window Components ===== */
    .info-window-container .small {
        font-size: 14px !important;
    }

    .info-window-container .info-close-btn {
        margin-top: 10px;
        margin-right: -5px;
        opacity: .5;
        box-shadow: none !important;
    }

        .info-window-container .info-close-btn:hover {
            opacity: .8;
            box-shadow: none !important;
        }

    .info-window-container hr {
        color: var(--site-midgrey) !important;
        opacity: .35;
    }

    .info-window-container .col-12:has(hr):last-child {
        opacity: 0 !important;
    }

    .info-window-title {
        padding-top: 12px;
    }

        .info-window-title h5 {
            margin-right: 8px;
        }

    .info-window-container .info-window-table {
        padding: 5px;
        background: var(--bs-body-bg);
        border: 1px solid rgba(var(--midgrey), 0.5);
        border-radius: 8px;
        border-collapse: separate;
        border-spacing: 0;
        overflow: hidden;
    }

    .info-window-table tbody tr td {
        padding: 0 5px;
        border-bottom: 1px solid rgba(var(--midgrey), 0.25);
    }

    .info-window-table tbody tr:last-child td {
        border-bottom: none;
    }
    /* ===== View Controls ===== */
    .view-orya {
        max-height: 25px;
    }

    .view-window,
    .view-expand {
        align-self: flex-start;
        height: 40px;
        margin-left: auto;
        opacity: .7;
        filter: var(--icon-filter-white);
    }

        .view-expand:hover,
        .view-window:hover {
            opacity: .95;
            cursor: pointer !important;
        }

    .view-window-icon {
        display: inline-block;
        width: 18px;
        height: 18px;
        margin-top: -3px;
        margin-right: 5px;
        opacity: .5;
    }

    .view-window-details .view-window-row {
        margin-top: 5px;
    }

    .view-window-details .view-window-header {
        display: inline-block;
        font-size: 16px;
        font-weight: 700;
    }

    .view-window-details .view-window-value {
        display: inline-block;
    }
    /* ===== Labels & Text ===== */
    .flag-label {
        font-size: 20px;
        font-weight: 700;
        white-space: nowrap;
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        padding: 0 0 0 5px;
    }

    .flag-label-trig {
        text-decoration: underline;
        display: inline;
    }

    .flag-desc {
        padding: .3em;
        font-size: 10px;
        font-weight: 500;
        white-space: nowrap;
    }

        .flag-desc > img {
            max-width: 12px;
        }

    .flag-label-cont {
        display: flex;
        align-items: center;
        gap: 6px;
    }
    /* ===== Buttons ===== */
    .expand-btn,
    .showlist-btn {
        background: rgba(255, 255, 255, 0.2);
        border: none;
        font-size: 12px;
        backdrop-filter: blur(4px);
        cursor: pointer;
        transition: .2s;
    }

    .expand-btn {
        border-radius: 4px 0 0 4px;
    }

        .expand-btn:hover,
        .showlist-btn:hover {
            box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
        }

    .showlist-btn :hover { /* Preserved exact selector */
        box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
    }
    /* ===== Interaction States ===== */
    .marker-wrapper {
        cursor: pointer !important;
    }

        .marker-wrapper.hover > .stop-bubble {
            font-weight: 500;
        }

    .driver-legends:hover {
        cursor: pointer;
    }
    /* ===== Notification Bubble ===== */
    .notif-bubble {
        position: relative;
        width: 180px;
        margin-bottom: 4px;
        padding: 8px 12px;
        color: #fff;
        background: #24A9F0;
        border-radius: 10px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.25);
    }

    .notif-title {
        display: flex;
        align-items: center;
        font-size: 13px;
        font-weight: 700;
    }

        .notif-title .icon {
            margin-right: 5px;
        }

    .notif-message {
        margin-top: 2px;
        font-size: 11px;
    }

    .notif-close {
        position: absolute;
        top: 4px;
        right: 6px;
        cursor: pointer;
    }
    /* ===== Info Card ===== */
    .info-card {
        max-width: 300px;
        padding: 12px;
        background: #fff;
        border-radius: 8px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
    }

    .info-header {
        margin-bottom: 4px;
        color: #2c3e50;
        font-size: 16px;
        font-weight: 700;
    }

    .info-sub {
        margin-bottom: 8px;
        color: #34495e;
        font-size: 14px;
    }

    .info-body p {
        margin: 4px 0;
        color: #555;
        font-size: 13px;
    }

    .info-actions {
        margin-top: 10px;
        text-align: right;
    }
    /* ===== Badges ===== */
    .badge-waiting {
        background: #ffedd5;
        color: #9a3412;
        padding: 4px 12px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
    }

    .badge-active {
        background: #dcfce7;
        color: #166534;
        padding: 4px 10px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
    }

    .badge-latest {
        background: #e0f2fe;
        color: #075985;
        padding: 4px 10px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
    }

    .badge-ontime {
        background: #f0fdf4;
        color: #14532d;
        padding: 4px 10px;
        border-radius: 12px;
        font-size: 14px;
        font-weight: 600;
    }
    /* Duplicate badge styles preserved exactly */
    .badge-active,
    .badge-latest,
    .badge-ontime,
    .badge-waiting {
        /* Second declarations preserved */
    }

    .badge-waiting {
        background-color: #ffedd5;
        color: #9a3412;
    }

    .badge-active {
        background-color: #dcfce7;
        color: #166534;
    }

    .badge-latest {
        background-color: #e0f2fe;
        color: #075985;
    }

    .badge-ontime {
        background-color: #f0fdf4;
        color: #14532d;
    }
    /* ===== Statistics Box ===== */
    .stat-box {
        padding: .75rem 0;
        background: #f3f4f6;
        border-radius: .5rem;
        font-weight: 600;
        text-align: center;
    }

    .stat-box {
        /* Second declaration preserved */
        padding: 10px;
        background: #f8f9fa;
        border-radius: 8px;
    }

    .stat-label {
        margin-bottom: 4px;
        color: #6c757d;
        font-size: 11px;
        font-weight: 600;
        text-transform: uppercase;
    }

    .stat-value {
        color: #333;
        font-size: 20px;
        font-weight: 700;
    }
    /* ===== DevExpress-style Progress Bar ===== */
    .marker-dx-progress-bar-container {
        display: flex;
        align-items: center;
        gap: 8px;
        min-width: 120px;
    }

    .marker-dx-progress-bar {
        position: relative;
        flex: 1;
        height: 8px;
        background: #e9ecef;
        border-radius: 4px;
        overflow: hidden;
    }

    .marker-dx-progress-bar-fill {
        height: 100%;
        background: #007bff;
        border-radius: 4px;
        transition: width 0.3s ease;
    }

    .marker-dx-progress-bar-in-progress .marker-dx-progress-bar-fill {
        background: #007bff;
    }

    .marker-dx-progress-bar-success .marker-dx-progress-bar-fill {
        background: #28a745;
    }

    .marker-dx-progress-bar-inactive .marker-dx-progress-bar-fill {
        background: #6c757d;
    }

    .marker-dx-progress-bar-pause .marker-dx-progress-bar-fill {
        background: #ffc107;
    }

    .marker-dx-progress-bar-error .marker-dx-progress-bar-fill {
        background: #dc3545;
    }

    .marker-dx-progress-value {
        min-width: 35px;
        color: #495057;
        font-size: 11px;
        font-weight: 500;
        text-align: right;
    }
    /* ===== Marker Drawer ===== */
    .marker-drawer-toggle {
        position: absolute;
        bottom: -4px;
        left: 45%;
        display: flex;
        justify-content: center;
        padding: 6px 0;
        cursor: pointer;
    }

    .drawer-handle {
        width: 50px;
        height: 4px;
        background: #bbb;
        border-radius: 4px;
    }

    .marker-drawer-toggle :hover {
        background: #fff;
    }

    .marker-drawer {
        max-height: 0;
        background: #f8f9fb;
        overflow: hidden;
        transition: max-height 0.35s ease, padding 0.35s ease;
    }

        .marker-drawer.open {
            max-height: 160px;
            padding: 8px 12px;
        }

    .drawer-content {
        display: grid;
        gap: 6px;
        color: #333;
        font-size: 12px;
    }
    /* ===== Utility ===== */
    .route-map-padding-top {
        padding-top: 20px;
    }
    /* ===== Responsive ===== */
    @media (max-width: 480px) {
        .info-window-header {
            min-height: 100px;
            padding: 12px;
        }

        .stat-value {
            font-size: 18px;
        }
    }

    .display-none {
        display: none;
    }

    .mapview-marker-wrapper {
        max-width: 120px;
        display: block;
		box-shadow: none !important;
    }

        .mapview-marker-wrapper::before {
            content: "";
            width: 40px;
            height: 10px;
			border-radius: 50%;
            display: block;
            background-color: rgba(var(--midgrey), 0.75);
            margin: 65px 0 0 10px;
            position: absolute;
            z-index: 1;
        }
		
		.mapview-marker-wrapper::after {
            content: "";
            width: 10px;
            height: 10px;
            display: block;
            background-color: var(--flag-color);
            rotate: 45deg;
            margin: -5px auto 0px;
            position: relative;
            z-index: 1;
        }

    .mapview-marker-photo {
        background-color: var(--flag-color);
        border: 2px solid var(--flag-color);
        width: 50px;
        height: 50px;
        display: block;
        margin: 0px auto;
        border-radius: 30px;
        box-shadow: inset 0 0 0 300px rgba(0, 0, 0, 0.2), 0 0 0 0px var(--flag-color);
		transition: .3s;
    }
	.mapview-marker-wrapper:hover .mapview-marker-photo {
		box-shadow: inset 0 0 0 300px rgba(0, 0, 0, 0.2), 0 0 0 4px var(--flag-color);
		transition: .3s;
	}

    .mapview-marker-img {
        color: #FFF;
        margin: 2px;
        width: 46px;
        height: 46px;
        text-align: center;
        border-radius: 30px;
    }

    .mapview-marker-route-name {
        background-color: var(--flag-color);
        width: fit-content;
        max-width: 100px;
        height: 20px;
        display: block;
        margin: -12px auto 0px;
        border-radius: 30px;
        box-shadow: inset 0 0 0 300px rgba(0, 0, 0, 0.2);
        color: rgba(255,255,255,1);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
        padding-left: 8px;
        padding-right: 8px;
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
        text-align: center;
		font-weight: 700;
    }

    .mapview-marker-progress {
        background-color: #333;
        border: 2px solid var(--flag-color);
        width: 50px;
        height: 10px;
        display: block;
        margin: -3px auto 0px;
        border-radius: 30px;
        box-shadow: inset 0 0 0 300px rgba(0, 0, 0, 0.2);
        color: rgba(255,255,255,1);
        text-shadow: 0 1px 2px rgba(0, 0, 0, 0.5);
/*        padding-left: 8px;
        padding-right: 8px;*/
        position: relative;
        z-index: 2;
    }
	.mapview-marker-progress .dxbl-progress-bar-track-container {
		width: 100% !important;
		margin-top: -16px;
	}
	.mapview-marker-progress .dxbl-progress-bar-track-container,
	.mapview-marker-progress .dxbl-progress-bar-track-container .dxbl-progress-bar-indicator {
		height: 7px !important;
	}

.linehaul-label {
    background: #d3a609;
    width: 30px;
    height: 30px;
    border-radius: 50px;
    display: flex;
    right: 18px;
	top: -10px;
    position: absolute;
    padding: 3px;
	border: 2px solid white;
}
.linehaul-label-img {
    width: 20px;
    height: 20px;
}

.route-list-linehaul-label {
    position: relative;
	top: -10px;
	left: 25px;
	margin-bottom: -28px;
	background: #d3a609;
    width: 30px;
    height: 30px;
    border-radius: 50px;
	border: 2px solid white;
}
.route-list-linehaul-span {
    
}

.route-list-linehaul-label-img {
    width: 20px;
    height: 20px;
	margin: 3px 3px ;
	vertical-align: top;
	
}

/*.stop-bubble .badge-Pending {
    color: white;
    background-color: rgba(var(--secondary), 1);
    border: 1px solid rgba(var(--secondary), 1);
}

.stop-bubble .badge-Waiting.Pickup {
    color: white;
    background-color: rgba(var(--orange), 1);
    border: 1px solid rgba(var(--orange), 1);
}


.stop-bubble .badge-Picked {
    color: white;
    background-color: rgba(var(--blue), 1);
    border: 1px solid rgba(var(--blue), 1);
}

.stop-bubble .badge-Open {
    color: white;
    background-color: rgba(var(--midgrey), 1);
    border: 1px solid rgba(var(--midgrey), 1);
}

.stop-bubble .badge-Processing {
    color: white;
    background-color: rgba(var(--orange), 1);
    border: 1px solid rgba(var(--orange), 1);
}

.stop-bubble .badge-Completed {
    color: white;
    background-color: rgba(var(--green), 1);
    border: 1px solid rgba(var(--green), 1);
}

.stop-bubble .badge-Cancelled {
    color: white;
    background-color: rgba(var(--midgrey), 1);
    border: 1px solid rgba(var(--midgrey), 1);
}

.stop-bubble .badge-Declined {
    color: white;
    background-color: rgba(var(--midgrey), 1);
    border: 1px solid rgba(var(--midgrey), 1);
}

.stop-bubble .badge-Delivered {
    color: white;
    background-color: rgba(var(--red), 1);
    border: 1px solid rgba(var(--red), 1);
}*/