.checkboxToggle {
  display: block !important;
}

.checkboxToggle ~ .Calendar {
  height: 165px;
  overflow: hidden;
}

.checkboxToggle ~ .Calendar .Calendar-Item-hidden {
  display: none;
}

.checkboxToggle ~ .Calendar ~ .calendarToggle .opened {
  opacity: 0;
  display: none;
}

.checkboxToggle ~ .Calendar ~ .calendarToggle .closed {
  opacity: 1;
  display: block;
}

.checkboxToggle:checked ~ .Calendar {
  height: auto;
  overflow: initial;
}

.checkboxToggle:checked ~ .Calendar .Calendar-Item-hidden {
  display: initial;
}

.checkboxToggle:checked ~ .Calendar ~ .calendarToggle .opened {
  opacity: 1;
  display: block;
}

.checkboxToggle:checked ~ .Calendar ~ .calendarToggle .closed {
  opacity: 0;
  display: none;
}

.Calendar-header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-flex: 0;
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.Calendar-header button {
  -ms-flex-preferred-size: 0;
  flex-basis: 0;
  -webkit-box-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  max-width: 100%;
  height: 35px;
  padding: 11px;
  border: none;
  color: transparent;
  position: relative;
  background: none !important;
}

.Calendar-header button:hover {
  background: none !important;
}

.Calendar-header button:first-child:after {
  content: '\2B60' !important;
  right: 0px !important;
  text-align: left !important;
}

.Calendar-header button:after {
  content: '\279D';
  width: 100%;
  position: absolute;
  font-size: 30px !important;
  line-height: 16px !important;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  color: #63717A !important;
  left: 0px;
  top: 9px;
  text-align: right;
}

.Calendar-header .Calendar-header-currentDate {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
  text-align: center;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #63717A !important;
  height: 35px;
  padding: 11px;
}

.Calendar-grid {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.Calendar-grid .Calendar-grid-item {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 14.28%;
  flex: 0 0 14.28%;
  max-width: 14.28%;
  text-align: center;
  font-family: "OpenSans", "OpenSans-Regular", Arial, Helvetica, sans-serif;
  font-size: 13px !important;
  line-height: 16px !important;
  color: #0A0F24;
  height: 35px;
  padding: 11px;
}

.Calendar-grid .Calendar-grid-item.prevMonth, .Calendar-grid .Calendar-grid-item.nextMonth {
  color: #63717A;
}

.Calendar-grid .Calendar-grid-item.Calendar-grid-item--current {
  color: #63B2DB;
  font-family: "OpenSans-Bold", Arial, Helvetica, sans-serif;
}

.calendarToggle {
  bottom: 5px;
  left: 50%;
  margin-left: -8px;
}

.calendarToggle label {
  width: 15px;
  height: 15px;
  display: inline-block;
  cursor: pointer;
}

.calendar-scheduling {
  position: relative;
}

.calendar-scheduling:after {
  content: '';
  width: 4px;
  height: 4px;
  background: #63B2DB !important;
  position: absolute;
  bottom: 0px;
  left: calc(50% - 1px);
  border-radius: 2px;
}
/*# sourceMappingURL=scheduling.css.map */