.splash img,
.splash-screen img,
.app-loading img,
.freeze-message-container img,
img[src*="frappe-framework-logo"],
img[src*="frappe-favicon"],
img[src*="frappe"] {
  content: url("/assets/flo/images/gkl_blue_logo_20260708.png") !important;
  width: 112px !important;
  height: auto !important;
  object-fit: contain !important;
  border-radius: 0 !important;
}

.app-logo,
.splash .app-logo,
.splash-screen .app-logo,
.app-loading .app-logo {
  background-image: url("/assets/flo/images/gkl_blue_logo_20260708.png") !important;
  background-size: contain !important;
  background-repeat: no-repeat !important;
  background-position: center !important;
  width: 112px !important;
  height: 52px !important;
}

.app-logo svg,
.splash svg,
.splash-screen svg,
.app-loading svg {
  display: none !important;
}
