.badge{
    color: #000000e0 !important;
}

.bg-danger{
    background-color: var(--bdmc-danger) !important;
}

.text-badge-primary {
    background-color: rgba(49, 197, 199, 0.15);
    width: 100%;
}

.text-bg-success {
    background-color: #d0f8c3 !important;
    width: 100%;
    border: 1px solid #c8f6b8;
}

.text-bg-danger, .text-bg-error {
    background-color: #ffdce5 !important;
    width: 100%;
    border: 1px solid #ffd3de;
}

.text-bg-info {
    background-color: #d0f0fd !important;
    width: 100%;
    border: 1px solid #c6ecfb;
}

.text-bg-warning {
    background-color: #feeab6 !important;
    width: 100%;
    border: 1px solid #fde6ab;
}

.text-bg-important {
    background-color: #ffd3ab !important;
    width: 100%;
    border: 1px solid #ffcc9c;
}

.text-bg-cyan {
    background-color: #c2f6e9 !important;
    width: 100%;
    border: 1px solid #b8f3e5;
}

.text-bg-purple {
    background-color: #ede1fe !important;
    width: 100%;
    border: 1px solid #eadbfd;
}

.text-bg-grey {
    background-color: #ebebeb  !important;
    width: 100%;
    border: 1px solid #e9e9e9;
}

.text-bg-emerald {
    background-color: oklch(95% 0.052 163.051)  !important;
    width: 100%;
    border: 1px solid oklch(0.92 0.06 162.85);
}




.text-bg-emergency {
    background-color: #f8d7da !important;
    width: 100%;
    border: 1px solid #f5c6cb;
}

.text-bg-alert {
    background-color: #f4c2c2 !important;
    width: 100%;
    border: 1px solid #f0b0b0;
}

.text-bg-critical {
    background-color: #f7b2b2 !important;
    width: 100%;
    border: 1px solid #f3a3a3;
}

.text-bg-error {
    background-color: #ffdce5 !important;
    width: 100%;
    border: 1px solid #ffd3de;
}

.text-bg-warning {
    background-color: #feeab6 !important;
    width: 100%;
    border: 1px solid #fde6ab;
}

.text-bg-notice {
    background-color: #fff8c6 !important;
    width: 100%;
    border: 1px solid #fff3b3;
}

.text-bg-info {
    background-color: #d0f0fd !important;
    width: 100%;
    border: 1px solid #c6ecfb;
}

.text-bg-debug {
    background-color: #ebebeb !important;
    width: 100%;
    border: 1px solid #e9e9e9;
}