/*$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
*/
.attachmentFilesViewer {
  display: flex;
  flex-direction: column;
  border-radius: 0.5rem;
}
.attachmentFilesViewer:has(*) {
  border: 1px solid var(--bg-dark);
}
.attachmentFilesViewer .attachmentFile {
  display: grid;
  grid-template-columns: min-content 1fr min-content;
  align-items: center;
}
.attachmentFilesViewer .attachmentFile__icon {
  display: flex;
  aspect-ratio: 1;
  height: 100%;
  align-items: center;
  justify-content: center;
  font-size: x-large;
  border-right: 1px solid var(--bg-dark);
}
.attachmentFilesViewer .attachmentFile__bio {
  padding: 0.5rem !important;
  display: flex;
  flex-direction: column;
}
.attachmentFilesViewer .attachmentFile__bio__name {
  font-weight: bold;
}
.attachmentFilesViewer .attachmentFile__bio__size {
  font-size: small;
  font-style: italic;
}
.attachmentFilesViewer .attachmentFile__commands {
  display: flex;
  gap: 0.5rem;
  padding: 0.5rem !important;
}
.attachmentFilesViewer .attachmentFile + .attachmentFile {
  border-top: 1px solid var(--bg-dark);
}

.form[data-form-mode=View] .attachmentFile__commands .btn[action=Btn_FileDelete] {
  display: none;
}

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