.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 .weekday,.monthContainer.isHebrew .day{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 .arrowRight,.monthContainer .navigation .arrowLeft{display:grid;align-items:center;justify-content:center}.monthContainer .navigation .arrowRight span,.monthContainer .navigation .arrowLeft span{border:solid black;border-width:0 2px 2px 0;padding:1px;transform:rotate(-45deg);-webkit-transform:rotate(-45deg);cursor:pointer;width:6px;height:6px}.monthContainer .navigation .arrowRight:hover,.monthContainer .navigation .arrowLeft: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:0px;outline:0px}.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-columns:repeat(7,1fr);grid-template-rows:1fr 1fr 1fr 1fr 1fr;z-index:2;background-color:#fff;display:grid;width:100%;height:100%;border-radius:5px;padding:2px;text-align:center;box-sizing:border-box}.monthContainer .weekdayWrapper{display:grid;grid-template-columns:repeat(7,1fr);background-color:#001476;padding:2px;width:100%;box-sizing:border-box}.monthContainer .weekday,.monthContainer .day{display:grid;margin:1px;padding:1px 1px 0 0;align-items:center;justify-content:center;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{background:#6495ed;color:#fff}.monthContainer .startDay{background:#6495ed;border-radius:7px 0 0 7px;color:#fff;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 .startDay:hover,.monthContainer .isInRange: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;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}body{margin:0}.html_content img{max-width:100%;height:auto;display:block;margin-right:auto;margin-left:auto}.jewish-picker>div{padding:13px!important;text-align:right;width:20px;height:20px;border-width:0px!important;font-size:0px!important}.reactJewishDatePicker .calendarIcon{top:7px!important;right:12px!important}.jewish-picker .open{background-color:#fff;padding:16px!important;width:310px!important;height:350px!important;left:0;border-width:0px!important}.jewish-picker .monthWrapper{left:0;border-radius:16px;display:flex;flex-direction:column;justify-content:flex-start;gap:16px;transition:none}.arrowLeft,.arrowRight{border-radius:8px}.arrowLeft:hover,.arrowRight:hover{background-color:#e9ecef}.reactJewishDatePicker .navigation .arrowLeft span,.reactJewishDatePicker .navigation .arrowRight span{border-color:#0000008f}.monthYearSelection{justify-content:center}.monthYearSelection select{border-radius:4px;font-size:14px;color:#495057;appearance:none;-webkit-appearance:none;-moz-appearance:none;background-image:none!important;padding-right:8px}.monthYearSelection select:hover{border-color:#adb5bd}.reactJewishDatePicker .weekdayWrapper{background-color:#fff}.reactJewishDatePicker .weekday{color:#000;font-weight:400;opacity:.6}.reactJewishDatePicker .weekday,.reactJewishDatePicker .day{width:36px;height:36px;border-radius:50%}.day:hover{background-color:#e9ecef;color:#212529}.day.selectedDay{background-color:#660a23;color:#fff}.day.selectedDay:hover{background-color:#802040}.day.otherMonth{color:#adb5bd}.day.otherMonth:hover{background-color:#f8f9fa;color:#6c757d}@media (max-width: 480px){.month{gap:1px;padding:4px}.day{width:28px;height:28px;font-size:13px}}
