.working-days-tree-panel{height:100%;padding:12px;display:flex}.working-days-tree-panel>*{flex:1}.working-days-form-panel{height:100%;padding:16px;overflow:auto}.working-days-calendars{grid-template-columns:repeat(4,minmax(0,1fr));gap:16px;display:grid}.working-days-toolbar-slot{display:contents}@media (max-width:1280px){.working-days-calendars{grid-template-columns:repeat(3,minmax(0,1fr))}}@media (max-width:900px){.working-days-calendars{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (max-width:560px){.working-days-calendars{grid-template-columns:1fr}}.month-calendar{border:1px solid var(--ant-color-split,#0505050f);background:var(--ant-color-bg-container,#fff);border-radius:8px;padding:8px 10px 10px}.month-calendar__title{text-align:center;text-transform:capitalize;margin-bottom:6px;font-size:13px;font-weight:600}.month-calendar__grid{grid-template-columns:repeat(7,1fr);gap:2px;font-size:12px;display:grid}.month-calendar__dow{text-align:center;color:var(--ant-color-text-secondary,#00000073);padding:2px 0;font-weight:500}.month-calendar__dow--weekend{color:var(--ant-color-error,#ff4d4f)}.month-calendar__cell{all:unset;cursor:pointer;text-align:center;border-radius:4px;justify-content:center;align-items:center;height:24px;transition:background .12s;display:flex;position:relative}.month-calendar__cell-lock{color:#fff;opacity:.85;pointer-events:none;font-size:8px;position:absolute;top:1px;right:2px}.month-calendar__cell--kind-working .month-calendar__cell-lock{color:var(--ant-color-text-secondary,#00000073)}.month-calendar__cell:hover:not(:disabled):not([class*=--kind-]):not([class*=--saved]):not([class*=--added]):not([class*=--removed]){background:var(--ant-color-fill-tertiary,#0000000a)}.month-calendar__cell--empty{visibility:hidden;cursor:default}.month-calendar__cell--saved{background:var(--ant-color-warning,#faad14);color:#fff}.month-calendar__cell--saved:hover:not(:disabled){background:var(--ant-color-warning-hover,#ffc53d)}.month-calendar__cell--added{background:var(--ant-color-success,#52c41a);color:#fff}.month-calendar__cell--added:hover:not(:disabled){filter:brightness(1.08)}.month-calendar__cell--removed{color:var(--ant-color-error,#ff4d4f);background:var(--ant-color-error-bg,#fff2f0);opacity:.9;text-decoration:line-through}.month-calendar__cell--removed:hover:not(:disabled){background:var(--ant-color-error-bg-hover,#fff1f0)}.month-calendar__cell--kind-working{background:var(--ant-color-fill-secondary,#f0f0f0);color:var(--ant-color-text,#000000e0)}.month-calendar__cell--kind-weekend{background:var(--ant-color-warning,#faad14);color:#fff}.month-calendar__cell--kind-holiday{background:var(--ant-color-error,#ff4d4f);color:#fff}.month-calendar__cell--kind-technicalClosure{background:var(--ant-color-text-secondary,#00000073);color:#fff}.month-calendar__cell--kind-specialEvent{color:#fff;background:#722ed1}.month-calendar__cell--kind-working:hover:not(:disabled),.month-calendar__cell--kind-weekend:hover:not(:disabled),.month-calendar__cell--kind-holiday:hover:not(:disabled),.month-calendar__cell--kind-technicalClosure:hover:not(:disabled),.month-calendar__cell--kind-specialEvent:hover:not(:disabled){filter:brightness(1.08)}.month-calendar__cell--inherited{opacity:.55;font-style:italic}.month-calendar__cell--pending{outline:2px dashed var(--ant-color-primary,#1677ff);outline-offset:-2px;opacity:1;font-style:normal;font-weight:600}.month-calendar__cell--today{box-shadow:inset 0 0 0 1px var(--ant-color-primary,#1677ff)}.month-calendar__cell--weekend-dow:not(.month-calendar__cell--kind-weekend):not(.month-calendar__cell--kind-holiday):not(.month-calendar__cell--kind-technicalClosure):not(.month-calendar__cell--kind-specialEvent){color:var(--ant-color-error,#ff4d4f)}.month-calendar__cell:disabled{cursor:not-allowed;opacity:.5}
