.text-highlight-disable {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
}

.text-ctms-blue {
    color: #0032A0 !important;
}

.text-ctms-yellow {
    color: #eeb710 !important;
}

.text-black {
    color: black !important;
}
