._qrCodeWrapper_1472h_1 {
  display: flex;
  align-items: center;
  justify-content: center;
}
._qrCodeWrapper_1472h_1 ._qrCode_1472h_1 {
    max-width: 543px;
    max-height: 60vh;
  }
._modalRoot_1l6bg_1 {
  width: 90vw !important;
  height: 80vw !important;
  max-width: 70% !important;
  max-height: 70% !important;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  z-index: 200;
}

._modalMain_1l6bg_12 {
  height: 100%;
}

._templateContainer_1l6bg_16 {
  padding: 0 1.5rem 0.8125rem 0;
  background: var(--background-elevated);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
}

._templateContainer_1l6bg_16 ._templateInput_1l6bg_25 {
    font-size: 1rem;
    color: var(--text);
    background: transparent;
    border: 0;
    width: 100%;
    height: 100%;
    font-family: inherit;
  }

._templateContainer_1l6bg_16 ._templateInput_1l6bg_25:focus {
      outline: none;
    }

._templateContainer_1l6bg_16 ._templateInput_1l6bg_25::placeholder {
      color: var(--text-placeholder);
    }

._templateContainer_1l6bg_16 ._templateTextArea_1l6bg_42 {
    font-size: var(--font-size-base);
    width: 100%;
    height: 100%;
    box-sizing: border-box;
  }
/* reset */
button {
  all: unset;
}

._radioGroup_1l042_6 {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

._radioGroupItem_1l042_12 {
  display: flex; 
  align-items: center;
}

._radioGroupButton_1l042_17 {
  width: var(--radio-group-indicator-width);
  height: var(--radio-group-indicator-width);
  border-radius: 100%;
  background-color: var(--radio-group-indicator-background-color);
  border: 1px solid var(--radio-group-indicator-border-color);
  cursor: pointer;
}

._radioGroupButton_1l042_17:hover,
  ._radioGroupButton_1l042_17:focus {
    background-color: var(--radio-group-indicator-hover-color);
  }

._radioGroupButton_1l042_17:hover ._radioGroupIndicator_1l042_29::after, ._radioGroupButton_1l042_17:focus ._radioGroupIndicator_1l042_29::after {
      background-color: var(--radio-group-indicator-background-color);
    }

._radioGroupButton_1l042_17[aria-checked="true"] {
    width: calc(var(--radio-group-indicator-width) * 0.5);
    height: calc(var(--radio-group-indicator-width) * 0.5);
    background-color: var(--radio-group-indicator-background-color);
    border: 5.5px solid var(--radio-group-indicator-active-color);
    cursor: default;
  }

._radioGroupIndicator_1l042_29 {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  position: relative;
}

._radioGroupIndicator_1l042_29::after {
    content: '';
    display: block;
    width: calc(var(--radio-group-indicator-width)/2);
    height: calc(var(--radio-group-indicator-width)/2);
    border-radius: 50%;
    background-color: var(--radio-group-indicator-background-color);
  }

._label_1l042_61 {
  flex: 1;
  cursor: pointer;
  padding-left: 20px;
}

._radioGroup_1l042_6 *:has([data-state="checked"]) + ._label_1l042_61 {
  cursor: default;
}._formIntro_1j325_1 {
  margin: 0;
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
  line-height: 20px;
  color: var(--text-primary);
}

._cancelButton_1j325_9 {
  background: none;
  padding: 6px 12px;
}

._radioGroups_1j325_14 {
  display: flex;
  gap: 20px;
  margin: 20px 0;
}

._radioGroup_1j325_14 {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

._radioGroup_1j325_14 * {
    margin: 0;
    padding: 0;
  }

.radioGroupItem {
  align-items: flex-start;
}

.radioGroupButton {
  margin-bottom: 12px;
  margin-top: 12px;
}

._radioGroupItemContent_1j325_40 {
  flex: 1;
  display: flex;
  flex-direction: column;
}

._locations_1j325_46 {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  min-height: 44px;
}

._locations_1j325_46:not(:is(._radioGroupItemContentWhenSelected_1j325_51 *)):hover {
    box-shadow: 0 0 1px rgba(0,0,0,0.1);
  }

._location_1j325_46 {
  display: flex;
  align-items: center;

  background: var(--u-alpha-100);
  border: 1px solid var(--border-secondary-alpha);

  font-weight: var(--font-weight-medium);
  font-size: var(--font-size-base);
  line-height: 20px;

  padding: 8px 20px;
}

._location_1j325_46:first-of-type {
    border-top-left-radius: 8px;
    border-bottom-left-radius: 8px;
  }

._location_1j325_46:last-of-type {
    border-top-right-radius: 8px;
    border-bottom-right-radius: 8px;
  }

._location_1j325_46:not(:last-of-type) {
    border-right: 0;
  }

._location_1j325_46 svg {
    color: var(--icon-secondary);
    margin-right: 8px;
  }

._radioGroupItemContentWhenSelected_1j325_51 ._location_1j325_46 {
    border-top-color: var(--radio-group-indicator-active-color);
    border-bottom-color: var(--radio-group-indicator-active-color);
    border-width: 1.5px;
  }

._radioGroupItemContentWhenSelected_1j325_51 ._location_1j325_46:first-of-type {
      border-left-color: var(--radio-group-indicator-active-color);
    }

._radioGroupItemContentWhenSelected_1j325_51 ._location_1j325_46:last-of-type {
      border-right-color: var(--radio-group-indicator-active-color);
    }

._description_1j325_105 {
  font-size: var(--font-size-sm);
  line-height: 18px;
}

._description_1j325_105 strong {
    font-weight: var(--font-weight-bold);
  }
._dialogWrapper_1jrlt_1 {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  z-index: 19;
  background-color: var(--background-backdrop);
  pointer-events: all;
}

._dialogBox_1jrlt_15 {
  width: 500px;
  background-color: var(--background-elevated);
  padding: var(--spacer-7) var(--spacer-6) var(--spacer-6) var(--spacer-6);
  margin: 0;
  box-shadow: var(--shadow-400);
  border-radius: var(--spacer-3);
  position: absolute;
  top: 25%;
  z-index: 20;
}

._title_1jrlt_27 {
  font-family: var(--ui-font);
  font-style: normal;
  font-weight: var(--font-weight-bold);
  font-size: var(--font-size-lg);
  color: var(--text-primary);
  margin-bottom: var(--spacer-3);
}

._subtitle_1jrlt_36 {
  font-family: var(--ui-font);
  font-style: normal;
  margin-top: var(--spacer-0);
  margin-bottom: var(--spacer-3);
  font-weight: var(--font-weight-normal);
  color: var(--text-secondary);
  font-size: var(--font-size-base);
  line-height: 1.25rem;
}

._buttons_1jrlt_47 {
  float: right;
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: var(--spacer-3);
}

._cancelButton_1jrlt_55 {
  background: none;
}

._buttonText_1jrlt_59 {
  margin-left: auto;
  margin-right: auto;
  font-family: var(--ui-font);
  font-size: var(--font-size-base);
  font-weight: var(--font-weight-medium);
}
