/* Reuse the exact existing PH mark from the authentication screen. No image generation. */

html body.mrph-auth-current-v90 .auth-visual .brand .logo-mark,
html body.app-body .app-shell .sidebar .brand .logo-mark,
html body .mrph-pwa-install .mrph-pwa-install__panel .mrph-pwa-install__icon-wrap .mrph-pwa-install__icon,
html body .mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1 {
  position: relative !important;
  isolation: isolate !important;
  display: grid !important;
  place-items: center !important;
  overflow: visible !important;
  color: #052332 !important;
  background-image: none !important;
  background: linear-gradient(145deg, #ffffff 0%, #f4ffff 46%, #d9eef0 100%) !important;
  border: 1px solid rgba(241, 255, 255, .98) !important;
  border-radius: 27% !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -3px !important;
  text-shadow: none !important;
  box-shadow:
    0 0 0 1px rgba(83, 222, 228, .26),
    0 0 0 8px rgba(61, 208, 216, .055),
    0 20px 42px rgba(0, 9, 15, .34),
    0 6px 20px rgba(39, 204, 214, .11),
    inset 0 1px 0 #ffffff,
    inset 0 -12px 25px rgba(26, 159, 171, .08) !important;
}

html body.mrph-auth-current-v90 .auth-visual .brand .logo-mark::before,
html body.app-body .app-shell .sidebar .brand .logo-mark::before,
html body .mrph-pwa-install .mrph-pwa-install__icon::before,
html body .mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1::before {
  content: none !important;
  display: none !important;
}

html body.mrph-auth-current-v90 .auth-visual .brand .logo-mark::after,
html body.app-body .app-shell .sidebar .brand .logo-mark::after,
html body .mrph-pwa-install .mrph-pwa-install__icon::after,
html body .mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1::after {
  content: "" !important;
  position: absolute !important;
  display: block !important;
  inset: 6px !important;
  border: 1px solid rgba(7, 72, 86, .10) !important;
  border-radius: inherit !important;
  background: transparent !important;
  pointer-events: none !important;
}

html body .mrph-pwa-install .mrph-pwa-install__icon-wrap {
  padding: 0 !important;
  background: transparent !important;
  border: 0 !important;
  box-shadow: none !important;
}

html body .mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1 span {
  position: relative !important;
  z-index: 1 !important;
  display: inline !important;
  color: #052332 !important;
  font-family: Georgia, "Times New Roman", serif !important;
  font-weight: 800 !important;
  line-height: 1 !important;
  letter-spacing: -3px !important;
}

html body .mrph-hameed-channel-v1 .mrph-hameed-channel-monogram-v1 img {
  display: none !important;
}
