/*$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
*/
.centerinfo--detail {
  background: color-mix(in sRGB, var(--bg) 60%, transparent);
  padding: 2rem;
  border-radius: 1rem;
}
.centerinfo--detail__container {
  display: flex;
  gap: 10%;
}
.centerinfo--detail__left {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.centerinfo--detail__left i {
  font-size: 3.75rem;
}
.centerinfo--detail__left strong {
  text-align: center;
  margin-top: 0.25rem;
  font-size: large;
}
.centerinfo--detail__left em {
  text-align: center;
  font-size: small;
}
.centerinfo--detail__right {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}
.centerinfo--detail__right i {
  margin-right: 0.25rem;
}
.centerinfo--detail .profilesContainer {
  max-height: 500px;
  overflow-y: auto;
  row-gap: 1.25rem;
}

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