/* EriFaye TV V8.16 - intl-tel-input alignment + priority countries */
.ef-phone-field{
    position:relative;
    width:100%;
    margin-bottom:14px;
}
.ef-phone-field .iti{
    width:100%;
    display:block;
    position:relative !important;
    height:52px;
    --ef-phone-height:52px;
    --ef-phone-radius:16px;
    --iti-border-color:rgba(255,255,255,.14);
    --iti-dialcode-color:#ffffff;
    --iti-arrow-color:rgba(255,255,255,.86);
    --iti-hover-color:rgba(255,255,255,.08);
    --iti-path-flags-1x:url("/assets/vendor/intl-tel-input/24.5.2/img/flags.webp");
    --iti-path-flags-2x:url("/assets/vendor/intl-tel-input/24.5.2/img/flags@2x.webp");
    --iti-path-globe-1x:url("/assets/vendor/intl-tel-input/24.5.2/img/globe.webp");
    --iti-path-globe-2x:url("/assets/vendor/intl-tel-input/24.5.2/img/globe@2x.webp");
}
.ef-phone-field .iti input,
.ef-phone-field .iti .iti__tel-input,
.ef-phone-field input[type="tel"]{
    width:100% !important;
    min-height:52px !important;
    height:52px !important;
    line-height:52px !important;
    border-radius:16px !important;
    border:1px solid rgba(255,255,255,.14) !important;
    background:rgba(255,255,255,.055) !important;
    color:#fff !important;
    font-family:"Manrope",system-ui,-apple-system,BlinkMacSystemFont,"Segoe UI",sans-serif !important;
    font-size:15px !important;
    font-weight:400 !important;
    box-shadow:none !important;
    padding-left:99px !important;
    padding-right:16px !important;
}
.ef-phone-field .iti input:focus,
.ef-phone-field .iti .iti__tel-input:focus,
.ef-phone-field input[type="tel"]:focus{
    border-color:rgba(239,13,25,.75) !important;
    box-shadow:0 0 0 3px rgba(239,13,25,.16) !important;
    outline:none !important;
}
/* Le sélecteur pays devient une zone intégrée dans l'input, alignée au pixel près. */
.ef-phone-field .iti__country-container{
    position:absolute !important;
    top:1px !important;
    bottom:auto !important;
    left:1px !important;
    height:50px !important;
    min-height:50px !important;
    z-index:4 !important;
    display:flex !important;
    align-items:center !important;
    padding:0 !important;
    margin:0 !important;
}
.ef-phone-field .iti__selected-country{
    height:50px !important;
    min-height:50px !important;
    display:inline-flex !important;
    align-items:center !important;
    justify-content:center !important;
    gap:6px !important;
    padding:0 11px 0 12px !important;
    margin:0 !important;
    border:0 !important;
    border-right:1px solid rgba(255,255,255,.13) !important;
    border-radius:15px 0 0 15px !important;
    background:rgba(255,255,255,.075) !important;
    color:#fff !important;
    box-shadow:none !important;
}
.ef-phone-field .iti__selected-country:hover,
.ef-phone-field .iti__selected-country:focus{
    background:rgba(255,255,255,.12) !important;
    outline:none !important;
}
.ef-phone-field .iti__selected-country-primary{
    display:flex !important;
    align-items:center !important;
    gap:7px !important;
    padding:0 !important;
    margin:0 !important;
    height:100% !important;
}
.ef-phone-field .iti__selected-dial-code{
    color:#fff !important;
    font-family:"Manrope",system-ui,sans-serif !important;
    font-size:14px !important;
    font-weight:500 !important;
    line-height:1 !important;
}
.ef-phone-field .iti__arrow{
    border-top-color:rgba(255,255,255,.88) !important;
    margin-left:2px !important;
}
/* Dropdown dark */
.ef-phone-field .iti__dropdown-content,
.iti__dropdown-content{
    background:#101724 !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,.16) !important;
    border-radius:16px !important;
    box-shadow:0 22px 70px rgba(0,0,0,.55) !important;
    overflow:hidden !important;
    z-index:99999 !important;
}
.ef-phone-field .iti__search-input,
.iti__search-input,
.ef-phone-field .iti__search-input:focus,
.iti__search-input:focus{
    min-height:42px !important;
    height:42px !important;
    line-height:42px !important;
    border-radius:12px !important;
    background:rgba(255,255,255,.07) !important;
    color:#fff !important;
    border:1px solid rgba(255,255,255,.14) !important;
    margin:8px !important;
    padding:0 12px !important;
    outline:none !important;
}
.ef-phone-field .iti__country,
.iti__country{
    min-height:38px !important;
    display:flex !important;
    align-items:center !important;
    color:rgba(255,255,255,.92) !important;
    font-family:"Manrope",system-ui,sans-serif !important;
}
.ef-phone-field .iti__country:hover,
.ef-phone-field .iti__country.iti__highlight,
.iti__country:hover,
.iti__country.iti__highlight{
    background:rgba(239,13,25,.24) !important;
}
.ef-phone-field .iti__country-name,
.ef-phone-field .iti__dial-code,
.iti__country-name,
.iti__dial-code{
    color:rgba(255,255,255,.9) !important;
    font-weight:400 !important;
}
.ef-phone-field .iti__divider,
.iti__divider,
.ef-iti-priority-divider{
    border-bottom:1px solid rgba(255,255,255,.16) !important;
    margin:4px 10px !important;
    height:0 !important;
    padding:0 !important;
    list-style:none !important;
}
/* Fallback local si le CDN ne charge pas */
.ef-phone-lite{display:flex;align-items:stretch;width:100%;}
.ef-phone-lite-code{flex:0 0 auto;display:inline-flex;align-items:center;gap:8px;height:52px;padding:0 13px;border:1px solid rgba(255,255,255,.14);border-right:0;border-radius:16px 0 0 16px;background:rgba(255,255,255,.07);color:#fff;font-family:"Manrope",system-ui,sans-serif;font-size:14px;line-height:1;}
.ef-phone-lite-code strong{font-weight:500;}
.ef-phone-lite .ef-phone-input{border-top-left-radius:0 !important;border-bottom-left-radius:0 !important;padding-left:16px !important;}
@media (max-width:575.98px){
    .ef-phone-field .iti{
        height:50px;
        --ef-phone-height:50px;
    }
    .ef-phone-field .iti input,
    .ef-phone-field .iti .iti__tel-input,
    .ef-phone-field input[type="tel"]{
        min-height:50px !important;
        height:50px !important;
        line-height:50px !important;
        font-size:14px !important;
        padding-left:97px !important;
    }
    .ef-phone-field .iti__country-container,
    .ef-phone-field .iti__selected-country{
        min-height:48px !important;
        height:48px !important;
    }
}
