.table-tender-management td,
.table-tender-management th {
    vertical-align: middle;
}
.tender-chart-wrapper {
    position: relative;
    height: 320px;
    width: 100%;
}
.tender-status-badge {
    display: inline-block;
    padding: 6px 10px;
    font-size: 11px;
    font-weight: 600;
    border-radius: 20px;
    line-height: 1.2;
}

.tender-status-badge-default {
    background: #e5e7eb;
    color: #374151;
}

.tender-status-badge-submitted {
    background: #dbeafe;
    color: #1d4ed8;
}

.tender-status-badge-updated {
    background: #e0e7ff;
    color: #4338ca;
}

.tender-status-badge-review {
    background: #fef3c7;
    color: #b45309;
}

.tender-status-badge-shortlisted {
    background: #dcfce7;
    color: #15803d;
}

.tender-status-badge-rejected {
    background: #fee2e2;
    color: #b91c1c;
}

.tender-status-badge-awarded {
    background: #d1fae5;
    color: #047857;
}

.tender-status-badge-withdrawn {
    background: #f3f4f6;
    color: #6b7280;
}
.tox-tinymce + .text-muted {
    display: block;
    margin-top: 8px;
    line-height: 1.5;
}