﻿.chip-status-production {
    background-color: #3e8e41;
    color: white;
    opacity: 0.95;
}

.chip-status-pilot {
    background-color: #4a7c94;
    color: white;
    opacity: 0.95;
}

.chip-status-development {
    background-color: #d98e04;
    color: white;
    opacity: 0.95;
}

.chip-status-disabled {
    background-color: #8a8f99;
    color: white;
    opacity: 0.95;
}

.chip-status-default {
    background-color: black;
    color: white;
    opacity: 1;
}
