.hb-range-picker .react-datepicker{display:flex;gap:32px;border:none;box-shadow:none;background:#0000;font-family:inherit}.hb-range-picker .react-datepicker__month-container{float:none}.hb-range-picker .react-datepicker__header{background:#0000;border-bottom:none;padding:0 0 12px}.hb-range-picker .react-datepicker__current-month{font-size:15px;font-weight:700;color:#111827;padding-bottom:14px}.hb-range-picker .react-datepicker__day-names{display:flex;justify-content:space-between}.hb-range-picker .react-datepicker__day-name{width:40px;line-height:20px;margin:0;color:#6b7280;font-weight:600;font-size:12px}.hb-range-picker .react-datepicker__month{margin:0}.hb-range-picker .react-datepicker__week{display:flex}.hb-range-picker .react-datepicker__day{width:40px;height:40px;line-height:40px;margin:2px 0;border-radius:9999px;color:#111827;font-size:14px;font-weight:500;transition:background-color .12s ease}.hb-range-picker .react-datepicker__day:hover{background-color:#eff6ff;border-radius:9999px}.hb-range-picker .react-datepicker__day--outside-month{visibility:hidden;pointer-events:none}.hb-range-picker .react-datepicker__day--disabled{color:#d1d5db;cursor:not-allowed}.hb-range-picker .react-datepicker__day--disabled:hover{background:#0000}.hb-range-picker .react-datepicker__day--keyboard-selected{background:#0000;color:inherit;border-radius:9999px}.hb-range-picker .react-datepicker__day--today{font-weight:700}.hb-range-picker .react-datepicker__day--in-range,.hb-range-picker .react-datepicker__day--in-selecting-range{background-color:#eff6ff!important;color:#1570ef;border-radius:0}.hb-range-picker .react-datepicker__day--range-end,.hb-range-picker .react-datepicker__day--range-start,.hb-range-picker .react-datepicker__day--selecting-range-end,.hb-range-picker .react-datepicker__day--selecting-range-start{background-color:#1570ef!important;color:#fff!important;font-weight:700}.hb-range-picker .react-datepicker__day--range-start{border-top-left-radius:9999px;border-bottom-left-radius:9999px;border-top-right-radius:0;border-bottom-right-radius:0}.hb-range-picker .react-datepicker__day--range-end{border-top-right-radius:9999px;border-bottom-right-radius:9999px;border-top-left-radius:0;border-bottom-left-radius:0}.hb-range-picker .react-datepicker__day--range-start.react-datepicker__day--range-end{border-radius:9999px}.hb-range-picker .react-datepicker__navigation{top:2px;width:28px;height:28px}.hb-range-picker .react-datepicker__navigation--previous{left:4px}.hb-range-picker .react-datepicker__navigation--next{right:4px}.hb-range-picker .react-datepicker__navigation-icon:before{border-color:#6b7280;border-width:2px 2px 0 0;width:8px;height:8px}.hb-range-picker .react-datepicker__navigation:hover .react-datepicker__navigation-icon:before{border-color:#111827}