﻿.bg-light {
    background-color: #dadada !important;
}

.bg-light-secondary {
    background-color: #f0f0f0 !important;
}

.text-red {
    color: #cd1719;
}

.text-dark {
    color: #5a5959;
}

.text-white {
    color: #ffffff;
}

.text-light-imago {
    color: #9d9d9c !important;
}

span.badge-secondary {
    color: #fff;
    background-color: #9d9d9c;
}