.elementor-field-type-country .iti__dial-code{
    display: none;
}
/* span.iti__dial-code {
    display: none;
} */

.cfefp-intl-container{
    --cfefp-intl-tel-button-height: 100%;
}

.elementor-field-group .cfefp-intl-container.iti{
    width: 100%;
}

.elementor-field-group .cfefp-intl-container.iti.elementor-error .iti__country-container{
   bottom: 23px;
}

.elementor-field-type-tel .iti.iti--hide-flags .iti__flag{
    background-image: var(--iti-path-globe-1x) !important;
    background-size: contain;
    background-position: right;
    box-shadow: none;
    height: 19px;
}

.elementor-field-type-tel .iti.iti--hide-flags .iti__country-list .iti__flag-box{
    display: none !important;
}

.elementor-field-type-tel .iti.iti--hide-code .iti__country-list .iti__dial-code{
    display: none !important;
}

.cfefp-intl-container .iti__country-container{
    height: var(--cfefp-intl-tel-button-height);
}

.cfefp-intl-container button.iti__selected-country{
    background: transparent !important;
    box-shadow:  unset !important;
}

.elementor-field-type-country .cfefp-intl-container .iti__country.iti__highlight:not(.ccfef_iti__highlight){
    background-color: unset;
}

.cfefp-intl-container .iti__country.ccfef_iti__highlight{
    background-color: var(--iti-hover-color);
}

.cfefp-intl-container .iti__country-container .iti__flag:not(.iti__globe){
    height:13px;
    background-position: center;
    background-size:cover; 
}
