.phone-wrap {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  position: relative;
}
.phone-wrap #phone_code .niceCountryInputMenu {
  display: flex;
  align-items: center;
  height: 45px;
  width: max-content;
  border-right: 0;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}
.phone-wrap #phone_code .niceCountryInputMenuFilter {
  left: 0;
  top: 44px;
}
.phone-wrap #phone_code .niceCountryInputMenuFilter .input-group-btn .btn {
  border: 1px solid #EBECF2 !important;
  background-color: #EDEFF2 !important;
  padding: 12px 8px 11px 8px;
  z-index: 2;
  margin: 5px 4px;
}
.phone-wrap #phone_code .niceCountryInputMenuDropdownContent {
  left: 0;
  top: 101px;
  z-index: 4;
}
.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 */
