/* Replace assets/icon-512.png to update both sign-in and sidebar branding. */
html body .login-card .brand > span.quobli-mark,
html body .sidebar-brand.brand > span.quobli-mark,
html body .mark.quobli-mark {
  display: block !important;
  flex: 0 0 auto !important;
  width: 42px !important;
  height: 42px !important;
  box-sizing: border-box !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  overflow: visible !important;
  font-size: 0 !important;
  line-height: 0 !important;
}
html .quobli-mark::before, html .quobli-mark::after { content: none !important; display: none !important; }
html body .mark.quobli-mark { width: 76px !important; height: 76px !important; }
html .quobli-mark > img.quobli-logo {
  display: block !important;
  width: 100% !important;
  height: 100% !important;
  max-width: none !important;
  object-fit: contain !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  filter: none !important;
}
