.pill {
    font-style: normal;
    font-weight: 500;
    font-size: 12px;
    line-height: 16px;
    padding: 4px 8px;
    border-radius: 8px;
}

.approved-pill {
    background-color: #E1F5E8;
    color: #00CC44;
}

.rejected-pill {
    background-color: #FCEBE8;
    color: #F22800;
}

.active-pill {
    background-color: #E1F5E8;
    color: #00CC44;
}

.deactivated-pill {
    background-color: #E9ECF0;
    color: #71859D;
}

.invitepending-pill {
    background-color: #F0F2FF;
    color: #374AF4;
}

.open-pill {
    background-color: #FFF2E5;
    color: #FF8000;
}

.inprogress-pill {
    background-color: #FFFBDE;
    color: #F2D600;
}

.completed-pill {
    background-color: #E1F5E8;
    color: #00CC44;
}

.cancelled-pill {
    background-color: #E9ECF0;
    color: #71859D;
}

.failed-pill {
    background-color: #FCEBE8;
    color: #F22800;
}

.partial-pill {
    background-color: #E1F5E8;
    color: #00CC44;
}

.assigned-pill {
    background-color: #F0F2FF;
    color: #374AF4;
}

.draft-pill {
    background-color: #E9ECF0;
    color: #71859D;
}

.pendingapproval-pill {
    background-color: #E9ECF0;
    color: #71859D;
}

.archived-pill {
    background-color: #E9ECF0;
    color: #71859D;
}

.needsapproval-pill {
    background-color: #FFF2E5;
    color: #FF8000;
}

.duetoday-pill {
    background-color: #FCEBE8;
    color: #F22800;
    display: table;
    margin-top: .5rem;
}

.duetomorrow-pill {
    background-color: #FFF2E5;
    color: #FF8000;
    display: table;
    margin-top: .5rem;
}

.inreview-pill {
    background-color: #FFF2E5;
    color: #FF8000;
    display: table;
    margin-top: .5rem;
}

.onhold-pill {
    background-color: #E9ECF0;
    color: #71859D;
    display: table;
    margin-top: .5rem;
}

.info-pill {
    background-color: #F0F2FF;
    color: #374AF4;
}

.paid-pill {
    background-color: #E1F5E8;
    color: #00CC44;
}

.notpaid-pill {
    background-color: #FFF2E5;
    color: #FF8000;
}

.pending-pill {
    background-color: #F0F2FF;
    color: #374AF4;
}

.low-pill {
    background-color: #FFFBDE;
    color: #F2D600;
}

.medium-pill {
    background-color: #FFF2E5;
    color: #FF8000;
}

.high-pill {
    background-color: #FCEBE8;
    color: #F22800;
}

.submitted-pill {
    background-color: #F0F2FF;
    color: #374AF4;
}

.resolved-pill {
    background-color: #E9ECF0;
    color: #71859D;
}

.empty-pill {
    background-color: #E9ECF0;
    color: #71859D;
}

.suspended-pill {
    background-color: #FCEBE8;
    color: #F22800;
}

.inactive-pill {
    background-color: #E9ECF0;
    color: #71859D;
}

.ref-pill {
    background-color: #374AF4;
    color: #FFFFFF;
}

.locked-pill {
    background-color: #FCEBE8;
    color: #F22800;
}
