/* LAMOI Portal v0.46.8 - centered login, complete customer lookup, faster report UX */

/* CTA đăng nhập: chữ nằm đúng tâm hình học; mũi tên không đẩy chữ lệch trái. */
.auth-submit.auth-submit-uppercase {
  position: relative;
  display: grid !important;
  grid-template-columns: 1fr;
  place-items: center;
  justify-content: center !important;
  text-align: center;
}
.auth-submit.auth-submit-uppercase > span {
  width: 100%;
  text-align: center;
}
.auth-submit.auth-submit-uppercase > b {
  position: absolute;
  right: 18px;
  top: 50%;
  transform: translateY(-50%);
  line-height: 1;
}

/* Dropdown khách hàng: cho phép xem danh sách dài rõ ràng thay vì cảm giác chỉ có vài khách. */
.search-combobox-menu {
  max-height: min(52vh, 520px) !important;
  overflow-y: auto !important;
  overscroll-behavior: contain;
  scrollbar-gutter: stable;
}
.search-combobox-menu [data-combobox-option] {
  min-height: 38px;
}

@media (max-width: 700px) {
  .search-combobox-menu { max-height: 46vh !important; }
  .auth-submit.auth-submit-uppercase > b { right: 14px; }
}
