/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
/*$box-shadow: (*/
/**/ /*"sm": 0 0 0.375rem 0 rgba(46, 38, 61, 0.18), //*/
/**/ /*"md": 0 0 0.625rem 0 rgba(46, 38, 61, 0.2), //*/
/**/ /*"lg": 0 0 1rem 0 rgba(46, 38, 61, 0.22) //
);*/
/*
1 colore bottone
2 bordo/hover
3 testo
*/
[data-section-render-target] {
  padding: 0;
  gap: 0;
}

[data-section-ticket] {
  padding: 0;
  gap: 0;
  overflow: hidden;
}
[data-section-ticket][data-section-status=OPEN] .ticketSectionPreview {
  display: none;
}
[data-section-ticket][data-section-status=OPEN] .ticketSectionEmpty {
  display: flex;
}
[data-section-ticket][data-section-status=OPEN] .ticketSectionEmpty:after {
  transform: rotate(90deg);
}
[data-section-ticket][data-section-status=OPEN] .ticketSectionBody {
  display: block;
}
[data-section-ticket][data-section-status=EMPTY] .ticketSectionPreview {
  display: none;
}
[data-section-ticket][data-section-status=EMPTY] .ticketSectionEmpty {
  display: flex;
}
[data-section-ticket][data-section-status=EMPTY] .ticketSectionBody {
  display: none;
}
[data-section-ticket][data-section-status=FULL] .ticketSectionPreview {
  display: flex;
}
[data-section-ticket][data-section-status=FULL] .ticketSectionEmpty {
  display: none;
}
[data-section-ticket][data-section-status=FULL] .ticketSectionBody {
  display: none;
}
[data-section-ticket] .ticketSectionPreview, [data-section-ticket] .ticketSectionEmpty {
  position: relative;
  display: flex;
  gap: 0.5rem;
  align-items: center;
  padding: 1rem;
  border: 1px solid var(--bg-dark);
  border-radius: 0.5rem;
}
[data-section-ticket] .ticketSectionPreview > i, [data-section-ticket] .ticketSectionEmpty > i {
  font-size: x-large;
}
[data-section-ticket] .ticketSectionPreview:after, [data-section-ticket] .ticketSectionEmpty:after {
  content: "\f054";
  font-family: "Font Awesome 7 Pro";
  position: absolute;
  right: 1rem;
  font-size: 18px;
}
[data-section-ticket] .ticketSectionEmpty {
  background: var(--bg);
  user-select: none;
}
[data-section-ticket] .ticketSectionEmpty:hover {
  background: var(--bg-dark);
  cursor: pointer;
}
[data-section-ticket] .ticketSectionPreview {
  background: var(--primary-light);
  border-color: var(--primary-dark);
  color: var(--primary-dark);
}
[data-section-ticket] .ticketSectionPreview:hover {
  filter: brightness(0.9);
  cursor: pointer;
}
[data-section-ticket][data-section-mandatory][data-section-status=EMPTY] .ticketSectionEmpty {
  color: var(--error);
  border-color: var(--error);
}
[data-section-ticket][data-section-readonly] .ticketSectionPreview:hover {
  filter: none;
  cursor: default;
}
[data-section-ticket][data-section-readonly] .ticketSectionPreview:after {
  content: "";
}
[data-section-ticket][data-section-readonly] .ticketSectionEmpty {
  display: none;
}
[data-section-ticket] .ticketSectionBody {
  display: none;
  padding: 1rem;
}
[data-section-ticket] .ticketSectionBody > .wrapper {
  margin: 0 auto;
  max-width: 1000px;
}
[data-section-ticket] .ticketSectionBody .infoLabel {
  text-align: center;
}

/*# sourceMappingURL=New.css.map */
