body {
    /*background: #0A246A;*/
}

.financiera-table .status-badge {
    width: 100%;
    display: inline-block;
    text-align: center;
    padding: 2px 10px;
    font-size: 10px;
    color: white;
    font-weight: bold;
    border-radius: 10px;
}
.financiera-table .row-value input {
    background: white;
    border: 1px solid #d4d4d4;
    border-radius: 5px;
    padding: 5px 5px 5px 20px;
    position: relative;
}
.financiera-table .row-value {
    position: relative;
}
.financiera-table .to-pay-total {
    font-size: 20px;
    border: none;
    pointer-events: none;
    width: 100%;
}
.financiera-table tfoot tr td {
    padding: 16px;
}
.financiera-table .pay-invoices {
    font-size: 14px;
}

