﻿.wdw-panel-3d-configurator {
  margin: 0 0 18px;
  width: 100%;
}

.wdw-panel-3d-configurator__canvas {
  width: 100%;
  min-height: 340px;
  border: 1px solid #d8d8d8;
  border-radius: 8px;
  background: linear-gradient(180deg, #f8f8f8 0%, #ececec 100%);
  overflow: hidden;
}

.wdw-panel-3d-configurator__canvas canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.wdw-panel-3d-configurator__render-canvas {
  display: block;
  width: 100%;
  height: 100%;
}

.wdw-panel-3d-configurator__loading {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  min-height: 260px;
  color: #626262;
  font-size: 14px;
}

@media (max-width: 767px) {
  .wdw-panel-3d-configurator__canvas {
    min-height: 260px;
  }
}

.wdw-panel-3d-configurator__canvas--error {
  display: flex;
  align-items: center;
  justify-content: center;
}

.wdw-panel-3d-configurator__error {
  color: #b42318;
  font-weight: 600;
  font-size: 14px;
}

