/* .PhoneInputCountry {
  position: relative;
  display: flex;
  align-items: center;
  width: 5.5rem;
  height: 2.75rem;
}

.PhoneInputCountrySelect {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  border: 0;
  opacity: 0;
  cursor: pointer;
  font-size: 1rem;
}

.PhoneInputCountryIcon {
  position: relative;
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0 2rem 0 0.5rem;
  border: 1px solid #e5e7eb;
  border-radius: 0.375rem;
  overflow: hidden;
  background-color: #f9fafb;
}

.PhoneInputCountryIconImg {
  height: 65%;
  width: auto;
  display: block;
  border: 1px solid #000;
}

.PhoneInputCountrySelectArrow {
  position: absolute;
  right: 0.75rem;
  top: 50%;
  width: 0.5rem;
  height: 0.5rem;
  border-style: solid;
  border-color: #6b7280;
  border-width: 0 2px 2px 0;
  display: block;
  transform: translateY(-50%) rotate(45deg);
  pointer-events: none;
  z-index: 2;
}

.PhoneInputCountrySelect:focus + .PhoneInputCountryIcon {
  border-color: #3b82f6;
  border-width: 2px;
  outline: none;
}
.form-input {
  height: 2.75rem;
  padding: 0.75rem 1rem;
} */
