.country-code-container {
  --county-code-font-weight: 500;
  --сountry-code-font-size: 16px;
  --country-code-color-1: #436db5;
  --country-code-color-2: #345;
  --country-code-color-3: #fff;
  position: relative;
}

.country-code-container .country-code-selector {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
}

.country-code-selector {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  position: absolute;
}

.country-code-selector__selected {
  white-space: nowrap;
  height: 100%;
  font-weight: var(--county-code-font-weight);
  font-size: var(--сountry-code-font-size);
  color: var(--country-code-color-1);
  justify-content: center;
  align-items: center;
  padding: 13px 10px 13px 16px;
  display: inline-flex;
  position: absolute;
}

.country-code-selector__options {
  background: var(--country-code-color-3);
  z-index: 1000;
  max-height: 200px;
  box-shadow: 0 0 0 1px var(--country-code-color-1);
  border-radius: 8px;
  display: none;
  position: absolute;
  top: 0;
  overflow-y: auto;
}

.country-code-selector__option {
  cursor: pointer;
  white-space: nowrap;
  font-weight: var(--county-code-font-weight);
  font-size: var(--сountry-code-font-size);
  color: var(--country-code-color-2);
  padding: 13px 16px;
}

.country-code-selector__option:hover {
  background: var(--country-code-color-3);
}

/*# sourceMappingURL=contact-completion.76b639bf.css.map */
