#qrr-overlay {
  opacity: .6;
  z-index: 20000;
  background: #a8c1f3;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  top: 0;
  left: 0;
}

#qrr-container {
  z-index: 20001;
  background: #fff;
  border-radius: 20px;
  width: 80%;
  height: 500px;
  margin: auto;
  padding: 10px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

#qrr-container h1 {
  margin-top: 0;
}

#qrr-close {
  cursor: pointer;
  color: #000;
  margin-right: 10px;
  font-size: 22px;
  position: absolute;
  top: 5px;
  right: 5px;
}

#qrr-header-message {
  text-align: center;
  padding: 40px 10px 0;
}

#qrr-loading-message {
  text-align: center;
  background-color: #eee;
  width: 90%;
  margin: 30px auto 0;
  padding: 15px;
}

#qrr-canvas {
  cursor: pointer;
  max-width: 90%;
  height: 50%;
  margin: 15px auto 10px;
  display: block;
  overflow-x: scroll;
}

#qrr-canvas.hidden {
  display: none;
}

#qrr-output {
  text-align: center;
  width: 90%;
  max-height: 15%;
  margin: 20px auto 10px;
  overflow-y: auto;
}

#qrr-output-button {
  margin-top: 20px;
}

#qrr-ok {
  cursor: pointer;
  color: #fff;
  background-color: green;
  border-radius: 10px;
  padding: 10px 50px;
  font-weight: bold;
  text-decoration: none;
  display: none;
  position: absolute;
  bottom: 10px;
  right: 10px;
}

#qrr-output-data {
  display: none;
}

.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=index.2192f9b7.css.map */
