﻿.pf-label-primary {
    background-color: var(--pf-primary);
    color: #fff !important;
}

.pf-label-success-dark {
    background-color: #00A1B4;
    color: #fff !important;
}

.pf-label-info {
    background-color: #9764F7;
    color: #fff !important;
}

.pf-label-f2f {
    background-color: #CBE5FF;
    color: #005DBA;
}

.pf-label-unattended {
    background-color: #EDE4FF;
    color: #6B41B9;
}

.pf-label-ops {
    background-color: #B3E7B8;
    color: #0C5814;
}

.pf-label-php {
    background: #EAF1F4 !important;
    color: #6C767E !important;
}

.pf-label-danger {
    color: #E24242 !important;
}

.pf-label-secondary {
    color: #3F4254 !important;
}
.pf-label-orange-800 {
    color: #EF6C00 !important;
}

.pf-status-label-active {
    background-color: #e6ffec !important;
    color: #618f6c !important;
}

.pf-status-label-inactive {
    background-color: #fbe1e2 !important;
    color: #bd6e73 !important;
}

.pf-status-label-dormant {
    background-color: #fff1e0 !important;
    color: #dd8767 !important;
}