body,html{margin:0;padding:0;width:100%;height:100%;overflow:hidden}#editor-container{width:100%;height:100%;overflow:auto}#editor-container:-webkit-full-screen{background-color:#fff;width:100vw;height:100vh}#editor-container:-ms-fullscreen{background-color:#fff;width:100vw;height:100vh}#editor-container:fullscreen{background-color:#fff;width:100vw;height:100vh}#editor{width:2000px;height:2000px;border:1px solid #ccc}.bar,.kitchen,.table,.wall{cursor:move}.wall{stroke:#8b4513;stroke-width:10;stroke-linecap:square}.selected{stroke:red;stroke-width:2}.wall.selected{stroke-width:12}.selection-area{fill:rgba(0,0,255,.1);stroke:#00f;stroke-width:1}#minimap{position:fixed;bottom:10px;right:10px;width:200px;height:200px;border:2px solid #000;background-color:hsla(0,0%,100%,.8);cursor:move}#minimap-viewport{position:absolute;border:2px solid red;background-color:rgba(255,0,0,.2)}text{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none}#minimap-toggle{position:fixed;bottom:220px;right:10px;width:40px;height:40px;background-color:#fff;border:2px solid #000;border-radius:50%;display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;-webkit-box-align:center;-ms-flex-align:center;align-items:center;cursor:pointer;z-index:1000}#minimap-toggle i{font-size:20px;color:#000}#minimap,.minimap{-webkit-transition:opacity .3s ease-in-out;transition:opacity .3s ease-in-out}.minimap{position:fixed;bottom:10px;right:10px;width:200px;height:200px;border:2px solid #000;background-color:hsla(0,0%,100%,.8);cursor:move}.minimap.hidden{opacity:0;pointer-events:none}