/* ZELINK branding refinement v10.25.28 */

/* Login: retain the clean logo and remove the ACCESO SEGURO caption. */
.zelink-access-secure-label{
  display:none!important;
}
.zelink-login-header{
  gap:.45rem!important;
}
.zelink-login-logo-slot{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:min(17rem,82vw)!important;
  height:4.65rem!important;
  margin-left:auto!important;
  margin-right:auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:visible!important;
  box-shadow:none!important;
  filter:none!important;
}
.zelink-login-logo{
  display:block!important;
  width:100%!important;
  height:100%!important;
  max-width:none!important;
  object-fit:contain!important;
  object-position:center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
}

/* Panel SaaS: larger ZELINK logo, exactly centered in the dark sidebar. */
.zelink-sidebar-brand-row{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  width:100%!important;
  min-height:5.35rem!important;
  margin:0!important;
  padding:.38rem .35rem!important;
  gap:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  overflow:visible!important;
  text-align:center!important;
}
.zelink-sidebar-logo-slot{
  display:flex!important;
  align-items:center!important;
  justify-content:center!important;
  flex:1 1 100%!important;
  width:100%!important;
  min-width:100%!important;
  max-width:none!important;
  height:4.45rem!important;
  margin:0 auto!important;
  padding:0!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  overflow:visible!important;
  box-shadow:none!important;
  text-align:center!important;
}
.zelink-sidebar-logo{
  display:block!important;
  width:78%!important;
  min-width:11.5rem!important;
  max-width:14rem!important;
  height:auto!important;
  max-height:4.25rem!important;
  margin:0 auto!important;
  object-fit:contain!important;
  object-position:center center!important;
  border:0!important;
  border-radius:0!important;
  background:transparent!important;
  box-shadow:none!important;
  filter:none!important;
  transform:none!important;
}
.zelink-sidebar-brand-copy{
  display:none!important;
}
.zelink-sidebar-brand-row>button:not(.zelink-sidebar-logo-slot){
  flex:0 0 auto!important;
  border-color:transparent!important;
  background:transparent!important;
  color:#cbd5e1!important;
  box-shadow:none!important;
}
.zelink-sidebar-brand-row>button:not(.zelink-sidebar-logo-slot):hover{
  background:rgba(255,255,255,.08)!important;
  color:#fff!important;
}

/* Preserve recovery/reset branding. */
.zelink-recovery-mark-slot,
.zelink-reset-mark-slot{
  overflow:hidden!important;
  padding:.38rem!important;
  border:1px solid #e2e8f0!important;
  background:#fff!important;
  box-shadow:0 8px 18px rgba(15,23,42,.1)!important;
}
.zelink-recovery-mark,
.zelink-reset-mark{
  display:block!important;
  width:100%!important;
  height:100%!important;
  object-fit:contain!important;
  border-radius:0!important;
}

@media(max-width:520px){
  .zelink-login-logo-slot{
    width:min(15.25rem,80vw)!important;
    height:4.15rem!important;
  }
  .zelink-sidebar-brand-row{
    min-height:5rem!important;
    padding:.3rem .25rem!important;
  }
  .zelink-sidebar-logo-slot{
    height:4.15rem!important;
  }
  .zelink-sidebar-logo{
    width:80%!important;
    min-width:10.75rem!important;
    max-width:13rem!important;
    height:auto!important;
    max-height:3.95rem!important;
  }
}
