.boat-password-toggle-field {
  position: relative;
  display: block;
  width: 100%;
}

.boat-password-toggle-field > input {
  width: 100%;
  padding-right: 44px !important;
  box-sizing: border-box;
}

.boat-password-toggle-button {
  position: absolute;
  top: 50%;
  right: 8px;
  width: 30px;
  height: 30px;
  min-width: 30px;
  min-height: 30px;
  padding: 0;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(96, 119, 150, 0.26);
  border-radius: 8px;
  background: rgba(255, 255, 255, 0.88);
  color: #334155;
  box-shadow: none;
  transform: translateY(-50%);
  cursor: pointer;
}

.boat-password-toggle-button:hover {
  background: #eef6ff;
  color: #0f62fe;
  transform: translateY(-50%);
}

.boat-password-toggle-button svg {
  width: 16px;
  height: 16px;
  stroke: currentColor;
  stroke-width: 2;
  fill: none;
  stroke-linecap: round;
  stroke-linejoin: round;
  pointer-events: none;
}

.boat-password-toggle-button[aria-pressed="true"] {
  color: #0f62fe;
  border-color: rgba(15, 98, 254, 0.36);
  background: #e7f0ff;
}
