.live-metric-bar {
    height: 20px;
    /* border-radius: 6px; */
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.08);
    margin-bottom: 8px;
    position: relative;
    overflow: hidden;
}

.green-bar {
    background: DarkGreen;
}

.yellow-bar {
    background: Orange;
}

.red-bar {
    background: DarkRed;
}