.bg-utdi-blue {
    background-color: #292e59 !important;
}
.bg-utdi-blue-active {
    background-color: #242952 !important;
}
.bg-utdi-orange {
    background-color: #f08519 !important;
}
.bg-utdi-orange-active {
    background-color: #ee7f10 !important;
}
.bg-utdi-yellow {
    background-color: #f8b935 !important;
}
.bg-utdi-active {
    background-color: #f8b72c !important;
}

.text-utdi-blue {
    color: #292e59 !important;
}
.text-utdi-orange {
    color: #f08519 !important;
}
.text-utdi-yellow {
    color: #f8b935 !important;
}


