.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{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-color:#0000;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}
.rdp-root{--rdp-day-height:24px;--rdp-day-width:24px;--rdp-day_button-height:32px;--rdp-day_button-width:32px;--rdp-nav_button-height:1.8rem;--rdp-nav_button-width:1.8rem;--rdp-today-color:var(--color-secondary-dark);--rdp-dropdown-gap:.3rem;--rdp-months-gap:2rem;--rdp-accent-color:var(--color-accent,var(--color-white));--rdp-background-color:var(--color-secondary,var(--color-white));width:100%;font-family:var(--font-secondary);padding:8px}.dashboard{grid-template-columns:var(--grid4);border-radius:var(--radius);width:100%;display:grid;box-shadow:0 0 14px #0003}.dashboard .dashboard__item{background-color:var(--color-gray);font-size:calc((1 - var(--stack))*17px + var(--stack)*12px);border-right:1px solid #594f4530;margin:0;display:flex;position:relative}.dashboard .dashboard__item:hover select,.dashboard .dashboard__item:focus select{color:var(--color-secondary-darker);background-color:var(--color-white)}.dashboard .dashboard__item:hover select[disabled],.dashboard .dashboard__item:focus select[disabled]{color:var(--color-primary);background-color:var(--color-secondary-light);cursor:initial}.dashboard .dashboard__item:last-child{border-right:0}.dashboard .dashboard__item select{appearance:none;text-align:left;cursor:pointer;width:100%;font-family:var(--font-primary);color:var(--color-primary);font-size:inherit;min-height:calc((1 - var(--stack))*70px + var(--stack)*40px);max-height:calc((1 - var(--stack))*70px + var(--stack)*999999px);background-color:#0000;background-position:.8rem,calc(100% - .9rem);background-repeat:no-repeat,no-repeat;background-size:1.4em,.9em;border:0;border-radius:0;outline:none;padding-left:2.5rem;padding-right:2.5rem;line-height:1}.dashboard .dashboard__item select[disabled]{opacity:.3;cursor:initial}.dashboard .dashboard__item select[disabled]:hover{background-color:unset}.dashboard .dashboard__item .btn.btn__search{background-color:var(--color-gold);text-align:left;border-radius:0 var(--radius)var(--radius)0;font-size:inherit;width:100%;min-height:calc((1 - var(--stack))*70px + var(--stack)*40px);max-height:calc((1 - var(--stack))*70px + var(--stack)*999999px);color:inherit;justify-content:center;padding-left:.8rem}.dashboard .dashboard__item .btn.btn__search:hover{background-color:var(--color-secondary)}.dashboard .dashboard__item .btn.btn__search:before{content:"";transform:unset;background-image:url(/filter_search.svg);background-position:50%;background-repeat:no-repeat;background-size:1.4em;border:0;width:1.4em;height:1.4em;display:block}.dashboard .dashboard__item .btn.btn__search:after{display:none}.dashboard .dashboard__item:first-child{border-top-left-radius:var(--radius);border-bottom-left-radius:var(--radius);height:100%}.dashboard .dashboard__item:first-child select{border-top-left-radius:inherit;border-bottom-left-radius:inherit;background-image:url(/filter_location.svg),url(/select_arrow.svg);border-top-right-radius:0}.dashboard .dashboard__item:nth-child(2) select{background-image:url(/filter_types.svg),url(/select_arrow.svg)}.dashboard .dashboard__item:nth-child(3) .date-picker-container{min-height:calc((1 - var(--stack))*70px + var(--stack)*40px);max-height:calc((1 - var(--stack))*70px + var(--stack)*999999px)}.dashboard .dashboard__item:nth-child(3) .date-picker-container:hover button,.dashboard .dashboard__item:nth-child(3) .date-picker-container:focus button{background-color:var(--color-white)}.dashboard .dashboard__item:nth-child(3) .date-picker-container button{background-image:url(/filter_calendar.svg);background-position:.8rem;background-repeat:no-repeat;background-size:1.4em}.dashboard .dashboard__item:nth-child(4){border-top-right-radius:var(--radius);border-bottom-right-radius:var(--radius)}.dashboard .dashboard__item .date-picker-container{width:100%;height:100%;font-family:var(--font-primary);color:var(--color-primary);font-size:inherit;text-align:left;min-height:calc((1 - var(--stack))*70px);max-height:calc((1 - var(--stack))*70px + var(--stack)*999999px);justify-content:flex-start;align-items:flex-start;line-height:1}.dashboard .dashboard__item .date-picker-button{text-align:left;width:100%;height:100%;font-family:var(--font-primary);color:var(--color-primary);font-size:inherit;outline:none;padding:0 0 0 2.5rem;line-height:1}.dashboard .dashboard__item .date-picker-button:after{display:none}.date-picker-container{display:inline-block;position:relative}.date-picker-button{cursor:pointer;text-align:left;border-radius:4px;min-width:150px;padding:10px 16px;font-size:14px;transition:all .2s}.calendar-popup{z-index:1000;border-radius:var(--radius);background-color:#fff;width:max-content;min-width:0;max-width:calc(100vw - 16px);overflow:hidden;box-shadow:0 10px 25px #0000001a}.rdp-months{background-color:var(--color-white);border-radius:var(--radius);flex-wrap:nowrap;padding:.5rem}.rdp-button_next,.rdp-button_previous{background-color:var(--color-secondary-dark);border-radius:100%}.my-selected{background-color:var(--color-primary)!important;color:var(--color-white)!important}.my-selected button:hover{color:var(--color-primary)}.rdp-today{background-color:var(--color-gray);border-radius:100px;color:var(--color-primary)!important}.my-range-end{z-index:1;border-top-right-radius:100px;border-bottom-right-radius:100px;font-weight:700;position:relative;background-color:var(--color-secondary-light)!important;color:var(--color-white)!important}.my-range-end button:hover{color:var(--color-white)}.my-range-end:before{content:"";background-color:var(--color-secondary-dark);z-index:-1;border-radius:100px;height:0;position:absolute;left:0;width:100%!important;height:100%!important}.my-range-start{z-index:1;border-top-left-radius:100px;border-bottom-left-radius:100px;font-weight:700;position:relative;background-color:var(--color-secondary-light)!important;color:var(--color-white)!important}.my-range-start button:hover{color:var(--color-white)}.my-range-start:before{content:"";background-color:var(--color-secondary-dark);z-index:-1;border-radius:100px;height:0;position:absolute;left:0;width:100%!important;height:100%!important}.my-range-middle{background-color:var(--color-secondary-light,#0056b333)!important;color:var(--color-text-dark,#333)!important;border-radius:0!important}.range-info{text-align:center;color:var(--color-black);white-space:normal;overflow-wrap:anywhere;word-break:break-word;border-top:0 solid #eee;width:100%;max-width:100%;margin-top:8px;margin-bottom:0;padding:0 5px 5px;font-size:.9rem;line-height:1.35}.rdp-nav{gap:.2rem;right:.3rem}.rdp-caption_label{color:var(--color-secondary-dark)}.rdp-weekday{color:var(--color-primary)}.rdp-day_button:hover{color:var(--color-secondary-dark)}@media (max-width:1024px){.dashboard .dashboard__item:first-child{border-bottom-left-radius:0}.dashboard .dashboard__item:nth-child(2),.dashboard .dashboard__item:nth-child(2) select:hover,.dashboard .dashboard__item:nth-child(2) select:focus{border-top-right-radius:var(--radius)}.dashboard .dashboard__item:nth-child(3) .date-picker-container button:hover,.dashboard .dashboard__item:nth-child(3) .date-picker-container button:focus{border-bottom-left-radius:var(--radius)!important}.dashboard .dashboard__item:nth-child(3){border-bottom-left-radius:var(--radius)}.dashboard .dashboard__item:nth-child(4){border-bottom-left-radius:var(--radius)!important}.dashboard .dashboard__item:nth-child(4) .btn__search{border-top-right-radius:0;border-bottom-right-radius:var(--radius);border-bottom-left-radius:var(--radius)!important}}@media (max-width:768px){.dashboard .dashboard__item:first-child{border-bottom-left-radius:0;border-top-right-radius:var(--radius)}.dashboard .dashboard__item:first-child select:hover,.dashboard .dashboard__item:first-child select:focus{border-top-right-radius:var(--radius)!important}.dashboard .dashboard__item:nth-child(2),.dashboard .dashboard__item:nth-child(2) select:hover,.dashboard .dashboard__item:nth-child(2) select:focus{border-top-right-radius:0}.dashboard .dashboard__item:nth-child(3),.dashboard .dashboard__item:nth-child(3) .date-picker-container button:hover,.dashboard .dashboard__item:nth-child(3) .date-picker-container button:focus,.dashboard .dashboard__item:nth-child(3){border-bottom-left-radius:0!important}.dashboard .dashboard__item:nth-child(4) .btn__search{justify-content:flex-start}.calendar-popup{max-width:calc(100vw - 16px)}.my-day-picker{--rdp-cell-size:38px!important}.my-day-picker .rdp-months{flex-wrap:wrap}.range-info{font-size:.8rem;line-height:1.3}}
