.schedule-color-palette{display:grid;grid-template-columns:repeat(10,1fr);gap:8px}.schedule-color-choice{width:100%;aspect-ratio:1;border:3px solid transparent;border-radius:9px;cursor:pointer}.schedule-color-choice.active{border-color:#0f172a;box-shadow:0 0 0 3px #fff,0 0 0 5px #1767e9}.schedule-flex-table tbody th:nth-child(2){position:relative}.schedule-time-edit{border:0;background:#e0efff;color:#1767e9;border-radius:6px;margin-left:6px;padding:3px 6px;font-weight:900;cursor:pointer}.schedule-flex-cell{width:100%;height:43px;border:0;background:#f8fafc;color:#94a3b8;font-weight:1000;cursor:pointer}.schedule-flex-cell.filled,.schedule-flex-cell.special{background:var(--cell);color:#fff;text-shadow:0 1px 2px #0005}.schedule-flex-cell.special{color:#111827;text-shadow:none}.schedule-flex-table tr[data-special="1"]>th:first-child{cursor:grab;background:#facc15;font-size:20px}.schedule-flex-table tr.dragging{opacity:.45}.schedule-flex-table tr.drag-over{outline:4px solid #1767e9;outline-offset:-4px}html[data-theme="dark"] .schedule-color-choice.active{border-color:#fff}@media(max-width:700px){.schedule-color-palette{grid-template-columns:repeat(5,1fr)}}
