.fi-ta-cell .fi-select-input{
    min-width: 150px;
}

.inv-row{
    position: relative;
}
.inv-row::after{
    content: '';
    width: 6px;
    height: 100%;
    left: 0;
    top: 0;
    position: absolute;
}

.inv-pending::after{
    background-color: #f43f5e;
}
.inv-hold::after{
    background-color: #facc15;
}
.inv-modified::after{
    background-color: #e0e7ff;
}
.inv-accepted::after{
    background-color: #22c55e;
}
.inv-paid::after{
    background-color: #c026d3;
}
.inv-rejected::after{
    background-color: #94a3b8;
}
.inv-no-response::after{
    background-color: #3f3f46;
}
