﻿.ppi-status {
    display: inline-block;
    padding: 6px 12px;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
}

/* Neutral / Pending */
.ppi-not-enrolled {
    background-color: #fff3cd;
    color: #856404;
}

/* Success */
.ppi-active {
    background-color: #e6f4ea;
    color: #1e7e34;
}

/* Warning / Paused */
.ppi-inactive {
    background-color: #fdf3e7;
    color: #b45309;
}

/* Completed */
.ppi-completed {
    background-color: #e3f2fd;
    color: #0d47a1;
}

/* Error / Failed */
.ppi-exited {
    background-color: #fdecea;
    color: #b71c1c;
}

/* Declined */
.ppi-declined {
    background-color: #f5f5f5;
    color: #616161;
}

/* Excluded */
.ppi-excluded {
    background-color: #ede7f6;
    color: #4527a0;
}

/* Not Applicable */
.ppi-na {
    background-color: #eceff1;
    color: #455a64;
}
