/*$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
*/
.mainContainer:has(.mainDashboard) {
  border: 0;
  height: unset;
}

.mainDashboard {
  columns: 500px;
  margin-top: 0.5rem;
}
.mainDashboard > * {
  break-inside: avoid;
  border: 1px solid var(--bg-dark);
  border-radius: 0.5rem;
}
.mainDashboard .wrapper {
  background: var(--bg-light);
  margin-bottom: 0;
  border-radius: 0.5rem;
}
.mainDashboard .wrapper__body {
  border: 1px solid var(--bg-dark);
  border-radius: 0.5rem;
  gap: 0;
}
.mainDashboard .wrapper__body .dashElement {
  display: grid;
  grid-template-columns: 50px 1fr min-content;
  align-items: center;
}
.mainDashboard .wrapper__body .dashElement__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);
  margin-right: 0.5rem;
}
.mainDashboard .wrapper__body .dashElement + .dashElement {
  border-top: 1px solid var(--bg-dark);
}

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