/*$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
*/
.detailContainer {
  display: none;
  overflow: hidden;
  overflow-y: auto;
}
.detailContainer.open {
  display: block;
}

.backgroundContainer {
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  width: 0;
  left: 0;
  z-index: 100020;
  background-color: transparent;
  opacity: 0;
  transition: background-color 0.5s ease;
}
.backgroundContainer.active {
  background-color: black;
  width: 100%;
  opacity: 0.2;
}

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