.tw-badge-status{
    display:inline-flex;
    align-items:center;
    justify-content:center;
    padding:6px 12px;
    border-radius:999px;
    font-size:12px;
    font-weight:600;
}

.waiting{
    background:#FEF3C7;
    color:#B45309;
}

.confirmed{
    background:#DCFCE7;
    color:#15803D;
}

.process{
    background:#DBEAFE;
    color:#1D4ED8;
}