/******* Do not edit this file *******
Code Snippets Manager
Saved: Jun 02 2025 | 21:08:19 */
/* Form */
.jet-form-builder-signature__canvas {
  border-style: solid;
  border-width: 1px;
  border-radius: 10px;
}
.linea-canva-firma {
  margin-bottom: 25px;
}
.checkradio-wrap {
  justify-content: center;
  margin: 20px 0 20px 0;
}
.wp-block-heading {
  font-weight: 900;
  font-family: "Poppins New", sans-serif;
  font-size: 50px;
  color: var(--e-global-color-primary);
  text-transform: uppercase;
}
/*Upload File*/
/* FONT e reset */
.jet-form-builder-file-upload {
  font-family: "Poppins New", sans-serif;
  font-size: 15px;
  color: #2c2c2c;
}
/* Wrapper upload */
.jet-form-builder-file-upload__content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  border: 2px dashed #2c2c2c;
  border-radius: 12px;
  background-color: #f9f9f9;
  padding: 20px;
  cursor: pointer;
  transition: background-color 0.3s ease, border-color 0.3s ease;
}
/* Hover effect */
.jet-form-builder-file-upload__content:hover {
  background-color: #f0f0f0;
  border-color: #0035ff;
}
/* SVG loader (centrato e stilizzato) */
.jet-form-builder-file-upload__loader svg {
  width: 38px;
  height: 38px;
  stroke: #0035ff;
  margin-bottom: 12px;
}
/* File input nascosto */
.jet-form-builder-file-upload__input {
  font-family: inherit;
  font-size: 14px;
  display: block;
  margin-top: 10px;
}
/* Messaggio sotto campo */
.jet-form-builder-file-upload__message {
  margin-top: 8px;
  font-size: 13px;
  color: #666;
  font-style: italic;
}
/* Errore */
.jet-form-builder-file-upload__errors {
  color: #c00;
  font-size: 13px;
  margin-top: 6px;
}
/* Flip Book */
.box-body {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0;
  position: relative;
}
.container {
  position: relative;
}
.flipbook-container {
  position: relative;
  width: 595px;
  height: 850px;
  overflow: hidden;
  margin-bottom: 20px;
}
.flipbook {
  display: flex;
  transition: transform 0.6s ease-in-out;
}
.pagina {
  margin-top: 5px;
  width: 100%;
  padding: 50px;
  height: 842px;
  flex-shrink: 0;
  display: flex;
  justify-content: center;
  align-items: start;
  background-color: #fff;
  border: 1px solid var(--e-global-color-secondary);
  box-sizing: border-box;
  font-size: 14px;
  line-height: 1.5;
}
.controls {
  position: absolute;
  top: 50%;
  left: 0;
  width: 100%;
  height: 0;
  display: flex;
  justify-content: space-between;
  transform: translateY(-50%);
  z-index: 10;
  pointer-events: none;
  font-family: "Poppins New", sans-serif;
}
.icon-nav {
  width: 40px;
  height: 40px;
  background-color: rgba(255, 255, 255, 0.9);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  pointer-events: auto;
  transition: background-color 0.3s;
  box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
}
.icon-nav:hover {
  background-color: var(--e-global-color-primary);
}
.icon-nav svg {
  width: 20px;
  height: 20px;
  fill: #007bff;
}
.page-info {
  margin-top: 10px;
  font-size: 16px;
  font-family: "Poppins New", sans-serif;
}
.page-index {
  margin-top: 20px;
  text-align: center;
  font-family: "Poppins New", sans-serif;
}
.page-index ul {
  list-style: none;
  padding: 0;
  font-family: "Poppins New", sans-serif;
}
.page-index li {
  display: inline-block;
  margin: 0 5px;
  cursor: pointer;
  font-family: "Poppins New", sans-serif;
}
.page-index li.active {
  font-weight: bold;
  color: var(--e-global-color-primary);
  font-family: "Poppins New", sans-serif;
}
.titolo-uno, .titolo-due, .titolo-tre, .titolo-quattro, .titolo-cinque, .titolo-sei, .titolo-sette {
  opacity: 0;
  transition: opacity 0.5s ease;
}
.titolo-visibile {
  opacity: 1;
}
