.tippy-box[data-animation=fade][data-state=hidden]{opacity:0}[data-tippy-root]{max-width:calc(100vw - 10px)}.tippy-box{position:relative;background-color:#333;color:#fff;border-radius:4px;font-size:14px;line-height:1.4;white-space:normal;outline:0;transition-property:transform,visibility,opacity}.tippy-box[data-placement^=top]>.tippy-arrow{bottom:0}.tippy-box[data-placement^=top]>.tippy-arrow:before{bottom:-7px;left:0;border-width:8px 8px 0;border-top-color:initial;transform-origin:center top}.tippy-box[data-placement^=bottom]>.tippy-arrow{top:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:before{top:-7px;left:0;border-width:0 8px 8px;border-bottom-color:initial;transform-origin:center bottom}.tippy-box[data-placement^=left]>.tippy-arrow{right:0}.tippy-box[data-placement^=left]>.tippy-arrow:before{border-width:8px 0 8px 8px;border-left-color:initial;right:-7px;transform-origin:center left}.tippy-box[data-placement^=right]>.tippy-arrow{left:0}.tippy-box[data-placement^=right]>.tippy-arrow:before{left:-7px;border-width:8px 8px 8px 0;border-right-color:initial;transform-origin:center right}.tippy-box[data-inertia][data-state=visible]{transition-timing-function:cubic-bezier(.54,1.5,.38,1.11)}.tippy-arrow{width:16px;height:16px;color:#333}.tippy-arrow:before{content:"";position:absolute;border-color:transparent;border-style:solid}.tippy-content{position:relative;padding:5px 9px;z-index:1}.tippy-box{border:1px transparent}.tippy-box[data-placement^=top]>.tippy-arrow:after{border-top-color:inherit;border-width:8px 8px 0;bottom:-8px;left:0}.tippy-box[data-placement^=bottom]>.tippy-arrow:after{border-bottom-color:inherit;border-width:0 8px 8px;top:-8px;left:0}.tippy-box[data-placement^=left]>.tippy-arrow:after{border-left-color:inherit;border-width:8px 0 8px 8px;right:-8px;top:0}.tippy-box[data-placement^=right]>.tippy-arrow:after{border-width:8px 8px 8px 0;left:-8px;top:0;border-right-color:inherit}.tippy-box[data-placement^=top]>.tippy-svg-arrow>svg:first-child:not(:last-child){top:17px}.tippy-box[data-placement^=bottom]>.tippy-svg-arrow>svg:first-child:not(:last-child){bottom:17px}.tippy-box[data-placement^=left]>.tippy-svg-arrow>svg:first-child:not(:last-child){left:12px}.tippy-box[data-placement^=right]>.tippy-svg-arrow>svg:first-child:not(:last-child){right:12px}.tippy-arrow{border-color:inherit}.tippy-arrow:after{content:"";z-index:-1;position:absolute;border-color:transparent;border-style:solid}/* Variables declaration */
._root_1jrqr_2 {
  --rdp-accent-color: blue; /* The accent color used for selected days and UI elements. */
  --rdp-accent-background-color: #f0f0ff; /* The accent background color used for selected days and UI elements. */

  --rdp-day-height: 44px; /* The height of the day cells. */
  --rdp-day-width: 44px; /* The width of the day cells. */

  --rdp-day_button-border-radius: 100%; /* The border radius of the day cells. */
  --rdp-day_button-border: 2px solid transparent; /* The border of the day cells. */
  --rdp-day_button-height: 42px; /* The height of the day cells. */
  --rdp-day_button-width: 42px; /* The width of the day cells. */

  --rdp-selected-border: 2px solid var(--rdp-accent-color); /* The border of the selected days. */
  --rdp-disabled-opacity: 0.5; /* The opacity of the disabled days. */
  --rdp-outside-opacity: 0.75; /* The opacity of the days outside the current month. */
  --rdp-today-color: var(--rdp-accent-color); /* The color of the today's date. */

  --rdp-dropdown-gap: 0.5rem; /* The gap between the dropdowns used in the month captons. */

  --rdp-months-gap: 2rem; /* The gap between the months in the multi-month view. */

  --rdp-nav_button-disabled-opacity: 0.5; /* The opacity of the disabled navigation buttons. */
  --rdp-nav_button-height: 2.25rem; /* The height of the navigation buttons. */
  --rdp-nav_button-width: 2.25rem; /* The width of the navigation buttons. */
  --rdp-nav-height: 2.75rem; /* The height of the navigation bar. */

  --rdp-range_middle-background-color: var(--rdp-accent-background-color); /* The color of the background for days in the middle of a range. */
  --rdp-range_middle-color: inherit; /* The color of the range text. */

  --rdp-range_start-color: white; /* The color of the range text. */
  --rdp-range_start-background: linear-gradient(
    var(--rdp-gradient-direction),
    transparent 50%,
    var(--rdp-range_middle-background-color) 50%
  ); /* Used for the background of the start of the selected range. */
  --rdp-range_start-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the start of the selected range. */

  --rdp-range_end-background: linear-gradient(
    var(--rdp-gradient-direction),
    var(--rdp-range_middle-background-color) 50%,
    transparent 50%
  ); /* Used for the background of the end of the selected range. */
  --rdp-range_end-color: white; /* The color of the range text. */
  --rdp-range_end-date-background-color: var(--rdp-accent-color); /* The background color of the date when at the end of the selected range. */

  --rdp-week_number-border-radius: 100%; /* The border radius of the week number. */
  --rdp-week_number-border: 2px solid transparent; /* The border of the week number. */

  --rdp-week_number-height: var(--rdp-day-height); /* The height of the week number cells. */
  --rdp-week_number-opacity: 0.75; /* The opacity of the week number. */
  --rdp-week_number-width: var(--rdp-day-width); /* The width of the week number cells. */
  --rdp-weeknumber-text-align: center; /* The text alignment of the weekday cells. */

  --rdp-weekday-opacity: 0.75; /* The opacity of the weekday. */
  --rdp-weekday-padding: 0.5rem 0rem; /* The padding of the weekday. */
  --rdp-weekday-text-align: center; /* The text alignment of the weekday cells. */

  --rdp-gradient-direction: 90deg;

  --rdp-animation_duration: 0.3s;
  --rdp-animation_timing: cubic-bezier(0.4, 0, 0.2, 1);
}

._root_1jrqr_2[dir="rtl"] {
  --rdp-gradient-direction: -90deg;
}

._root_1jrqr_2[data-broadcast-calendar="true"] {
  --rdp-outside-opacity: unset;
}

/* Root of the component. */
._root_1jrqr_2 {
  position: relative; /* Required to position the navigation toolbar. */
  box-sizing: border-box;
}

._root_1jrqr_2 * {
  box-sizing: border-box;
}

._day_1jrqr_83 {
  width: var(--rdp-day-width);
  height: var(--rdp-day-height);
  text-align: center;
}

._day_button_1jrqr_89 {
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  justify-content: center;
  align-items: center;
  display: flex;

  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);
}

._day_button_1jrqr_89:disabled {
  cursor: revert;
}

._caption_label_1jrqr_110 {
  z-index: 1;

  position: relative;
  display: inline-flex;
  align-items: center;

  white-space: nowrap;
  border: 0;
}

._dropdown_1jrqr_121:focus-visible ~ ._caption_label_1jrqr_110 {
  outline: 5px auto Highlight;
  /* biome-ignore lint/suspicious/noDuplicateProperties: backward compatibility */
  outline: 5px auto -webkit-focus-ring-color;
}

._button_next_1jrqr_127,
._button_previous_1jrqr_128 {
  border: none;
  background: none;
  padding: 0;
  margin: 0;
  cursor: pointer;
  font: inherit;
  color: inherit;
  -moz-appearance: none;
  -webkit-appearance: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  position: relative;
  appearance: none;

  width: var(--rdp-nav_button-width);
  height: var(--rdp-nav_button-height);
}

._button_next_1jrqr_127:disabled,
._button_next_1jrqr_127[aria-disabled="true"],
._button_previous_1jrqr_128:disabled,
._button_previous_1jrqr_128[aria-disabled="true"] {
  cursor: revert;

  opacity: var(--rdp-nav_button-disabled-opacity);
}

._chevron_1jrqr_157 {
  display: inline-block;
  fill: var(--rdp-accent-color);
}

._root_1jrqr_2[dir="rtl"] ._nav_1jrqr_162 ._chevron_1jrqr_157 {
  transform: rotate(180deg);
  transform-origin: 50%;
}

._dropdowns_1jrqr_167 {
  position: relative;
  display: inline-flex;
  align-items: center;
  gap: var(--rdp-dropdown-gap);
}
._dropdown_1jrqr_121 {
  z-index: 2;

  /* Reset */
  opacity: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  position: absolute;
  inset-block-start: 0;
  inset-block-end: 0;
  inset-inline-start: 0;
  width: 100%;
  margin: 0;
  padding: 0;
  cursor: inherit;
  border: none;
  line-height: inherit;
}

._dropdown_root_1jrqr_191 {
  position: relative;
  display: inline-flex;
  align-items: center;
}

._dropdown_root_1jrqr_191[data-disabled="true"] ._chevron_1jrqr_157 {
  opacity: var(--rdp-disabled-opacity);
}

._month_caption_1jrqr_201 {
  display: flex;
  align-content: center;
  height: var(--rdp-nav-height);
  font-weight: bold;
  font-size: large;
}

._root_1jrqr_2[data-nav-layout="around"] ._month_1jrqr_201,
._root_1jrqr_2[data-nav-layout="after"] ._month_1jrqr_201 {
  position: relative;
}

._root_1jrqr_2[data-nav-layout="around"] ._month_caption_1jrqr_201 {
  justify-content: center;
  margin-inline-start: var(--rdp-nav_button-width);
  margin-inline-end: var(--rdp-nav_button-width);
  position: relative;
}

._root_1jrqr_2[data-nav-layout="around"] ._button_previous_1jrqr_128 {
  position: absolute;
  inset-inline-start: 0;
  top: 0;
  height: var(--rdp-nav-height);
  display: inline-flex;
}

._root_1jrqr_2[data-nav-layout="around"] ._button_next_1jrqr_127 {
  position: absolute;
  inset-inline-end: 0;
  top: 0;
  height: var(--rdp-nav-height);
  display: inline-flex;
  justify-content: center;
}

._months_1jrqr_238 {
  position: relative;
  display: flex;
  flex-wrap: wrap;
  gap: var(--rdp-months-gap);
  max-width: -moz-fit-content;
  max-width: fit-content;
}

._month_grid_1jrqr_246 {
  border-collapse: collapse;
}

._nav_1jrqr_162 {
  position: absolute;
  inset-block-start: 0;
  inset-inline-end: 0;

  display: flex;
  align-items: center;

  height: var(--rdp-nav-height);
}

._weekday_1jrqr_261 {
  opacity: var(--rdp-weekday-opacity);
  padding: var(--rdp-weekday-padding);
  font-weight: 500;
  font-size: smaller;
  text-align: var(--rdp-weekday-text-align);
  text-transform: var(--rdp-weekday-text-transform);
}

._week_number_1jrqr_270 {
  opacity: var(--rdp-week_number-opacity);
  font-weight: 400;
  font-size: small;
  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);
}

/* DAY MODIFIERS */
._today_1jrqr_282:not(._outside_1jrqr_282) {
  color: var(--rdp-today-color);
}

._selected_1jrqr_286 {
  font-weight: bold;
  font-size: large;
}

._selected_1jrqr_286 ._day_button_1jrqr_89 {
  border: var(--rdp-selected-border);
}

._outside_1jrqr_282 {
  opacity: var(--rdp-outside-opacity);
}

._disabled_1jrqr_299:not(._selected_1jrqr_286) {
  opacity: var(--rdp-disabled-opacity);
}

._hidden_1jrqr_303 {
  visibility: hidden;
  color: var(--rdp-range_start-color);
}

._range_start_1jrqr_308 {
  background: var(--rdp-range_start-background);
}

._range_start_1jrqr_308 ._day_button_1jrqr_89 {
  background-color: var(--rdp-range_start-date-background-color);
  color: var(--rdp-range_start-color);
}

._range_middle_1jrqr_317 {
  background-color: var(--rdp-range_middle-background-color);
}

._range_middle_1jrqr_317 ._day_button_1jrqr_89 {
  border: unset;
  border-radius: unset;
  color: var(--rdp-range_middle-color);
}

._range_end_1jrqr_327 {
  background: var(--rdp-range_end-background);
  color: var(--rdp-range_end-color);
}

._range_end_1jrqr_327 ._day_button_1jrqr_89 {
  color: var(--rdp-range_start-color);
  background-color: var(--rdp-range_end-date-background-color);
}

._range_start_1jrqr_308._range_end_1jrqr_327 {
  background: revert;
}

._focusable_1jrqr_341 {
  cursor: pointer;
}

@keyframes _rdp-slide_in_left_1jrqr_1 {
  0% {
    transform: translateX(-100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes _rdp-slide_in_right_1jrqr_1 {
  0% {
    transform: translateX(100%);
  }
  100% {
    transform: translateX(0);
  }
}

@keyframes _rdp-slide_out_left_1jrqr_1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-100%);
  }
}

@keyframes _rdp-slide_out_right_1jrqr_1 {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(100%);
  }
}

._weeks_before_enter_1jrqr_381 {
  animation: _rdp-slide_in_left_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._weeks_before_exit_1jrqr_386 {
  animation: _rdp-slide_out_left_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._weeks_after_enter_1jrqr_391 {
  animation: _rdp-slide_in_right_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._weeks_after_exit_1jrqr_396 {
  animation: _rdp-slide_out_right_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._root_1jrqr_2[dir="rtl"] ._weeks_after_enter_1jrqr_391 {
  animation: _rdp-slide_in_left_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._root_1jrqr_2[dir="rtl"] ._weeks_before_exit_1jrqr_386 {
  animation: _rdp-slide_out_right_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._root_1jrqr_2[dir="rtl"] ._weeks_before_enter_1jrqr_381 {
  animation: _rdp-slide_in_right_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._root_1jrqr_2[dir="rtl"] ._weeks_after_exit_1jrqr_396 {
  animation: _rdp-slide_out_left_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

@keyframes _rdp-fade_in_1jrqr_1 {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}

@keyframes _rdp-fade_out_1jrqr_1 {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}

._caption_after_enter_1jrqr_439 {
  animation: _rdp-fade_in_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._caption_after_exit_1jrqr_444 {
  animation: _rdp-fade_out_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._caption_before_enter_1jrqr_449 {
  animation: _rdp-fade_in_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}

._caption_before_exit_1jrqr_454 {
  animation: _rdp-fade_out_1jrqr_1 var(--rdp-animation_duration)
    var(--rdp-animation_timing) forwards;
}
