/* TabloSoft brand logo (PNG) overrides Vuexy demo SVG sizing */
.app-brand-logo.demo {
  width: auto !important;
  min-width: 34px;
  height: 28px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.app-brand-logo.demo .brand-logo-img {
  width: auto !important;
  height: 28px !important;
  max-height: 28px;
  display: block;
}

.app-brand-logo.demo .brand-logo-img--full {
  height: auto !important;
  max-height: 96px !important;
}

.app-brand-logo.demo[style*="height:auto"] {
  height: auto !important;
}
