:root {
  --qr-field-border-color: #e5e5e5;
  --qr-field-font-family: Arial, Helvetica, sans-serif;
  --qr-field-font-size: 15px;
  --qr-field-border-radius: 3px;
  --qr-transition: .3s ease;
}

html.in-frame body {
  padding: 40px 0;
  box-sizing: border-box;
}

*[class^=qr] button, *[class^=qr] a {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
  text-decoration: none;
  scroll-behavior: smooth;
}

.row {
  display: flex;
  flex-direction: row;
}

.wqrcode-container {
  display: flex;
  align-items: start;
  margin-bottom: 30px;
}

.qrcode-workspace {
  width: calc(100% - 260px);
  padding-right: 50px;
}
@media (min-width: 1280px) {
  .qrcode-workspace {
    padding-right: 150px;
  }
}

.qr {
  margin-top: 24px;
}

.qr__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
}

.qr-content {
  gap: 24px;
  max-width: 872px;
  width: 100%;
}

.qr-block {
  gap: 16px;
}

.qr-block .input {
  max-width: 100%;
  width: 100%;
}

.qr-block__col {
  flex-grow: 1;
  gap: 16px;
}

.qr-block__row {
  gap: 16px 24px;
  margin: 10px 0 15px;
}

.qr-block__row--card {
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.qr-block__row--card .input:nth-child(1),
.qr-block__row--card .input:nth-child(2),
.qr-block__row--card .input:nth-child(3),
.qr-block__row--card .input:nth-child(6),
.qr-block__row--card .input:nth-child(7),
.qr-block__row--card .input:nth-child(8) {
  max-width: calc(33.333% - 16px);
  width: 100%;
}
.qr-block__row--card .input:nth-child(1) .input__wrapper,
.qr-block__row--card .input:nth-child(2) .input__wrapper,
.qr-block__row--card .input:nth-child(3) .input__wrapper,
.qr-block__row--card .input:nth-child(6) .input__wrapper,
.qr-block__row--card .input:nth-child(7) .input__wrapper,
.qr-block__row--card .input:nth-child(8) .input__wrapper {
  width: 100%;
}

.qr-block__row--card .input:nth-child(4),
.qr-block__row--card .input:nth-child(5),
.qr-block__row--card .input:nth-child(9),
.qr-block__row--card .input:nth-child(10) {
  max-width: calc(50% - 12px);
  width: 100%;
}
.qr-block__row--card .input:nth-child(4) .input__wrapper,
.qr-block__row--card .input:nth-child(5) .input__wrapper,
.qr-block__row--card .input:nth-child(9) .input__wrapper,
.qr-block__row--card .input:nth-child(10) .input__wrapper {
  width: 100%;
}

.qr-block__row--geo .input {
  max-width: calc(50% - 12px);
  width: 100%;
}

.qr-block__row--time .input:last-child {
  max-width: 312px;
}

.qr-block .textarea__textarea {
  min-height: 192px;
}

.qr-block-map {
  position: relative;
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(198, 184, 138, 0.2392156863);
}

.qr-container__inner {
  max-width: 100%;
  width: 100%;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  gap: 24px;
}

.qr-aside {
  min-width: 260px;
  position: sticky;
  top: 0;
}

.qr-aside__wrapper {
  padding: 24px;
  border-radius: 20px;
  background-color: #f7f7f7;
  gap: 24px;
}

.qr-aside__row {
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 10px;
}

.qr-aside__inside {
  width: 212px;
  height: 212px;
}

.qr-buttons {
  gap: 8px;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.qr-button {
  min-width: 16px;
  min-height: 16px;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: center;
  cursor: pointer;
  justify-content: center;
  border: none;
}

.qr-button::after {
  width: 16px;
  height: 16px;
  z-index: 1;
  box-sizing: border-box;
  content: "";
  display: block;
  border-radius: 50%;
  border: 1px solid rgba(198, 184, 138, 0.2392156863);
  position: absolute;
}

.qr-button__wrapper {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative;
  gap: 4px;
}

.qr-button--black {
  background-color: #000;
}

.qr-button--white {
  background-color: #fff;
}

.qr-button--active::after, .qr-button--active > .qr-button--multi::after {
  border: 2px solid #fdc305;
}

.qr-button + input {
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 100%;
  background: none;
  border: none;
}

.qr-button + input::-webkit-color-swatch-wrapper {
  display: none;
}

.qr-button + input[type=file] {
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.qr-block__title {
  font-size: 22px;
  font-weight: 500;
  /*margin: 15px 0;*/
}

.qr-block__title.h2 {
  /*font-size: 30px;*/
}

.qr-button__text {
  font-size: 16px;
  color: #000;
}

.input {
  max-width: 100%;
  width: 100%;
}

.input__title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  margin-bottom: 3px;
}

.font-body {
  font-size: 14px;
  line-height: 22px;
}

.input__wrapper {
  display: block;
  background: #fff;
  border: 1px solid var(--qr-field-border-color);
  height: 30px;
  padding: 5px 5px 5px 8px;
  position: relative;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--qr-field-border-radius);
  transition: var(--qr-transition);
  box-sizing: border-box;
}

.input--filled .input__wrapper {
  padding-right: 22px;
}

.input__input {
  width: 100%;
  background: none;
  border: none;
  height: 18px;
  padding: 0;
  font: var(--qr-field-font-size)/18px var(--qr-field-font-family);
  color: inherit;
}

.select {
  background: #fff;
  border: 1px solid var(--qr-field-border-color);
  height: 30px;
  width: 100%;
  padding: 5px 10px;
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  border-radius: var(--qr-field-border-radius);
  font: var(--qr-field-font-size)/30px var(--qr-field-font-family);
  color: inherit;
}

.textarea__textarea {
  font: var(--qr-field-font-size)/18px var(--qr-field-font-family);
  border: 1px solid var(--qr-field-border-color);
  border-radius: var(--qr-field-border-radius);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.1);
  padding: 7px 10px;
  color: inherit;
  width: 100%;
  resize: vertical;
  min-height: 100px;
  max-height: 300px;
  box-sizing: border-box;
}

.input__input::placeholder,
.textarea__textarea::placeholder {
  color: rgba(0, 0, 0, 0.25);
}

.input__button {
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  border-radius: 20px;
  transition: var(--qr-transition);
  transform: scale(0);
  padding: 8px 12px;
  cursor: pointer;
  border: none;
  outline: none;
  right: 5px;
  top: 6px;
}

.input__button--active {
  transform: scale(1);
}

#mapqr {
  height: 280px;
}

.qr-download-btn {
  padding-right: 9px;
}
.qr-download-btn svg {
  position: relative;
  margin-left: 5px;
  top: 3px;
}

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

/* Compact Editor v2 skin. The standalone QR page keeps its established layout. */
html.in-frame.editor-v2-frame body {
  min-width: 0;
  margin: 0;
  padding: 14px 16px;
  overflow-x: hidden;
  background: #fff;
  color: #252a30;
  font-family: Arial, Helvetica, sans-serif;
}

html.in-frame.editor-v2-frame .container {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html.in-frame.editor-v2-frame .wqrcode-container {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 250px;
  gap: 18px;
  width: 100%;
  margin: 0;
}

html.in-frame.editor-v2-frame .qrcode-workspace {
  width: auto;
  min-width: 0;
  padding: 0;
}

html.in-frame.editor-v2-frame .tab-control-holder {
  margin: 0 0 10px;
  overflow-x: hidden;
  -ms-overflow-style: none;
  scrollbar-width: none;
}

html.in-frame.editor-v2-frame .tab-control-holder::-webkit-scrollbar {
  display: none;
}

html.in-frame.editor-v2-frame .tab-control {
  display: flex;
  width: 100%;
  min-width: 0;
  gap: 5px;
  margin: 0;
  padding: 0;
  list-style: none;
}

html.in-frame.editor-v2-frame .tab-control li {
  position: relative;
  display: block;
  flex: 0 1 auto;
  min-width: 0;
  margin: 0;
  padding: 0;
  border: 0;
  background: transparent;
}

html.in-frame.editor-v2-frame .tab-control li a {
  display: flex;
  min-height: 38px;
  align-items: center;
  padding: 0 9px;
  border: 1px solid #e1e5e9;
  border-radius: 9px;
  background: #fff;
  color: #4b535c;
  font-size: 13px;
  line-height: 1.2;
  text-decoration: none;
  white-space: nowrap;
}

html.in-frame.editor-v2-frame .tab-control li.active a,
html.in-frame.editor-v2-frame .tab-control li a:hover,
html.in-frame.editor-v2-frame .tab-control li a:focus {
  border-color: #d20b5c;
  background: #fff1f6;
  color: #b9084e;
}

html.in-frame.editor-v2-frame .tab-control .deco {
  display: none;
}

html.in-frame.editor-v2-frame .tabs-holder > .tab {
  display: none;
}

html.in-frame.editor-v2-frame .tabs-holder > .tab.active {
  display: block;
}

html.in-frame.editor-v2-frame .qr-block__title {
  margin: 0 0 5px;
  color: #252a30;
  font-size: 19px;
  font-weight: 700;
  line-height: 1.25;
}

html.in-frame.editor-v2-frame .qr-block__text {
  margin: 0 0 8px;
  color: #69717b;
  font-size: 13px;
  line-height: 1.5;
}

html.in-frame.editor-v2-frame .input__wrapper,
html.in-frame.editor-v2-frame .select,
html.in-frame.editor-v2-frame .textarea__textarea {
  min-height: 38px;
  border: 1px solid #dfe3e7;
  border-radius: 9px;
  box-shadow: none;
  background: #fff;
}

html.in-frame.editor-v2-frame .input__wrapper {
  height: 38px;
  padding: 8px 34px 8px 12px;
}

html.in-frame.editor-v2-frame .input__title {
  margin: 0 0 3px;
  font-size: 13px;
  line-height: 18px;
}

html.in-frame.editor-v2-frame .qr-block__row {
  gap: 10px 16px;
  margin: 6px 0 10px;
}

html.in-frame.editor-v2-frame .input__input {
  height: 20px;
  font-size: 14px;
  line-height: 20px;
}

html.in-frame.editor-v2-frame .select {
  height: 42px;
  padding: 0 12px;
  font-size: 14px;
  line-height: 42px;
}

html.in-frame.editor-v2-frame .textarea__textarea {
  min-height: 92px;
  padding: 10px 12px;
  resize: vertical;
  font-size: 14px;
  line-height: 20px;
}

html.in-frame.editor-v2-frame .qr-color {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
  margin-top: 18px;
}

html.in-frame.editor-v2-frame .qr-color .qr-block__title {
  font-size: 14px;
}

html.in-frame.editor-v2-frame .qr-aside__wrapper {
  padding: 18px;
  border: 1px solid #e5e8eb;
  border-radius: 14px;
  background: #f7f8fa;
  box-shadow: none;
}

html.in-frame.editor-v2-frame .qr-aside__inside {
  width: 212px;
  height: 212px;
  margin: 0 auto;
}

html.in-frame.editor-v2-frame #js_select_qrcode {
  min-width: 150px;
  min-height: 42px;
  padding: 0 20px;
  border: 0;
  border-radius: 9px;
  background: #d20b5c;
  color: #fff;
  cursor: pointer;
  font-size: 14px;
  font-weight: 700;
}

html.in-frame.editor-v2-frame #js_select_qrcode:disabled {
  background: #d8dce0;
  cursor: default;
}

@media (max-width: 860px) {
  html.in-frame.editor-v2-frame .wqrcode-container {
    grid-template-columns: 1fr;
  }

  html.in-frame.editor-v2-frame .qr-color {
    grid-template-columns: 1fr;
  }
}
