.a-badge {
    border-radius: 4px;
    padding: 2px 8px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    font-size: 12px;
    width: fit-content;
    font-weight: bold;
    max-width: fit-content;
    min-height: 16px;
    max-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.a-badge-primary {
    color: #fff;
    background-color: #007bff;
}

.a-badge-success {
    color: #fff;
    background-color: #28a745;
}

.a-badge-warning {
    color: #212529;
    background-color: #ffc107;
}

.a-badge-danger {
    color: #fff;
    background-color: #dc3545;
}

.a-badge-info {
    color: #fff;
    background-color: #17a2b8;
}

.a-badge-default {
    color: #fff;
    background-color: #6c757d;
}
