

.bg-label-success {
    background-color: #dff7e9 !important;
    color: #28c76f !important
}

.bg-label-info {
    background-color: #d9f8fc !important;
    color: #00cfe8 !important
}

.bg-label-warning {
    background-color: #fff1e3 !important;
    color: #ff9f43 !important
}

.bg-label-danger {
    background-color: #fce5e6 !important;
    color: #ea5455 !important
}

.bg-label-light {
    background-color: #fafafb !important;
    color: #dfdfe3 !important
}

.bg-label-dark {
    background-color: #e4e4e4 !important;
    color: #4b4b4b !important
}

.bg-label-gray {
    background-color: rgba(254,254,254,.8575) !important;
    color: rgba(75,70,92,.05) !important
}

.bg-label-hover-secondary {
    background-color: #f2f2f3 !important;
    color: #a8aaae !important
}

.bg-label-hover-secondary:hover {
    background-color: #a8aaae !important;
    color: #fff !important
}

.bg-label-hover-success {
    background-color: #dff7e9 !important;
    color: #28c76f !important
}

.bg-label-hover-success:hover {
    background-color: #28c76f !important;
    color: #fff !important
}

.bg-label-hover-info {
    background-color: #d9f8fc !important;
    color: #00cfe8 !important
}

.bg-label-hover-info:hover {
    background-color: #00cfe8 !important;
    color: #fff !important
}

.bg-label-hover-warning {
    background-color: #fff1e3 !important;
    color: #ff9f43 !important
}

.bg-label-hover-warning:hover {
    background-color: #ff9f43 !important;
    color: #fff !important
}

.bg-label-hover-danger {
    background-color: #fce5e6 !important;
    color: #ea5455 !important
}

.bg-label-hover-danger:hover {
    background-color: #ea5455 !important;
    color: #fff !important
}

.bg-label-hover-light {
    background-color: #fafafb !important;
    color: #dfdfe3 !important
}

.bg-label-hover-light:hover {
    background-color: #dfdfe3 !important;
    color: #fff !important
}

.bg-label-hover-dark {
    background-color: #e4e4e4 !important;
    color: #4b4b4b !important
}

.bg-label-hover-dark:hover {
    background-color: #4b4b4b !important;
    color: #fff !important
}

.bg-label-hover-gray {
    background-color: rgba(254,254,254,.8575) !important;
    color: rgba(75,70,92,.05) !important
}

.bg-label-hover-gray:hover {
    background-color: rgba(75,70,92,.05) !important;
    color: #fff !important
}

.bg-gradient-secondary {
    background-image: linear-gradient(45deg, #a8aaae, #d4d5d7) !important
}

.bg-gradient-success {
    background-image: linear-gradient(45deg, #28c76f, #94e3b7) !important
}

.bg-gradient-info {
    background-image: linear-gradient(45deg, #00cfe8, #80e7f4) !important
}

.bg-gradient-warning {
    background-image: linear-gradient(45deg, #ff9f43, #ffcfa1) !important
}

.bg-gradient-danger {
    background-image: linear-gradient(45deg, #ea5455, #f5aaaa) !important
}

.bg-gradient-light {
    background-image: linear-gradient(45deg, #dfdfe3, #efeff1) !important
}

.bg-gradient-dark {
    background-image: linear-gradient(45deg, #4b4b4b, #a5a5a5) !important
}

.bg-gradient-gray {
    background-image: linear-gradient(45deg, rgba(75, 70, 92, 0.05), #a5a3ae) !important
}
