/* HuaXia brand logo sizing (overrides CRA React logo spin / 28px icon) */
.app-sidebar--header .nav-logo img,
.nav-logo img,
.nav-logo a i img,
.app-nav-logo--icon img {
  max-height: 56px;
  width: auto;
  max-width: 160px;
  height: auto;
  object-fit: contain;
  margin: 0;
  -webkit-animation: none;
  animation: none;
}

.nav-logo a i,
.app-nav-logo--icon {
  width: auto;
  height: auto;
  min-width: 0;
  background: transparent;
  box-shadow: none;
  border: none;
}
