/* Zephior Dispatch branding overrides. Loaded from index.html to avoid relying on cached Element bundle CSS. */
.mx_AuthBody .mx_AuthBody_icon,
.mx_AuthBody .mx_AuthBody_icon img {
  content: url("/img/zephior-dispatch-auth-mark.svg") !important;
  width: 44px !important;
  height: 44px !important;
  object-fit: contain !important;
}

.mx_AuthHeaderLogo {
  display: flex !important;
  justify-content: center !important;
  align-items: center !important;
  width: 100% !important;
}

.mx_AuthHeaderLogo img {
  content: url("/img/zephior-dispatch-auth-mark.svg") !important;
  width: 104px !important;
  height: 104px !important;
  object-fit: contain !important;
  transform: translateX(-24px) !important;
}

.mx_AnalyticsLearnMoreDialog .mx_AnalyticsLearnMore_image_holder {
  background-image: url("/img/zephior-dispatch-auth-mark.svg") !important;
  background-size: 96px 96px !important;
}
