.status-tag {
    border-radius: 999px;
    border: 1px solid transparent;
    color: #fff !important;
    padding: 2px 10px;
    text-align: center;
}

.status-tag:not(:first-child) {
    margin-top: 4px !important;
}

/* Excise Tax Statuses */
.tot-excise-tax-not-required {
    background-color: #E0E0E0;
    color: #000 !important;
}

.tot-no-excise-tax {
    background-color: #BDBDBD;
    color: #000 !important;
}

.tot-excise-tax-collected {
    background-color: #2196F3;
}

.tot-excise-tax-reconciled {
    background-color: #8BC34A;
}

.tot-excise-tax-incorrect {
    background-color: #dc3545;
}

.tot_excise_tax_status_col,
#tot_excise_tax_status_col {
    white-space: nowrap;
}
