﻿.uk-badge.uk-badge-success {
    background: #32d296 !important;
}

.uk-badge.uk-badge-warning {
    background: #faa05a !important;
}

.uk-badge.uk-badge-danger {
    background: #f0506e !important;
}

.uk-background-success {
    background-color: #32d296;
}

.uk-background-warning {
    background-color: #faa05a;
}