verdocs-template-field-properties {
  padding: 20px;
  display: block;
  border-radius: 4px;
  background: #ffffff;
  border: 1px solid #ccc;
  font-family: var(--verdocs-primary-font, "Inter", "Barlow", sans-serif);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.1215686275);
}
@media all and (max-width: 600px) {
  verdocs-template-field-properties {
    padding: 10px;
    transform: scale(0.8);
  }
}
verdocs-template-field-properties .buttons {
  display: flex;
  margin-top: 30px;
  align-items: center;
  flex-direction: row;
  justify-content: flex-end;
}
verdocs-template-field-properties .buttons verdocs-button {
  margin-left: 16px;
}
verdocs-template-field-properties form .row {
  display: flex;
  column-gap: 15px;
  margin: 0 0 10px 0;
  align-items: center;
  flex-direction: row;
}
verdocs-template-field-properties form .row .input-label {
  display: block;
  color: #555570;
  font-weight: 700;
  font-size: 14px;
  margin: 0 0 4px 0;
  flex: 0 0 100px;
}
verdocs-template-field-properties verdocs-select-input {
  flex: 1;
  margin: 0;
}
verdocs-template-field-properties verdocs-text-input {
  margin: 0;
  flex: 1;
}
verdocs-template-field-properties verdocs-text-input label {
  margin: 0;
  display: flex;
  column-gap: 15px;
  align-items: center;
  flex-direction: row;
}
verdocs-template-field-properties verdocs-text-input .input-label {
  flex: 0 0 100px;
}
verdocs-template-field-properties verdocs-text-input input {
  flex: 1;
  display: flex;
}
verdocs-template-field-properties .checkbox-wrapper {
  flex: 1;
  display: flex;
}
verdocs-template-field-properties .delete-button {
  height: 34px;
  display: flex;
  cursor: pointer;
  background: none;
  border-radius: 4px;
  align-items: center;
  border: 1px solid #999;
  justify-content: center;
}
verdocs-template-field-properties .delete-button:active {
  background: #f3f3f3;
}
verdocs-template-field-properties .delete-button svg {
  width: 24px;
  height: 24px;
}
verdocs-template-field-properties h6 {
  flex: 1;
  display: flex;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 8px 0;
  flex-direction: row;
  color: #092c4c;
}
verdocs-template-field-properties h6 .help-icon {
  opacity: 0.5;
}
verdocs-template-field-properties h6 .help-icon:hover {
  opacity: 1;
  cursor: pointer;
}
verdocs-template-field-properties .row-header {
  gap: 15px;
  display: flex;
  flex-direction: row;
}
verdocs-template-field-properties .row-header h6 {
  margin-bottom: 0;
}
verdocs-template-field-properties .row-header verdocs-help-icon {
  transform: scale(0.85);
}
verdocs-template-field-properties .row-header verdocs-help-icon svg {
  margin-bottom: -5px;
}
verdocs-template-field-properties .row-header .add-button {
  margin: 0;
  padding: 0;
  border: none;
  opacity: 0.5;
  cursor: pointer;
  background: none;
}
verdocs-template-field-properties .row-header .add-button:hover {
  opacity: 1;
}
verdocs-template-field-properties .row-header .add-button svg {
  width: 32px;
  height: 32px;
}
verdocs-template-field-properties .options-header {
  gap: 10px;
  margin: 0 0 5px 0;
  display: flex;
  color: #ffffff;
  font-size: 14px;
  padding: 5px 8px;
  font-weight: 700;
  text-align: center;
  flex-direction: row;
  justify-content: center;
  background-color: #333333;
}
verdocs-template-field-properties .options-header-label {
  display: flex;
  flex: 1;
  font-weight: 700;
  font-size: 14px;
}
verdocs-template-field-properties .option-row {
  margin: 15px 0;
}
verdocs-template-field-properties .option-row .remove-button {
  height: 28px;
  display: flex;
  cursor: pointer;
  background: none;
  border-radius: 4px;
  align-items: center;
  border: 1px solid #999;
  justify-content: center;
}
verdocs-template-field-properties .option-row .remove-button:active {
  background: #f3f3f3;
}
verdocs-template-field-properties .option-row .remove-button:hover svg {
  stroke: rgb(165, 0, 33);
}
verdocs-template-field-properties .option-row .remove-button svg {
  width: 20px;
  height: 20px;
  stroke: #333333;
}
verdocs-template-field-properties .options {
  background: #f3f3f3;
  padding: 0 0 1px 0;
}
verdocs-template-field-properties .options .row-header,
verdocs-template-field-properties .options .option-row {
  padding: 0 10px;
}
verdocs-template-field-properties .options .add-option-button {
  border-radius: 5px;
  border: 1px solid #cccccc;
  background: #46497d;
  color: #ffffff;
  padding: 3px 8px;
}
verdocs-template-field-properties .options .option-row .input-element {
  font-size: 14px;
}
verdocs-template-field-properties .options verdocs-help-icon {
  opacity: 1;
  transform: scale(0.8);
}
verdocs-template-field-properties .options verdocs-help-icon svg {
  fill: #ffffff;
}