.table-row-warning {
    background-color: #fff3cd !important;
    color: #856404 !important;
}

.table-row-warning td {
    background-color: #fff3cd !important;
    color: #856404 !important;
}


/* short name span */
.short-name {
    /* span tag look like badge */
    display: inline-block;
    padding: 0.4em .6em;
    font-size: 85%;
    font-weight: 500;
    line-height: 1.5;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: .26rem;
}

.short-name.primary {
    color: #4b38b3;
    background-color: #f1eeff;
    border-color: #4b38b3;
}

.short-name.success {
    color: #45CB85;
    border-color: #45CB85;
    background-color: #F2FFF7;
}