.configurator-container{position:relative;width:100%;height:100%}.viewport{width:100%;height:100%;z-index:1}.toolbar{position:absolute;top:10px;left:80px;z-index:2}.toolbar .perspective-tool{border-radius:99999px;display:flex;gap:15px;font-size:15px}.toolbar .perspective-tool .perspective-switch{position:relative;display:inline-block;width:40px;height:20px;border-radius:34px}.toolbar .perspective-tool .perspective-switch:before{border-radius:50%}.toolbar .perspective-tool .perspective-switch input{opacity:0;width:0;height:0}.toolbar .perspective-tool .perspective-switch input:checked+.perspective-slider{background-color:#a7d194}.toolbar .perspective-tool .perspective-switch input:focus+.perspective-slider{box-shadow:0 0 1px #a7d194}.toolbar .perspective-tool .perspective-switch input:checked+.perspective-slider:before{right:2px;left:unset}.toolbar .perspective-tool .perspective-switch .perspective-slider{position:absolute;cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#ccc;transition:.4s;border-radius:20px}.toolbar .perspective-tool .perspective-switch .perspective-slider:before{position:absolute;content:"";height:16px;width:16px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:100%}