.sdt-cal-td.svelte-mdd0ch{padding:0;font-size:90%;text-align:center;background-color:var(--sdt-bg-main)}.sdt-cal-th.svelte-mdd0ch{height:24px}.sdt-calendar.svelte-mdd0ch{height:221px;overflow:hidden}.sdt-calendar.is-grid.svelte-mdd0ch{display:grid}.sdt-calendar.is-grid.svelte-mdd0ch .sdt-table:where(.svelte-mdd0ch){grid-column:1/2;grid-row:1/2}.sdt-table.svelte-mdd0ch{width:100%;border-collapse:collapse}.sdt-table-height.svelte-mdd0ch{height:222px}.animate-transition.svelte-mdd0ch{will-change:transform;transition:transform .3s ease}.not-current.svelte-mdd0ch{opacity:.3}.not-current.svelte-mdd0ch:hover{opacity:.55}.std-btn.svelte-mdd0ch{margin:0;border:0;background:transparent;text-align:center;width:100%;border-radius:4px;cursor:pointer;padding:.3rem;box-sizing:border-box;color:var(--sdt-color)}.sdt-btn-day.svelte-mdd0ch{max-height:32px}.std-btn[disabled].svelte-mdd0ch{cursor:not-allowed;opacity:.5;color:var(--sdt-disabled-date, #b22222)}.std-btn-header.svelte-mdd0ch{width:auto;font-weight:700;padding:.375rem .5rem}.std-btn-header.icon-btn.svelte-mdd0ch:first-of-type{padding-left:.375rem;padding-right:.375rem}.std-btn-header.icon-btn.svelte-mdd0ch{padding-left:.25rem;padding-right:.25rem}.std-btn.svelte-mdd0ch:hover{background-color:var(--sdt-btn-bg-hover)}.is-selected.svelte-mdd0ch .std-btn:where(.svelte-mdd0ch){background-color:var(--sdt-primary);color:var(--sdt-color-selected, var(--sdt-bg-main));opacity:.9}.std-btn-header.svelte-mdd0ch:hover{background-color:var(--sdt-btn-header-bg-hover)}.sdt-time-icon.svelte-mdd0ch{margin-right:-4px}.sdt-time-icon.svelte-mdd0ch svg:where(.svelte-mdd0ch){margin:4px 0}.sdt-tbody-lg.svelte-mdd0ch{background-color:var(--sdt-bg-main)}.sdt-tbody-lg.svelte-mdd0ch .std-btn:where(.svelte-mdd0ch){height:74px}.sdt-thead-nav.svelte-mdd0ch{display:flex;margin-bottom:.25rem}.sdt-nav-btns.svelte-mdd0ch{white-space:nowrap}.sdt-toggle-btn.svelte-mdd0ch{width:100%;text-align:left}.sdt-today.svelte-mdd0ch:before{box-sizing:border-box;position:absolute;content:"";margin-left:4px;margin-top:4px;border-left:4px solid var(--sdt-shadow);border-top:4px solid var(--sdt-shadow);border-bottom:4px solid transparent;border-right:4px solid transparent;border-radius:2px;height:4px;z-index:2}.sdt-svg.svelte-mdd0ch{fill:var(--sdt-color)}.sdt-today.svelte-mdd0ch:hover:before{border-left-color:var(--sdt-primary);border-top-color:var(--sdt-primary)}.is-selected.sdt-today.svelte-mdd0ch:before{border-left-color:#eee;border-top-color:#eee}.sdt-timer.svelte-1r0w34o{position:relative;width:272px}.sdt-time-head.svelte-1r0w34o{position:relative;display:flex;justify-content:center;align-items:center;margin-bottom:4px}.sdt-time-figure.svelte-1r0w34o{font-size:1.5rem;font-weight:700}.sdt-clock.svelte-1r0w34o{margin:auto;position:relative;width:260px;height:260px;background-color:var(--sdt-clock-bg);border-radius:50%;transition:background-color .3s;overflow:hidden}.sdt-time-btn.svelte-1r0w34o{border:0;background:transparent;text-align:center;border-radius:4px;cursor:pointer;padding:0 .375rem;color:var(--sdt-color)}.sdt-svg.svelte-1r0w34o{fill:var(--sdt-color)}.sdt-time-btn.svelte-1r0w34o:not(.is-active){opacity:.5}.sdt-time-btn.svelte-1r0w34o:hover{background-color:var(--sdt-btn-header-bg-hover)}.sdt-back-btn.svelte-1r0w34o{position:absolute;top:0;left:0;padding:.375rem;opacity:1!important}.sdt-meridian.svelte-1r0w34o{position:absolute;top:0;right:40px;display:flex}.sdt-meridian.svelte-1r0w34o .sdt-time-btn:where(.svelte-1r0w34o){width:56px;font-weight:700}.sdt-middle-dot.svelte-1r0w34o{left:50%;top:50%;width:6px;height:6px;position:absolute;transform:translate(-50%,-50%);background-color:var(--sdt-primary);border-radius:50%}.sdt-hand-pointer.svelte-1r0w34o{width:2px;height:calc(40% + 1px);bottom:50%;left:calc(50% - 1px);position:absolute;background-color:var(--sdt-primary);transform-origin:center bottom 0;transition:transform .3s ease,height .15s ease}.sdt-hand-circle.svelte-1r0w34o{left:-15px;top:-21px;position:relative;width:4px;height:4px;background-color:transparent;border:14px solid var(--sdt-primary);border-radius:50%;box-sizing:content-box}.sdt-tick.svelte-1r0w34o{position:absolute;width:30px;height:30px;border-width:0;transform:translate(-50%,-50%);text-align:center;border-radius:50%;line-height:20px;cursor:pointer;background-color:transparent;transition:all .3s}.sdt-tick[disabled].svelte-1r0w34o{cursor:not-allowed}.sdt-tick.outer-tick.svelte-1r0w34o{opacity:0}.sdt-tick.is-selected.svelte-1r0w34o{animation:svelte-1r0w34o-tick-selection 0s .175s ease-out forwards}@keyframes svelte-1r0w34o-tick-selection{0%{color:initial;background-color:transparent}to{background-color:var(--sdt-primary);color:var(--sdt-color-selected, var(--sdt-bg-main))}}.sdt-calendar-colors.svelte-19yr64{--sdt-primary: #286090;--sdt-color: #000;--sdt-bg-main: #fff;--sdt-bg-today: var(--sdt-primary);--sdt-bg-clear: #dc3545;--sdt-today-bg: #1e486d;--sdt-clear-color: #dc3545;--sdt-btn-bg-hover: #eee;--sdt-btn-header-bg-hover: #dfdfdf;--sdt-clock-bg: #eeeded;--sdt-shadow: #ccc;--sdt-disabled-date: #b22222}.std-calendar-wrap.svelte-19yr64{width:280px;background-color:var(--sdt-bg-main);box-shadow:0 1px 6px var(--sdt-shadow);border-radius:4px;padding:.25rem .25rem .5rem;color:var(--sdt-color)}.std-calendar-wrap.is-popup.svelte-19yr64{box-shadow:0 1px 6px var(--sdt-shadow)}.std-btn-row.svelte-19yr64{margin-top:.5rem;display:flex;justify-content:space-evenly}.sdt-action-btn.svelte-19yr64{padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem}.sdt-today-btn.svelte-19yr64{background-color:var(--sdt-primary);color:var(--sdt-today-color, var(--sdt-bg-main));padding:.25rem .5rem;font-size:.875rem;border-radius:.2rem;border:1px solid var(--sdt-today-bg)}.sdt-today-btn[disabled].svelte-19yr64{opacity:.5;cursor:not-allowed}.sdt-today-btn.svelte-19yr64:focus,.sdt-today-btn.svelte-19yr64:active,.sdt-today-btn.svelte-19yr64:hover:not([disabled]){background-color:var(--sdt-today-bg)}.sdt-clear-btn.svelte-19yr64{border:1px solid var(--sdt-clear-color);background-color:transparent;color:var(--sdt-clear-color)}.sdt-clear-btn.svelte-19yr64:focus,.sdt-clear-btn.svelte-19yr64:active:not([disabled]),.sdt-clear-btn.svelte-19yr64:hover:not([disabled]){background-color:var(--sdt-clear-color);color:var(--sdt-clear-hover-color, var(--sdt-bg-main))}.background.svelte-102phy9{position:fixed;inset:0;z-index:0;background-size:cover;background-position:center;background-repeat:no-repeat}section.svelte-102phy9{z-index:10;padding-bottom:2.5rem}.content.svelte-102phy9{width:100%}@media(min-width:640px){.content.svelte-102phy9{max-width:640px}}@media(min-width:768px){.content.svelte-102phy9{max-width:768px}}@media(min-width:1024px){.content.svelte-102phy9{max-width:1024px}}@media(min-width:1280px){.content.svelte-102phy9{max-width:1280px}}@media(min-width:1536px){.content.svelte-102phy9{max-width:1536px}}.content.svelte-102phy9{margin-left:auto;margin-right:auto;margin-top:6rem;display:flex;align-items:center;justify-content:center;padding:1rem;--tw-text-opacity: 1;color:hsl(var(--p) / var(--tw-text-opacity, 1))}h1.svelte-102phy9{display:flex;flex-direction:column;gap:.5rem;text-align:center;--tw-text-opacity: 1;color:rgb(248 250 252 / var(--tw-text-opacity, 1));text-shadow:0px 0px 4px #333}small.svelte-102phy9{font-size:.875rem;line-height:1.25rem}form.svelte-102phy9{margin-top:2.5rem;display:flex;width:100%;flex-direction:column;justify-content:center;gap:.5rem}.form-actions.svelte-102phy9,.form-control.svelte-102phy9{margin-left:auto;margin-right:auto;width:100%;max-width:42rem}label.svelte-102phy9{display:flex;-webkit-user-select:none;-moz-user-select:none;user-select:none;align-items:center;justify-content:space-between;padding:.5rem .25rem}input.svelte-102phy9{flex-shrink:1;height:3rem;padding-left:1rem;padding-right:1rem;font-size:1rem;line-height:2;line-height:1.5rem;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: 0;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));border-radius:var(--rounded-btn, .5rem)}input.svelte-102phy9:focus{outline:2px solid hsla(var(--bc) / .2);outline-offset:2px}input.svelte-102phy9{--tw-border-opacity: 1;border-color:hsl(var(--p) / var(--tw-border-opacity))}input.svelte-102phy9:focus{outline:2px solid hsl(var(--p))}input.svelte-102phy9{display:block;width:100%;border-radius:.25rem;--tw-text-opacity: 1;color:rgb(3 166 156 / var(--tw-text-opacity, 1))}textarea.svelte-102phy9{flex-shrink:1;min-height:3rem;padding:.5rem 1rem;font-size:.875rem;line-height:1.25rem;line-height:2;border-width:1px;border-color:hsl(var(--bc) / var(--tw-border-opacity));--tw-border-opacity: 0;--tw-bg-opacity: 1;background-color:hsl(var(--b1) / var(--tw-bg-opacity));border-radius:var(--rounded-btn, .5rem)}textarea.svelte-102phy9:focus{outline:2px solid hsla(var(--bc) / .2);outline-offset:2px}textarea.svelte-102phy9{--tw-border-opacity: 1;border-color:hsl(var(--p) / var(--tw-border-opacity))}textarea.svelte-102phy9:focus{outline:2px solid hsl(var(--p))}textarea.svelte-102phy9{width:100%;border-radius:.25rem;--tw-text-opacity: 1;color:rgb(3 166 156 / var(--tw-text-opacity, 1))}div.svelte-102phy9:has(textarea) label:where(.svelte-102phy9){flex-direction:column;align-items:flex-start}
