/*$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
*/
.profileSelector {
  border: 1px solid var(--bg-dark);
  border-radius: 0.5rem;
  margin: 1rem;
  width: unset;
}
.profileSelector .field--checkbox {
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.25rem;
}
.profileSelector td:nth-of-type(2) {
  white-space: nowrap;
}

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