/* LOCK 2026-09-15 group-create: unique plus menu + confirm above tab bar. Do not edit when fixing other UI. */
html .transfer-h5 .main,
html .transfer-h5-wechat .main,
html .group-h5 {
  padding-bottom: calc(var(--hailiao-nav-h, 56px) + env(safe-area-inset-bottom, 0px) + 24px) !important;
  box-sizing: border-box !important;
}
html .group-h5 {
  background: #fff !important;
}
html .chat-popup.tui-group:has(.group-h5) {
  position: fixed !important;
  inset: 0 !important;
  z-index: 6000 !important;
  background: #fff !important;
}
html .transfer-h5 .main .right,
html .transfer-h5-wechat .main .right {
  flex-shrink: 0 !important;
}
html .transfer-h5 .main .right .transfer-right-footer,
html .transfer-h5-wechat .main .right .transfer-right-footer,
html .group-h5 footer,
html .group-h5 .btn-submit {
  display: flex !important;
  visibility: visible !important;
  opacity: 1 !important;
}
html.hl-plus-c2c .transfer-h5 .select-all,
html.hl-plus-c2c .transfer-h5 .transfer-list-item:has(.select-all) {
  display: none !important;
}
[data-hl-dup='1'] {
  display: none !important;
}
.transfer-h5[data-hl-dead='1'],
.transfer-h5-wechat[data-hl-dead='1'] {
  pointer-events: none !important;
  visibility: hidden !important;
}
