/*$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
*/
.workingDate {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  border-radius: 0.5rem;
}
.workingDate__body {
  display: flex;
  flex-direction: column;
  align-items: start;
  justify-content: center;
  gap: 0;
  min-height: 60px;
}
.workingDate__body__title {
  display: -webkit-box;
  gap: 0.25rem;
  align-items: center;
}
.workingDate__body__pragma {
  font-size: small;
}
.workingDate__body__daysOfWeek {
  font-size: small;
}

.weekDays {
  display: flex;
  flex-wrap: wrap;
}
.weekDays .field {
  text-align: center !important;
  font-weight: bold;
}

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