
.close-and-mirror {
  position: absolute;
  top: 0;
  right: 0;
  z-index: 999;
  margin: 20px;
  opacity: 0;
}
.close-and-mirror:hover {
  opacity: 0.2;
}
#addTemplate {
  top: 60px;
  overflow: hidden;
}
#addTemplate .template-box {
  width: calc(100% - 354px);
  height: calc(100vh - 60px);
  float: left;
  padding: 40px;
  box-sizing: border-box;
  background-color: #97a8be;
  overflow: scroll;
}
#addTemplate #templateBox {
  background-color: #ffffff;
  transform-origin: 40px 40px;
  position: relative;
}
#addTemplate .tool-box-top {
  width: calc(100% - 330px);
  height: 60px;
  position: fixed;
  top: 0;
  right: 30px;
  z-index: 2;
  background-color: #ffffff;
}
.layer-picker {
  position: fixed;
  left: 80px;
  bottom: 0;
  height: 40vh;
  overflow: scroll;
  background-color: #ffffff;
  padding: 15px;
  border-radius: 10px 10px 0 0;
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.1)
}

