.custom-phone-container {
  display: flex;
  align-items: center;
  gap: 8px;
  width: 100%;
  background: transparent;
  border: none;
  outline: none;
  height: 21px;
}
.react-international-phone-country-selector-button {
  justify-content: start !important;
  width: fit-content !important;
}
.custom-phone-button {
  display: flex;
  align-items: center;
  gap: 4px;
  width: 71px;
  height: 18px;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  position: relative;
}

.custom-phone-button .flag {
  width: 22px;
  height: 16.5px;
  border-radius: 1.81604px;
  background-size: cover;
  background-position: center;
  margin: 0;
}

.custom-phone-button .selected-dial-code {
  font-family: "Poppins";
  font-style: normal;
  font-weight: 400;
  font-size: 14px;
  line-height: 130%;
  color: #626873;
  opacity: 0.8;
  width: 27px;
  height: 18px;
  padding: 0;
  margin: 0;
}

.custom-phone-button .arrow {
  width: 14px;
  height: 14px;
  color: #626873;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
}

.custom-phone-input {
  flex: 1;
  height: 21px;
  font-family: "Poppins";
  font-style: normal;
  font-weight: 500;
  font-size: 16px;
  line-height: 130%;
  display: flex;
  align-items: center;
  text-align: start;
  color: #1f2737;
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.custom-phone-input::placeholder {
  color: #626873;
  opacity: 0.8;
}

.custom-phone-input:focus {
  outline: none;
  border: none;
  box-shadow: none;
}

.custom-phone-dropdown {
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border: 1px solid #e9e9eb;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(92, 115, 160, 0.07);
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 1000;
  width: 300px;
}

.custom-phone-dropdown .country {
  padding: 8px 12px;
  font-family: "Poppins";
  font-size: 14px;
  color: #1f2737;
  background: white;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 28px;
}

.custom-phone-dropdown .country:hover {
  background: #f0f0f0;
}

.custom-phone-dropdown .country.highlight {
  background: #f0f0f0;
}

.custom-phone-dropdown .country .flag {
  width: 22px;
  height: 16.5px;
  border-radius: 1.81604px;
  margin-right: 8px;
}

.custom-phone-dropdown .country .country-name {
  font-family: "Poppins";
  font-size: 14px;
  color: #1f2737;
  margin-right: 8px;
  flex: 1;
}

.custom-phone-dropdown .country .dial-code {
  font-family: "Poppins";
  font-size: 14px;
  color: #626873;
}

.custom-phone-container * {
  background: transparent;
  border: none;
  outline: none;
}

.custom-phone-container:focus-within {
  outline: none;
  border: none;
  box-shadow: none;
}

.custom-phone-button,
.custom-phone-button .flag,
.custom-phone-button .selected-dial-code,
.custom-phone-input {
  margin: 0;
  padding: 0;
}

.react-tel-input {
  background: transparent;
  border: none;
  outline: none;
}

.react-tel-input .form-control {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: 21px;
  font-family: "Poppins";
  font-size: 16px;
  color: #1f2737;
}

.react-tel-input .flag-dropdown {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
}

.react-tel-input .flag-dropdown .selected-flag {
  background: transparent;
  border: none;
  outline: none;
  padding: 0;
  margin: 0;
  height: 18px;
  width: 71px;
  display: flex;
  align-items: center;
  gap: 4px;
}

.react-tel-input .flag-dropdown .selected-flag .flag {
  width: 22px;
  height: 16.5px;
  border-radius: 1.81604px;
  margin: 0;
}

.react-tel-input .flag-dropdown .selected-flag .selected-dial-code {
  font-family: "Poppins";
  font-size: 14px;
  color: #626873;
  opacity: 0.8;
  margin: 0;
  padding: 0;
}

.react-tel-input .flag-dropdown .selected-flag .arrow {
  width: 14px;
  height: 14px;
  color: #626873;
  margin-left: 4px;
  border-left: 4px solid transparent;
  border-right: 4px solid transparent;
  border-top: 4px solid currentColor;
}

.react-tel-input .country-list {
  max-height: 300px;
  overflow-y: auto;
  background: white;
  border: 1px solid #e9e9eb;
  border-radius: 8px;
  box-shadow: 0px 10px 20px rgba(92, 115, 160, 0.07);
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 1000;
  width: 300px;
}

.react-tel-input .country-list .country {
  padding: 8px 12px;
  font-family: "Poppins";
  font-size: 14px;
  color: #1f2737;
  background: white;
  border: none;
  outline: none;
  cursor: pointer;
  display: flex;
  align-items: center;
  gap: 8px;
  height: 28px;
}

.react-tel-input .country-list .country:hover {
  background: #f0f0f0;
}

.react-tel-input .country-list .country.highlight {
  background: #f0f0f0;
}

.react-tel-input .country-list .country .flag {
  width: 22px;
  height: 16.5px;
  border-radius: 1.81604px;
  margin-right: 8px;
}

.react-tel-input .country-list .country .country-name {
  font-family: "Poppins";
  font-size: 14px;
  color: #1f2737;
  margin-right: 8px;
  flex: 1;
}

.react-tel-input .country-list .country .dial-code {
  font-family: "Poppins";
  font-size: 14px;
  color: #626873;
}

.react-international-phone-country-selector-button__dropdown-arrow {
  width: 10px !important;
  height: 10px !important;
}

