.z-hide {
  display: none;
}
.z-jq-hide {
  display: none !important;
}
.z-room-renderer {
  width: 100%;
  position: relative;
}
.z-room-renderer .z-scene-render-container {
  position: relative;
  zbackground-color: yellow;
}
.z-room-renderer .z-scene-render {
  width: 100%;
}
.z-room-renderer .z-scene-render canvas {
  width: 100%;
}
.z-room-renderer .sku-not-in-vd {
  display: flex;
  zpadding-top: 20px;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 10px 5% 10px 5%;
  margin-left: 5%;
  width: 80%;
  height: 45px;
  border-radius: 50px;
  background-color: #458266;
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  position: absolute;
  margin-top: 50px;
  z-index: 1;
}
.z-room-renderer .buttons-container {
  display: flex;
  padding-top: 20px;
  justify-content: center;
  gap: 20px 20px;
  flex-wrap: wrap;
}
.z-room-renderer .buttons-container .button {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 218px;
  height: 45px;
  border-radius: 22.5px;
  background-color: #458266;
  zzzmargin: 0 10px 0 10px;
  cursor: pointer;
}
.z-room-renderer .buttons-container .button .text {
  color: #ffffff;
  font-family: 'Montserrat', sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
}
.z-room-renderer .buttons-container .button .icon {
  margin-right: 8px;
}
.z-room-renderer .buttons-container .button .icon.camera {
  width: 18px;
}
.z-room-renderer .buttons-container .button .icon.house {
  width: 18px;
  height: 18px;
}
.z-room-renderer .buttons-container .edit-stairs-button img {
  position: absolute;
  right: 0;
  top: 0;
  width: 35px;
  margin-right: 10px;
  margin-top: 10px;
  border: 10px solid white;
  cursor: pointer;
  color: white;
  background-color: white;
}
.z-room-renderer .z-busy {
  z-index: 9999;
  position: absolute;
  width: 100%;
  margin-top: -9px;
  text-align: center;
  zbackground-color: pink;
  top: 50%;
  ztransform: translateY(-50%);
}
.z-room-renderer .z-busy div {
  display: inline-block;
  width: 150px;
  font-size: 0;
  border: 2px solid #44C63C;
  background-color: white;
}
.z-room-renderer .z-busy div img {
  width: 100%;
  box-shadow: 0px 0px 30px 5px rgba(68, 68, 68, 0.6);
}
.z-room-renderer.z-config-phenix .buttons-container .button {
  background-color: #72053E;
}
.z-room-renderer.z-config-phenix .sku-not-in-vd {
  background-color: #72053E;
}
/*# sourceMappingURL=All.css.map */