.app3-nav-logo {
  width: 38px;
  height: 38px;
  flex: 0 0 38px;
  display: block;
  object-fit: cover;
  border: 2px solid #ffd24a;
  border-radius: 50%;
  background: #031819;
  box-shadow: 0 0 0 2px rgba(47, 224, 200, .32), 0 3px 12px rgba(0, 0, 0, .3), 0 0 14px rgba(47, 224, 200, .3);
}

.drawer-profile .app3-nav-logo {
  width: 42px;
  height: 42px;
  flex-basis: 42px;
  border-width: 2px;
  box-shadow: 0 0 0 3px rgba(255, 210, 74, .2), 0 5px 18px rgba(0, 0, 0, .36), 0 0 18px rgba(47, 224, 200, .42);
}

.brand-lockup .app3-brand-logo {
  width: 42px;
  height: 42px;
  flex: 0 0 42px;
}

.app3-logo-header {
  position: relative !important;
}

.app3-logo-header > .app3-nav-logo {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 54px;
  width: 36px;
  height: 36px;
  transform: translateY(-50%);
}

.app3-logo-header.app-header > .app3-nav-logo {
  left: 52px;
}

.app3-logo-header .app3-nav-title-pad {
  padding-left: 42px !important;
}

@media (max-width: 380px) {
  .app3-logo-header > .app3-nav-logo { left: 49px; width: 33px; height: 33px; }
  .app3-logo-header .app3-nav-title-pad { padding-left: 37px !important; }
}
