.wa-value input[type="password"],
.wa-value.password-field--visible input[type="text"] {
    padding-right: 44px;
}

.password-toggle {
    position: absolute;
    top: 19px;
    right: 12px;
    transform: translateY(-50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    color: #808080;
    cursor: pointer;

    .i-eye-slash {
        display: none;
    }

    &.is-visible .i-eye {
        display: none;
    }

    &.is-visible .i-eye-slash {
        display: block;
    }

    &:hover {
        color: #222;
    }
}
