.application-status-badge {
    display: inline-flex;
    align-items: center;
}

.application-status-draft {
    background: #f3f4f6;
    color: #4b5563;
}

.application-status-submitted {
    background: #dbeafe;
    color: #1e40af;
}

.application-status-payment_verified {
    background: #d1fae5;
    color: #065f46;
}

.application-status-approved {
    background: #a7f3d0;
    color: #047857;
}

.application-status-allotted {
    background: #6ee7b7;
    color: #064e3b;
}

.application-status-rejected {
    background: #fee2e2;
    color: #991b1b;
}
