/* v0.24.1: catalog toolbar — "Tất cả trường" as tall and as round as the search box and the other buttons */
.catalog-tools .catalog-search{align-items:stretch}
.catalog-tools .catalog-search .catalog-scope.shown{display:flex}
.catalog-tools .catalog-scope-toggle{height:auto;min-height:0;border-color:#cbd3df;border-radius:4px}
.catalog-tools [data-catalog-reset]{align-self:stretch;border-radius:4px}

/* Masked phone in lists */
.catalog-table .qm-phone{display:inline-flex;align-items:center;gap:6px;white-space:nowrap}
.catalog-table .qm-phone-num{font-variant-numeric:tabular-nums;letter-spacing:.02em}

/* Phone: a non-digit key is refused with a short shake; e-mail: red border when not an e-mail address */
@keyframes input-reject{0%,100%{transform:translateX(0)}25%{transform:translateX(-3px)}75%{transform:translateX(3px)}}
input.input-reject{animation:input-reject .18s 2;border-color:#f79009!important}
input.email-bad{border-color:#f04438!important;box-shadow:0 0 0 3px #fee4e2}
