/* ===============================
   HNDS – Login Header Only
   =============================== */

:root {
  --hnds-logo: url("/LOGOAZUL.jpeg");
}


/* Hide default Chatwoot logos */
img.block.w-auto.h-8.mx-auto.dark\:hidden,
img.hidden.w-auto.h-8.mx-auto.dark\:block {
  display: none !important;
}

/* Header bar */
.auth,
[class*="auth"] {
  position: relative;
  padding-top: 96px !important;
}

.auth::before,
[class*="auth"]::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  height: 72px;
  width: 100%;
  background: inherit;
  border-bottom: 1px solid rgba(0,0,0,0.08);
  z-index: 1;
}

/* Logo inside header */
.auth::after,
[class*="auth"]::after {
  content: "";
  position: absolute;
  top: 12px;
  left: 50%;
  transform: translateX(-50%);
  width: 140px;
  height: 48px;
  background: var(--hnds-logo) no-repeat center;
  background-size: contain;
  z-index: 2;
}

/* Hide original title */
h1, h2 {
  visibility: hidden !important;
  height: 0 !important;
  margin: 0 !important;
}

/* Custom title */
form::before {
  content: "Login • HNDS Atendimento";
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 12px;
}

/* Esconde o botão principal "Capitão" */
div[role="button"][title="Capitão"] {
  display: none !important;
}
