.grid-container{width:100%;height:60vh;background:#ddd;position:relative}.cell{background:rgba(168,85,247,.1);border-radius:3px;cursor:pointer;position:relative}.selected{background:rgba(168,85,247,.6);cursor:no-drop;pointer-events:auto}.current,.selected{border:2px solid #a855f7}.current{background:linear-gradient(-135deg,rgba(168,85,247,.2) 25%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2) 50%,rgba(168,85,247,.2) 0,rgba(168,85,247,.2) 75%,hsla(0,0%,100%,.2) 0,hsla(0,0%,100%,.2));background-size:28.28px 28.28px}.close,.order{position:absolute;color:#fff;width:25px;height:25px;font-size:.8rem;font-weight:700;line-height:25px;border-radius:50%;top:3px}.close{background:#cc1f12;right:3px}.order{background:#38024f;left:3px}