img[src*="sofbac-pass-logo.svg"] {
  width: auto !important;
  max-width: 230px !important;
  max-height: 58px !important;
  object-fit: contain !important;
}

img[src*="sofbac-pass-icon.svg"] {
  width: 38px !important;
  height: 38px !important;
  object-fit: contain !important;
}

header img[src*="sofbac-pass-logo.svg"],
app-header img[src*="sofbac-pass-logo.svg"] {
  max-width: 220px !important;
  max-height: 52px !important;
}

/* Wymuszenie logo SOFBAC PASS po pełnym uruchomieniu aplikacji */
img.new-logo-themed,
img[alt="Vaultwarden"],
img[alt="Bitwarden"] {
  content: url("/images/sofbac-pass-logo.svg") !important;
  width: 220px !important;
  height: 60px !important;
  max-width: 220px !important;
  max-height: 60px !important;
  object-fit: contain !important;
}

/* Zabezpieczenie przed ukrywaniem lub zmianą rozmiaru przez aplikację */
.tw-fixed img.new-logo-themed {
  display: block !important;
  visibility: visible !important;
  opacity: 1 !important;
}

/* Logo na ciemnym tle panelu */
.theme_dark img.new-logo-themed {
  content: url("/images/sofbac-pass-logo.svg") !important;
}
