.table > tbody > tr > td.active,
.table > tbody > tr.active > td {
    color: #ffc107 !important;
}

.table > tbody > tr > td.success,
.table > tbody > tr.success > td {
    color: #198754 !important;
}

.table > tbody > tr > td.info,
.table > tbody > tr.info > td {
    color: #0dcaf0 !important;
}

.table > tbody > tr > td.warning,
.table > tbody > tr.warning > td {
    color: #fd7e14 !important;
}

.table > tbody > tr > td.danger,
.table > tbody > tr.danger > td {
    color: #dc3545 !important;
}

.table > tbody > tr > td.primary,
.table > tbody > tr.primary > td {
    color: #321fdb !important;
}

/* btn-xs was removed in Bootstrap 5 */
.btn-group-xs > .btn, .btn-xs {
    padding: .25rem .4rem;
    font-size: .875rem;
    line-height: .5;
    border-radius: .2rem;
}

/* Error control form validation check */
.form > span.error {
    color: red;
!important
}

.form-label {
    font-weight: bold;
}

sup {
    top: -.5em;
    position: relative;
    font-size: 75%;
    line-height: 0;
    vertical-align: baseline;
}

/*Used by multiline bootstrap-select to hide other lines*/
.bootstrap-select .filter-option .sub-muted {
    display: none !important;
}
