/* Shared password reveal control. Loaded after page themes to keep it input-aligned. */
.pw-toggle-wrap {
  position: relative !important;
  display: block !important;
  width: 100% !important;
}

.pw-toggle-wrap > input[data-pw-toggle-bound="1"] {
  display: block;
  width: 100% !important;
  min-width: 0;
  padding-right: 48px !important;
  box-sizing: border-box;
}

html body .pw-toggle-wrap > button.pw-toggle-btn[type="button"] {
  position: absolute !important;
  z-index: 2;
  right: 6px !important;
  top: 50% !important;
  display: grid !important;
  place-items: center !important;
  width: 32px !important;
  min-width: 32px !important;
  max-width: 32px !important;
  height: 32px !important;
  min-height: 32px !important;
  max-height: 32px !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-radius: 5px !important;
  background: transparent !important;
  color: #536471 !important;
  -webkit-text-fill-color: currentColor !important;
  box-shadow: none !important;
  line-height: 1 !important;
  transform: translateY(-50%) !important;
  appearance: none;
}

html body .pw-toggle-wrap > button.pw-toggle-btn[type="button"]:hover {
  background: #edf3f6 !important;
  color: #172027 !important;
  box-shadow: none !important;
  transform: translateY(-50%) !important;
}

html body .pw-toggle-wrap > button.pw-toggle-btn[type="button"]:active {
  background: #e3edf2 !important;
  transform: translateY(-50%) !important;
}

html body .pw-toggle-wrap > button.pw-toggle-btn[type="button"]:focus-visible {
  outline: 2px solid #176f9d !important;
  outline-offset: 1px;
}

html body .pw-toggle-wrap > button.pw-toggle-btn[type="button"] svg {
  display: block !important;
  width: 18px !important;
  height: 18px !important;
  margin: 0 !important;
  fill: none;
  stroke: currentColor;
  stroke-width: 2;
  pointer-events: none;
}
