/* Reuse the original header action nodes and click handlers; replace only the text plus sign. */
@font-face {
  font-family: "layui-header-icons";
  src: url("/static/vendor/layui-v2.13.9/layui/font/iconfont.woff2?v=293") format("woff2");
  font-display: swap;
}

.chat-home-add.chat-home-add,
.contact-home-add.contact-home-add {
  display: flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 42px !important;
  height: 42px !important;
  box-sizing: border-box !important;
  border: 1px solid rgba(255, 255, 255, .58) !important;
  border-radius: 14px !important;
  background: rgba(255, 255, 255, .12) !important;
  box-shadow: 0 4px 12px rgba(27, 76, 154, .10) !important;
  color: #fff !important;
  font-size: 0 !important;
  line-height: 1 !important;
  transition: background-color .16s ease, transform .16s ease !important;
}

.chat-home-add::before,
.contact-home-add::before {
  content: "\e624";
  font-family: "layui-header-icons" !important;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.chat-home-add.chat-home-add:active,
.contact-home-add.contact-home-add:active {
  transform: scale(.96);
  background: rgba(255, 255, 255, .22) !important;
}

@media (prefers-reduced-motion: reduce) {
  .chat-home-add,
  .contact-home-add { transition: none !important; }
}
