.bg-orange{
    background-color:#f25e24!important;
}

.active-orange{
    background-color: #f7c6b3!important;
}

.text-orange{
    color: #f25e24!important;
}

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

.hover:hover{
    color: #f25e24!important;
}

.bg-darkgrey{
    background-color: #414755!important;;
}