.demo-wrap {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
}
.demo-wrap .conversation-variants-form {
  width: 500px;
}

.select-country {
  display: flex;
  align-items: flex-end;
  position: relative;
}
.select-country .country-flag {
  width: 54px;
  height: 34px;
  padding: 6px 24px 8px 8px;
  background-color: transparent;
  flex-shrink: 0;
  margin-bottom: 0;
  margin-right: 0;
  cursor: pointer;
  position: absolute;
  bottom: 1px;
  left: 1px;
  border-radius: 4px 0 0 4px;
  z-index: 2;
  transition: 0.25s;
}
.select-country .country-flag:hover {
  background-color: #f3f3f9;
}
.select-country .country-flag:before {
  content: "";
  position: absolute;
  right: 4px;
  top: 0;
  transform: translateY(calc(50% + 6px));
  width: 8px;
  height: 16px;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' xml:space='preserve' width='512' height='298' shape-rendering='geometricPrecision' text-rendering='geometricPrecision' image-rendering='optimizeQuality' fill-rule='evenodd' clip-rule='evenodd' viewBox='0 0 512 298.04'%3E%3Cpath fill-rule='nonzero' d='M12.08 70.78c-16.17-16.24-16.09-42.54.15-58.7 16.25-16.17 42.54-16.09 58.71.15L256 197.76 441.06 12.23c16.17-16.24 42.46-16.32 58.71-.15 16.24 16.16 16.32 42.46.15 58.7L285.27 285.96c-16.24 16.17-42.54 16.09-58.7-.15L12.08 70.78z'/%3E%3C/svg%3E");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 0 0;
  transition: 0.25s;
}
.select-country .country-flag._active:before {
  transform: translateY(calc(50% - 5px)) rotateX(180deg);
}
.select-country .country-flag .flag-icon {
  display: none;
  border: 1px solid #d3d3d3;
  height: 22px;
}
.select-country .country-flag .flag-icon._active {
  display: block;
}
.select-country .country-flag__list {
  top: calc(100% - 1px);
  border: 1px solid #ced4da;
  width: 54px;
  padding: 0;
  height: fit-content;
  background-color: #f3f3f9;
  align-items: center;
  flex-direction: column;
  border-radius: 4px 0 4px 4px;
  display: none;
}
.select-country .country-flag__list:hover {
  background: #f3f3f9;
}
.select-country .country-flag__list._active {
  display: flex !important;
}
.select-country .country-flag__list .flag-icon {
  width: 100%;
  height: 100%;
  min-height:34px;
  padding: 5px 12px;
  border: none;
  display: inherit;
}
.select-country .country-flag__list .flag-icon:hover {
  background-color: #ced4da;
}
.select-country .country-flag__list .flag-icon._active {
  display: block;
}
.select-country .country-flag__list:before {
  display: none;
}
.select-country .country-phone {
  flex-grow: 1;
  position: relative;
}
.select-country .country-phone input[type=tel] {
  padding-left: 60px;
  height: 36px;
}

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