/* FORMULARE */

main, .home > div.wp-site-blocks > div.wp-block-group {
  background-color: #ffffff;      
}

.fluentform {
  padding-left: 1em;
  padding-right: 1em;
  max-width: 800px;
}

.ff-el-form-check-input, .ff-el-form-check-radio {
  min-width: 1.3em;
  min-height: 1.3em;
}

.fluentform-signature-hint, .fluentform-signature-pad-actions {
  color: #21251F !important;
  font-size: 13px;
}

.fluentform-signature-pad-actions svg {
  fill: black !important;
}

.fluentform .ff-el-tooltip svg {
  fill: #152654 !important;
}

.indent-left {
  padding-left: 2em;
}

.ff-default textarea {
  font-size: 1em;
}

/*
.price {
  text-align: left;
}

.ff-el-form-check-label span {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
*/

div.error.text-danger {
  font-size: 1.3em;
  font-weight: bold;
}

.ff-btn, .ff-btn-submit, button.ff-btn-submit .ff-btn-next, .ff-btn-prev {
  border-radius: 15px;
  padding: 10px 20px;
  cursor: pointer;
  font-size: 1.2em;
  font-weight: bold;
}

.ff-btn-lg {
  border-radius: 15px;
  padding: 10px 20px;
  font-size: 1.3em !important;
  font-weight: bold !important;
}

.ff-el-form-check-label {
  display: flex;
  align-items: flex-start;
  gap: 0.5em;
}

.fluentform .ff-el-form-check-label .ff-el-form-check-input {
  top: 4px !important;
}

.zoom-buttons {
  /* position: fixed;
  top: 20px;
  right: 40px; */
  padding-top: 20px;
  display: flex;
  flex-direction: row;
  gap: 10px;
  z-index: 1000;
}

.zoom-button {
  width: 48px;
  height: 48px;
  border-radius: 50%;
  border: none;
  font-size: 20px;
  cursor: pointer;
  background-color: rgba(21, 38, 84, 0.5);
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: background-color 0.3s ease;
}

.zoom-button:hover {
  background-color: #555;
}

.zoom-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}
