.sw-schedule[data-v-d7caeb78]{--name-col:140px;--hour-w:40px;--hours:24;--slots-per-hour:2;--slot-w:calc(var(--hour-w)/var(--slots-per-hour));--slots:calc(var(--hours)*var(--slots-per-hour));--timeline-w:calc(var(--hours)*var(--hour-w));--total-col:55px;--off-col:50px;--c-border:#e9e9e9;--c-header:#fbfbfb;--c-hour-muted:#666;--c-hour-count:#e85c20;--c-minor:#f2f2f2;--c-hover:#f5f5f5;--sel-red:#ffa591;--sel-green:#dbdfbe;--sel-orange:#ffd8a8;--sel-color:var(--sel-green);--total-red:#ef4444;--total-orange:#f59e0b;position:relative;z-index:0;width:calc(var(--name-col) + var(--timeline-w) + var(--total-col) + var(--off-col));margin-bottom:15px;border-radius:10px;background-color:#fff;box-shadow:0 2px 8px 0 rgba(0,0,0,.06);-webkit-clip-path:inset(0 round 10px);clip-path:inset(0 round 10px);color:#000;font-family:CoreSansCR,sans-serif;font-size:14px;font-weight:500}.sw-schedule[data-v-d7caeb78]:after{content:"";position:absolute;inset:0;z-index:10;border:1px solid var(--c-border);border-radius:10px;pointer-events:none}.sw-schedule__wrap[data-v-d7caeb78]{position:relative;z-index:1;display:grid;grid-template-columns:var(--name-col) var(--timeline-w) var(--total-col) var(--off-col);grid-auto-rows:auto}.sw-schedule__head[data-v-d7caeb78],.sw-schedule__row[data-v-d7caeb78]{display:contents}.sw-schedule__daybar[data-v-d7caeb78]{position:sticky;top:0;z-index:6;grid-column:1/-1;background-color:var(--c-header);color:#666;font-size:14px}.sw-schedule__cell[data-v-d7caeb78],.sw-schedule__daybar[data-v-d7caeb78]{display:flex;align-items:center;height:30px;padding:0 12px;border-bottom:1px solid var(--c-border)}.sw-schedule__cell[data-v-d7caeb78]{position:relative;z-index:2;justify-content:center;background-color:#fff;color:#111827}.sw-schedule__cell--name[data-v-d7caeb78]{justify-content:flex-start;color:#000;font-size:13px}.sw-schedule__cell.is-content-hidden>[data-v-d7caeb78]{visibility:hidden;pointer-events:none}.sw-schedule__cell--off[data-v-d7caeb78],.sw-schedule__cell--total[data-v-d7caeb78]{border-left:1px solid var(--c-border);font-size:12px;line-height:14px}.sw-schedule__cell--total_low[data-v-d7caeb78]{color:var(--total-red)}.sw-schedule__cell--total_over[data-v-d7caeb78]{color:var(--total-orange)}.sw-schedule__cell--total_ok[data-v-d7caeb78]{color:inherit}.sw-schedule__cell--head[data-v-d7caeb78]{position:sticky;top:30px;z-index:6;background-color:var(--c-header);color:var(--c-hour-muted);text-align:center}.sw-schedule__cell--name.sw-schedule__cell--head[data-v-d7caeb78]{text-align:left;border-top-left-radius:10px}.sw-schedule__cell--off.sw-schedule__cell--head[data-v-d7caeb78]{border-top-right-radius:10px}.sw-schedule__timeline[data-v-d7caeb78]{position:relative;z-index:2;display:grid;grid-template-columns:repeat(var(--slots),var(--slot-w));height:30px;border-bottom:1px solid var(--c-border);background-color:#fff;-webkit-user-select:none;-moz-user-select:none;user-select:none;touch-action:none}.sw-schedule__row .sw-schedule__timeline[data-v-d7caeb78]{background-image:repeating-linear-gradient(90deg,var(--c-minor) 0 1px,transparent 1px var(--slot-w)),repeating-linear-gradient(90deg,var(--c-border) 0 1px,transparent 1px var(--hour-w));background-position:0 0,0 0;background-repeat:repeat-x,repeat-x}.sw-schedule__timeline.is-leave[data-v-d7caeb78]{background-color:#fff0c2}.sw-schedule__timeline.is-locked[data-v-d7caeb78]{pointer-events:none}.sw-schedule__timeline.is-locked .sw-schedule__slot[data-v-d7caeb78]{cursor:default}.sw-schedule__timeline.is-locked .sw-schedule__slot[data-v-d7caeb78]:hover{background-color:transparent}.sw-schedule__overlay[data-v-d7caeb78]{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#9e9e9e;font-size:14px;letter-spacing:.04em;pointer-events:none}.sw-schedule__timeline--head[data-v-d7caeb78]{position:sticky;top:30px;z-index:6;background-color:var(--c-header);background-image:repeating-linear-gradient(90deg,var(--c-border) 0 1px,transparent 1px var(--hour-w));background-position:0 0;background-repeat:repeat-x}.sw-schedule__hour[data-v-d7caeb78]{position:relative;z-index:3;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2px;padding-top:2px;grid-column:span var(--slots-per-hour);color:var(--c-hour-muted);font-size:11px;text-align:center}.sw-schedule__hour[data-v-d7caeb78]:before{content:attr(data-label);line-height:1}.sw-schedule__hour[data-v-d7caeb78]:after{content:attr(data-count);line-height:1;font-size:12px;color:var(--c-hour-count)}.is-loading .sw-schedule__hour[data-v-d7caeb78]:after{content:"";display:block;width:20px;height:10px;border-radius:4px;background:linear-gradient(90deg,#eee,#f5f5f5 50%,#eee);background-size:200% 100%;-webkit-animation:sk-pulse-d7caeb78 1.2s ease-in-out infinite;animation:sk-pulse-d7caeb78 1.2s ease-in-out infinite;margin:0 auto}.sw-schedule__slot[data-v-d7caeb78]{position:relative;z-index:4;display:block;height:30px;background-color:transparent;cursor:pointer}.sw-schedule__slot[data-v-d7caeb78]:hover{background-color:var(--c-hover)}.sw-schedule__slot--sel[data-v-d7caeb78]:before{content:"";position:absolute;inset:0;background-color:var(--sel-color);opacity:.75;pointer-events:none}.is-loading .sw-schedule__row .sw-schedule__timeline[data-v-d7caeb78]{pointer-events:none;filter:blur(1px);transition:filter .2s}.is-readonly .sw-schedule__row .sw-schedule__timeline[data-v-d7caeb78]{pointer-events:none;cursor:default}.is-readonly .sw-schedule__slot[data-v-d7caeb78]{cursor:default}.is-readonly .sw-schedule__off-input[data-v-d7caeb78]{pointer-events:none;opacity:.6}.sw-schedule__off-toggle[data-v-d7caeb78]{position:relative;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px}.sw-schedule__off-input[data-v-d7caeb78]{position:absolute;inset:0;opacity:0}.sw-schedule__off-box[data-v-d7caeb78]{position:relative;width:18px;height:18px;border-radius:6px;border:1px solid #dadada;background-color:#fff;cursor:pointer}.sw-schedule__off-input:checked+.sw-schedule__off-box[data-v-d7caeb78]{background-color:#90b454;border-color:#90b454}.sw-schedule__off-input:disabled+.sw-schedule__off-box[data-v-d7caeb78]{opacity:.5;cursor:default}.sw-schedule__off-box[data-v-d7caeb78]:after{content:"";position:absolute;left:4px;top:5px;width:9px;height:5px;border-left:2px solid transparent;border-bottom:2px solid transparent;transform:rotate(-45deg)}.sw-schedule__off-input:checked+.sw-schedule__off-box[data-v-d7caeb78]:after{border-left-color:#fff;border-bottom-color:#fff}.sw-schedule__row:last-of-type .sw-schedule__cell--name[data-v-d7caeb78],.sw-schedule__row:last-of-type .sw-schedule__cell--off[data-v-d7caeb78],.sw-schedule__row:last-of-type .sw-schedule__cell--total[data-v-d7caeb78],.sw-schedule__row:last-of-type .sw-schedule__timeline[data-v-d7caeb78]{border-bottom:0}.sw-schedule__row:last-of-type .sw-schedule__cell--name[data-v-d7caeb78]{border-bottom-left-radius:10px}.sw-schedule__row:last-of-type .sw-schedule__cell--off[data-v-d7caeb78]{border-bottom-right-radius:10px}.sw-schedule__timeline.is-dayoff[data-v-d7caeb78]{pointer-events:none;background-color:#736d79;background-image:none;opacity:1}.sw-schedule__overlay.overlay--dayoff[data-v-d7caeb78]{color:#d4cedb}.name--dayoff[data-v-d7caeb78]{color:#736d79}.sw-schedule__timeline.is-leave[data-v-d7caeb78]{pointer-events:none;background-image:none;opacity:1}.sw-schedule__timeline.is-leave--paid[data-v-d7caeb78]{background-color:#fff0c2}.sw-schedule__timeline.is-leave--sick[data-v-d7caeb78]{background-color:#ffd4c2}.sw-schedule__timeline.is-leave--unpaid[data-v-d7caeb78]{background-color:#a7d4de}.sw-schedule__overlay.overlay--leave.overlay--leave-paid[data-v-d7caeb78]{color:#c6b06b}.sw-schedule__overlay.overlay--leave.overlay--leave-sick[data-v-d7caeb78]{color:#c3704d}.sw-schedule__overlay.overlay--leave.overlay--leave-unpaid[data-v-d7caeb78]{color:#6c98a1}.name--leave-paid[data-v-d7caeb78]{color:#c6b06b}.name--leave-sick[data-v-d7caeb78]{color:#c3704d}.name--leave-unpaid[data-v-d7caeb78]{color:#6c98a1}@-webkit-keyframes sk-pulse-d7caeb78{0%{background-position:200% 0}to{background-position:-200% 0}}@keyframes sk-pulse-d7caeb78{0%{background-position:200% 0}to{background-position:-200% 0}}@-webkit-keyframes sk-shimmer-d7caeb78{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes sk-shimmer-d7caeb78{0%{background-position:-200% 0}to{background-position:200% 0}}.sk[data-v-d7caeb78]{display:inline-block;border-radius:6px;background:linear-gradient(90deg,#f1f1f1,#e9e9e9 50%,#f1f1f1);background-size:200% 100%;-webkit-animation:sk-shimmer-d7caeb78 1.2s ease-in-out infinite;animation:sk-shimmer-d7caeb78 1.2s ease-in-out infinite}.sk-text[data-v-d7caeb78]{height:12px}.sk-checkbox[data-v-d7caeb78]{width:18px;height:18px;border-radius:6px;display:inline-block}.sk-timeline[data-v-d7caeb78]{position:absolute;inset:0;z-index:3;border-radius:0;pointer-events:none}