/* PAN CRM v224 - Teklif kalemleri miktar alanı ve kargo toplamı düzeltmesi */
.pancrm-total-row strong{
    min-width: 130px;
    text-align: right;
}

.fi-ta-cell:has(input[name*="quantity"]),
.fi-ta-header-cell:has([data-sort-column*="quantity"]),
.fi-ta-header-cell:has(span):has(.sr-only){
    min-width: 128px !important;
}

.fi-ta-cell input[type="number"][name*="quantity"],
.fi-ta-cell input[type="text"][name*="quantity"]{
    min-width: 118px !important;
    width: 118px !important;
    max-width: 118px !important;
    text-align: right !important;
    font-variant-numeric: tabular-nums;
}
