
/* V312 — Quyền chỉnh số tài khoản giao dịch theo từng đơn */
.v312-transaction-account{
  border-left:3px solid color-mix(in srgb,var(--brand-green) 60%,var(--border))!important;
}
.v312-transaction-account-input{
  letter-spacing:.025em;
  font-variant-numeric:tabular-nums;
}
@media(max-width:1099px){
  .v312-transaction-account-input{
    width:100%!important;
    height:40px!important;
  }
}
