.datepicker{width:100%;margin:32px 0}
@media(max-width:480px){.datepicker{margin-bottom:0}
}
.datepicker .ui-datepicker{width:initial !important;padding:24px;border-radius:16px;border:0}
@media(max-width:480px){.datepicker .ui-datepicker{box-shadow:none;padding-bottom:0}
}
.datepicker .ui-datepicker-header{display:flex;flex-wrap:wrap;background-color:transparent;border:0}
.datepicker .ui-datepicker-header .ui-state-disabled,.datepicker .ui-datepicker-header .ui-widget-content .ui-state-disabled{opacity:.35}
.datepicker .ui-datepicker-header .ui-datepicker-title{font-family:var(--anton-regular);font-size:24px;letter-spacing:.5;font-weight:bold;display:-ms-flexbox !important;display:flex !important;-ms-flex-pack:center !important;justify-content:center !important;width:100%}
.datepicker .ui-datepicker-header.ui-corner-right{flex-direction:row-reverse}
.datepicker .ui-datepicker-header .ui-datepicker-prev span::before{content:"\e905"}
.datepicker .ui-datepicker-header .ui-datepicker-next{border-bottom-left-radius:00 !important;border-bottom-right-radius:12px !important;right:0;left:initial}
.datepicker .ui-datepicker-header .ui-datepicker-next span::before{content:"\e904"}
.datepicker .ui-datepicker-header .ui-datepicker-prev,.datepicker .ui-datepicker-header .ui-datepicker-next{width:48px;height:48px;display:block;overflow:hidden;background-repeat:no-repeat;border:2px solid var(--color-primary-01);-webkit-border-radius:12px;-webkit-border-bottom-right-radius:00;-moz-border-radius:12px;-moz-border-radius-bottomright:00;border-radius:12px;border-bottom-right-radius:00;position:absolute}
@media(max-width:480px){.datepicker .ui-datepicker-header .ui-datepicker-prev,.datepicker .ui-datepicker-header .ui-datepicker-next{width:40px;height:40px}
}
.datepicker .ui-datepicker-header .ui-datepicker-prev span,.datepicker .ui-datepicker-header .ui-datepicker-next span{left:0;margin-left:0;top:-2.5px;margin-top:0;width:45px;height:45px;background-image:none !important;cursor:pointer}
@media(max-width:768px){.datepicker .ui-datepicker-header .ui-datepicker-prev span,.datepicker .ui-datepicker-header .ui-datepicker-next span{top:-3px;left:-1px}
}
@media(max-width:575px){.datepicker .ui-datepicker-header .ui-datepicker-prev span,.datepicker .ui-datepicker-header .ui-datepicker-next span{top:-6px;left:-4px}
}
.datepicker .ui-datepicker-header .ui-datepicker-prev span::before,.datepicker .ui-datepicker-header .ui-datepicker-next span::before{font-family:'icomoon';font-size:32px;position:absolute;top:0;left:0;width:100%;height:100%;color:var(--color-primary-01);display:inline-block;text-align:center}
.datepicker .ui-datepicker-header .ui-datepicker-prev.ui-state-hover,.datepicker .ui-datepicker-header .ui-datepicker-next.ui-state-hover{background:transparent}
.datepicker .ui-state-disabled,.datepicker .ui-widget-content .ui-state-disabled{opacity:1}
@media(max-width:480px){.datepicker .ui-datepicker-group{width:100%}
}
@media(max-width:480px){.datepicker .ui-datepicker-group.ui-datepicker-group-last{margin-top:24px}
}
.datepicker .ui-datepicker-prev-hover,.datepicker .ui-datepicker-next-hover{top:2px}
.datepicker .ui-datepicker-prev-hover{left:2px}
.datepicker .ui-datepicker-calendar{width:95%;margin:0 auto}
@media(max-width:480px){.datepicker .ui-datepicker-calendar{width:100%}
}
.datepicker .ui-datepicker-calendar thead th span{font-family:var(--barlow-regular);text-align:center;width:40px;height:40px;padding:12px;font-weight:normal;font-size:16px}
.datepicker .ui-datepicker-calendar td{width:40px;height:40px;overflow:hidden;padding:2px}
.datepicker .ui-datepicker-calendar td a,.datepicker .ui-datepicker-calendar td span{font-family:var(--barlow-regular);padding:12px;background-color:var(--transparent-red-color);color:var(--color-system-03);text-decoration:line-through;text-align:center;border-radius:8px;line-height:initial;font-weight:bold;font-size:16px;border:0;cursor:pointer}
.datepicker .ui-datepicker-calendar td.availableDay a,.datepicker .ui-datepicker-calendar td.availableDay span{color:var(--color-primary-01);background-color:var(--color-primary-04);text-decoration:none}
.datepicker .ui-datepicker-calendar td.ui-datepicker-current-day a,.datepicker .ui-datepicker-calendar td.ui-datepicker-current-day span{text-decoration:none}
.datepicker .ui-datepicker-calendar td.soldOut a,.datepicker .ui-datepicker-calendar td.soldOut span{background-color:var(--transparent-red-color);color:var(--color-system-03);text-decoration:line-through}
.datepicker .ui-datepicker-calendar td.parkClosed a,.datepicker .ui-datepicker-calendar td.parkClosed span{background-color:var(--color-secondary-04);color:#1b1b1b;text-decoration:line-through;cursor:no-drop}
.datepicker .ui-datepicker-calendar td.special-event a,.datepicker .ui-datepicker-calendar td.special-event span{background-color:var(--color-blue);color:#fff;text-decoration:none}
.datepicker .ui-datepicker-calendar td .ui-datepicker-today a,.datepicker .ui-datepicker-calendar td.ui-datepicker-selected a,.datepicker .ui-datepicker-calendar td .ui-datepicker-today span,.datepicker .ui-datepicker-calendar td.ui-datepicker-selected span{background-color:var(--color-primary-01);color:#fff;text-decoration:none}
.widget-modal .container .datepicker{width:100%}
.widget-modal .container .datepickerLeyend{width:100%;margin-bottom:16px}
.ui-state-highlight,.ui-widget-content .ui-state-highlight,.ui-widget-header .ui-state-highlight{border:0;background:0;color:#777620}
.datepickerHours{margin:32px 0 0}
.hoursLeyend{padding-left:30px;margin-bottom:32px}
@media(max-width:575px){.hoursLeyend{padding-left:0}
}
.hoursLeyend .col-hour{display:flex;justify-content:start;align-items:start;margin-bottom:16px}
.hoursLeyend .col-hour .number{color:#1b1b1b;font-family:var(--barlow-regular);font-size:14px;letter-spacing:0;line-height:18px;margin-left:8px}
.hoursLeyend .col-hour .color-a{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#ffed00}
.hoursLeyend .col-hour .color-b{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#004f9f}
.hoursLeyend .col-hour .color-c{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#e5007d}
.hoursLeyend .col-hour .color-d{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#702283}
.hoursLeyend .col-hour .color-e{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#d2d2d2}
.hoursLeyend .col-hour .color-f{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#009ee3}
.hoursLeyend .col-hour .color-g{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#f39200}
.hoursLeyend .col-hour .color-h{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#000}
.hoursLeyend .col-hour .color-i{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#e30613}
.hoursLeyend .col-hour .color-j{box-sizing:border-box;height:16px;width:16px;border:3px solid #fff;border-radius:8px;background-color:#987a28}
.ui-datepicker-calendar td{position:relative}
.ui-datepicker-calendar .color{position:absolute;top:5px;right:5px}
.ui-datepicker-calendar .color-a{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#ffed00}
.ui-datepicker-calendar .color-b{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#004f9f}
.ui-datepicker-calendar .color-c{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#e5007d}
.ui-datepicker-calendar .color-d{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#702283}
.ui-datepicker-calendar .color-e{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#d2d2d2}
.ui-datepicker-calendar .color-f{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#009ee3}
.ui-datepicker-calendar .color-g{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#f39200}
.ui-datepicker-calendar .color-h{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#000}
.ui-datepicker-calendar .color-i{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#e30613}
.ui-datepicker-calendar .color-j{box-sizing:border-box;height:8px;width:8px;border-radius:8px;background-color:#987a28}