.documents-payment-filter-btn {
    min-width: 84px;
    height: 28px;
    padding: 0.15rem 0.65rem;
    font-size: 0.78rem;
    line-height: 1.1;
    text-align: center;
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.documents-table-consistent {
    width: 100%;
    table-layout: fixed;
    min-width: 1320px;
}

.documents-table-consistent.documents-table-expand {
    table-layout: auto;
    min-width: 1460px;
}

.documents-table-consistent.documents-table-expand .money-col {
    white-space: nowrap;
}

.documents-table-consistent.documents-table-expand .money-col--settlement {
    min-width: 90px;
}

.documents-table-consistent.documents-table-expand .money-col--standard {
    min-width: 90px;
}

.documents-table-consistent td.info-column .badge {
    width: 100%;
    display: inline-flex;
    justify-content: center;
    white-space: nowrap;
}

.documents-table-consistent .cell-ellipsis {
    display: block;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

@media (max-width: 1199.98px) {
    .table-standard {
        overflow-x: auto;
    }

    .documents-table-consistent {
        min-width: 1240px;
    }

    .documents-table-consistent.documents-table-expand {
        min-width: 1360px;
    }
}
