
/* Ull mostrar/ocultar contrasenya */
.club-password-wrap{
    position:relative;
    display:block;
}
.club-password-wrap input{
    width:100%;
    padding-right:52px !important;
}
.club-password-toggle{
    position:absolute;
    right:8px;
    top:50%;
    transform:translateY(-50%);
    width:40px !important;
    height:40px;
    min-width:40px;
    padding:0 !important;
    margin:0 !important;
    border:0 !important;
    border-radius:50% !important;
    background:transparent !important;
    box-shadow:none !important;
    color:#9b9da3 !important;
    display:flex;
    align-items:center;
    justify-content:center;
    cursor:pointer;
}
.club-password-toggle svg{
    width:22px;
    height:22px;
    fill:none;
    stroke:currentColor;
    stroke-width:1.8;
    stroke-linecap:round;
    stroke-linejoin:round;
}
.club-password-toggle .club-eye-closed{display:none}
.club-password-toggle.is-visible .club-eye-open{display:none}
.club-password-toggle.is-visible .club-eye-closed{display:block}
.club-password-toggle:focus-visible{
    outline:2px solid #f2b52b !important;
    outline-offset:1px;
}
