.helpModal{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;justify-content:center;align-items:center;background-color:rgba(0,0,0,.5)}.helpModal-content{background-color:#fff;padding:20px;border-radius:5px}.helpModal-close{position:absolute;top:10px;right:10px;cursor:pointer}.flex-container{display:flex;justify-content:space-between;align-items:center}.flex-container i{margin-right:10px}#loading-message{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);font-size:24px}.container{display:flex;justify-content:space-between}.canvas-container{flex:1}.menu-container{width:250px;padding:10px;border-left:1px solid #ddd}.menu-container h5{margin-bottom:10px}.menu-container ul{width:250px}.menu-container clicked{background-color:grey}.menu-container button{width:250px}.shape-item{padding:10px;margin-bottom:5px;margin-left:10px;background-color:#fff;border:1px solid #fffdfd;cursor:pointer;transition:background-color .3s}.selected{background-color:#b0e0e6}.shape-item:hover{background-color:#e0e0e0;color:#00f}