
.status-badge {
    padding: 2px 4px;
    border-radius: var(--spacer-m);
    font-size: 12px;
    line-height: 15px;
    font-weight: 500;
    letter-spacing: -0.15px;
}

.status-pending {
    background: #fff3cd;
    color: #856404;
}

.status-approved {
    background: #d4edda;
    color: #155724;
}

.status-rejected {
    background: #f8d7da;
    color: #721c24;
}

.badge_s{
    display: flex;
    flex-direction: row;
    gap: var(--spacer-xs);
    min-width: 19px;
    height: 19px;
    padding: 2px 6px;
    align-items: center;
    border-radius: 1000px;
    text-align: center;
    justify-content: center;
    font-size: 12px !important;
    line-height: 15px !important;
}

.badge_s img{
    width: 10px;
    height: 10px;
}