.cool-form__field-group.is-field-type-ehp-tel .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-ehp-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-ehp-tel .iti.iti--hide-flags .iti__country-list .iti__flag-box{
    display: none !important;
}

.elementor-field-type-ehp-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;
    padding:0px 6px 0px 8px;
	border:none;
	border-radius:unset;
}

.cfefp-intl-container .iti__dropdown-content input.iti__search-input:focus {
  background-color:transparent
}

.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; 
}

.is-field-type-ehp-tel.has-width-100 .iti input{
    width: 100%;
}
.is-field-type-ehp-tel.has-width-50 .iti input{
    width: 50%;
}
.is-field-type-ehp-tel.has-width-33 .iti input{
    width: 33%;
}

.iti--allow-dropdown input.iti__tel-input, .iti--allow-dropdown input.iti__tel-input[type="ehp-tel"], .iti--allow-dropdown input.iti__tel-input[type="text"] {
    padding-right: var(--iti-input-padding);
    padding-left: var(--iti-selected-country-arrow-padding);
    margin-left: 0;
}

.ehp-form .elementor-message.elementor-message-success{
    z-index: 0;
}