.rdp-root{--rdp-accent-color:blue;--rdp-accent-background-color:#f0f0ff;--rdp-day-height:44px;--rdp-day-width:44px;--rdp-day_button-border-radius:100%;--rdp-day_button-border:2px solid transparent;--rdp-day_button-height:42px;--rdp-day_button-width:42px;--rdp-selected-border:2px solid var(--rdp-accent-color);--rdp-disabled-opacity:.5;--rdp-outside-opacity:.75;--rdp-today-color:var(--rdp-accent-color);--rdp-dropdown-gap:.5rem;--rdp-months-gap:2rem;--rdp-nav_button-disabled-opacity:.5;--rdp-nav_button-height:2.25rem;--rdp-nav_button-width:2.25rem;--rdp-nav-height:2.75rem;--rdp-range_middle-background-color:var(--rdp-accent-background-color);--rdp-range_middle-color:inherit;--rdp-range_start-color:white;--rdp-range_start-background:linear-gradient(var(--rdp-gradient-direction), transparent 50%, var(--rdp-range_middle-background-color) 50%);--rdp-range_start-date-background-color:var(--rdp-accent-color);--rdp-range_end-background:linear-gradient(var(--rdp-gradient-direction), var(--rdp-range_middle-background-color) 50%, transparent 50%);--rdp-range_end-color:white;--rdp-range_end-date-background-color:var(--rdp-accent-color);--rdp-week_number-border-radius:100%;--rdp-week_number-border:2px solid transparent;--rdp-week_number-height:var(--rdp-day-height);--rdp-week_number-opacity:.75;--rdp-week_number-width:var(--rdp-day-width);--rdp-weeknumber-text-align:center;--rdp-weekday-opacity:.75;--rdp-weekday-padding:.5rem 0rem;--rdp-weekday-text-align:center;--rdp-gradient-direction:90deg;--rdp-animation_duration:.3s;--rdp-animation_timing:cubic-bezier(.4, 0, .2, 1)}.rdp-root[dir=rtl]{--rdp-gradient-direction:-90deg}.rdp-root[data-broadcast-calendar=true]{--rdp-outside-opacity:unset}.rdp-root{box-sizing:border-box;position:relative}.rdp-root *{box-sizing:border-box}.rdp-day{width:var(--rdp-day-width);height:var(--rdp-day-height);text-align:center}.rdp-day_button{cursor:pointer;font:inherit;color:inherit;width:var(--rdp-day_button-width);height:var(--rdp-day_button-height);border:var(--rdp-day_button-border);border-radius:var(--rdp-day_button-border-radius);background:0 0;justify-content:center;align-items:center;margin:0;padding:0;display:flex}.rdp-day_button:disabled{cursor:revert}.rdp-caption_label{z-index:1;white-space:nowrap;border:0;align-items:center;display:inline-flex;position:relative}.rdp-dropdown:focus-visible~.rdp-caption_label{outline:5px auto highlight;outline:5px auto -webkit-focus-ring-color}.rdp-button_next,.rdp-button_previous{cursor:pointer;font:inherit;color:inherit;appearance:none;width:var(--rdp-nav_button-width);height:var(--rdp-nav_button-height);background:0 0;border:none;justify-content:center;align-items:center;margin:0;padding:0;display:inline-flex;position:relative}.rdp-button_next:disabled,.rdp-button_next[aria-disabled=true],.rdp-button_previous:disabled,.rdp-button_previous[aria-disabled=true]{cursor:revert;opacity:var(--rdp-nav_button-disabled-opacity)}.rdp-chevron{fill:var(--rdp-accent-color);display:inline-block}.rdp-root[dir=rtl] .rdp-nav .rdp-chevron{transform-origin:50%;transform:rotate(180deg)}.rdp-dropdowns{align-items:center;gap:var(--rdp-dropdown-gap);display:inline-flex;position:relative}.rdp-dropdown{z-index:2;opacity:0;appearance:none;width:100%;cursor:inherit;line-height:inherit;border:none;margin:0;padding:0;position:absolute;inset-block:0;inset-inline-start:0}.rdp-dropdown_root{align-items:center;display:inline-flex;position:relative}.rdp-dropdown_root[data-disabled=true] .rdp-chevron{opacity:var(--rdp-disabled-opacity)}.rdp-month_caption{height:var(--rdp-nav-height);align-content:center;font-size:large;font-weight:700;display:flex}.rdp-root[data-nav-layout=around] .rdp-month,.rdp-root[data-nav-layout=after] .rdp-month{position:relative}.rdp-root[data-nav-layout=around] .rdp-month_caption{justify-content:center;margin-inline-start:var(--rdp-nav_button-width);margin-inline-end:var(--rdp-nav_button-width);position:relative}.rdp-root[data-nav-layout=around] .rdp-button_previous{inset-inline-start:0;height:var(--rdp-nav-height);display:inline-flex;position:absolute;top:0}.rdp-root[data-nav-layout=around] .rdp-button_next{inset-inline-end:0;height:var(--rdp-nav-height);justify-content:center;display:inline-flex;position:absolute;top:0}.rdp-months{gap:var(--rdp-months-gap);flex-wrap:wrap;max-width:fit-content;display:flex;position:relative}.rdp-month_grid{border-collapse:collapse}.rdp-nav{height:var(--rdp-nav-height);align-items:center;display:flex;position:absolute;inset-block-start:0;inset-inline-end:0}.rdp-weekday{opacity:var(--rdp-weekday-opacity);padding:var(--rdp-weekday-padding);text-align:var(--rdp-weekday-text-align);text-transform:var(--rdp-weekday-text-transform);font-size:smaller;font-weight:500}.rdp-week_number{opacity:var(--rdp-week_number-opacity);height:var(--rdp-week_number-height);width:var(--rdp-week_number-width);border:var(--rdp-week_number-border);border-radius:var(--rdp-week_number-border-radius);text-align:var(--rdp-weeknumber-text-align);font-size:small;font-weight:400}.rdp-today:not(.rdp-outside){color:var(--rdp-today-color)}.rdp-selected{font-size:large;font-weight:700}.rdp-selected .rdp-day_button{border:var(--rdp-selected-border)}.rdp-outside{opacity:var(--rdp-outside-opacity)}.rdp-disabled:not(.rdp-selected){opacity:var(--rdp-disabled-opacity)}.rdp-hidden{visibility:hidden;color:var(--rdp-range_start-color)}.rdp-range_start{background:var(--rdp-range_start-background)}.rdp-range_start .rdp-day_button{background-color:var(--rdp-range_start-date-background-color);color:var(--rdp-range_start-color)}.rdp-range_middle{background-color:var(--rdp-range_middle-background-color)}.rdp-range_middle .rdp-day_button{border:unset;border-radius:unset;color:var(--rdp-range_middle-color)}.rdp-range_end{background:var(--rdp-range_end-background);color:var(--rdp-range_end-color)}.rdp-range_end .rdp-day_button{color:var(--rdp-range_start-color);background-color:var(--rdp-range_end-date-background-color)}.rdp-range_start.rdp-range_end{background:revert}.rdp-focusable{cursor:pointer}@keyframes rdp-slide_in_left{0%{transform:translate(-100%)}to{transform:translate(0)}}@keyframes rdp-slide_in_right{0%{transform:translate(100%)}to{transform:translate(0)}}@keyframes rdp-slide_out_left{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes rdp-slide_out_right{0%{transform:translate(0)}to{transform:translate(100%)}}.rdp-weeks_before_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_before_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-weeks_after_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_enter{animation:rdp-slide_in_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_exit{animation:rdp-slide_out_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_before_enter{animation:rdp-slide_in_right var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-root[dir=rtl] .rdp-weeks_after_exit{animation:rdp-slide_out_left var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}@keyframes rdp-fade_in{0%{opacity:0}to{opacity:1}}@keyframes rdp-fade_out{0%{opacity:1}to{opacity:0}}.rdp-caption_after_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_after_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_enter{animation:rdp-fade_in var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}.rdp-caption_before_exit{animation:rdp-fade_out var(--rdp-animation_duration) var(--rdp-animation_timing) forwards}
.report-calendar-module___k9uRq__report-calendar-shell{background:#fff;width:100%;min-width:0}.report-calendar-module___k9uRq__report-calendar{--rdp-accent-color:#315f49;--rdp-accent-background-color:#dfe9e3;--rdp-day-width:24px;--rdp-day-height:27px;--rdp-day_button-width:24px;--rdp-day_button-height:24px;--rdp-day_button-border:0;--rdp-day_button-border-radius:50%;--rdp-nav_button-width:27px;--rdp-nav_button-height:27px;--rdp-nav-height:30px;--rdp-disabled-opacity:1;--rdp-outside-opacity:.34;--rdp-dropdown-gap:3px;color:#30363a;width:100%;margin:0;font-size:.75rem}:is(.report-calendar-module___k9uRq__report-calendar .rdp-months,.report-calendar-module___k9uRq__report-calendar .rdp-month,.report-calendar-module___k9uRq__report-calendar .rdp-month_grid){width:100%;max-width:none}.report-calendar-module___k9uRq__report-calendar .rdp-month_grid{table-layout:fixed}.report-calendar-module___k9uRq__report-calendar .rdp-month_caption{justify-content:center;align-items:center;font-size:.8rem;font-weight:720}.report-calendar-module___k9uRq__report-calendar .rdp-dropdowns{gap:5px}.report-calendar-module___k9uRq__report-calendar-dropdown{display:inline-flex;position:relative}.report-calendar-module___k9uRq__report-calendar-dropdown-native{clip-path:inset(50%);white-space:nowrap;width:1px;height:1px;position:absolute;overflow:hidden}.report-calendar-module___k9uRq__report-calendar-dropdown-trigger{color:#34483e;min-height:25px;font:inherit;cursor:pointer;background:0 0;border:0;border-radius:4px;align-items:center;gap:2px;padding:0 2px;font-size:.78rem;font-weight:720;transition:color .15s,background-color .15s;display:inline-flex}.report-calendar-module___k9uRq__report-calendar-dropdown-trigger:hover,.report-calendar-module___k9uRq__report-calendar-dropdown-trigger[aria-expanded=true]{color:#306049;background:0 0}.report-calendar-module___k9uRq__report-calendar-dropdown-trigger:focus-visible{outline-offset:2px;outline:2px solid #30604966}.report-calendar-module___k9uRq__report-calendar-dropdown-menu{z-index:50;background:#fff;border:1px solid #3060493d;border-radius:6px;width:max-content;min-width:70px;max-height:min(348px,100vh - 120px);padding:4px;display:grid;position:fixed;overflow-y:auto;transform:translate(-50%);box-shadow:0 8px 22px #22352c24}.report-calendar-module___k9uRq__report-calendar-dropdown-menu button{color:#5f686d;min-width:62px;min-height:28px;font:inherit;text-align:left;cursor:pointer;background:0 0;border:0;border-radius:4px;grid-template-columns:1fr 13px;align-items:center;gap:5px;padding:3px 6px;font-size:.75rem;display:grid}.report-calendar-module___k9uRq__report-calendar-dropdown-menu button:hover,.report-calendar-module___k9uRq__report-calendar-dropdown-menu button:focus-visible{color:#294f3d;background:#edf3ef;outline:none}.report-calendar-module___k9uRq__report-calendar-dropdown-menu button[aria-selected=true]{color:#306049;background:#dfe9e3;font-weight:720}.report-calendar-module___k9uRq__report-calendar-dropdown-menu button:disabled{color:#adb3b0;cursor:default}:is(.report-calendar-module___k9uRq__report-calendar .rdp-button_previous,.report-calendar-module___k9uRq__report-calendar .rdp-button_next){color:#485158;border-radius:6px;transition:background-color .15s,color .15s,transform .12s}:is(.report-calendar-module___k9uRq__report-calendar .rdp-button_previous:hover,.report-calendar-module___k9uRq__report-calendar .rdp-button_next:hover){background:var(--hover);color:#203b2e}:is(.report-calendar-module___k9uRq__report-calendar .rdp-button_previous:active,.report-calendar-module___k9uRq__report-calendar .rdp-button_next:active,.report-calendar-module___k9uRq__report-calendar .rdp-day_button:active){transform:scale(.94)}.report-calendar-module___k9uRq__report-calendar .rdp-weekday{color:#92989d;padding:5px 0 4px;font-size:.66rem;font-weight:650}.report-calendar-module___k9uRq__report-calendar .rdp-day_button{color:#697078;margin:auto;font-size:.73rem;transition:background-color .15s,color .15s,transform .12s}.report-calendar-module___k9uRq__report-calendar .rdp-disabled .rdp-day_button{cursor:default}.report-calendar-module___k9uRq__report-calendar .report-calendar-module___k9uRq__report-calendar-has-report .rdp-day_button{color:#315f49;cursor:pointer;background:#e1ebe5;font-weight:750}.report-calendar-module___k9uRq__report-calendar .report-calendar-module___k9uRq__report-calendar-has-report .rdp-day_button:hover{color:#254c39;background:#cbded2}.report-calendar-module___k9uRq__report-calendar .rdp-selected .rdp-day_button{color:#fff;background:#315f49;box-shadow:0 1px 3px #2040303d}.report-calendar-module___k9uRq__report-calendar .rdp-selected .rdp-day_button:hover{color:#fff;background:#315f49;box-shadow:0 1px 3px #2040303d}.report-calendar-module___k9uRq__report-calendar .rdp-day_button:focus-visible{outline-offset:2px;outline:2px solid #315f496b}.report-calendar-module___k9uRq__report-calendar .rdp-button_previous:focus-visible{outline-offset:2px;outline:2px solid #315f496b}.report-calendar-module___k9uRq__report-calendar .rdp-button_next:focus-visible{outline-offset:2px;outline:2px solid #315f496b}.report-calendar-module___k9uRq__report-calendar .rdp-dropdown:focus-visible~.rdp-caption_label{outline-offset:2px;outline:2px solid #315f496b}.report-calendar-module___k9uRq__report-calendar .rdp-today:not(.report-calendar-module___k9uRq__report-calendar-has-report) .rdp-day_button{color:#697078;font-weight:inherit}@media (max-width:980px){[data-mobile-nav-directory] .report-calendar-module___k9uRq__report-calendar-shell{max-width:286px;margin:0 auto;padding:10px 9px 11px}[data-mobile-nav-directory] .report-calendar-module___k9uRq__report-calendar{--rdp-day-width:34px;--rdp-day-height:35px;--rdp-day_button-width:31px;--rdp-day_button-height:31px;--rdp-nav_button-width:32px;--rdp-nav_button-height:32px;--rdp-nav-height:36px;font-size:.88rem}[data-mobile-nav-directory] .report-calendar-module___k9uRq__report-calendar .rdp-month_caption{font-size:.96rem}:is([data-mobile-nav-directory] .report-calendar-module___k9uRq__report-calendar .rdp-weekday,[data-mobile-nav-directory] .report-calendar-module___k9uRq__report-calendar .rdp-day_button){font-size:.82rem}}
