:root {
    --bs-primary-rgb: 233, 242, 255;
    --bs-warning-rgb: 255, 241, 220;
    --bs-success-rgb: 235, 246, 244;
    --bs-danger-rgb: 255, 242, 242;
}

.badge {
    font-size: 11px;
}

.badge.bg-primary {
    color: rgb(25, 85, 140, 1) !important;
}

.badge.bg-warning {
    color: rgb(230, 141, 11) !important;
}

.badge.bg-success,
.text-success {
    color: rgb(72, 150, 131) !important;
}



.badge.bg-danger {
    color: #F17686 !important;
}

.text-yellow {
    color: #ffc107;
}