.choices__list.choices__list--single {
    display: inline-flex;
    max-width: 100%;
}

.choices__list.choices__list--single > div {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    max-width: 100%;
}

.fi-ta-row.order-row-status-new > * {
    background-color: #F5F5F5 !important;
}

.fi-ta-row.order-row-status-waiting-rate > * {
    background-color: #FCE4EC !important;
}

.fi-ta-row.order-row-status-order-created > * {
    background-color: #FFFDE7 !important;
}

.fi-ta-row.order-row-status-order-accepted > * {
    background-color: #FFF3E0 !important;
}

/*.fi-ta-row.order-row-status-withdrawal-created > * {
    background-color: #E3F2FD !important;
}*/

/*.fi-ta-row.order-row-status-withdrawal-accepted > * {
    background-color: #E8EAF6 !important;
}*/

.fi-ta-row.order-row-status-compliance > * {
    background-color: #F3E5F5 !important;
}

.fi-ta-row.order-row-status-completed > * {
    background-color: #E8F5E9 !important;
}

.fi-ta-row.order-row-status-rejected > * {
    background-color: #FFEBEE !important;
}

.fi-ta-row.order-row-status-merged > * {
    background-color: #ECEFF1 !important;
}
