.monthContainer{--color:#333;--backgroundColor:#e6e6e6;font-family:arial;cursor:pointer;height:100%;width:100%;grid-template-rows:auto auto 1fr;background-color:#fff;border:1px solid #d6d9dd;border-radius:5px;display:grid}.monthContainer.isHebrew{direction:rtl}.monthContainer.isHebrew .startDay{background:#6495ed;border-radius:0 7px 7px 0;color:#fff;margin:1px 0}.monthContainer.isHebrew .endDay{background:#6495ed;border-radius:7px 0 0 7px;color:#fff;margin:1px 0}.monthContainer.isHebrew .day,.monthContainer.isHebrew .weekday{font-size:16px;padding:0}.monthContainer .navigation{display:grid;grid-template-columns:22px 138px 22px;justify-content:space-between;min-height:32px;padding:5px;width:100%;box-sizing:border-box}.monthContainer .navigation .arrowLeft,.monthContainer .navigation .arrowRight{display:grid;align-items:center;justify-content:center}.monthContainer .navigation .arrowLeft span,.monthContainer .navigation .arrowRight span{border:solid #000;border-width:0 2px 2px 0;padding:1px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);cursor:pointer;width:6px;height:6px}.monthContainer .navigation .arrowLeft:hover,.monthContainer .navigation .arrowRight:hover{background-color:var(--backgroundColor)}.monthContainer .navigation .arrowLeft span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.monthContainer .navigation .monthYearSelection{display:grid;grid-template-columns:auto auto}.monthContainer .navigation .monthYearSelection select{border:0;outline:0}.monthContainer .navigation .monthYearSelection select:hover{cursor:pointer;background-color:var(--backgroundColor)}.monthContainer .navigation .monthYearSelection option{background-color:#fff}.monthContainer.isHebrew .navigation .arrowLeft span{transform:rotate(-45deg);-webkit-transform:rotate(-45deg)}.monthContainer.isHebrew .navigation .arrowRight span{transform:rotate(135deg);-webkit-transform:rotate(135deg)}.monthContainer .month{color:var(--color);grid-template-rows:1fr 1fr 1fr 1fr 1fr;z-index:2;background-color:#fff;height:100%;border-radius:5px;text-align:center}.monthContainer .month,.monthContainer .weekdayWrapper{grid-template-columns:repeat(7,1fr);display:grid;width:100%;padding:2px;box-sizing:border-box}.monthContainer .weekdayWrapper{background-color:#001476}.monthContainer .day,.monthContainer .weekday{display:grid;margin:1px;padding:1px 1px 0 0;align-items:center;justify-content:center;-webkit-user-select:none;-moz-user-select:none;user-select:none;border-radius:7px;cursor:pointer;font-size:14px}.monthContainer .day:hover{background-color:var(--backgroundColor)}.monthContainer .day.selectedDay:hover{background-color:#6494ed89}.monthContainer .weekday{color:#fff;font-weight:700}.monthContainer .otherMonth{background:#fff;color:#777}.monthContainer .selectedDay,.monthContainer .startDay{background:#6495ed;color:#fff}.monthContainer .startDay{border-radius:7px 0 0 7px;margin:1px 0}.monthContainer .isInRange{background-color:#91b6fa;color:#fff;border-radius:0;margin:1px 0}.monthContainer .endDay{background:#6495ed;border-radius:0 7px 7px 0;color:#fff;margin:1px 0}.monthContainer .isInRange:hover,.monthContainer .startDay:hover,.reactJewishDatePicker .endDay:hover{background:#6495ed}.reactJewishDatePicker .noSelect{cursor:not-allowed!important;background-color:#f3f3f3}.reactJewishDatePicker .noSelect:hover{background-color:#f3f3f3}.reactJewishDatePicker .noSelect:active{pointer-events:none}.reactJewishDatePicker{--color:#333;--backgroundColor:#e6e6e6;position:relative;display:grid;font-family:arial;margin-bottom:5px;cursor:pointer}.reactJewishDatePicker .selectedDate{padding:2px 15px 2px 5px;border:1px solid var(--color);border-radius:4px;-webkit-user-select:none;-moz-user-select:none;user-select:none;min-height:20px;text-align:center;position:relative;font-size:smaller}.reactJewishDatePicker .calendarIcon{font-size:16px;position:absolute;right:5px;top:4px}.reactJewishDatePicker .monthWrapper{position:absolute;top:32px;z-index:1;transform:scaleY(0);transform-origin:top;transition:transform .26s ease;transition:max-height .5s ease-out;box-shadow:0 6px 12px #0000002d;transition:all .4s ease-in-out;width:254px;height:243px;border-radius:5px}.reactJewishDatePicker .monthWrapper.open{transform:scaleY(1)}.reactJewishDatePicker.isHebrew{direction:rtl}.reactJewishDatePicker.isHebrew .startDay{background:#6495ed;border-radius:0 7px 7px 0;color:#fff;margin:1px 0}.reactJewishDatePicker.isHebrew .endDay{background:#6495ed;border-radius:7px 0 0 7px;color:#fff;margin:1px 0}