.calendar-theme ~ * {
  margin-bottom: 10px;
}
.calendar-theme ~ * .datepicker--day-name {
  color: #553c8b;
  font-weight: 600;
}
.calendar-theme ~ * .datepicker {
  font-size: 18px;
  margin: auto;
  width: 300px;
  border-color: #ffffff !important;
}
.calendar-theme ~ * .datepicker--cell {
  height: 36px;
}
.calendar-theme ~ * .datepicker--cell.-selected- {
  background: #553c8b !important;
  color: white !important;
}
.calendar-theme ~ * .datepicker--cell.-current- {
  color: #553c8b;
}
.calendar-theme ~ * .datepicker--cell.-in-range--focus- {
  background: rgba(85, 60, 139, 0.2);
}
.calendar-theme ~ * .datepicker--cell.-in-range- {
  background: rgba(85, 60, 139, 0.1);
}
.calendar-theme ~ * .datepicker--cell.-range-from-,
.calendar-theme ~ * .datepicker--cell.-range-to- {
  border-color: rgba(85, 60, 139, 0.5);
  background-color: rgba(85, 60, 139, 0.1);
}
/*# sourceMappingURL=datepicker-theme.css.map */