﻿.kk-password-wrap,
.password-input {
  position: relative !important;
  display: inline-block !important;
  width: 100% !important;
}

.kk-password-wrap input[type="password"],
.kk-password-wrap input[type="text"],
.password-input input[type="password"],
.password-input input[type="text"] {
  padding-right: 72px !important;
}

.kk-password-toggle {
  position: absolute !important;
  top: 50% !important;
  right: 10px !important;
  transform: translateY(-50%) !important;
  min-width: 52px;
  height: 28px;
  border: 1px solid #d7d9e3;
  background: #fff;
  border-radius: 14px;
  cursor: pointer;
  padding: 0 8px;
  color: #3e445a !important;
  z-index: 99;
  display: inline-flex !important;
  align-items: center;
  justify-content: center;
  gap: 4px;
  visibility: visible !important;
  opacity: 1 !important;
}

.kk-password-toggle:focus {
  outline: 2px solid #2271b1;
  outline-offset: 1px;
}

.kk-password-toggle .kk-eye {
  display: inline-block;
  width: 14px;
  height: 14px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 14px 14px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M2.458 12C3.732 7.943 7.523 5 12 5c4.478 0 8.268 2.943 9.542 7-1.274 4.057-5.064 7-9.542 7-4.477 0-8.268-2.943-9.542-7Z'/%3E%3Ccircle cx='12' cy='12' r='3'/%3E%3C/svg%3E");
}

.kk-password-toggle .kk-eye-text {
  font-size: 11px;
  font-weight: 600;
  line-height: 1;
}

.kk-password-toggle.is-visible .kk-eye {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23666' stroke-width='2'%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M3 3l18 18'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M10.58 10.58a2 2 0 0 0 2.83 2.83'/%3E%3Cpath stroke-linecap='round' stroke-linejoin='round' d='M9.88 5.09A10.94 10.94 0 0 1 12 5c4.48 0 8.27 2.94 9.54 7a11.85 11.85 0 0 1-4.24 5.94M6.1 6.1A11.93 11.93 0 0 0 2.46 12c1.27 4.06 5.06 7 9.54 7 1.66 0 3.24-.4 4.63-1.1'/%3E%3C/svg%3E");
}

.authentication-modal .kk-password-toggle,
.klb-modal-root .kk-password-toggle,
.site-login .kk-password-toggle,
.woocommerce-account .kk-password-toggle {
  right: 10px !important;
  z-index: 999 !important;
}
