@charset "utf-8";
/* ##############################################################################

    DEFAULT

############################################################################## */
html,
body {
  height: auto;
}
html {
  position: relative !important;
  font-size: 16px;
}
body {
  width: 1300px;
  margin-top: 0;
}
@media print and (orientation: portrait) {
  body {
    transform: scale(.8);
    transform-origin: 0 0;
  }
}
.mobile body {
  transform: scale(.8);
  transform-origin: 0 0;
}
.modal {
  inset: 0;
}
.canvas {
  min-width: calc(100% - 23.75rem);
  transform: translateX(-11.875rem);
}
#canvas {
  width: calc(100% - 23.75rem) !important;
}
.gnav,
.btn-print,
.zoom,
.info,
.side_section[data-modal="selected_mol"] .blc-xs:has(.selected_mol--img-k),
.handle-close,
.scale-btn  {
  display: none;
}
.cable {
  padding-left: 0;
  height: auto;
}
.header,
.side_column {
  position: absolute;
}
.side_column {
  bottom: inherit;
}
.side_column--scroll {
  height: auto;
}
.closed:has(.handle--close_btn-rgt) {  
  transform: none;
}