﻿.label {
    color: white;
    padding: 2px 8px;
    border-radius: 5px;
}

/* Green */
.success {
    background-color: #27CA7E;
    color: white;
}

/* Blue */
.info {
    background-color: #62A1FF;
    color: white;
}

/* Orange */
.warning {
    background-color: #FFD146;
    color: white;
}

/* Red */
.danger {
    background-color: #FF4D4D;
    color: white
}


/* Yellow */
.notice {
    background-color: #b546ff;
    color: white;
}

/* Gray */
.other {
    background-color: #6c757d;
    color: white;
}

