.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}:root{--background:0 0% 100%;--foreground:240 3% 14%;--card:0 0% 100%;--card-foreground:240 3% 14%;--popover:0 0% 100%;--popover-foreground:240 3% 14%;--primary:196 100% 32%;--primary-foreground:0 0% 100%;--secondary:240 12% 93%;--secondary-foreground:240 3% 14%;--muted:240 18% 97%;--muted-foreground:240 0% 39%;--accent:240 18% 97%;--accent-foreground:240 3% 14%;--destructive:354 86% 39%;--destructive-foreground:0 0% 100%;--border:240 5% 89%;--input:240 5% 89%;--ring:0 0% 0%;--radius:.5rem;--chart-1:195 100% 41%;--chart-2:212 100% 16%;--chart-3:151 74% 36%;--chart-4:252 54% 58%;--chart-5:233 8% 21%;--sidebar-background:0 0% 100%;--sidebar-foreground:240 3% 14%;--sidebar-primary:196 100% 32%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 18% 97%;--sidebar-accent-foreground:240 3% 14%;--sidebar-border:240 5% 89%;--sidebar-ring:0 0% 0%;--table-header:240 18% 97%;--table-odd-row:240 25% 98%;--inverse:240 2% 9%;--inverse-foreground:240 25% 98%;--link:217 100% 45%;--link-hover:213 100% 35%;--link-visited:253 45% 42%;--logo-1:212 100% 16%;--logo-2:195 100% 41%;--logo-3:212 100% 16%;--success:151 63% 24%;--success-foreground:0 0% 100%;--warning:40 100% 50%;--warning-foreground:240 2% 9%;--canvas:240 25% 98%;--warning-muted-foreground:25 90% 31%;--highlight-purple:252 54% 58%;--highlight-purple-foreground:0 0% 100%;--highlight-purple-muted:240 63% 91%;--highlight-purple-muted-foreground:253 45% 42%;--highlight-green:151 70% 30%;--highlight-green-foreground:0 0% 100%;--highlight-green-muted:149 76% 85%;--highlight-green-muted-foreground:151 63% 24%;--highlight-yellow:40 100% 50%;--highlight-yellow-foreground:240 2% 9%;--highlight-yellow-muted:51 100% 76%;--highlight-yellow-muted-foreground:25 90% 31%;--highlight-red:354 86% 39%;--highlight-red-foreground:0 0% 100%;--highlight-red-muted:355 100% 89%;--highlight-red-muted-foreground:354 81% 35%;--highlight-blue:216 100% 50%;--highlight-blue-foreground:0 0% 100%;--highlight-blue-muted:205 100% 87%;--highlight-blue-muted-foreground:213 100% 35%;--highlight-grey:235 10% 48%;--highlight-grey-foreground:0 0% 100%;--highlight-grey-muted:220 14% 87%;--highlight-grey-muted-foreground:236 8% 33%;--warning-muted:51 100% 76%;--success-muted:149 76% 85%;--success-muted-foreground:151 63% 24%;--destructive-muted:355 100% 89%;--destructive-muted-foreground:354 81% 35%;--warning-alternate:25 90% 31%;--primary-muted:196 97% 86%;--primary-muted-foreground:196 91% 27%;--highlight-orange:17 88% 40%;--highlight-orange-foreground:0 0% 100%;--highlight-orange-muted-foreground:15 79% 34%;--highlight-orange-muted:32 98% 83%;--highlight-pink:333 71% 51%;--highlight-pink-foreground:0 0% 100%;--highlight-pink-muted:326 85% 90%;--highlight-pink-muted-foreground:336 74% 35%}.dark{--background:240 2% 9%;--foreground:240 20% 97%;--card:240 3% 14%;--card-foreground:240 20% 97%;--popover:240 3% 14%;--popover-foreground:240 20% 97%;--primary:195 100% 41%;--primary-foreground:240 2% 9%;--secondary:240 2% 19%;--secondary-foreground:240 20% 97%;--muted:240 2% 16%;--muted-foreground:240 2% 76%;--accent:240 2% 16%;--accent-foreground:240 20% 97%;--destructive:355 100% 70%;--destructive-foreground:240 2% 9%;--border:240 2% 19%;--input:240 2% 30%;--ring:0 0% 100%;--radius:.5rem;--chart-1:195 100% 41%;--chart-2:48 100% 50%;--chart-3:252 54% 58%;--chart-4:151 74% 36%;--chart-5:209 100% 50%;--sidebar-background:240 2% 9%;--sidebar-foreground:240 20% 97%;--sidebar-primary:195 100% 41%;--sidebar-primary-foreground:240 2% 9%;--sidebar-accent:240 2% 16%;--sidebar-accent-foreground:240 20% 97%;--sidebar-border:240 2% 19%;--sidebar-ring:0 0% 100%;--table-header:240 2% 16%;--table-odd-row:240 3% 14%;--inverse:240 20% 97%;--inverse-foreground:240 2% 9%;--link:209 97% 60%;--link-hover:205 100% 68%;--link-visited:244 60% 76%;--logo-1:195 100% 41%;--logo-2:0 0% 100%;--logo-3:0 0% 100%;--success:151 69% 45%;--success-foreground:240 2% 9%;--warning:40 100% 50%;--warning-foreground:240 2% 9%;--canvas:240 2% 9%;--warning-muted-foreground:25 90% 31%;--highlight-purple:244 60% 76%;--highlight-purple-foreground:240 2% 9%;--highlight-purple-muted:240 63% 91%;--highlight-purple-muted-foreground:253 45% 42%;--highlight-green:151 69% 45%;--highlight-green-foreground:240 2% 9%;--highlight-green-muted:149 76% 85%;--highlight-green-muted-foreground:151 63% 24%;--highlight-yellow:40 100% 50%;--highlight-yellow-foreground:240 2% 9%;--highlight-yellow-muted:51 100% 76%;--highlight-yellow-muted-foreground:25 90% 31%;--highlight-red:355 100% 70%;--highlight-red-foreground:240 2% 9%;--highlight-red-muted:355 100% 89%;--highlight-red-muted-foreground:354 81% 35%;--highlight-blue:209 97% 60%;--highlight-blue-foreground:240 2% 9%;--highlight-blue-muted:205 100% 87%;--highlight-blue-muted-foreground:213 100% 35%;--highlight-grey:222 12% 68%;--highlight-grey-foreground:240 2% 9%;--highlight-grey-muted:220 14% 87%;--highlight-grey-muted-foreground:236 8% 33%;--warning-muted:54 100% 96%;--success-muted:149 76% 85%;--success-muted-foreground:151 63% 24%;--destructive-muted:355 100% 89%;--destructive-muted-foreground:354 81% 35%;--warning-alternate:40 100% 50%;--primary-muted:196 97% 86%;--primary-muted-foreground:196 91% 27%;--highlight-orange:25 95% 53%;--highlight-orange-foreground:240 2% 9%;--highlight-orange-muted-foreground:15 79% 34%;--highlight-orange-muted:32 98% 83%;--highlight-pink:330 81% 60%;--highlight-pink-foreground:240 2% 9%;--highlight-pink-muted:326 85% 90%;--highlight-pink-muted-foreground:336 74% 35%}