thead.bg-primary-2.text-white {
    background: #555;
    font-size: 0.85rem;
}
.bg-success-cosmo {
    background: #3fb618;
}
.bg-warning-cosmo {
    /* background: #ff7518*/
	background: #40ae86;
}
.bg-danger-cosmo {
    /* background: #ff0039; */
	background: #40ae86;
}
.bg-secondary-cosmo {
    background: #373a3c;
}
