.extra_produc_tstates_category span
{ font-weight:bold; }
.extra_produc_tstates_div
{
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: start;
    min-width: fit-content;
}
.extra_produc_tstates_div div
{
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: start;
    min-width: fit-content;
}
.extra_produc_tstates_div .extra_produc_tstates_color
{
    height: 10px;
    width: 10px;
    border-radius: 100px;
    display: block;
    margin-right: 10px;
    margin-top: 6px;
}
.extra_produc_tstates_div .extra_produc_tstates_color.color_green,
.extra_produc_tstates_div .background_green
{ background: #00C9A7; }
.color_green
{
    
    color: #00C9A7;
    font-weight: bold;
}
.extra_produc_tstates_div .extra_produc_tstates_color.color_orange
{ background: #FFC107; }
.color_orange
{
    color: #FFC107;
    font-weight: bold;
}
.extra_produc_tstates_div .extra_produc_tstates_color.color_red
{ background: #DE4437; }
.color_red
{
    color: #DE4437;
    font-weight: bold;
}