@import url("https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;1,300;1,400;1,500;1,600;1,700;1,800&display=swap");@import url("https://fonts.googleapis.com/css2?family=Oswald:wght@400;700&family=Source+Sans+3:wght@400;700&display=swap");@import url("https://fonts.googleapis.com/css2?family=Bebas+Neue&display=swap");p[data-v-d8cd5851] {
  max-width: 75ch;
}
.checkbox[data-v-d8cd5851] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-d8cd5851] {
  background-color: white;
  border: 2px solid #4A5568;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  border-radius: 4px;
  position: relative;
  margin: 0px;
  height: 18px;
  width: 18px;
  transition: background-color 100ms ease;
  cursor: pointer;
}
.checkbox-label-icon[data-v-d8cd5851] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-d8cd5851] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-d8cd5851] {
  background-color: #4A5568;
}
.compact-form[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-d8cd5851] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-d8cd5851] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-d8cd5851] {
  display: flex;
  height: 22px;
  width: 22px;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  color: #4A5568;
  transition: background-color 100ms ease;
}
.compact-form-field-copy[data-v-d8cd5851]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-d8cd5851] {
  flex-grow: 1;
  border-radius: 4px;
  padding: 2px 5px;
  margin: 0px;
  font-weight: 500;
  font-size: 0.8rem;
  border: none;
  background-color: #E3E6E9;
}
.compact-form-field-input[data-v-d8cd5851]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-d8cd5851] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-options-edit-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-boolean[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  justify-items: center;
  gap: 5px;
}
.compact-form-field-boolean-row-item[data-v-d8cd5851] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-d8cd5851] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-d8cd5851] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-colors-edit-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-glastypes[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-d8cd5851] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-glastypes-edit-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-button[data-v-d8cd5851] {
  display: flex;
  height: 22px;
  width: 22px;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #E3E6E9;
  cursor: pointer;
  color: #4A5568;
  transition: background-color 100ms ease;
}
.compact-form-field-button[data-v-d8cd5851]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-d8cd5851] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-d8cd5851] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-d8cd5851] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-d8cd5851] {
  flex-grow: 1;
  border-radius: 4px;
  padding: 5px;
  margin: 0px;
  font-weight: 500;
  font-size: 0.95rem;
  border: none;
  background-color: #E3E6E9;
}
.default-form-field-input[data-v-d8cd5851]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-d8cd5851] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-options-edit-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-colors[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-d8cd5851] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-colors-edit-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-glastypes[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-d8cd5851] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-glastypes-edit-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-infoboxsettings[data-v-d8cd5851], .default-form-field-uisettings[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-d8cd5851], .default-form-field-uisettings-header[data-v-d8cd5851] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-d8cd5851], .default-form-field-uisettings-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-infoboxsettings-edit-row[data-v-d8cd5851], .default-form-field-uisettings-edit-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 75px repeat(3, 1fr) 100px 100px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-types[data-v-d8cd5851] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-d8cd5851] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(1, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-types-edit-row[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(1, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-types-edit-row-order[data-v-d8cd5851] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 1fr 30px 30px 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.default-form-field-button[data-v-d8cd5851] {
  display: flex;
  height: 30px;
  width: 30px;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #E3E6E9;
  cursor: pointer;
  color: #4A5568;
  transition: background-color 100ms ease;
}
.default-form-field-button[data-v-d8cd5851]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-d8cd5851] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-d8cd5851] {
  flex: 1;
}
.modal-wrapper[data-v-d8cd5851] {
  width: 100%;
  display: flex;
  position: fixed;
  justify-content: center;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
}
@media screen and (min-width: 500px) {
.modal-wrapper[data-v-d8cd5851] {
    width: calc(100% - 65px);
}
}
.error-bar[data-v-d8cd5851] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 10px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: default;
  max-width: min(75ch, 80vw);
  line-height: 1.4rem;
  pointer-events: all;
  background-color: white;
}
.error-bar-error[data-v-d8cd5851] {
  color: #b71c1c;
  font-size: 1.2rem;
  font-weight: 600;
}
.error-bar-p[data-v-d8cd5851] {
  margin: 0px;
  word-wrap: break-word;
  max-width: 85%;
}
.error-bar-message[data-v-d8cd5851] {
  font-size: 1.2rem;
  font-weight: 500;
  word-wrap: break-word;
}
.error-bar-icon[data-v-d8cd5851] {
  color: #4A5568;
  padding: 5px;
  margin-left: 20px;
  border-radius: 50px;
  transition: background-color 150ms ease, transform 150ms ease;
  transform: rotate(0deg);
  cursor: pointer;
}
.error-bar-icon[data-v-d8cd5851]:hover {
  background-color: hsla(240, 1%, 32%, 0.25);
  transform: rotate(90deg);
}
.snack-enter-active[data-v-d8cd5851] {
  transition: transform 200ms ease-out;
}
.snack-leave-active[data-v-d8cd5851] {
  transition: transform 200ms ease-in;
}
.snack-enter[data-v-d8cd5851],
.snack-leave-to[data-v-d8cd5851] {
  transform: translateY(calc(100% + 20px));
}p[data-v-f539802a] {
  max-width: 75ch;
}
.checkbox[data-v-f539802a] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-f539802a] {
  background-color: white;
  border: 2px solid #4A5568;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  border-radius: 4px;
  position: relative;
  margin: 0px;
  height: 18px;
  width: 18px;
  transition: background-color 100ms ease;
  cursor: pointer;
}
.checkbox-label-icon[data-v-f539802a] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-f539802a] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-f539802a] {
  background-color: #4A5568;
}
.compact-form[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-f539802a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-f539802a] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-f539802a] {
  display: flex;
  height: 22px;
  width: 22px;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  color: #4A5568;
  transition: background-color 100ms ease;
}
.compact-form-field-copy[data-v-f539802a]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-f539802a] {
  flex-grow: 1;
  border-radius: 4px;
  padding: 2px 5px;
  margin: 0px;
  font-weight: 500;
  font-size: 0.8rem;
  border: none;
  background-color: #E3E6E9;
}
.compact-form-field-input[data-v-f539802a]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-f539802a] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-options-edit-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-boolean[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  justify-items: center;
  gap: 5px;
}
.compact-form-field-boolean-row-item[data-v-f539802a] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-f539802a] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-f539802a] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-colors-edit-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-glastypes[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-f539802a] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-glastypes-edit-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-button[data-v-f539802a] {
  display: flex;
  height: 22px;
  width: 22px;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #E3E6E9;
  cursor: pointer;
  color: #4A5568;
  transition: background-color 100ms ease;
}
.compact-form-field-button[data-v-f539802a]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-f539802a] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-f539802a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-f539802a] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-f539802a] {
  flex-grow: 1;
  border-radius: 4px;
  padding: 5px;
  margin: 0px;
  font-weight: 500;
  font-size: 0.95rem;
  border: none;
  background-color: #E3E6E9;
}
.default-form-field-input[data-v-f539802a]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-f539802a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-options-edit-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-colors[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-f539802a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-colors-edit-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-glastypes[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-f539802a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-glastypes-edit-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-infoboxsettings[data-v-f539802a], .default-form-field-uisettings[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-f539802a], .default-form-field-uisettings-header[data-v-f539802a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-f539802a], .default-form-field-uisettings-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-infoboxsettings-edit-row[data-v-f539802a], .default-form-field-uisettings-edit-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 75px repeat(3, 1fr) 100px 100px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-types[data-v-f539802a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-f539802a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(1, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-types-edit-row[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(1, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-types-edit-row-order[data-v-f539802a] {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 1fr 30px 30px 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.default-form-field-button[data-v-f539802a] {
  display: flex;
  height: 30px;
  width: 30px;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #E3E6E9;
  cursor: pointer;
  color: #4A5568;
  transition: background-color 100ms ease;
}
.default-form-field-button[data-v-f539802a]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-f539802a] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-f539802a] {
  flex: 1;
}
.modal-wrapper[data-v-f539802a] {
  width: 100%;
  display: flex;
  position: fixed;
  justify-content: center;
  bottom: 0;
  z-index: 99;
  pointer-events: none;
}
@media screen and (min-width: 500px) {
.modal-wrapper[data-v-f539802a] {
    width: calc(100% - 65px);
}
}
.error-bar[data-v-f539802a] {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 15px;
  margin: 10px;
  border-radius: 8px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  cursor: default;
  max-width: min(75ch, 80vw);
  line-height: 1.4rem;
  pointer-events: all;
  background-color: white;
}
.error-bar-error[data-v-f539802a] {
  font-size: 1.2rem;
  font-weight: 600;
}
.error-bar-p[data-v-f539802a] {
  margin: 0px;
  word-wrap: break-word;
  max-width: 85%;
  line-height: 1.6rem;
}
.error-bar-message[data-v-f539802a] {
  font-size: 1.2rem;
  font-weight: 500;
  word-wrap: break-word;
}
.error-bar-icon[data-v-f539802a] {
  color: #4A5568;
  padding: 5px;
  margin-left: 20px;
  border-radius: 50px;
  transition: background-color 150ms ease, transform 150ms ease;
  transform: rotate(0deg);
  cursor: pointer;
}
.error-bar-icon[data-v-f539802a]:hover {
  background-color: hsla(240, 1%, 32%, 0.25);
  transform: rotate(90deg);
}
.snack-enter-active[data-v-f539802a] {
  transition: transform 200ms ease-out;
}
.snack-leave-active[data-v-f539802a] {
  transition: transform 200ms ease-in;
}
.snack-enter[data-v-f539802a],
.snack-leave-to[data-v-f539802a] {
  transform: translateY(calc(100% + 20px));
}


p {
  max-width: 75ch;
}
.checkbox {
  opacity: 0;
  display: none;
}
.checkbox-label {
  background-color: white;
  border: 2px solid #4A5568;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  border-radius: 4px;
  position: relative;
  margin: 0px;
  height: 18px;
  width: 18px;
  transition: background-color 100ms ease;
  cursor: pointer;
}
.checkbox-label-icon {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active {
  color: #babc16;
}
.checkbox:checked + .checkbox-label {
  background-color: #4A5568;
}
.compact-form {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy {
  display: flex;
  height: 22px;
  width: 22px;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: transparent;
  cursor: pointer;
  color: #4A5568;
  transition: background-color 100ms ease;
}
.compact-form-field-copy:hover {
  background-color: #babc16;
}
.compact-form-field-input {
  flex-grow: 1;
  border-radius: 4px;
  padding: 2px 5px;
  margin: 0px;
  font-weight: 500;
  font-size: 0.8rem;
  border: none;
  background-color: #E3E6E9;
}
.compact-form-field-input:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-options-edit-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-boolean {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  justify-items: center;
  gap: 5px;
}
.compact-form-field-boolean-row-item {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-colors-edit-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-glastypes {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-glastypes-edit-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.compact-form-field-button {
  display: flex;
  height: 22px;
  width: 22px;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #E3E6E9;
  cursor: pointer;
  color: #4A5568;
  transition: background-color 100ms ease;
}
.compact-form-field-button:hover {
  background-color: #babc16;
}
.compact-form-button {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input {
  flex-grow: 1;
  border-radius: 4px;
  padding: 5px;
  margin: 0px;
  font-weight: 500;
  font-size: 0.95rem;
  border: none;
  background-color: #E3E6E9;
}
.default-form-field-input:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-options-edit-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(2, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-colors {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-colors-edit-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-glastypes {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-glastypes-edit-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(3, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-infoboxsettings, .default-form-field-uisettings {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header, .default-form-field-uisettings-header {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row, .default-form-field-uisettings-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(4, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-infoboxsettings-edit-row, .default-form-field-uisettings-edit-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 75px repeat(3, 1fr) 100px 100px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-types {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(1, 1fr);
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-types-edit-row {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: repeat(1, 1fr) 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 10px;
}
.default-form-field-types-edit-row-order {
  display: grid;
  grid-auto-flow: dense;
  grid-template-columns: 1fr 30px 30px 30px;
  justify-items: stretch;
  justify-content: center;
  gap: 5px;
}
.default-form-field-button {
  display: flex;
  height: 30px;
  width: 30px;
  border: none;
  justify-content: center;
  align-items: center;
  border-radius: 4px;
  background-color: #E3E6E9;
  cursor: pointer;
  color: #4A5568;
  transition: background-color 100ms ease;
}
.default-form-field-button:hover {
  background-color: #babc16;
}
.default-form-button {
  display: flex;
  justify-content: center;
}
.spacer {
  flex: 1;
}
#app {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  text-align: center;
}
body {
  padding: 0px;
  margin: 0px;
}
* {
  font-family: "Open Sans", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -webkit-tap-highlight-color: transparent;
}