@charset "UTF-8";.schedule-workspace-outer{width:100%;display:flex;justify-content:center}.schedule-workspace{display:flex;flex-wrap:nowrap;overflow-x:auto;gap:.75rem;padding-bottom:.75rem;min-width:95vw;margin:0;justify-content:safe center}.semester-panel{flex:0 0 310px;width:310px;max-width:310px;background-color:#f3f7f7}.unassigned-panel{width:100%}.unassigned-panel{border:2px dashed #00756a;border-radius:.375rem;display:flex}.unassigned-pool-zone{flex-grow:1;min-height:auto;display:flex;flex-direction:row;flex-wrap:wrap;gap:.5rem;padding:.5rem}.schedule-grid-wrapper{position:relative;border:1px solid #dee2e6;border-radius:.25rem;background:#fff}.grid-header{display:grid;grid-template-columns:32px repeat(5,1fr);background:#e9ecef;border-bottom:1px solid #dee2e6;text-align:center;font-weight:600;font-size:.75rem;padding:2px 0}.grid-body{position:relative;height:396px;display:grid;grid-template-columns:32px repeat(5,1fr)}.time-label{height:36px;border-bottom:1px dashed #e9ecef;font-size:.7rem;text-align:right;padding-right:4px;color:#6c757d;line-height:1}.day-column{border-left:1px solid #f1f3f5;position:relative;height:100%;background-image:linear-gradient(to bottom,#f8f9fa 1px,transparent 1px);background-size:100% 36px}.course-card-grid{position:absolute;box-sizing:border-box;padding:2px 4px;border:1px solid rgba(0,0,0,.25);border-radius:3px;font-size:.7rem;line-height:1.1;overflow:hidden;cursor:grab;z-index:10;color:#fff;box-shadow:0 1px 3px rgba(0,0,0,.12)}.course-card-pool{padding:6px 8px;border:1px solid rgba(0,0,0,.2);border-radius:4px;cursor:grab;color:#fff;font-size:.8rem;box-shadow:0 1px 2px rgba(0,0,0,.1)}.master-item .hover-actions{opacity:0;transition:opacity .15s ease-in-out}.master-item:hover .hover-actions{opacity:1}.curriculum-dot{display:inline-block;width:9px;height:9px;border-radius:50%}