/* remove box da logo no sistema principal */
#appRoot .brand .logo-round{
  width:auto !important;
  height:auto !important;
  min-width:0 !important;
  min-height:0 !important;
  border:0 !important;
  border-radius:0 !important;
  background:transparent !important;
  box-shadow:none !important;
  overflow:visible !important;
  padding:0 !important;
}

#appRoot .brand .logo-round::before,
#appRoot .brand .logo-round::after{
  content:none !important;
  display:none !important;
}

#appRoot .brand .brand-logo-img{
  width:auto !important;
  height:auto !important;
  max-width:260px !important;
  max-height:none !important;
  object-fit:contain !important;
  padding:0 !important;
  background:transparent !important;
  display:block !important;
}

#appRoot .brand .brand-logo-fallback{
  display:none !important;
}
