.phone-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.phone-wrap #phone_code .niceCountryInputMenu {
  height: 34px;
  width: max-content;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.phone-wrap #phone_code .niceCountryInputMenuFilter {
  left: 0;
}
.phone-wrap #phone_code .niceCountryInputMenuDropdownContent {
  left: 0;
}
.phone-wrap #phone_code .niceCountryInputMenuDropdownContent a:hover {
  background-color: gray !important;
  color: white !important;
}
.phone-wrap #phone_code .niceCountryInputMenuDropdownContent a:hover span span {
  color: white !important;
}
.phone-wrap input {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

/*# sourceMappingURL=country_code_phone.css.map */
