/* SCAE + HidroCondo branding
   A logo oficial do SCAE substitui o ícone azul do HidroCondo.
   O arquivo /scae-logo.svg contém exatamente a arte oficial fornecida. */

/* Remove a versão duplicada que aparecia depois do texto. */
.v2-login-brand>span::after,
.topbar-brand>strong::after,
.sidebar-brand>div:nth-child(2)::after{
  content:none !important;
  display:none !important;
}

.sidebar-brand>div:nth-child(2){
  padding-right:0 !important;
}

/* O antigo quadrado azul passa a ser o selo preto oficial do SCAE. */
.v2-logo{
  background:#050505 url('/scae-logo.svg') center/74% auto no-repeat !important;
  color:transparent !important;
  border-radius:12px !important;
  box-shadow:0 1px 2px rgba(15,23,42,.18), inset 0 0 0 1px rgba(255,255,255,.05);
  overflow:hidden;
  flex:0 0 auto;
}

.v2-logo svg{
  display:none !important;
}

.v2-logo.small{
  width:40px !important;
  height:40px !important;
  border-radius:11px !important;
  background-size:72% auto !important;
}

.v2-logo.micro{
  width:32px !important;
  height:32px !important;
  border-radius:9px !important;
  background-size:72% auto !important;
}

.v2-login-brand>.v2-logo{
  width:48px !important;
  height:48px !important;
  border-radius:13px !important;
  background-size:72% auto !important;
}

@media(max-width:820px){
  .v2-logo.small{
    width:40px !important;
    height:40px !important;
  }
}
