@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));
}
[data-v-0d554bd8] {
  text-align: left;
}

.thing {
  font-family: monospace;
  margin: 0;
  padding: 30px;
  font-size: 1.2em;
  word-break: break-word;
  box-sizing: border-box;
}
.thing.dark {
  background: #272822cc;
  color: #eee;
}
.thing.dark .button {
  border: 1px solid #eee;
}
.thing.dark .email,
.thing.dark .url {
  color: violet;
}
.thing.dark .sign {
  color: red;
}
.thing.dark .property {
  color: gold;
}
.thing.dark .string {
  color: turquoise;
}
.thing.dark .number {
  color: lime;
}
.thing.dark .boolean {
  color: #f08;
}
.thing.dark .item.hover {
  background: rgba(0, 255, 255, 0.1);
  border: 1px dotted #eee;
}
.thing.light {
  background: #e4e0db;
  color: gray;
}
.thing.light .button {
  border: 1px solid gray;
}
.thing.light .email,
.thing.light .url {
  color: orangered;
}
.thing.light .sign {
  color: red;
}
.thing.light .property {
  color: #555;
}
.thing.light .string {
  color: cornflowerblue;
}
.thing.light .number {
  color: mediumvioletred;
}
.thing.light .boolean {
  color: #80f;
}
.thing.light .item.hover {
  background: rgba(255, 195, 100, 0.1);
  border: 1px dotted gray;
}
.thing div {
  display: table;
}
.thing .buttons .button {
  display: inline-block;
  padding: 8px 0;
  text-align: center;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  border-radius: 4px;
  cursor: pointer;
  margin-bottom: 2ch;
}
.thing .buttons #open-close {
  width: 17ch;
  margin-right: 10px;
}
.thing .buttons #switch-theme {
  padding: 8px 10px;
  margin-left: 10px;
}
.thing .collapser {
  position: relative;
}
.thing .collapser.closed {
  display: inline-block;
}
.thing .item {
  display: table!important;
  border: 1px dotted transparent;
  transition: border .15s, background .15s;
}
.thing .empty.array-item .collapser {
  display: inline-block;
}
.thing .empty .collapsee,
.thing .empty .sign {
  display: none!important;
}
.thing .empty .closer.closed:before {
  content: '';
}
.thing .sign {
  cursor: pointer;
  position: absolute;
  top: 0;
  left: -2.5ch;
  padding: 0 .5ch;
  font-style: normal;
}
.thing .sign:after {
  content: '-';
}
.thing .sign.closed:after {
  content: '+';
}
.thing .collapsee {
  position: relative;
  overflow-y: hidden;
}
.thing .collapsee.hide {
  display: inline-block;
  height: 0;
  width: 0;
}
.thing .closer {
  position: relative;
}
.thing .closer.closed:before {
  content: '\2026';
  position: absolute;
  right: 1.5ch;
}
.thing .property {
  font-weight: bold;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
.thing.color .null,
.thing.color .undefined {
  color: gray;
}
.thing.color .function {
  color: #809d80;
  font-style: italic;
}

.scalingMenu {
  background-color: #272822cc;
  border: 2px solid #0075FF;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  padding: 10px;
}
h1 {
  margin: 0px;
}
input[type=number] {
  width: 50px;
  outline: none;
  border: 1px solid #0075FF;
  margin-top: 10px;
}
input[type=range] {
  margin-left: 10px;
  width: 250px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}
h3 {
  margin: 0px
}

.scalingMenu {
  background-color: #272822cc;
  border: 2px solid #0075FF;
  border-radius: 6px;
  color: #fff;
  text-align: left;
  padding: 10px;
}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}

/* Firefox */
input[type=number] {
  -moz-appearance: textfield;
}

p[data-v-ac691529] {
  max-width: 75ch;
}
.checkbox[data-v-ac691529] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-ac691529] {
  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-ac691529] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-ac691529] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-ac691529] {
  background-color: #4A5568;
}
.compact-form[data-v-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-ac691529] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-ac691529] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-ac691529] {
  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-ac691529]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-ac691529] {
  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-ac691529]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-ac691529] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-ac691529] {
  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-ac691529] {
  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-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-ac691529] {
  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-ac691529] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-ac691529] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-ac691529] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-ac691529] {
  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-ac691529] {
  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-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-ac691529] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-ac691529] {
  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-ac691529] {
  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-ac691529] {
  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-ac691529]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-ac691529] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-ac691529] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-ac691529] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-ac691529] {
  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-ac691529]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-ac691529] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-ac691529] {
  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-ac691529] {
  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-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-ac691529] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-ac691529] {
  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-ac691529] {
  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-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-ac691529] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-ac691529] {
  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-ac691529] {
  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-ac691529], .default-form-field-uisettings[data-v-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-ac691529], .default-form-field-uisettings-header[data-v-ac691529] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-ac691529], .default-form-field-uisettings-row[data-v-ac691529] {
  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-ac691529], .default-form-field-uisettings-edit-row[data-v-ac691529] {
  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-ac691529] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-ac691529] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-ac691529] {
  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-ac691529] {
  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-ac691529] {
  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-ac691529] {
  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-ac691529]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-ac691529] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-ac691529] {
  flex: 1;
}
.background[data-v-ac691529] {
  background-repeat: repeat space;
}
.devTools_container[data-v-ac691529] {
  position: absolute;
  top: 25px;
  left: 80px;
  max-height: calc(100% - 50px);
  overflow-y: scroll;
  width: 500px;
}
.scaling_container[data-v-ac691529] {
  position: absolute;
  top: 25px;
  left: 80px;
  max-height: calc(100% - 50px);
  width: 400px;
}
.specImages_container[data-v-ac691529] {
  position: absolute;
  top: 25px;
  left: 80px;
  max-height: calc(100% - 50px);
  width: 400px;
}p[data-v-2a9c1903] {
  max-width: 75ch;
}
.checkbox[data-v-2a9c1903] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-2a9c1903] {
  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-2a9c1903] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-2a9c1903] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-2a9c1903] {
  background-color: #4A5568;
}
.compact-form[data-v-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-2a9c1903] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-2a9c1903] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-2a9c1903] {
  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-2a9c1903]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-2a9c1903] {
  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-2a9c1903]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-2a9c1903] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-2a9c1903] {
  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-2a9c1903] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-2a9c1903] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-2a9c1903] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-2a9c1903] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-2a9c1903] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-2a9c1903] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-2a9c1903] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-2a9c1903] {
  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-2a9c1903]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-2a9c1903] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-2a9c1903] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-2a9c1903] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903], .default-form-field-uisettings[data-v-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-2a9c1903], .default-form-field-uisettings-header[data-v-2a9c1903] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-2a9c1903], .default-form-field-uisettings-row[data-v-2a9c1903] {
  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-2a9c1903], .default-form-field-uisettings-edit-row[data-v-2a9c1903] {
  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-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-2a9c1903] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903] {
  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-2a9c1903]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-2a9c1903] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-2a9c1903] {
  flex: 1;
}
.download-buttons-container[data-v-2a9c1903] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-bottom: 16px;
}
.download-button[data-v-2a9c1903] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  padding: 8px;
  border-radius: 4px;
  transition: background-color 0.3s;
  color: white;
}
.download-button:hover .mdi[data-v-2a9c1903] {
  color: #babc16; /* Alleen het icoon wordt groen bij hover */
}
.download-button:hover .button-label[data-v-2a9c1903] {
  color: #babc16; /* Ook het label wordt groen bij hover */
}
.download-button .button-label[data-v-2a9c1903] {
  font-size: 10px;
  margin-top: 4px;
  color: white;
  transition: color 0.3s;
}
.download-button .mdi[data-v-2a9c1903] {
  transition: color 0.3s;
}p[data-v-ed30b2e1] {
  max-width: 75ch;
}
.checkbox[data-v-ed30b2e1] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-ed30b2e1] {
  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-ed30b2e1] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-ed30b2e1] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-ed30b2e1] {
  background-color: #4A5568;
}
.compact-form[data-v-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-ed30b2e1] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-ed30b2e1] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-ed30b2e1] {
  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-ed30b2e1]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-ed30b2e1] {
  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-ed30b2e1]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-ed30b2e1] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-ed30b2e1] {
  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-ed30b2e1] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-ed30b2e1] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-ed30b2e1] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-ed30b2e1] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-ed30b2e1] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-ed30b2e1] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-ed30b2e1] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-ed30b2e1] {
  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-ed30b2e1]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-ed30b2e1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-ed30b2e1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-ed30b2e1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1], .default-form-field-uisettings[data-v-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-ed30b2e1], .default-form-field-uisettings-header[data-v-ed30b2e1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-ed30b2e1], .default-form-field-uisettings-row[data-v-ed30b2e1] {
  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-ed30b2e1], .default-form-field-uisettings-edit-row[data-v-ed30b2e1] {
  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-ed30b2e1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-ed30b2e1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1] {
  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-ed30b2e1]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-ed30b2e1] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-ed30b2e1] {
  flex: 1;
}
h2[data-v-ed30b2e1] {
  margin: 0;
}
.overlay[data-v-ed30b2e1] {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 98;
  min-height: 100vh;
  min-width: 100vw;
  overflow: hidden;
  background-color: rgb(255, 255, 255);
  pointer-events: all;
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.card[data-v-ed30b2e1] {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  padding: 25px;
}
.progress-bar[data-v-ed30b2e1] {
  border: 2px solid #E3E6E9;
  border-radius: 4px;
  min-width: 100%;
  height: 15px;
  background-color: #E3E6E9;
  display: flex;
}
.progress-bar-progress[data-v-ed30b2e1] {
  transition: width 200ms ease;
  background-color: #babc16;
  height: 15px;
  border-radius: 4px;
}
.fade-enter-active[data-v-ed30b2e1],
.fade-leave-active[data-v-ed30b2e1] {
  transition: opacity 250ms;
}
.fade-enter[data-v-ed30b2e1],
.fade-leave-to[data-v-ed30b2e1] {
  opacity: 0;
}
p[data-v-773dcd83] {
  max-width: 75ch;
}
.checkbox[data-v-773dcd83] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-773dcd83] {
  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-773dcd83] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-773dcd83] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-773dcd83] {
  background-color: #4A5568;
}
.compact-form[data-v-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-773dcd83] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-773dcd83] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-773dcd83] {
  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-773dcd83]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-773dcd83] {
  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-773dcd83]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-773dcd83] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-773dcd83] {
  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-773dcd83] {
  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-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-773dcd83] {
  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-773dcd83] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-773dcd83] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-773dcd83] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-773dcd83] {
  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-773dcd83] {
  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-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-773dcd83] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-773dcd83] {
  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-773dcd83] {
  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-773dcd83] {
  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-773dcd83]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-773dcd83] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-773dcd83] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-773dcd83] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-773dcd83] {
  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-773dcd83]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-773dcd83] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-773dcd83] {
  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-773dcd83] {
  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-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-773dcd83] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-773dcd83] {
  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-773dcd83] {
  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-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-773dcd83] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-773dcd83] {
  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-773dcd83] {
  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-773dcd83], .default-form-field-uisettings[data-v-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-773dcd83], .default-form-field-uisettings-header[data-v-773dcd83] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-773dcd83], .default-form-field-uisettings-row[data-v-773dcd83] {
  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-773dcd83], .default-form-field-uisettings-edit-row[data-v-773dcd83] {
  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-773dcd83] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-773dcd83] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-773dcd83] {
  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-773dcd83] {
  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-773dcd83] {
  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-773dcd83] {
  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-773dcd83]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-773dcd83] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-773dcd83] {
  flex: 1;
}
.card[data-v-773dcd83] {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 2px;
  border-radius: 16px;
  transition: outline-color 100ms ease;
  border: none;
  background-color: #E3E6E9;
  height: 200px;
}
.card[data-v-773dcd83]:hover {
  outline-color: #babc16;
  cursor: pointer;
}
.card-selected[data-v-773dcd83] {
  padding: 4px;
  background-color: #babc16;
}
.card-selected img[data-v-773dcd83] {
  border-radius: 12px !important;
}
.card-info[data-v-773dcd83] {
  position: absolute;
  left: 24px;
  background-color: #babc16;
  border-radius: 8px;
  margin-top: 16px;
  border: 2px solid white;
  color: white;
  height: 36px;
  padding: 0px 10px;
}
.card-info span[data-v-773dcd83] {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  font-size: 24px;
  letter-spacing: 1px;
  line-height: 36px;
}
.card img[data-v-773dcd83] {
  height: 100%;
  width: 100%;
  object-fit: cover;
  border-radius: 14px;
}
.button-wrapper[data-v-773dcd83] {
  border: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
  width: 100%;
}p[data-v-00c2fdcf] {
  max-width: 75ch;
}
.checkbox[data-v-00c2fdcf] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-00c2fdcf] {
  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-00c2fdcf] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-00c2fdcf] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-00c2fdcf] {
  background-color: #4A5568;
}
.compact-form[data-v-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-00c2fdcf] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-00c2fdcf] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-00c2fdcf] {
  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-00c2fdcf]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-00c2fdcf] {
  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-00c2fdcf]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-00c2fdcf] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-00c2fdcf] {
  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-00c2fdcf] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-00c2fdcf] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-00c2fdcf] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-00c2fdcf] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-00c2fdcf] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-00c2fdcf] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-00c2fdcf] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-00c2fdcf] {
  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-00c2fdcf]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-00c2fdcf] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-00c2fdcf] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-00c2fdcf] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf], .default-form-field-uisettings[data-v-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-00c2fdcf], .default-form-field-uisettings-header[data-v-00c2fdcf] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-00c2fdcf], .default-form-field-uisettings-row[data-v-00c2fdcf] {
  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-00c2fdcf], .default-form-field-uisettings-edit-row[data-v-00c2fdcf] {
  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-00c2fdcf] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-00c2fdcf] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf] {
  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-00c2fdcf]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-00c2fdcf] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-00c2fdcf] {
  flex: 1;
}
.card[data-v-00c2fdcf] {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  outline: 3px solid #E3E6E9;
  border-radius: 8px;
  transition: outline-color 100ms ease;
  border: none;
  background-color: transparent;
}
.card[data-v-00c2fdcf]:hover {
  outline-color: #babc16;
  cursor: pointer;
}
.card-selected[data-v-00c2fdcf] {
  outline-color: #babc16;
}
.card-info[data-v-00c2fdcf] {
  position: absolute;
  left: 55px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  background-color: #babc16;
  border-radius: 4px;
  padding: 0px 3px;
  margin-top: 8px;
}
.card-info span[data-v-00c2fdcf] {
  font-family: "Oswald", sans-serif;
  font-weight: bold;
}
.card img[data-v-00c2fdcf] {
  min-height: 180px;
  max-height: 180px;
  width: 100%;
  object-fit: cover;
  border-radius: 8px;
}
.button-wrapper[data-v-00c2fdcf] {
  border: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  margin-bottom: 20px;
  width: 100%;
}p[data-v-b72f6934] {
  max-width: 75ch;
}
.checkbox[data-v-b72f6934] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-b72f6934] {
  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-b72f6934] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-b72f6934] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-b72f6934] {
  background-color: #4A5568;
}
.compact-form[data-v-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-b72f6934] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-b72f6934] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-b72f6934] {
  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-b72f6934]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-b72f6934] {
  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-b72f6934]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-b72f6934] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-b72f6934] {
  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-b72f6934] {
  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-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-b72f6934] {
  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-b72f6934] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-b72f6934] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-b72f6934] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-b72f6934] {
  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-b72f6934] {
  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-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-b72f6934] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-b72f6934] {
  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-b72f6934] {
  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-b72f6934] {
  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-b72f6934]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-b72f6934] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-b72f6934] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-b72f6934] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-b72f6934] {
  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-b72f6934]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-b72f6934] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-b72f6934] {
  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-b72f6934] {
  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-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-b72f6934] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-b72f6934] {
  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-b72f6934] {
  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-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-b72f6934] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-b72f6934] {
  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-b72f6934] {
  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-b72f6934], .default-form-field-uisettings[data-v-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-b72f6934], .default-form-field-uisettings-header[data-v-b72f6934] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-b72f6934], .default-form-field-uisettings-row[data-v-b72f6934] {
  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-b72f6934], .default-form-field-uisettings-edit-row[data-v-b72f6934] {
  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-b72f6934] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-b72f6934] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-b72f6934] {
  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-b72f6934] {
  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-b72f6934] {
  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-b72f6934] {
  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-b72f6934]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-b72f6934] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-b72f6934] {
  flex: 1;
}
.card[data-v-b72f6934] {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  padding: 2px;
  border-radius: 8px;
  transition: outline-color 100ms ease;
  border: none;
  background-color: #E3E6E9;
  position: relative;
}
.card[data-v-b72f6934]:hover {
  outline-color: #babc16;
  cursor: pointer;
}
.card-selected[data-v-b72f6934] {
  background-color: #babc16;
  padding: 4px;
}
.card-selected img[data-v-b72f6934] {
  border-radius: 4px !important;
}
.card-header[data-v-b72f6934] {
  display: flex;
  justify-content: space-between;
}
.card-info[data-v-b72f6934] {
  position: absolute;
  left: 16px;
  margin-top: 10px;
  font-family: "Oswald", sans-serif;
  letter-spacing: 1px;
  font-size: 18px;
  font-weight: bold;
  background-color: white;
  border-radius: 8px;
}
.card-info span[data-v-b72f6934] {
  font-family: "Oswald", sans-serif;
  font-weight: normal;
}
.card-label[data-v-b72f6934] {
  position: absolute;
  top: 0;
  right: 0;
  padding: 0px 3px;
  margin: 5px;
  font-weight: bold;
  font-size: 0.7rem;
  border-radius: 4px;
  font-family: "Source Sans 3", sans-serif;
}
.card-label-basic[data-v-b72f6934] {
  background-color: #4A5568;
  color: white;
}
.card-label-exclusive[data-v-b72f6934] {
  background-color: #babc16;
  color: #4A5568;
}
.card-button-specs[data-v-b72f6934] {
  display: flex;
  align-items: center;
  flex-direction: row;
  position: absolute;
  margin-top: 16px;
  height: 23px;
  right: 0;
  padding: 3px;
  border-radius: 16px 0 0 16px;
  border-style: none;
  background-color: #babc16;
  color: white;
}
.card-button-specs-text[data-v-b72f6934] {
  font-size: 0.7rem;
  padding: 0px 8px;
  font-family: "Source Sans 3", sans-serif;
}
.card-question-mark[data-v-b72f6934] {
  padding: 0px 5px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 0.7rem;
  color: white;
  background-color: #4A5568;
}
.card img[data-v-b72f6934] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  background-color: white;
  border-radius: 6px;
}
#fullcover[data-v-b72f6934] {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalspecs[data-v-b72f6934] {
  position: fixed;
  z-index: 999;
  left: 50%;
  background-color: white;
  border-radius: 4px;
}
.modalspecs-size[data-v-b72f6934] {
  top: 3%;
  width: 36rem;
  margin-left: -18rem;
  height: 94vh;
}
.modalspecs-size-mobile[data-v-b72f6934] {
  top: 10%;
  width: 98%;
  margin-left: -49%;
  height: 80vh;
}
.modaltopcontainer[data-v-b72f6934] {
  display: flex;
  text-align: start;
  height: 8vh;
}
.modaltopcontainer h3[data-v-b72f6934] {
  margin: 1.5vh 1.5vh 1.5vh 3vh;
}
.imagescroller[data-v-b72f6934] {
  max-height: 98%;
  overflow-y: auto;
  border-radius: 8px;
}
.modalimage[data-v-b72f6934] {
  width: 100%;
  height: auto;
}
.modalclosebutton[data-v-b72f6934] {
  position: absolute;
  top: 32px;
  right: 48px;
  height: 4vh;
  width: 4vh;
  background: transparent;
  color: white;
  border: 2px solid white;
  box-sizing: border-box;
  border-radius: 3vh;
  font-size: 4vh;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.modalclosebutton[data-v-b72f6934]:hover {
  background-color: rgba(255, 255, 15, 0.75);
}
.absolutepos[data-v-b72f6934] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glowinginfo[data-v-b72f6934] {
  background-color: rgba(255, 255, 255, 0.3);
}
.glowingclose[data-v-b72f6934] {
  border-radius: 20px;
}
.button-wrapper[data-v-b72f6934] {
  border: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
  height: 200px;
}
.fade-enter-active[data-v-b72f6934],
.fade-enter[data-v-b72f6934] {
  transition: opacity 250ms ease;
}
.fade-leave-active[data-v-b72f6934] {
  transition: opacity 0.5s ease;
}
.fade-leave-to[data-v-b72f6934], .fade-enter-from[data-v-b72f6934] {
  opacity: 0;
}
.glow-enter-active[data-v-b72f6934],
.glow-enter[data-v-b72f6934] {
  transition: opacity 0.5s ease;
}
.glow-leave-active[data-v-b72f6934] {
  transition: opacity 0.5s ease;
}
.glow-leave-to[data-v-b72f6934], .fade-enter-from[data-v-b72f6934] {
  opacity: 0;
}
.closebtn-enter-active[data-v-b72f6934],
.closebtn-enter[data-v-b72f6934] {
  transition: opacity 0.5s ease;
}
.closebtn-leave-active[data-v-b72f6934] {
  transition: opacity 0.5s ease;
}
.closebtn-leave-to[data-v-b72f6934], .fade-enter-from[data-v-b72f6934] {
  opacity: 0;
}p[data-v-97f2f0fe] {
  max-width: 75ch;
}
.checkbox[data-v-97f2f0fe] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-97f2f0fe] {
  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-97f2f0fe] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-97f2f0fe] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-97f2f0fe] {
  background-color: #4A5568;
}
.compact-form[data-v-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-97f2f0fe] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-97f2f0fe] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-97f2f0fe] {
  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-97f2f0fe]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-97f2f0fe] {
  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-97f2f0fe]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-97f2f0fe] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-97f2f0fe] {
  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-97f2f0fe] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-97f2f0fe] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-97f2f0fe] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-97f2f0fe] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-97f2f0fe] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-97f2f0fe] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-97f2f0fe] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-97f2f0fe] {
  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-97f2f0fe]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-97f2f0fe] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-97f2f0fe] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-97f2f0fe] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe], .default-form-field-uisettings[data-v-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-97f2f0fe], .default-form-field-uisettings-header[data-v-97f2f0fe] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-97f2f0fe], .default-form-field-uisettings-row[data-v-97f2f0fe] {
  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-97f2f0fe], .default-form-field-uisettings-edit-row[data-v-97f2f0fe] {
  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-97f2f0fe] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-97f2f0fe] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe] {
  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-97f2f0fe]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-97f2f0fe] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-97f2f0fe] {
  flex: 1;
}
.categoryLabel[data-v-97f2f0fe] {
  border-radius: 8px;
  font-size: 40px;
  margin: 16px 0px;
  background-color: #E3E6E9;
  text-align: center;
  height: 80px;
}
.categoryLabel span[data-v-97f2f0fe] {
  font-family: "Bebas Neue", sans-serif;
  font-weight: 400;
  line-height: 80px;
  color: #4A5568;
  font-size: 50px;
  width: auto;
  height: auto;
}
.categoryLabel[data-v-97f2f0fe]:first-child {
  margin-top: 8px;
}p[data-v-7d19f5ca] {
  max-width: 75ch;
}
.checkbox[data-v-7d19f5ca] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-7d19f5ca] {
  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-7d19f5ca] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-7d19f5ca] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-7d19f5ca] {
  background-color: #4A5568;
}
.compact-form[data-v-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-7d19f5ca] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-7d19f5ca] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-7d19f5ca] {
  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-7d19f5ca]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-7d19f5ca] {
  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-7d19f5ca]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-7d19f5ca] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-7d19f5ca] {
  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-7d19f5ca] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-7d19f5ca] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-7d19f5ca] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-7d19f5ca] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-7d19f5ca] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-7d19f5ca] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-7d19f5ca] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-7d19f5ca] {
  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-7d19f5ca]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-7d19f5ca] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-7d19f5ca] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-7d19f5ca] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca], .default-form-field-uisettings[data-v-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-7d19f5ca], .default-form-field-uisettings-header[data-v-7d19f5ca] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-7d19f5ca], .default-form-field-uisettings-row[data-v-7d19f5ca] {
  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-7d19f5ca], .default-form-field-uisettings-edit-row[data-v-7d19f5ca] {
  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-7d19f5ca] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-7d19f5ca] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca] {
  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-7d19f5ca]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-7d19f5ca] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-7d19f5ca] {
  flex: 1;
}
.bouding-box[data-v-7d19f5ca] {
  display: flex;
  background: #E3E6E9;
  border-radius: 8px;
  overflow: hidden;
  width: 100%;
  height: 80px;
  padding: 8px;
  box-sizing: border-box;
}
@media (max-width: 999px) {
.bouding-box[data-v-7d19f5ca] {
    max-width: 97%;
    width: 97%;
}
}
.switch[data-v-7d19f5ca] {
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 10;
  transition: transform 200ms ease;
}
.switch-button[data-v-7d19f5ca] {
  background-color: transparent;
  border: none;
  display: flex;
  gap: 5px;
  align-items: center;
  justify-content: center;
  white-space: nowrap;
  color: Black;
  z-index: 12;
  margin: 0px;
  height: 100%;
  border-radius: 6px;
  transition: color 200ms ease;
  text-decoration: none;
  font-weight: 600;
  transition: background-color 100ms ease;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-size: 19px;
  color: #4A5568;
}
.switch-button[data-v-7d19f5ca]:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
  cursor: pointer;
}
.switch-button-active[data-v-7d19f5ca] {
  color: #babc16;
  background-color: #4A5568;
}
.switch-button-active[data-v-7d19f5ca]:hover {
  background-color: transparent;
  cursor: default;
}
.switch-tracker[data-v-7d19f5ca] {
  content: "";
  position: absolute;
  background-color: #4A5568;
  height: 100%;
  z-index: 11;
  border-radius: 6px;
  transition: transform 200ms ease, width 100ms ease;
}p[data-v-31c9c392] {
  max-width: 75ch;
}
.checkbox[data-v-31c9c392] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-31c9c392] {
  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-31c9c392] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-31c9c392] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-31c9c392] {
  background-color: #4A5568;
}
.compact-form[data-v-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-31c9c392] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-31c9c392] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-31c9c392] {
  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-31c9c392]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-31c9c392] {
  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-31c9c392]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-31c9c392] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-31c9c392] {
  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-31c9c392] {
  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-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-31c9c392] {
  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-31c9c392] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-31c9c392] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-31c9c392] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-31c9c392] {
  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-31c9c392] {
  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-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-31c9c392] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-31c9c392] {
  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-31c9c392] {
  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-31c9c392] {
  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-31c9c392]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-31c9c392] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-31c9c392] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-31c9c392] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-31c9c392] {
  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-31c9c392]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-31c9c392] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-31c9c392] {
  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-31c9c392] {
  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-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-31c9c392] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-31c9c392] {
  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-31c9c392] {
  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-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-31c9c392] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-31c9c392] {
  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-31c9c392] {
  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-31c9c392], .default-form-field-uisettings[data-v-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-31c9c392], .default-form-field-uisettings-header[data-v-31c9c392] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-31c9c392], .default-form-field-uisettings-row[data-v-31c9c392] {
  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-31c9c392], .default-form-field-uisettings-edit-row[data-v-31c9c392] {
  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-31c9c392] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-31c9c392] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-31c9c392] {
  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-31c9c392] {
  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-31c9c392] {
  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-31c9c392] {
  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-31c9c392]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-31c9c392] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-31c9c392] {
  flex: 1;
}
.bounding-box-container[data-v-31c9c392] {
  background: #E3E6E9;
  border-radius: 8px;
  padding: 2px;
}
.bouding-box[data-v-31c9c392] {
  display: flex;
  background: white;
  border-radius: 6px;
  overflow: hidden;
  padding: 8px;
  width: 100%;
  box-sizing: border-box;
}
.switch[data-v-31c9c392] {
  display: flex;
  gap: 8px;
  position: relative;
  z-index: 10;
  transition: transform 200ms ease;
  width: 100%;
}
.switch-button[data-v-31c9c392] {
  background: transparent;
  border: none;
  display: flex;
  color: Black;
  z-index: 12;
  transition: color 200ms ease;
  text-decoration: none;
  transition: background-color 100ms ease;
  flex-direction: column;
  gap: 8px;
  flex: 1;
}
.switch-button-image[data-v-31c9c392] {
  width: 100%;
  border: 1px dashed #4A5568;
  box-sizing: border-box;
}
.switch-button-label[data-v-31c9c392] {
  height: 56px;
  font-weight: 600;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  color: #4A5568;
  font-size: 19px;
  width: 75%;
  margin: auto;
  display: flex;
  justify-content: center;
  align-items: center;
}
@media (max-width: 999px) {
.switch-button-label[data-v-31c9c392] {
    font-size: 14px;
}
}
.switch-button[data-v-31c9c392]:hover {
  background-color: hsla(0, 0%, 100%, 0.7);
  cursor: pointer;
}
.switch-button-active span[data-v-31c9c392] {
  color: #babc16;
}
.switch-button-active[data-v-31c9c392]:hover {
  background-color: transparent;
  cursor: default;
}
.switch-tracker[data-v-31c9c392] {
  content: "";
  position: absolute;
  background-color: #4A5568;
  height: 56px;
  bottom: 0;
  z-index: 11;
  border-radius: 8px;
  transition: transform 200ms ease, width 100ms ease;
}p[data-v-9ede9d37] {
  max-width: 75ch;
}
.checkbox[data-v-9ede9d37] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-9ede9d37] {
  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-9ede9d37] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-9ede9d37] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-9ede9d37] {
  background-color: #4A5568;
}
.compact-form[data-v-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-9ede9d37] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-9ede9d37] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-9ede9d37] {
  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-9ede9d37]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-9ede9d37] {
  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-9ede9d37]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-9ede9d37] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-9ede9d37] {
  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-9ede9d37] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-9ede9d37] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-9ede9d37] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-9ede9d37] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-9ede9d37] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-9ede9d37] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-9ede9d37] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-9ede9d37] {
  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-9ede9d37]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-9ede9d37] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-9ede9d37] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-9ede9d37] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37], .default-form-field-uisettings[data-v-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-9ede9d37], .default-form-field-uisettings-header[data-v-9ede9d37] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-9ede9d37], .default-form-field-uisettings-row[data-v-9ede9d37] {
  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-9ede9d37], .default-form-field-uisettings-edit-row[data-v-9ede9d37] {
  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-9ede9d37] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-9ede9d37] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37] {
  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-9ede9d37]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-9ede9d37] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-9ede9d37] {
  flex: 1;
}
.expand[data-v-9ede9d37] {
  display: flex;
  flex-direction: column;
}
.expand-header[data-v-9ede9d37] {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  border-bottom: 2px solid #E3E6E9;
  background-color: #E3E6E9;
  border-radius: 8px;
  cursor: pointer;
  height: 48px;
}
.expand-header h3[data-v-9ede9d37] {
  margin: 0px;
  font-size: 19px;
  color: #4A5568;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.expand-header-button[data-v-9ede9d37] {
  border: none;
  background-color: transparent;
  transform: rotate(0deg);
  transition: transform 150ms ease;
  border-radius: 50%;
  position: absolute;
  right: 8px;
}
.expand-header-button-open[data-v-9ede9d37] {
  transform: rotate(180deg);
}
.expand-content[data-v-9ede9d37] {
  padding-top: 16px;
}
.enter-active[data-v-9ede9d37],
.leave-active[data-v-9ede9d37] {
  overflow: hidden;
  transition: height 300ms ease;
}p[data-v-24b4ced7] {
  max-width: 75ch;
}
.checkbox[data-v-24b4ced7] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-24b4ced7] {
  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-24b4ced7] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-24b4ced7] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-24b4ced7] {
  background-color: #4A5568;
}
.compact-form[data-v-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-24b4ced7] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-24b4ced7] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-24b4ced7] {
  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-24b4ced7]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-24b4ced7] {
  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-24b4ced7]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-24b4ced7] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-24b4ced7] {
  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-24b4ced7] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-24b4ced7] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-24b4ced7] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-24b4ced7] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-24b4ced7] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-24b4ced7] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-24b4ced7] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-24b4ced7] {
  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-24b4ced7]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-24b4ced7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-24b4ced7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-24b4ced7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7], .default-form-field-uisettings[data-v-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-24b4ced7], .default-form-field-uisettings-header[data-v-24b4ced7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-24b4ced7], .default-form-field-uisettings-row[data-v-24b4ced7] {
  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-24b4ced7], .default-form-field-uisettings-edit-row[data-v-24b4ced7] {
  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-24b4ced7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-24b4ced7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7] {
  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-24b4ced7]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-24b4ced7] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-24b4ced7] {
  flex: 1;
}
.container[data-v-24b4ced7] {
  width: 100%;
  border: 2px solid #E3E6E9;
  border-radius: 8px;
  box-sizing: border-box;
  padding: 8px;
  position: relative;
}
.buttons[data-v-24b4ced7] {
  width: 100%;
  display: flex;
  gap: 8px;
  position: relative;
}
.buttons-container[data-v-24b4ced7] {
  min-height: 100px;
  width: 100%;
  overflow-x: auto;
  z-index: 99;
  scroll-behavior: smooth;
}
.buttons-container[data-v-24b4ced7]::-webkit-scrollbar {
  height: 18px;
}
.buttons-container[data-v-24b4ced7]::-webkit-scrollbar-track {
  background: #babc16;
  border: 7px solid transparent;
  background-clip: content-box;
  border-radius: 16px;
}
.buttons-container[data-v-24b4ced7]::-webkit-scrollbar-thumb {
  background-color: #4A5568;
  border-radius: 16px;
  border: 1px solid transparent;
  background-clip: content-box;
}
.buttons-container[data-v-24b4ced7]::-webkit-scrollbar-button {
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  width: 16px;
  height: 16px;
}
.buttons-container[data-v-24b4ced7]::-webkit-scrollbar-button:start:decrement {
  background-image: var(--scrollbar-button-bg-left);
}
.buttons-container[data-v-24b4ced7]::-webkit-scrollbar-button:end:increment {
  background-image: var(--scrollbar-button-bg-right);
}
.buttons-button[data-v-24b4ced7] {
  border: none;
  background: none;
  display: flex;
  flex-direction: column;
  align-items: center;
  cursor: pointer;
  gap: 8px;
  padding: 0px;
}
.buttons-button-label[data-v-24b4ced7] {
  background-color: #E3E6E9;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 56px;
  max-height: 56px;
}
.buttons-button-image[data-v-24b4ced7] {
  max-width: calc(100% - 16px);
  min-width: calc(100% - 16px);
  height: 105px;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media (max-width: 999px) {
.buttons-button-image[data-v-24b4ced7] {
    height: 80px;
}
}
.buttons-button img[data-v-24b4ced7] {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}
.buttons-button-active span[data-v-24b4ced7] {
  color: #babc16 !important;
}
.buttons-button span[data-v-24b4ced7] {
  font-family: "Oswald", sans-serif;
  color: #4A5568;
  font-weight: 700;
  font-size: 19px;
  text-transform: uppercase;
  z-index: 2;
  position: relative;
  display: flex;
  transition: color 0.3s ease-in-out;
  text-wrap: stable;
  max-width: 90%;
}
@media (max-width: 999px) {
.buttons-button span[data-v-24b4ced7] {
    font-size: 14px;
}
}
.buttons-tracker[data-v-24b4ced7] {
  height: 56px;
  background-color: #4A5568;
  border-radius: 8px;
  position: absolute;
  transition: transform 0.3s ease-in-out;
  z-index: 2;
}p[data-v-c868eaf6] {
  max-width: 75ch;
}
.checkbox[data-v-c868eaf6] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-c868eaf6] {
  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-c868eaf6] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-c868eaf6] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-c868eaf6] {
  background-color: #4A5568;
}
.compact-form[data-v-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-c868eaf6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-c868eaf6] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-c868eaf6] {
  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-c868eaf6]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-c868eaf6] {
  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-c868eaf6]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-c868eaf6] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-c868eaf6] {
  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-c868eaf6] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-c868eaf6] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-c868eaf6] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-c868eaf6] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-c868eaf6] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-c868eaf6] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-c868eaf6] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-c868eaf6] {
  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-c868eaf6]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-c868eaf6] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-c868eaf6] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-c868eaf6] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6], .default-form-field-uisettings[data-v-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-c868eaf6], .default-form-field-uisettings-header[data-v-c868eaf6] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-c868eaf6], .default-form-field-uisettings-row[data-v-c868eaf6] {
  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-c868eaf6], .default-form-field-uisettings-edit-row[data-v-c868eaf6] {
  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-c868eaf6] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-c868eaf6] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6] {
  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-c868eaf6]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-c868eaf6] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-c868eaf6] {
  flex: 1;
}
.flexRow[data-v-c868eaf6] {
  display: flex;
  flex-direction: row;
  gap: 1rem;
}
.extra-option-toggle[data-v-c868eaf6] {
  border: 3px solid white;
  border-radius: 2rem;
  background-color: transparent;
  position: relative;
}
.togglegraphic[data-v-c868eaf6] {
  position: absolute;
  inset: 0px;
  margin-top: -0.4rem;
  border-style: solid;
  border: 3px solid white;
  border-radius: 2rem;
}
.togglegraphic[data-v-c868eaf6]:hover {
  cursor: pointer;
  border-style: solid;
  border-color: #babc16;
}
.selector[data-v-c868eaf6] {
  display: flex;
  flex-direction: column;
}
.selector-section[data-v-c868eaf6] {
  display: flex;
  flex-direction: column;
  max-width: 100%;
  width: 100%;
}
.selector-section h3[data-v-c868eaf6] {
  text-align: left;
  margin: 0px;
  font-size: 20px;
  font-weight: 400;
  color: #4A5568;
  margin-top: 8px;
}
.selector-section h2[data-v-c868eaf6] {
  text-align: left;
  margin: 0px;
  font-size: 12px;
  font-weight: 700;
  color: #4A5568;
  margin-bottom: 8px;
}
.selector-section-category[data-v-c868eaf6] {
  display: flex;
  gap: 16px;
  flex-wrap: wrap;
}
.selector-section-category-item[data-v-c868eaf6] {
  width: 132px;
  display: inline-block;
  flex-direction: column;
  align-items: center;
  background-color: transparent;
  border: none;
  margin: 0px;
  padding: 0px;
}
.selector-section-category-item-active img[data-v-c868eaf6] {
  border: 4px solid #babc16 !important;
}
.selector-section-category-item[data-v-c868eaf6]:hover:enabled {
  cursor: pointer;
}
.selector-section-category-item:hover:enabled img[data-v-c868eaf6] {
  border: 4px solid #babc16;
}
.selector-section-category-item[data-v-c868eaf6]:disabled {
  cursor: not-allowed;
}
.selector-section-category-item h4[data-v-c868eaf6] {
  font-size: 14px;
  font-weight: 400;
  margin: 0px;
}
.selector-section-category-item img[data-v-c868eaf6] {
  transition: background-color 100ms ease, border-color 100ms ease;
  width: 100%;
  object-fit: contain;
  border: 2px solid #E3E6E9;
  border-radius: 8px;
  box-sizing: border-box;
}
.selector-section-color[data-v-c868eaf6] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
}
.selector-section-color-item[data-v-c868eaf6] {
  width: 58px;
  border: none;
  background-color: transparent;
  display: inline-block;
  padding: 0px;
  cursor: pointer;
  position: relative;
  border-radius: 4px;
  outline: 4px solid transparent;
  outline-offset: -4px;
  transition: outline-color 100ms ease;
  display: flex;
  flex-direction: column;
}
.selector-section-color-item div[data-v-c868eaf6] {
  transition: border 100ms;
}
.selector-section-color-item-active div[data-v-c868eaf6] {
  border: 4px solid #babc16;
}
.selector-section-color-item-image[data-v-c868eaf6] {
  width: 58px;
  overflow: hidden;
  height: 58px;
  border-radius: 8px;
  border: 2px solid #E3E6E9;
  box-sizing: border-box;
}
.selector-section-color-item-name[data-v-c868eaf6] {
  font-size: 9px;
  position: relative;
  left: 50%;
  transform: translateX(-50%);
}
.selector-section-color-item img[data-v-c868eaf6] {
  width: 100%;
  height: 100%;
  background-color: #E3E6E9;
}
.selector-section-color-item:hover:enabled > .selector-section-color-item-hover[data-v-c868eaf6] {
  transform: translateY(-30px);
}
.selector-section-color-item[data-v-c868eaf6]:disabled {
  cursor: not-allowed;
}
.selector-section-color-item-hover[data-v-c868eaf6] {
  position: absolute;
  bottom: -30px;
  left: 0px;
  background-color: hsla(0, 0%, 0%, 0.5);
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: transform 175ms ease;
}
.selector-section-color-item-hover-name[data-v-c868eaf6] {
  font-weight: 500;
  font-size: 0.5rem;
  padding: 5px;
  color: white;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
}p[data-v-a6580805] {
  max-width: 75ch;
}
.checkbox[data-v-a6580805] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-a6580805] {
  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-a6580805] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-a6580805] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-a6580805] {
  background-color: #4A5568;
}
.compact-form[data-v-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-a6580805] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-a6580805] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-a6580805] {
  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-a6580805]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-a6580805] {
  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-a6580805]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-a6580805] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-a6580805] {
  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-a6580805] {
  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-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-a6580805] {
  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-a6580805] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-a6580805] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-a6580805] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-a6580805] {
  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-a6580805] {
  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-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-a6580805] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-a6580805] {
  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-a6580805] {
  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-a6580805] {
  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-a6580805]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-a6580805] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-a6580805] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-a6580805] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-a6580805] {
  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-a6580805]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-a6580805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-a6580805] {
  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-a6580805] {
  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-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-a6580805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-a6580805] {
  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-a6580805] {
  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-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-a6580805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-a6580805] {
  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-a6580805] {
  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-a6580805], .default-form-field-uisettings[data-v-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-a6580805], .default-form-field-uisettings-header[data-v-a6580805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-a6580805], .default-form-field-uisettings-row[data-v-a6580805] {
  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-a6580805], .default-form-field-uisettings-edit-row[data-v-a6580805] {
  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-a6580805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-a6580805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-a6580805] {
  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-a6580805] {
  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-a6580805] {
  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-a6580805] {
  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-a6580805]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-a6580805] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-a6580805] {
  flex: 1;
}
.expand[data-v-a6580805] {
  display: flex;
  flex-direction: column;
}
.expand-header[data-v-a6580805] {
  display: flex;
  align-items: center;
  width: 100%;
  justify-content: space-between;
  margin-bottom: 10px;
  border-bottom: 2px solid #E3E6E9;
  cursor: pointer;
  background-color: #E3E6E9;
  border-radius: 8px;
  height: 48px;
}
.expand-header h3[data-v-a6580805] {
  margin: 0px;
  font-size: 19px;
  color: #4A5568;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.expand-header-button[data-v-a6580805] {
  border: none;
  background-color: transparent;
  transform: rotate(0deg);
  transition: transform 150ms ease;
  border-radius: 50%;
}
.expand-header-button-open[data-v-a6580805] {
  transform: rotate(180deg);
}
.enter-active[data-v-a6580805],
.leave-active[data-v-a6580805] {
  overflow: hidden;
  transition: height 300ms ease;
}
.checkboxA[data-v-a6580805] {
  opacity: 0;
  display: none;
}
.labelA[data-v-a6580805] {
  background-color: white;
  border: 2px solid #4A5568;
  display: flex;
  align-items: center;
  justify-items: center;
  justify-content: space-between;
  border-radius: 4px;
  position: relative;
  transition: background-color 100ms ease;
  cursor: pointer;
  pointer-events: none;
}
.labelA-icon[data-v-a6580805] {
  transition: color 200ms ease;
  position: absolute;
  right: 16px;
  color: #4A5568;
  margin-top: 4px;
}
.labelA-icon-active[data-v-a6580805] {
  color: #babc16;
}
.checkboxA:checked + .labelA[data-v-a6580805] {
  background-color: #4A5568;
}p[data-v-809d19f1] {
  max-width: 75ch;
}
.checkbox[data-v-809d19f1] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-809d19f1] {
  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-809d19f1] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-809d19f1] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-809d19f1] {
  background-color: #4A5568;
}
.compact-form[data-v-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-809d19f1] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-809d19f1] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-809d19f1] {
  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-809d19f1]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-809d19f1] {
  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-809d19f1]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-809d19f1] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-809d19f1] {
  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-809d19f1] {
  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-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-809d19f1] {
  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-809d19f1] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-809d19f1] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-809d19f1] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-809d19f1] {
  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-809d19f1] {
  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-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-809d19f1] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-809d19f1] {
  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-809d19f1] {
  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-809d19f1] {
  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-809d19f1]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-809d19f1] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-809d19f1] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-809d19f1] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-809d19f1] {
  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-809d19f1]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-809d19f1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-809d19f1] {
  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-809d19f1] {
  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-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-809d19f1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-809d19f1] {
  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-809d19f1] {
  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-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-809d19f1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-809d19f1] {
  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-809d19f1] {
  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-809d19f1], .default-form-field-uisettings[data-v-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-809d19f1], .default-form-field-uisettings-header[data-v-809d19f1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-809d19f1], .default-form-field-uisettings-row[data-v-809d19f1] {
  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-809d19f1], .default-form-field-uisettings-edit-row[data-v-809d19f1] {
  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-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-809d19f1] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-809d19f1] {
  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-809d19f1] {
  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-809d19f1] {
  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-809d19f1] {
  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-809d19f1]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-809d19f1] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-809d19f1] {
  flex: 1;
}
.card[data-v-809d19f1] {
  display: flex;
  flex-grow: 1;
  height: calc(100% - 20px);
  flex-direction: column;
  outline: 3px solid #E3E6E9;
  border-radius: 8px;
  padding: 10px;
  transition: outline-color 100ms ease;
  border: none;
  background-color: transparent;
  scroll-margin: 150px;
}
.card[data-v-809d19f1]:hover {
  outline-color: #babc16;
  cursor: pointer;
}
.card-selected[data-v-809d19f1] {
  outline-color: #babc16;
}
.card-header[data-v-809d19f1] {
  display: flex;
  justify-content: space-between;
  height: 150px;
  max-width: 100%;
}
.card-header img[data-v-809d19f1] {
  min-height: 150px;
  max-height: 150px;
  width: calc(100% - 24px);
  object-fit: contain;
}
.card-header-colors[data-v-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-header-colors-button[data-v-809d19f1] {
  height: 24px;
  width: 24px;
  outline: 3px solid #E3E6E9;
  outline-offset: -2px;
  border: none;
  border-radius: 4px;
  transition: outline-color 100ms ease;
  cursor: pointer;
}
.card-header-colors-button[data-v-809d19f1]:hover {
  outline-color: #babc16;
}
.card-header-colors-button-active[data-v-809d19f1] {
  outline-color: #babc16;
}
.card-header-glastypes[data-v-809d19f1] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-header-glastypes-button[data-v-809d19f1] {
  height: 24px;
  width: 32px;
  outline: 3px solid #E3E6E9;
  outline-offset: -2px;
  border: none;
  border-radius: 4px;
  transition: outline-color 100ms ease;
  cursor: pointer;
  margin-right: 0.4em;
}
.card-header-glastypes-button[data-v-809d19f1]:hover {
  outline-color: #babc16;
}
.card-header-glastypes-button-active[data-v-809d19f1] {
  outline-color: #babc16;
}
.card-info[data-v-809d19f1] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.card-info h3[data-v-809d19f1] {
  font-size: 1rem;
  text-align: left;
}
.card-info-size[data-v-809d19f1] {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
.card-options[data-v-809d19f1] {
  display: flex;
  gap: 15px;
}
.card-options button[data-v-809d19f1] {
  flex-grow: 1;
  background-color: #E3E6E9;
  border: none;
  border-radius: 4px;
  padding: 5px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #4A5568;
  transition: color 100ms ease, background-color 100ms ease;
  cursor: pointer;
}
.card-options-active[data-v-809d19f1] {
  background-color: #4A5568 !important;
  color: #babc16 !important;
}
.button-wrapper[data-v-809d19f1] {
  border: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
}p[data-v-c22b6a46] {
  max-width: 75ch;
}
.checkbox[data-v-c22b6a46] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-c22b6a46] {
  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-c22b6a46] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-c22b6a46] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-c22b6a46] {
  background-color: #4A5568;
}
.compact-form[data-v-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-c22b6a46] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-c22b6a46] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-c22b6a46] {
  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-c22b6a46]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-c22b6a46] {
  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-c22b6a46]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-c22b6a46] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-c22b6a46] {
  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-c22b6a46] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-c22b6a46] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-c22b6a46] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-c22b6a46] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-c22b6a46] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-c22b6a46] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-c22b6a46] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-c22b6a46] {
  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-c22b6a46]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-c22b6a46] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-c22b6a46] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-c22b6a46] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46], .default-form-field-uisettings[data-v-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-c22b6a46], .default-form-field-uisettings-header[data-v-c22b6a46] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-c22b6a46], .default-form-field-uisettings-row[data-v-c22b6a46] {
  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-c22b6a46], .default-form-field-uisettings-edit-row[data-v-c22b6a46] {
  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-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-c22b6a46] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46] {
  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-c22b6a46]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-c22b6a46] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-c22b6a46] {
  flex: 1;
}
.title[data-v-c22b6a46] {
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
  font-size: 19px;
}
.variant[data-v-c22b6a46] {
  font-weight: 400;
  text-align: left;
  margin-bottom: 16px;
}
.card[data-v-c22b6a46] {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  outline: 3px solid #E3E6E9;
  border-radius: 8px;
  padding: 10px;
  transition: outline-color 100ms ease;
  border: none;
  background-color: transparent;
  scroll-margin: 150px;
}
.card[data-v-c22b6a46]:hover {
  outline-color: #babc16;
  cursor: context-menu;
}
.card-selected[data-v-c22b6a46] {
  outline-color: #babc16;
}
.card-header[data-v-c22b6a46] {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.card-header img[data-v-c22b6a46] {
  min-height: 196px;
  max-height: 196px;
  width: calc(100% - 24px);
  object-fit: contain;
}
.card-header-colors[data-v-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 8px;
  margin-right: 8px;
}
.card-header-colors-button[data-v-c22b6a46] {
  min-height: 32px;
  min-width: 32px;
  outline: 2px solid #E3E6E9;
  outline-offset: -2px;
  border: none;
  border-radius: 8px;
  transition: outline-color 100ms ease;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.card-header-colors-button[data-v-c22b6a46]:hover {
  outline-color: #babc16;
}
.card-header-colors-button-active[data-v-c22b6a46] {
  outline-color: #babc16;
}
.card-header-colors-button span[data-v-c22b6a46] {
  font-size: 9px;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
}
.card-header-glastypes[data-v-c22b6a46] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-header-glastypes-button[data-v-c22b6a46] {
  height: 24px;
  width: 32px;
  outline: 3px solid #E3E6E9;
  outline-offset: -2px;
  border: none;
  border-radius: 4px;
  transition: outline-color 100ms ease;
  cursor: pointer;
  margin-right: 0.4em;
}
.card-header-glastypes-button[data-v-c22b6a46]:hover {
  outline-color: #babc16;
}
.card-header-glastypes-button-active[data-v-c22b6a46] {
  outline-color: #babc16;
}
.card-info[data-v-c22b6a46] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
}
.card-info h3[data-v-c22b6a46] {
  font-size: 1rem;
  text-align: left;
}
.card-info-size[data-v-c22b6a46] {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
.card-options[data-v-c22b6a46] {
  display: flex;
  gap: 15px;
}
.card-options button[data-v-c22b6a46] {
  flex-grow: 1;
  background-color: #E3E6E9;
  border: none;
  border-radius: 4px;
  padding: 5px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #4A5568;
  transition: color 100ms ease, background-color 100ms ease;
  cursor: pointer;
}
.card-options-active[data-v-c22b6a46] {
  background-color: #4A5568 !important;
  color: #babc16 !important;
}
.button-wrapper[data-v-c22b6a46] {
  border: none;
  display: flex;
  padding: 0px;
  background-color: transparent;
  height: auto;
}
.button-wrapper-mobile[data-v-c22b6a46] {
  border: none;
  display: flex;
  margin: auto;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
  width: 93vw;
  height: 14rem;
}
.button-wrapper[data-v-c22b6a46]:hover {
  cursor: context-menu;
}
button[disabled][data-v-c22b6a46] {
  cursor: not-allowed;
  filter: grayscale(100%);
  border: dotted 2px #bdbdbd;
}p[data-v-28d4667a] {
  max-width: 75ch;
}
.checkbox[data-v-28d4667a] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-28d4667a] {
  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-28d4667a] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-28d4667a] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-28d4667a] {
  background-color: #4A5568;
}
.compact-form[data-v-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-28d4667a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-28d4667a] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-28d4667a] {
  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-28d4667a]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-28d4667a] {
  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-28d4667a]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-28d4667a] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-28d4667a] {
  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-28d4667a] {
  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-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-28d4667a] {
  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-28d4667a] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-28d4667a] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-28d4667a] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-28d4667a] {
  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-28d4667a] {
  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-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-28d4667a] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-28d4667a] {
  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-28d4667a] {
  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-28d4667a] {
  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-28d4667a]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-28d4667a] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-28d4667a] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-28d4667a] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-28d4667a] {
  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-28d4667a]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-28d4667a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-28d4667a] {
  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-28d4667a] {
  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-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-28d4667a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-28d4667a] {
  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-28d4667a] {
  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-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-28d4667a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-28d4667a] {
  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-28d4667a] {
  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-28d4667a], .default-form-field-uisettings[data-v-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-28d4667a], .default-form-field-uisettings-header[data-v-28d4667a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-28d4667a], .default-form-field-uisettings-row[data-v-28d4667a] {
  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-28d4667a], .default-form-field-uisettings-edit-row[data-v-28d4667a] {
  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-28d4667a] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-28d4667a] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-28d4667a] {
  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-28d4667a] {
  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-28d4667a] {
  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-28d4667a] {
  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-28d4667a]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-28d4667a] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-28d4667a] {
  flex: 1;
}
.container[data-v-28d4667a] {
  width: auto;
  overflow: hidden;
  line-height: 16px;
}
.image[data-v-28d4667a] {
  aspect-ratio: 1/1;
  width: calc(100% - 8px);
  height: auto;
  object-fit: cover;
  border: 2px solid #E2E8F0;
  box-sizing: border-box;
  border-radius: 8px;
  transition: border-color 0.1s ease;
  cursor: pointer;
}
.image.hover-color[data-v-28d4667a] {
  border-color: #BABC16;
}
.label[data-v-28d4667a] {
  font-size: 14px;
  line-height: 16px;
  padding: 4px;
  display: inline-block;
  width: 100%;
  box-sizing: border-box;
  color: #4A5568;
}
.active[data-v-28d4667a] {
  border-width: 4px;
  border-color: #BABC16;
}
.card-button-specs[data-v-28d4667a] {
  cursor: pointer;
  margin: 0px auto;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 4px;
  height: 23px;
  right: 0;
  padding: 3px;
  border-radius: 16px;
  border-style: none;
  background-color: #babc16;
  color: white;
}
.card-button-specs-text[data-v-28d4667a] {
  font-size: 0.8rem;
  padding: 0px 8px;
  padding-right: 16px;
  font-family: "Source Sans 3", sans-serif;
}
.card-question-mark[data-v-28d4667a] {
  padding: 0px 5px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 0.7rem;
  color: white;
  background-color: #4A5568;
}
#fullcover[data-v-28d4667a] {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalspecs[data-v-28d4667a] {
  position: fixed;
  z-index: 999;
  left: 50%;
  background-color: white;
  border-radius: 8px;
}
.modalspecs-size[data-v-28d4667a] {
  top: 3%;
  width: 36rem;
  margin-left: -18rem;
  height: 94vh;
}
.modalspecs-size-mobile[data-v-28d4667a] {
  top: 10%;
  width: 98%;
  margin-left: -49%;
  height: 80vh;
}
.modaltopcontainer[data-v-28d4667a] {
  display: flex;
  text-align: start;
  height: 8vh;
}
.modaltopcontainer h3[data-v-28d4667a] {
  margin: 1.5vh 1.5vh 1.5vh 3vh;
}
.imagescroller[data-v-28d4667a] {
  max-height: calc(98% - 8vh);
  overflow-y: auto;
}
.modalimage[data-v-28d4667a] {
  width: 100%;
  height: auto;
}
.modalclosebutton[data-v-28d4667a] {
  position: relative;
  margin: 1.5vh 1.5vh 1.5vh auto;
  height: 4vh;
  width: 4vh;
  background: lightgrey;
  border: none;
  border-radius: 3vh;
  font-size: 3vh;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
.absolutepos[data-v-28d4667a] {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.glowinginfo[data-v-28d4667a] {
  background-color: rgba(255, 255, 255, 0.3);
}
.glowingclose[data-v-28d4667a] {
  background-color: rgba(255, 255, 15, 0.75);
  border-radius: 20px;
}
.button-wrapper[data-v-28d4667a] {
  border: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
  height: 200px;
}
.fade-enter-active[data-v-28d4667a],
.fade-enter[data-v-28d4667a] {
  transition: opacity 250ms ease;
}
.fade-leave-active[data-v-28d4667a] {
  transition: opacity 0.5s ease;
}
.fade-leave-to[data-v-28d4667a], .fade-enter-from[data-v-28d4667a] {
  opacity: 0;
}
.glow-enter-active[data-v-28d4667a],
.glow-enter[data-v-28d4667a] {
  transition: opacity 0.5s ease;
}
.glow-leave-active[data-v-28d4667a] {
  transition: opacity 0.5s ease;
}
.glow-leave-to[data-v-28d4667a], .fade-enter-from[data-v-28d4667a] {
  opacity: 0;
}
.closebtn-enter-active[data-v-28d4667a],
.closebtn-enter[data-v-28d4667a] {
  transition: opacity 0.5s ease;
}
.closebtn-leave-active[data-v-28d4667a] {
  transition: opacity 0.5s ease;
}
.closebtn-leave-to[data-v-28d4667a], .fade-enter-from[data-v-28d4667a] {
  opacity: 0;
}p[data-v-f3f99c32] {
  max-width: 75ch;
}
.checkbox[data-v-f3f99c32] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-f3f99c32] {
  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-f3f99c32] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-f3f99c32] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-f3f99c32] {
  background-color: #4A5568;
}
.compact-form[data-v-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-f3f99c32] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-f3f99c32] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-f3f99c32] {
  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-f3f99c32]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-f3f99c32] {
  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-f3f99c32]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-f3f99c32] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-f3f99c32] {
  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-f3f99c32] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-f3f99c32] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-f3f99c32] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-f3f99c32] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-f3f99c32] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-f3f99c32] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-f3f99c32] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-f3f99c32] {
  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-f3f99c32]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-f3f99c32] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-f3f99c32] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-f3f99c32] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32], .default-form-field-uisettings[data-v-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-f3f99c32], .default-form-field-uisettings-header[data-v-f3f99c32] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-f3f99c32], .default-form-field-uisettings-row[data-v-f3f99c32] {
  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-f3f99c32], .default-form-field-uisettings-edit-row[data-v-f3f99c32] {
  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-f3f99c32] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-f3f99c32] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32] {
  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-f3f99c32]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-f3f99c32] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-f3f99c32] {
  flex: 1;
}
.color[data-v-f3f99c32] {
  display: flex;
  gap: 16px;
}
@media (max-width: 550px) {
.color[data-v-f3f99c32] {
    flex-wrap: wrap;
}
}
.color-preview[data-v-f3f99c32] {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  align-items: center;
  max-width: 168px;
}
.color-preview-center span[data-v-f3f99c32], .color-preview-center h3[data-v-f3f99c32] {
  text-align: center !important;
}
.color-preview img[data-v-f3f99c32] {
  min-height: 168px;
  min-width: 168px;
  max-height: 168px;
  max-width: 168px;
  object-fit: cover;
  border-radius: 8px;
  margin-bottom: 16px;
}
.color-preview .colorBlock[data-v-f3f99c32] {
  min-height: 150px;
  min-width: 150px;
  max-height: 150px;
  max-width: 150px;
  object-fit: cover;
  border-radius: 8px;
}
.color-preview span[data-v-f3f99c32] {
  margin: 0px;
  font-weight: 500;
  color: #4A5568;
  text-align: left;
  width: 100%;
  font-size: 12px;
}
.color-preview h3[data-v-f3f99c32] {
  margin: 0px;
  margin-top: -4px;
  text-align: left;
  width: 100%;
  color: #4A5568;
  font-size: 16px;
}
.color-options[data-v-f3f99c32] {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  align-content: flex-start;
}
.color-options-item[data-v-f3f99c32] {
  width: 120px;
  border: none;
  padding: 0px;
  cursor: pointer;
  display: flex;
  flex-direction: column;
  background-color: transparent;
}
.color-options-item-image[data-v-f3f99c32] {
  box-sizing: border-box;
  background-color: #E3E6E9;
  border-radius: 8px;
  width: 120px;
  height: 120px;
  padding: 2px;
}
.color-options-item-selected div[data-v-f3f99c32] {
  background-color: #babc16;
  padding: 4px;
}
.color-options-item-selected img[data-v-f3f99c32] {
  border-radius: 4px !important;
}
.color-options-item img[data-v-f3f99c32] {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 6px;
  background-color: #E3E6E9;
}
.color-options-item .colorBlock[data-v-f3f99c32] {
  min-width: 100px;
  min-height: 100px;
  max-width: 100px;
  max-height: 100px;
  object-fit: cover;
  border-radius: 4px;
}
.color-options-item:hover > .color-options-item-hover[data-v-f3f99c32] {
  transform: translateY(-30px);
}
.color-options-item-hover[data-v-f3f99c32] {
  position: absolute;
  bottom: -30px;
  left: 0px;
  background-color: hsla(0, 0%, 0%, 0.5);
  width: 100%;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 4px;
  transition: transform 175ms ease;
}
.color-options-item-hover-name[data-v-f3f99c32] {
  font-weight: 500;
  padding: 5px;
  color: white;
  text-align: center;
  max-width: 100%;
  text-overflow: ellipsis;
}p[data-v-4a0692ad] {
  max-width: 75ch;
}
.checkbox[data-v-4a0692ad] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-4a0692ad] {
  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-4a0692ad] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-4a0692ad] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-4a0692ad] {
  background-color: #4A5568;
}
.compact-form[data-v-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-4a0692ad] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-4a0692ad] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-4a0692ad] {
  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-4a0692ad]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-4a0692ad] {
  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-4a0692ad]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-4a0692ad] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-4a0692ad] {
  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-4a0692ad] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-4a0692ad] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-4a0692ad] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-4a0692ad] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-4a0692ad] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-4a0692ad] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-4a0692ad] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-4a0692ad] {
  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-4a0692ad]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-4a0692ad] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-4a0692ad] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-4a0692ad] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad], .default-form-field-uisettings[data-v-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-4a0692ad], .default-form-field-uisettings-header[data-v-4a0692ad] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-4a0692ad], .default-form-field-uisettings-row[data-v-4a0692ad] {
  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-4a0692ad], .default-form-field-uisettings-edit-row[data-v-4a0692ad] {
  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-4a0692ad] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-4a0692ad] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad] {
  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-4a0692ad]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-4a0692ad] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-4a0692ad] {
  flex: 1;
}
.card[data-v-4a0692ad] {
  display: flex;
  flex-grow: 1;
  height: calc(100% - 20px);
  flex-direction: column;
  outline: 3px solid #E3E6E9;
  border-radius: 8px;
  padding: 10px;
  transition: outline-color 100ms ease;
  border: none;
  background-color: transparent;
  scroll-margin: 150px;
}
.card[data-v-4a0692ad]:hover {
  outline-color: #babc16;
  cursor: pointer;
}
.card-selected[data-v-4a0692ad] {
  outline-color: #babc16;
}
.card-header[data-v-4a0692ad] {
  display: flex;
  justify-content: space-between;
  height: 150px;
}
.card-header img[data-v-4a0692ad] {
  min-height: 150px;
  max-height: 150px;
  width: 100%;
  object-fit: contain;
}
.card-info[data-v-4a0692ad] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-info h3[data-v-4a0692ad] {
  font-size: 1rem;
  text-align: left;
  margin: 0px;
}
.button-wrapper[data-v-4a0692ad] {
  border: none;
  display: flex;
  margin: auto;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
  max-width: 16.5rem;
  height: 15.5rem;
}
.button-wrapper-mobile[data-v-4a0692ad] {
  border: none;
  display: flex;
  margin: auto;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
  width: 93vw;
  height: 14rem;
}p[data-v-60562533] {
  max-width: 75ch;
}
.checkbox[data-v-60562533] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-60562533] {
  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-60562533] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-60562533] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-60562533] {
  background-color: #4A5568;
}
.compact-form[data-v-60562533] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-60562533] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-60562533] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-60562533] {
  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-60562533]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-60562533] {
  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-60562533]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-60562533] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-60562533] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-60562533] {
  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-60562533] {
  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-60562533] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-60562533] {
  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-60562533] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-60562533] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-60562533] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-60562533] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-60562533] {
  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-60562533] {
  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-60562533] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-60562533] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-60562533] {
  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-60562533] {
  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-60562533] {
  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-60562533]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-60562533] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-60562533] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-60562533] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-60562533] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-60562533] {
  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-60562533]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-60562533] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-60562533] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-60562533] {
  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-60562533] {
  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-60562533] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-60562533] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-60562533] {
  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-60562533] {
  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-60562533] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-60562533] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-60562533] {
  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-60562533] {
  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-60562533], .default-form-field-uisettings[data-v-60562533] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-60562533], .default-form-field-uisettings-header[data-v-60562533] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-60562533], .default-form-field-uisettings-row[data-v-60562533] {
  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-60562533], .default-form-field-uisettings-edit-row[data-v-60562533] {
  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-60562533] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-60562533] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-60562533] {
  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-60562533] {
  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-60562533] {
  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-60562533] {
  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-60562533]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-60562533] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-60562533] {
  flex: 1;
}
.card[data-v-60562533] {
  display: flex;
  flex-grow: 1;
  height: calc(100% - 20px);
  flex-direction: column;
  border: 2px solid #E3E6E9;
  border-radius: 8px;
  padding: 8px;
  transition: border-color 100ms ease;
  background-color: transparent;
  scroll-margin: 150px;
}
.card[data-v-60562533]:hover {
  border-color: #babc16;
  cursor: pointer;
}
.card-selected[data-v-60562533] {
  border-color: #babc16;
}
.card-header[data-v-60562533] {
  display: flex;
  justify-content: space-between;
  max-width: 100%;
}
.card-header img[data-v-60562533] {
  width: 196px;
  aspect-ratio: 1;
  object-fit: contain;
  border-radius: 8px;
}
@media (max-width: 999px) {
.card-header img[data-v-60562533] {
    width: 112px;
}
}
.card-header-colors[data-v-60562533] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card-header-colors-button[data-v-60562533] {
  height: 32px;
  width: 32px;
  outline: 2px solid #E3E6E9;
  outline-offset: -2px;
  border: none;
  border-radius: 8px;
  transition: outline-color 100ms ease;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.card-header-colors-button[data-v-60562533]:hover {
  outline-color: #babc16;
}
.card-header-colors-button-active[data-v-60562533] {
  outline-color: #babc16;
}
.card-header-colors-button span[data-v-60562533] {
  font-size: 9px;
  position: absolute;
  top: calc(100% + 2px);
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
}
.card-header-glastypes[data-v-60562533] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-header-glastypes-button[data-v-60562533] {
  height: 24px;
  width: 32px;
  outline: 3px solid #E3E6E9;
  outline-offset: -2px;
  border: none;
  border-radius: 4px;
  transition: outline-color 100ms ease;
  cursor: pointer;
  margin-right: 0.4em;
}
.card-header-glastypes-button[data-v-60562533]:hover {
  outline-color: #babc16;
}
.card-header-glastypes-button-active[data-v-60562533] {
  outline-color: #babc16;
}
.card-info[data-v-60562533] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin: 16px 0;
}
.card-info-header[data-v-60562533] {
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.card-info h3[data-v-60562533] {
  font-size: 19px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: left;
}
@media (max-width: 999px) {
.card-info h3[data-v-60562533] {
    font-size: 15px;
}
}
.card-info-size[data-v-60562533] {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
.card-info-size-text[data-v-60562533] {
  font-weight: 400px;
}
.card-options[data-v-60562533] {
  display: flex;
  gap: 8px;
}
.card-options button[data-v-60562533] {
  flex-grow: 1;
  background-color: #E3E6E9;
  border: none;
  border-radius: 4px;
  font-weight: 400;
  font-size: 16px;
  height: 26px;
  color: #4A5568;
  transition: color 100ms ease, background-color 100ms ease;
  cursor: pointer;
}
@media (max-width: 999px) {
.card-options button[data-v-60562533] {
    height: 48px;
}
}
.card-options-active[data-v-60562533] {
  background-color: #4A5568 !important;
  color: #babc16 !important;
}
.button-wrapper[data-v-60562533] {
  border: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
}
.infobox-button-specs[data-v-60562533] {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 4px;
  height: 23px;
  right: 0;
  padding: 3px;
  border-radius: 16px;
  border-style: none;
  background-color: #babc16;
  color: white;
}
.infobox-button-specs-text[data-v-60562533] {
  font-size: 0.8rem;
  padding: 0px 8px;
  padding-right: 16px;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 400px;
  text-wrap: nowrap;
}
@media (max-width: 999px) {
.infobox-button-specs-text[data-v-60562533] {
    padding-right: 8px;
}
}
.infobox-question-mark[data-v-60562533] {
  padding: 0px 5px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 0.7rem;
  color: white;
  background-color: #4A5568;
}
#fullcover[data-v-60562533] {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalspecs[data-v-60562533] {
  position: fixed;
  z-index: 999;
  left: 50%;
  background-color: white;
  border-radius: 4px;
}
.modalspecs-size[data-v-60562533] {
  top: 3%;
  width: 36rem;
  margin-left: -18rem;
  height: 94vh;
}
.modalspecs-size-mobile[data-v-60562533] {
  top: 10%;
  width: 98%;
  margin-left: -49%;
  height: 80vh;
}
.modaltopcontainer[data-v-60562533] {
  display: flex;
  text-align: start;
  height: 8vh;
}
.modaltopcontainer h3[data-v-60562533] {
  margin: 1.5vh 1.5vh 1.5vh 3vh;
}
.imagescroller[data-v-60562533] {
  max-height: 98%;
  overflow-y: auto;
  border-radius: 8px;
}
.modalimage[data-v-60562533] {
  width: 100%;
  height: auto;
}
.modalclosebutton[data-v-60562533] {
  position: absolute;
  top: 32px;
  right: 48px;
  height: 4vh;
  width: 4vh;
  background: transparent;
  color: white;
  border: 2px solid white;
  box-sizing: border-box;
  border-radius: 3vh;
  font-size: 4vh;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.modalclosebutton[data-v-60562533]:hover {
  background-color: rgba(255, 255, 15, 0.75);
}p[data-v-d4af8a0f] {
  max-width: 75ch;
}
.checkbox[data-v-d4af8a0f] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-d4af8a0f] {
  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-d4af8a0f] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-d4af8a0f] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-d4af8a0f] {
  background-color: #4A5568;
}
.compact-form[data-v-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-d4af8a0f] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-d4af8a0f] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-d4af8a0f] {
  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-d4af8a0f]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-d4af8a0f] {
  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-d4af8a0f]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-d4af8a0f] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-d4af8a0f] {
  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-d4af8a0f] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-d4af8a0f] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-d4af8a0f] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-d4af8a0f] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-d4af8a0f] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-d4af8a0f] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-d4af8a0f] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-d4af8a0f] {
  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-d4af8a0f]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-d4af8a0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-d4af8a0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-d4af8a0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f], .default-form-field-uisettings[data-v-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-d4af8a0f], .default-form-field-uisettings-header[data-v-d4af8a0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-d4af8a0f], .default-form-field-uisettings-row[data-v-d4af8a0f] {
  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-d4af8a0f], .default-form-field-uisettings-edit-row[data-v-d4af8a0f] {
  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-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-d4af8a0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f] {
  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-d4af8a0f]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-d4af8a0f] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-d4af8a0f] {
  flex: 1;
}
.card[data-v-d4af8a0f] {
  display: flex;
  flex-grow: 1;
  height: calc(100% - 20px);
  flex-direction: column;
  outline: 3px solid #E3E6E9;
  border-radius: 8px;
  padding: 10px;
  transition: outline-color 100ms ease;
  border: none;
  background-color: transparent;
  scroll-margin: 150px;
}
.card[data-v-d4af8a0f]:hover {
  outline-color: #babc16;
  cursor: pointer;
}
.card-selected[data-v-d4af8a0f] {
  outline-color: #babc16;
}
.card-header[data-v-d4af8a0f] {
  display: flex;
  justify-content: space-between;
  height: 150px;
  max-width: 100%;
}
.card-header img[data-v-d4af8a0f] {
  min-height: 150px;
  max-height: 150px;
  width: calc(100% - 24px);
  object-fit: contain;
}
.card-header-colors[data-v-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-header-colors-button[data-v-d4af8a0f] {
  height: 24px;
  width: 24px;
  outline: 3px solid #E3E6E9;
  outline-offset: -2px;
  border: none;
  border-radius: 4px;
  transition: outline-color 100ms ease;
  cursor: pointer;
}
.card-header-colors-button[data-v-d4af8a0f]:hover {
  outline-color: #babc16;
}
.card-header-colors-button-active[data-v-d4af8a0f] {
  outline-color: #babc16;
}
.card-header-glastypes[data-v-d4af8a0f] {
  display: flex;
  flex-direction: column;
  gap: 6px;
}
.card-header-glastypes-button[data-v-d4af8a0f] {
  height: 24px;
  width: 32px;
  outline: 3px solid #E3E6E9;
  outline-offset: -2px;
  border: none;
  border-radius: 4px;
  transition: outline-color 100ms ease;
  cursor: pointer;
  margin-right: 0.4em;
}
.card-header-glastypes-button[data-v-d4af8a0f]:hover {
  outline-color: #babc16;
}
.card-header-glastypes-button-active[data-v-d4af8a0f] {
  outline-color: #babc16;
}
.card-info[data-v-d4af8a0f] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  min-height: 2.8rem;
}
.card-info h3[data-v-d4af8a0f] {
  font-size: 1rem;
  text-align: left;
}
.card-info-size[data-v-d4af8a0f] {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
.card-options[data-v-d4af8a0f] {
  display: flex;
  gap: 15px;
}
.card-options button[data-v-d4af8a0f] {
  flex-grow: 1;
  background-color: #E3E6E9;
  border: none;
  border-radius: 4px;
  padding: 5px;
  font-weight: 600;
  font-size: 0.9rem;
  color: #4A5568;
  transition: color 100ms ease, background-color 100ms ease;
  cursor: pointer;
}
.card-options-active[data-v-d4af8a0f] {
  background-color: #4A5568 !important;
  color: #babc16 !important;
}
.button-wrapper[data-v-d4af8a0f] {
  border: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
}p[data-v-bdf07dc7] {
  max-width: 75ch;
}
.checkbox[data-v-bdf07dc7] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-bdf07dc7] {
  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-bdf07dc7] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-bdf07dc7] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-bdf07dc7] {
  background-color: #4A5568;
}
.compact-form[data-v-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-bdf07dc7] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-bdf07dc7] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-bdf07dc7] {
  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-bdf07dc7]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-bdf07dc7] {
  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-bdf07dc7]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-bdf07dc7] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-bdf07dc7] {
  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-bdf07dc7] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-bdf07dc7] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-bdf07dc7] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-bdf07dc7] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-bdf07dc7] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-bdf07dc7] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-bdf07dc7] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-bdf07dc7] {
  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-bdf07dc7]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-bdf07dc7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-bdf07dc7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-bdf07dc7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7], .default-form-field-uisettings[data-v-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-bdf07dc7], .default-form-field-uisettings-header[data-v-bdf07dc7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-bdf07dc7], .default-form-field-uisettings-row[data-v-bdf07dc7] {
  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-bdf07dc7], .default-form-field-uisettings-edit-row[data-v-bdf07dc7] {
  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-bdf07dc7] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-bdf07dc7] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7] {
  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-bdf07dc7]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-bdf07dc7] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-bdf07dc7] {
  flex: 1;
}
.card[data-v-bdf07dc7] {
  display: flex;
  flex-grow: 1;
  flex-direction: column;
  border: 2px solid #E3E6E9;
  border-radius: 8px;
  padding: 16px;
  transition: border-color 100ms ease;
  background-color: transparent;
  scroll-margin: 150px;
  transition: border 100ms;
}
.card[data-v-bdf07dc7]:hover {
  border-color: #babc16;
  cursor: pointer;
}
.card-selected[data-v-bdf07dc7] {
  border: 4px solid #babc16;
}
.card-header[data-v-bdf07dc7] {
  display: flex;
  justify-content: space-between;
  height: 180px;
}
.card-header img[data-v-bdf07dc7] {
  min-height: 180px;
  max-height: 180px;
  width: 100%;
  object-fit: contain;
}
.card-info[data-v-bdf07dc7] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
}
.card-info h3[data-v-bdf07dc7] {
  font-size: 19px;
  font-weight: 700;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  text-align: left;
  margin: 0px;
}
.button-wrapper[data-v-bdf07dc7] {
  border: none;
  display: flex;
  margin: auto;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
  max-width: 16.5rem;
}
.button-wrapper-mobile[data-v-bdf07dc7] {
  border: none;
  display: flex;
  margin: auto;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
  width: 93vw;
}
.description[data-v-bdf07dc7] {
  font-weight: 400;
  text-align: left;
  display: flex;
}
.infobox[data-v-bdf07dc7] {
  display: flex;
  justify-content: flex-end;
  flex: 1;
}
.infobox-button-specs[data-v-bdf07dc7] {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 4px;
  height: 23px;
  right: 0;
  padding: 3px;
  border-radius: 16px;
  border-style: none;
  background-color: #babc16;
  color: white;
}
.infobox-button-specs-text[data-v-bdf07dc7] {
  font-size: 0.8rem;
  padding: 0px 8px;
  padding-right: 16px;
  font-family: "Source Sans 3", sans-serif;
}
.infobox-question-mark[data-v-bdf07dc7] {
  padding: 0px 5px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 0.7rem;
  color: white;
  background-color: #4A5568;
}
.info[data-v-bdf07dc7] {
  display: flex;
  align-items: end;
}
#fullcover[data-v-bdf07dc7] {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalspecs[data-v-bdf07dc7] {
  position: fixed;
  z-index: 999;
  left: 50%;
  background-color: white;
  border-radius: 4px;
}
.modalspecs-size[data-v-bdf07dc7] {
  top: 3%;
  width: 36rem;
  margin-left: -18rem;
  height: 94vh;
}
.modalspecs-size-mobile[data-v-bdf07dc7] {
  top: 10%;
  width: 98%;
  margin-left: -49%;
  height: 80vh;
}
.modaltopcontainer[data-v-bdf07dc7] {
  display: flex;
  text-align: start;
  height: 8vh;
}
.modaltopcontainer h3[data-v-bdf07dc7] {
  margin: 1.5vh 1.5vh 1.5vh 3vh;
}
.imagescroller[data-v-bdf07dc7] {
  max-height: 98%;
  overflow-y: auto;
  border-radius: 8px;
}
.modalimage[data-v-bdf07dc7] {
  width: 100%;
  height: auto;
}
.modalclosebutton[data-v-bdf07dc7] {
  position: absolute;
  top: 32px;
  right: 48px;
  height: 4vh;
  width: 4vh;
  background: transparent;
  color: white;
  border: 2px solid white;
  box-sizing: border-box;
  border-radius: 3vh;
  font-size: 4vh;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.modalclosebutton[data-v-bdf07dc7]:hover {
  background-color: rgba(255, 255, 15, 0.75);
}p[data-v-96fd9a42] {
  max-width: 75ch;
}
.checkbox[data-v-96fd9a42] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-96fd9a42] {
  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-96fd9a42] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-96fd9a42] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-96fd9a42] {
  background-color: #4A5568;
}
.compact-form[data-v-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-96fd9a42] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-96fd9a42] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-96fd9a42] {
  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-96fd9a42]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-96fd9a42] {
  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-96fd9a42]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-96fd9a42] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-96fd9a42] {
  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-96fd9a42] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-96fd9a42] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-96fd9a42] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-96fd9a42] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-96fd9a42] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-96fd9a42] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-96fd9a42] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-96fd9a42] {
  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-96fd9a42]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-96fd9a42] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-96fd9a42] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-96fd9a42] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42], .default-form-field-uisettings[data-v-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-96fd9a42], .default-form-field-uisettings-header[data-v-96fd9a42] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-96fd9a42], .default-form-field-uisettings-row[data-v-96fd9a42] {
  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-96fd9a42], .default-form-field-uisettings-edit-row[data-v-96fd9a42] {
  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-96fd9a42] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-96fd9a42] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42] {
  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-96fd9a42]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-96fd9a42] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-96fd9a42] {
  flex: 1;
}
.counter[data-v-96fd9a42] {
  display: flex;
  border-radius: 4px;
  overflow: hidden;
  outline: 3px solid #E3E6E9;
  outline-offset: -2px;
  height: 26px;
  width: 124px;
  background: #E3E6E9;
}
.counter-button[data-v-96fd9a42] {
  border-radius: 0px;
  margin: 0px;
  outline: none;
  list-style: none;
  border: none;
  background: none;
  cursor: pointer;
  transition: background-color 100ms ease;
  background: #E3E6E9;
}
.counter-slot[data-v-96fd9a42] {
  display: flex;
}
.counter-input[data-v-96fd9a42] {
  flex: 1;
  display: flex;
  text-align: center;
  width: 100%;
  border-style: none;
  text-decoration: none;
  border-radius: 0px;
  margin: 0px;
  padding: 10px;
  font-size: 1.15rem;
  background: transparent;
  background-color: white;
  border-radius: 8px;
  /* Firefox */
}
.counter-input[data-v-96fd9a42]::-webkit-outer-spin-button, .counter-input[data-v-96fd9a42]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
.counter-input[data-v-96fd9a42] {
  -moz-appearance: textfield;
}
.counter-input[data-v-96fd9a42]:focus {
  border: none;
  margin: 0px;
  outline: none;
  resize: none;
}p[data-v-7359f141] {
  max-width: 75ch;
}
.checkbox[data-v-7359f141] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-7359f141] {
  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-7359f141] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-7359f141] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-7359f141] {
  background-color: #4A5568;
}
.compact-form[data-v-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-7359f141] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-7359f141] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-7359f141] {
  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-7359f141]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-7359f141] {
  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-7359f141]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-7359f141] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-7359f141] {
  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-7359f141] {
  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-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-7359f141] {
  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-7359f141] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-7359f141] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-7359f141] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-7359f141] {
  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-7359f141] {
  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-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-7359f141] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-7359f141] {
  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-7359f141] {
  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-7359f141] {
  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-7359f141]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-7359f141] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-7359f141] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-7359f141] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-7359f141] {
  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-7359f141]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-7359f141] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-7359f141] {
  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-7359f141] {
  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-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-7359f141] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-7359f141] {
  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-7359f141] {
  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-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-7359f141] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-7359f141] {
  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-7359f141] {
  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-7359f141], .default-form-field-uisettings[data-v-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-7359f141], .default-form-field-uisettings-header[data-v-7359f141] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-7359f141], .default-form-field-uisettings-row[data-v-7359f141] {
  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-7359f141], .default-form-field-uisettings-edit-row[data-v-7359f141] {
  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-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-7359f141] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-7359f141] {
  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-7359f141] {
  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-7359f141] {
  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-7359f141] {
  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-7359f141]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-7359f141] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-7359f141] {
  flex: 1;
}
.card[data-v-7359f141] {
  display: flex;
  flex-grow: 1;
  height: calc(100% - 20px);
  flex-direction: column;
  outline: 2px solid #E3E6E9;
  border-radius: 8px;
  padding: 10px;
  transition: outline-color 100ms ease;
  border: none;
  background-color: transparent;
  scroll-margin: 150px;
}
.card[data-v-7359f141]:hover {
  outline-color: #babc16;
  cursor: pointer;
}
.card-header[data-v-7359f141] {
  display: flex;
  justify-content: space-between;
  height: 150px;
  max-width: 100%;
}
.card-header img[data-v-7359f141] {
  min-height: 150px;
  max-height: 150px;
  width: calc(100% - 24px);
  object-fit: contain;
}
.card-header-colors[data-v-7359f141] {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.card-header-colors-button[data-v-7359f141] {
  min-height: 32px;
  min-width: 32px;
  border: 2px solid #E3E6E9;
  box-sizing: border-box;
  border-radius: 8px;
  transition: border 100ms ease;
  position: relative;
  cursor: pointer;
  margin-bottom: 16px;
}
.card-header-colors-button[data-v-7359f141]:hover {
  border-color: #babc16;
}
.card-header-colors-button-active[data-v-7359f141] {
  border: 4px solid #babc16;
}
.card-header-colors-button span[data-v-7359f141] {
  font-size: 9px;
  position: absolute;
  top: calc(100% + 4px);
  left: 50%;
  transform: translateX(-50%);
  width: 200%;
}
.card-header-colors-cntdisplay[data-v-7359f141] {
  height: 32px;
  width: 32px;
  margin-bottom: 13px;
  border: none;
  border-radius: 4px;
}
.card-header-colors-cntdisplay-active[data-v-7359f141] {
  font-weight: bolder;
}
.card-info[data-v-7359f141] {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 15px;
  min-height: 2.8rem;
}
.card-info-header[data-v-7359f141] {
  display: flex;
  width: 100%;
}
.card-info h3[data-v-7359f141] {
  font-size: 19px;
  font-family: "Oswald", sans-serif;
  text-transform: uppercase;
  font-weight: 700;
  text-align: left;
}
.card-info span[data-v-7359f141] {
  font-weight: 400;
  text-align: left;
}
.card-info-size[data-v-7359f141] {
  display: flex;
  align-items: center;
  gap: 15px;
  font-weight: 500;
}
.card-info-counter[data-v-7359f141] {
  display: flex;
  width: 100%;
  justify-content: center;
}
#cardwrapper[data-v-7359f141] {
  border: none;
  display: flex;
  margin: 0px;
  padding: 0px;
  background-color: transparent;
  min-height: 100%;
}
.infobox[data-v-7359f141] {
  display: flex;
  flex: 1;
  justify-content: end;
}
.infobox-button-specs[data-v-7359f141] {
  cursor: pointer;
  display: flex;
  align-items: center;
  flex-direction: row;
  margin-top: 4px;
  height: 23px;
  right: 0;
  padding: 3px;
  border-radius: 16px;
  border-style: none;
  background-color: #babc16;
  color: white;
}
.infobox-button-specs-text[data-v-7359f141] {
  font-size: 0.8rem;
  padding: 0px 8px;
  padding-right: 16px;
  font-family: "Source Sans 3", sans-serif !important;
  font-weight: 400px;
  text-wrap: nowrap;
}
@media (max-width: 999px) {
.infobox-button-specs-text[data-v-7359f141] {
    padding-right: 8px;
}
}
.infobox-question-mark[data-v-7359f141] {
  padding: 0px 5px;
  border-radius: 16px;
  font-weight: bold;
  font-size: 0.7rem;
  color: white;
  background-color: #4A5568;
}
#fullcover[data-v-7359f141] {
  position: fixed;
  z-index: 998;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  background-color: rgba(0, 0, 0, 0.5);
}
.modalspecs[data-v-7359f141] {
  position: fixed;
  z-index: 999;
  left: 50%;
  background-color: white;
  border-radius: 4px;
}
.modalspecs-size[data-v-7359f141] {
  top: 3%;
  width: 36rem;
  margin-left: -18rem;
  height: 94vh;
}
.modalspecs-size-mobile[data-v-7359f141] {
  top: 10%;
  width: 98%;
  margin-left: -49%;
  height: 80vh;
}
.modaltopcontainer[data-v-7359f141] {
  display: flex;
  text-align: start;
  height: 8vh;
}
.modaltopcontainer h3[data-v-7359f141] {
  margin: 1.5vh 1.5vh 1.5vh 3vh;
}
.imagescroller[data-v-7359f141] {
  max-height: 98%;
  overflow-y: auto;
  border-radius: 8px;
}
.modalimage[data-v-7359f141] {
  width: 100%;
  height: auto;
}
.modalclosebutton[data-v-7359f141] {
  position: absolute;
  top: 32px;
  right: 48px;
  height: 4vh;
  width: 4vh;
  background: transparent;
  color: white;
  border: 2px solid white;
  box-sizing: border-box;
  border-radius: 3vh;
  font-size: 4vh;
  pointer-events: all;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.5s ease;
}
.modalclosebutton[data-v-7359f141]:hover {
  background-color: rgba(255, 255, 15, 0.75);
}p[data-v-14dc5302] {
  max-width: 75ch;
}
.checkbox[data-v-14dc5302] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-14dc5302] {
  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-14dc5302] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-14dc5302] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-14dc5302] {
  background-color: #4A5568;
}
.compact-form[data-v-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-14dc5302] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-14dc5302] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-14dc5302] {
  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-14dc5302]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-14dc5302] {
  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-14dc5302]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-14dc5302] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-14dc5302] {
  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-14dc5302] {
  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-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-14dc5302] {
  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-14dc5302] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-14dc5302] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-14dc5302] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-14dc5302] {
  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-14dc5302] {
  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-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-14dc5302] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-14dc5302] {
  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-14dc5302] {
  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-14dc5302] {
  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-14dc5302]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-14dc5302] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-14dc5302] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-14dc5302] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-14dc5302] {
  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-14dc5302]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-14dc5302] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-14dc5302] {
  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-14dc5302] {
  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-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-14dc5302] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-14dc5302] {
  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-14dc5302] {
  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-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-14dc5302] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-14dc5302] {
  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-14dc5302] {
  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-14dc5302], .default-form-field-uisettings[data-v-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-14dc5302], .default-form-field-uisettings-header[data-v-14dc5302] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-14dc5302], .default-form-field-uisettings-row[data-v-14dc5302] {
  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-14dc5302], .default-form-field-uisettings-edit-row[data-v-14dc5302] {
  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-14dc5302] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-14dc5302] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-14dc5302] {
  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-14dc5302] {
  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-14dc5302] {
  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-14dc5302] {
  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-14dc5302]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-14dc5302] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-14dc5302] {
  flex: 1;
}
.nav[data-v-14dc5302] {
  display: flex;
  padding: 10px 30px;
  min-height: 20px;
  box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  align-items: center;
  position: fixed;
  top: 0;
  width: calc(100vw - 60px);
  gap: 15px;
  background-color: #4A5568;
  z-index: 10;
}
.nav-spacer[data-v-14dc5302] {
  content: "";
  flex-grow: 1;
}
.nav-item-link[data-v-14dc5302] {
  color: white;
}
.nav-route[data-v-14dc5302] {
  display: flex;
}
.nav-route-link[data-v-14dc5302] {
  color: white;
  cursor: pointer;
  font-weight: 600;
  font-size: 1.2rem;
  text-decoration: none;
}
.nav-route-link[data-v-14dc5302]:hover {
  color: #babc16;
}
.nav-route-part[data-v-14dc5302] {
  display: flex;
  align-items: center;
}
.nav-route-part-seperation-icon[data-v-14dc5302] {
  color: white;
}
.lds-ellipsis {
  display: inline-block;
  position: relative;
  width: 80px;
  height: 20px;
}
.lds-ellipsis div {
  position: absolute;
  top: 6px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: white;
  animation-timing-function: cubic-bezier(0, 1, 1, 0);
}
.lds-ellipsis div:nth-child(1) {
  left: 8px;
  animation: lds-ellipsis1 0.6s infinite;
}
.lds-ellipsis div:nth-child(2) {
  left: 8px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(3) {
  left: 32px;
  animation: lds-ellipsis2 0.6s infinite;
}
.lds-ellipsis div:nth-child(4) {
  left: 56px;
  animation: lds-ellipsis3 0.6s infinite;
}
@keyframes lds-ellipsis1 {
0% {
    transform: scale(0);
}
100% {
    transform: scale(1);
}
}
@keyframes lds-ellipsis3 {
0% {
    transform: scale(1);
}
100% {
    transform: scale(0);
}
}
@keyframes lds-ellipsis2 {
0% {
    transform: translate(0, 0);
}
100% {
    transform: translate(24px, 0);
}
}
p[data-v-b8ceae0f] {
  max-width: 75ch;
}
.checkbox[data-v-b8ceae0f] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-b8ceae0f] {
  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-b8ceae0f] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-b8ceae0f] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-b8ceae0f] {
  background-color: #4A5568;
}
.compact-form[data-v-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-b8ceae0f] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-b8ceae0f] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-b8ceae0f] {
  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-b8ceae0f]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-b8ceae0f] {
  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-b8ceae0f]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-b8ceae0f] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-b8ceae0f] {
  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-b8ceae0f] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-b8ceae0f] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-b8ceae0f] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-b8ceae0f] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-b8ceae0f] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-b8ceae0f] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-b8ceae0f] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-b8ceae0f] {
  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-b8ceae0f]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-b8ceae0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-b8ceae0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-b8ceae0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f], .default-form-field-uisettings[data-v-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-b8ceae0f], .default-form-field-uisettings-header[data-v-b8ceae0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-b8ceae0f], .default-form-field-uisettings-row[data-v-b8ceae0f] {
  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-b8ceae0f], .default-form-field-uisettings-edit-row[data-v-b8ceae0f] {
  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-b8ceae0f] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-b8ceae0f] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f] {
  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-b8ceae0f]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-b8ceae0f] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-b8ceae0f] {
  flex: 1;
}
.button[data-v-b8ceae0f] {
  display: flex;
  align-content: center;
  justify-content: center;
  border-radius: 4px;
  background-color: #babc16;
  color: #4A5568;
  border: none;
  padding: 8px 12px;
  font-size: 1rem;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 100ms ease, color 100ms ease;
}
.button[data-v-b8ceae0f]:disabled {
  background-color: #E3E6E9;
  cursor: default;
}
.button-loading[data-v-b8ceae0f] {
  background-color: #4A5568;
}p[data-v-523c8805] {
  max-width: 75ch;
}
.checkbox[data-v-523c8805] {
  opacity: 0;
  display: none;
}
.checkbox-label[data-v-523c8805] {
  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-523c8805] {
  color: white;
  margin-left: 1px;
  margin-bottom: 2px;
  transition: color 100ms ease;
}
.checkbox-label-icon-active[data-v-523c8805] {
  color: #babc16;
}
.checkbox:checked + .checkbox-label[data-v-523c8805] {
  background-color: #4A5568;
}
.compact-form[data-v-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
}
.compact-form-field[data-v-523c8805] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 5px;
}
.compact-form-field-label[data-v-523c8805] {
  font-size: 0.8rem;
  font-weight: 500;
  min-width: 150px;
  text-align: left;
  padding-right: 10px;
}
.compact-form-field-copy[data-v-523c8805] {
  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-523c8805]:hover {
  background-color: #babc16;
}
.compact-form-field-input[data-v-523c8805] {
  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-523c8805]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.compact-form-field-options[data-v-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-options-header[data-v-523c8805] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-options-row[data-v-523c8805] {
  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-523c8805] {
  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-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-boolean-row[data-v-523c8805] {
  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-523c8805] {
  display: flex;
  gap: 15px;
}
.compact-form-field-boolean-row-item span[data-v-523c8805] {
  font-size: 0.85rem;
  font-weight: 500;
  text-align: left;
}
.compact-form-field-colors[data-v-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-colors-header[data-v-523c8805] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-colors-row[data-v-523c8805] {
  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-523c8805] {
  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-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 5px;
  flex-grow: 1;
}
.compact-form-field-glastypes-header[data-v-523c8805] {
  font-size: 0.85rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.compact-form-field-glastypes-row[data-v-523c8805] {
  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-523c8805] {
  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-523c8805] {
  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-523c8805]:hover {
  background-color: #babc16;
}
.compact-form-button[data-v-523c8805] {
  display: flex;
  justify-content: center;
  gap: 15px;
}
.default-form[data-v-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.default-form-field[data-v-523c8805] {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 15px;
}
.default-form-field-label[data-v-523c8805] {
  font-size: 1.1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-input[data-v-523c8805] {
  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-523c8805]:focus {
  border: none;
  outline: 3px solid #babc16;
}
.default-form-field-options[data-v-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-options-header[data-v-523c8805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-options-row[data-v-523c8805] {
  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-523c8805] {
  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-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-colors-header[data-v-523c8805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-colors-row[data-v-523c8805] {
  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-523c8805] {
  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-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-glastypes-header[data-v-523c8805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-glastypes-row[data-v-523c8805] {
  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-523c8805] {
  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-523c8805], .default-form-field-uisettings[data-v-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-infoboxsettings-header[data-v-523c8805], .default-form-field-uisettings-header[data-v-523c8805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-infoboxsettings-row[data-v-523c8805], .default-form-field-uisettings-row[data-v-523c8805] {
  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-523c8805], .default-form-field-uisettings-edit-row[data-v-523c8805] {
  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-523c8805] {
  display: flex;
  flex-direction: column;
  gap: 10px;
  flex-grow: 1;
}
.default-form-field-types-header[data-v-523c8805] {
  font-size: 1rem;
  font-weight: 500;
  min-width: 100px;
  text-align: left;
}
.default-form-field-types-row[data-v-523c8805] {
  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-523c8805] {
  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-523c8805] {
  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-523c8805] {
  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-523c8805]:hover {
  background-color: #babc16;
}
.default-form-button[data-v-523c8805] {
  display: flex;
  justify-content: center;
}
.spacer[data-v-523c8805] {
  flex: 1;
}
.modal[data-v-523c8805] {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border-radius: 8px;
  padding: 20px;
  gap: 25px;
  box-shadow: 0px 7px 8px -4px rgba(0, 0, 0, 0.2), 0px 12px 17px 2px rgba(0, 0, 0, 0.14), 0px 5px 22px 4px rgba(0, 0, 0, 0.12);
  background-color: white;
}
.modal-message[data-v-523c8805] {
  width: 400px;
  font-size: 1.3rem;
  padding: 10px 10px;
}
@media screen and (max-width: 850px) {
.modal-message[data-v-523c8805] {
    width: 250px;
}
}
.modal-actions[data-v-523c8805] {
  display: flex;
  gap: 25px;
}
.modal-actions-confirm[data-v-523c8805] {
  background-color: #babc16;
  color: #4A5568 !important;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.modal-actions-confirm[data-v-523c8805]:hover {
  background-color: hsla(68, 87%, 55%, 0.7);
}
.modal-actions-cancel[data-v-523c8805] {
  background-color: #b71c1c;
  border: none;
  color: white;
  font-weight: bold;
  padding: 10px 20px;
  font-size: 1rem;
  border-radius: 8px;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 10px;
  transition: background-color 150ms ease;
}
.modal-actions-cancel[data-v-523c8805]:hover {
  background-color: hsl(0, 73%, 51%);
}