.badge-secondary {
    color: #fff;
    background-color: rgb(101,120,115);
}
.progress-bar {
    color: #fff;
    background-color: rgb(101,120,115);
}


.badge-danger {
    color: #fff;
    background-color: rgb(234,81,120);
	cursor: text !important;
}
.btn.btn-label-danger {
    background-color: rgba(234, 81, 120, 0.1);
    color: rgb(234, 81, 120);
    cursor: text !important;
}
.bg-danger {
	background-color: rgb(234, 81, 120) !important;
}
.kt-font-danger {
    color: rgb(234, 81, 120) !important;
}



.badge-success {
    color: #fff;
    background-color: rgb(105,192,172);
}
.bg-success {
	background-color: rgb(105,192,172) !important;
}



.badge-warning {
    color: #212529;
    background-color: rgb(250,192,117);
}
.bg-warning {
    background-color: rgb(250,192,117) !important;
}



.badge-primary {
    color: #fff;
    background-color: rgb(108,71,150);
	cursor: text !important;
}