.iti {
    width: 100%;
}
.iti__dropdown-content {
    border-radius: 20px;
    padding: 10px;
}
.iti__search-input
{
    border-radius: 20px !important;
    padding:15px;
    padding-left: 30px;
    outline: solid 1px #f2f2f2;

}
.iti__search-input:focus-visible {
    outline: 1px solid #b05c36;
    border-radius: 20px !important;
}

.iti__selected-country-primary {
    margin-left: 7px;
}

.phone100 .iti {
    width: 70%;
}
.phone100 .iti  {
    width: 70%;
}

.registry-section input[type='tel'] {
    width: 100%;
    border: 1px solid #C9C9C9;
    margin-left: 0.5rem;
    padding: 0.5rem;
}

.iti__country.iti__highlight {
    border-radius: 10px;
}

.bx-phone-error {
  border-color: #dc3545 !important;
  background-color: #fff5f5;
  transition: border-color 0.2s, background-color 0.2s;
}