.is-invalid {
    color: rgb(220 38 38);
    border-color: rgb(220 38 38);
}

.text-right {
    text-align: right;
}

.text-left {
    text-align: left;
}

.truncate-cell {
    max-width: 180px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.bold{
    font-weight: bold;
}

.text-justify{
    text-align: justify;
}
