.bp-password-eye-wrap {
  position: relative !important;
  display: inline-block !important;
  max-width: 100% !important;
}

.bp-password-eye-wrap > input {
  padding-right: 44px !important;
}

.bp-password-eye-toggle {
  position: absolute !important;
  right: 6px !important;
  top: 50% !important;
  transform: translateY(-50%) !important;
  width: 34px !important;
  height: 28px !important;
  min-width: 0 !important;
  margin: 0 !important;
  padding: 0 !important;
  border: 0 !important;
  border-left: 1px solid rgba(120, 132, 142, .35) !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
  color: #46545c !important;
  display: grid !important;
  place-items: center !important;
  cursor: pointer !important;
  z-index: 2 !important;
}

.bp-password-eye-toggle svg {
  width: 19px !important;
  height: 19px !important;
  fill: none !important;
  stroke: currentColor !important;
  stroke-width: 2 !important;
  stroke-linecap: round !important;
  stroke-linejoin: round !important;
  pointer-events: none !important;
}

.bp-password-eye-toggle .bp-eye-off {
  display: none !important;
}

.bp-password-eye-toggle.is-hidden .bp-eye {
  display: none !important;
}

.bp-password-eye-toggle.is-hidden .bp-eye-off {
  display: block !important;
}

.bp-password-eye-toggle:focus-visible {
  outline: 2px solid #00a65a !important;
  outline-offset: 1px !important;
}

.login-field .bp-password-eye-wrap {
  flex: 1 1 auto !important;
  min-width: 0 !important;
  display: block !important;
}

.login-field .bp-password-eye-toggle {
  color: #fff !important;
  border-left-color: rgba(255,255,255,.35) !important;
}

.login-field .bp-password-eye-wrap > input {
  width: 100% !important;
}

.bg-sidebarDark + .bp-password-eye-toggle,
.bp-password-eye-wrap > input.bg-sidebarDark + .bp-password-eye-toggle,
.bp-password-eye-wrap > input.text-white + .bp-password-eye-toggle {
  color: #fff !important;
  border-left-color: rgba(255,255,255,.25) !important;
}
