/* VAULTPASS wordmark replacements: green header logo, silver footer logo. */
.vaultpass-logo-holder {
  position: relative !important;
  display: block !important;
  overflow: visible !important;
  background: none !important;
  background-image: none !important;
  background-position: initial !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  line-height: 0 !important;
  fill: initial !important;
}

.header-logo__image.vaultpass-logo-holder {
  width: 156px !important;
  height: 16px !important;
}

@media (min-width: 1281px) {
  .header-logo__image.vaultpass-logo-holder {
    width: 180px !important;
    height: 18px !important;
  }
}

.header-logo__title {
  display: none !important;
}

.shared-footer__logo.vaultpass-logo-holder {
  width: 216px !important;
  height: 22px !important;
}

@media (max-width: 767px) {
  .shared-footer__logo.vaultpass-logo-holder {
    width: 184px !important;
    height: 19px !important;
  }
}

.vaultpass-logo-object {
  position: relative;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  border: 0;
}

.vaultpass-logo-copy-text {
  position: absolute;
  inset: 0;
  z-index: 2;
  display: block;
  overflow: hidden;
  color: #fff;
  font-family: Arial Black, Impact, system-ui, sans-serif;
  font-size: 14px;
  font-weight: 900;
  letter-spacing: .08em;
  line-height: 1;
  opacity: .001;
  white-space: nowrap;
  pointer-events: auto;
  user-select: text;
  -webkit-user-select: text;
}
