.patient-status-pending{
    background-color: #FFF7D6 !important;
    color: #A54800 !important;
}

.patient-status-processing{
    background-color: #F3F0FF !important;
    color: #5E4DB2 !important;
}

.patient-status-readyforcare{
    background-color: #DCFFF1 !important;
    color: #216E4E !important;
}

.visit-status-appoinmentscheduled{
    background-color: #E9F2FF !important;
    color: #0055CC !important;
}

.visit-status-arrived{
    background-color: #F3F0FF !important;
    color: #5E4DB2 !important;
}

.visit-status-pending{
    background-color: #FFF7D6 !important;
    color: #A54800 !important;
}

.visit-status-readyforcare{
    background-color: #DCFFF1 !important;
    color: #216E4E !important;
}

.visit-status-incare{
    background-color: #DCFFF1 !important;
    color: #216E4E !important;
}

.visit-status-noshow{
    background-color: #FFECEB !important;
    color: #AE2E24 !important;
}

.visit-status-pendingsignoff{
    background-color: #FFECEB !important;
    color: #AE2E24 !important;
}

.visit-status-completed{
    background-color: #F1F2F4 !important;
    color: #44546F !important;
}

.visit-status-saved{
    background-color: #F3F0FF !important ;
    color: #5E4DB2 !important ;
}

.status-concerned {
    background-color: #fff7d6 !important;
    color: #984f0c !important;
}
.status-very-concerned {
    background-color: #ffebd2 !important;
    color: #f97315 !important;
}
.status-extremely-concerned {
    background-color: #ffecea !important;
    color: #dd360c !important;
}

.order-status-processing{
    background-color: #F3F0FF !important;
    color: #5E4DB2 !important;
}

.order-status-completed{
    background-color: #F1F2F4 !important;
    color: #44546F !important;
}

.billing-status-copay_needed{
    background-color: #E9F2FF !important;
    color: #0055CC !important;
}

.billing-status-not_submitted{
    background-color: #FFF7D6 !important;
    color: #A54800 !important;
}

.billing-status-submitted{
    background-color: #F3F0FF !important;
    color: #5E4DB2 !important;
}

.billing-status-rejected{
    background-color: #FFECEB !important;
    color: #AE2E24 !important;
}

.billing-status-resubmitted{
    background-color: #F3F0FF !important;
    color: #5E4DB2 !important;
}

.billing-status-partial_payment{
    background-color: #DCFFF1 !important;
    color: #216E4E !important;
}

.billing-status-completed{
    background-color: #F1F2F4 !important;
    color: #44546F !important;
}

.billing-status-open{
    background-color: #DCFFF1 !important;
    color: #216E4E !important;
}

.billing-status-paid{
    background-color: #F3F0FF !important;
    color: #5E4DB2 !important;
}

.billing-status-uncollectible{
    background-color: #FFECEB !important;
    color: #AE2E24 !important;
}

.billing-status-void{
    background-color: #F1F2F4 !important;
    color: #44546F !important;
}

.active-status-active{
    background-color: #DCFFF1 !important;
    color: #216E4E !important;
}

.active-status-inactive{
    background-color: #F1F2F4 !important;
    color: #44546F !important;
}

.healthlog-status-painlevel123{
    background-color: #DCFFF1 !important;
    color: #216E4E !important;
}

.healthlog-status-painlevel45{
    background-color: #FFF7D6 !important;
    color: #A54800 !important;
}

.healthlog-status-painlevel8910{
    background-color: #FFECEB !important;
    color: #AE2E24 !important;
}

.order-status-draft{
    background-color: rgb(194, 196, 255) !important;
    color: rgb(92, 96, 245) !important;
}

.order-status-pending{
    background-color: var(--status-pending-bg-color) !important;
    color: #A54800 !important;
}

.billing-encounter-no_copay{
    background-color: var(--status-pending-bg-color) !important;
    color: var(--status-pending-color) !important;
}

.billing-encounter-copay_needed{
    background-color: #E9F2FF !important;
    color: #0055CC !important;
}

.billing-encounter-copay_paid{
    background-color: var(--status-completed-bg-color) !important;
    color: var(--status-completed-color) !important;
}
