.red-important {
    color: #d82d2d !important;
}

.green-important {
    color: #0f8a43 !important;
}

.yellow-important {
    color: #ffa600 !important;
}

.grey-important {
    color: #414141 !important;
}

.red-bg-important {
    background-color: #d82d2d !important;
}

.green-bg-important {
    background-color: #1D996C !important;
}

.grey-bg-important {
    background-color: #7B868E !important;
}

.hidden-important {
    display: none !important;
}