/*$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
*/
.flatLayout.flatLayout--ShareLayout {
  background: var(--primary-light);
}
.flatLayout.flatLayout--ShareLayout .mainContainer {
  width: 100%;
  height: calc(100svh - 10px);
  padding: 70px clamp(20px, 10%, 10%) 45px;
}
.flatLayout.flatLayout--ShareLayout .mainContainer .ticketDetail {
  background: var(--bg);
  border-radius: 20px;
  overflow: hidden;
}
.flatLayout.flatLayout--ShareLayout .mainContainer .ticketDetail [action=Btn_CloseDetail] {
  display: none;
}
.flatLayout.flatLayout--ShareLayout .mainContainer .ticketDetail a[action=Btn_Download] {
  pointer-events: none;
}
.flatLayout.flatLayout--ShareLayout .mainContainer .headerShareLayout {
  position: fixed;
  top: 0;
  left: 0;
  display: flex;
  justify-content: space-between;
  width: 100vw;
  padding: 10px calc(clamp(20px, 10%, 10%) + 30px);
  align-items: center;
}

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