body,html{margin:0;background:#fff;width:100%}*,body,html{font-family:"Montserrat",sans-serif}*{box-sizing:border-box}a{text-decoration:none;z-index:1}canvas:focus{outline:none}.auth-page{display:flex;align-items:center;justify-content:center;width:100%;min-height:100vh}.auth-wrapper{width:96%;max-width:360px;padding:20px 0}.input-container{width:100%;background-color:#ededed;display:flex;flex-direction:column;align-items:center;padding:42px 20px;border-radius:10px;position:relative}.auth-wrapper .btn-wrapper .btn{width:100%;height:40px;margin-top:20px;background-color:#009980;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-user-select:none;user-select:none;border:none;border-radius:10px;color:#fff;font-weight:700;font-size:16px}.btn:focus{outline:none}.input-wrapper{margin:8px 0;width:100%;display:flex;align-items:center;justify-content:flex-end}.input-wrapper input{height:38px;border:2px solid #b84672;border-radius:7px;padding:5px;width:calc(100% - 86px);color:#b84672;font-weight:600}.input-wrapper input:focus{outline:none}.input-wrapper label{margin-right:16px;color:#b84672;font-size:14px;font-weight:600}.auth-failed .input-container:before{content:"e-mail or password failed";position:absolute;top:10px;color:#b84672;font-size:14px}.auth-logo{width:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);margin-bottom:20px}.auth-logo img{width:100%}@media screen and (max-height:539px){.auth-logo{display:none}}.main{display:flex;flex-direction:column}.project-list{width:96%;max-width:1260px;background-color:#ededed;border-radius:20px;padding:40px 25px;display:flex;flex-wrap:wrap;position:relative;margin:auto auto 40px}.project-list-hide{background-color:#fff}.project-item{display:flex;margin-right:20px;margin-bottom:20px;width:calc(33.33333% - 13.33333px)}.project-item:nth-child(3n+3){margin-right:0}.project-item .attributes{margin-left:10px;width:150px;padding:15px 0 20px;display:flex;flex-direction:column;justify-content:space-between}.project-item .attributes .attr{color:#009980;font-weight:600;font-size:12px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;width:100%}.project-item .img-wrapper{position:relative;width:calc(100% - 160px);max-width:225px;height:130px;display:flex;align-items:center;justify-content:center;overflow:hidden;border:2px solid #009980;border-radius:10px;background-color:#fff;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.project-item .img-wrapper img{position:absolute;height:100%}.next-page{position:absolute;bottom:0;left:calc(50% - 20px);cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.next-page-hide{display:none}.delete-btn{position:absolute;bottom:0;right:0;border-radius:10px;padding:10px;cursor:pointer;-webkit-tap-highlight-color:rgba(0,0,0,0);-webkit-user-select:none;-ms-user-select:none;user-select:none;font-weight:700;font-size:16px;background-color:#fff;border:none;opacity:0;transition:.4s}.img-wrapper:hover .delete-btn{opacity:1}.delete-btn:hover{color:#b84672}.delete-btn:focus{outline:none}.main-logo{width:100%;display:flex;align-items:center;justify-content:center;height:100px;margin:30px 0 20px}.main-logo img{height:100%}.navigation{width:96%;max-width:1260px;margin:10px auto 20px;display:flex;flex-wrap:wrap}.navigation .nav-btn{position:relative;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);background-color:#b84672;color:#fff;width:260px;height:45px;display:flex;align-items:center;justify-content:center;font-weight:600;border-radius:10px;margin-right:5px;margin-bottom:5px}.navigation .set-logo{background-color:#fff;color:#000;width:180px}.navigation .none{display:none}.popup{width:180px;height:45px;display:flex;align-items:center;justify-content:center}.out{position:absolute;top:10px;right:10px;padding:5px 10px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0);font-size:16px;font-weight:600}@media screen and (max-width:470px){.navigation .nav-btn,.navigation .set-logo{width:100%}}@media screen and (max-width:1200px){.delete-btn{opacity:1}}@media screen and (max-width:960px){.project-item{width:calc(50% - 10px)}.project-item:nth-child(3n+3){margin-right:20px}.project-item:nth-child(2n+2){margin-right:0}}@media screen and (max-width:768px){.project-item{width:100%;justify-content:center}.project-item,.project-item:nth-child(3n+3){margin-right:0}}iframe{display:none}.delete-modal{margin:0 5px;background-color:#b84571;padding:5px 20px;color:#fff;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:.4s}.delete-modal:hover{background-color:#009980}.text-modal{text-align:center;margin-bottom:20px;line-height:18px;width:100%}.text-modal b{font-weight:600}.main-load{background-color:#fff;width:100%;height:100%;z-index:101;display:flex;align-items:center;justify-content:center}.main-load,.report-layer{position:absolute;top:0;left:0}.report-layer{min-width:100vw;min-height:100vh;background-color:#b94570;z-index:11}.report-wrapper{position:absolute;left:50%;top:50vh;z-index:11;transform:translate(-50%,-50%);background-color:#b94571;color:#fff;padding:30px 50px;max-width:600px}.report-header{margin-bottom:20px;text-align:center;font-weight:300;font-size:12px;letter-spacing:.6px;line-height:18px}.report-input{display:flex;flex-direction:column;margin:15px 0}.report-input textarea{resize:none;height:84px;padding:7px;font-size:14px;line-height:17px}.report-input textarea:focus{outline:none}.report-input input{padding:7px;font-size:14px;line-height:17px}.report-input input:focus{outline:none}.report-input label{margin-bottom:5px}.report-buttons{display:flex;align-items:center;justify-content:center}.report-btn{background-color:#fff;border:none;color:#161616;font-size:16px;height:40px;line-height:40px;width:50%;text-align:center;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:.4s}.report-btn:focus{outline:none}.report-btn:hover{background-color:#009980;color:#fff}.report-count{position:absolute;top:0;right:0;transform:translate(50%,-50%);background-color:#00997f;width:40px;height:40px;z-index:1;display:flex;align-items:center;justify-content:center;border-radius:50%;-webkit-user-select:none;-ms-user-select:none;user-select:none}.reportlist-container{width:96%;max-width:1200px;margin:100px auto}.report{background-color:#b84672;margin:15px 0;padding:10px 20px;color:#fff;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;box-shadow:-1px 4px 5px 0 rgba(0,0,0,.75)}.read{background-color:#ededed;color:#161616;box-shadow:none}.show-report{display:block}.report-info{display:flex;align-items:center;justify-content:flex-end}.report-info .info{margin:5px}.report-title{margin-bottom:10px;letter-spacing:1px;text-transform:uppercase}.report-group{margin-bottom:20px}.rep-btn,.report-group{display:flex;align-items:center;justify-content:center}.rep-btn{margin:0 10px;background-color:#ededed;color:#fff;width:150px;height:30px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;text-transform:uppercase}.rep-btn-active{background-color:#00997f}.create-roject .loading{position:fixed;top:0;left:0;width:100%;height:100%;align-items:center;justify-content:center;background-color:#fff;z-index:1;display:none}.create-roject .loading img{max-width:500px;width:100%}.create-roject .load{display:flex;z-index:101}.create-roject .auth-wrapper{max-width:460px;position:absolute;transition:1s ease;top:50%;left:50%;transform:translate(-50%,-50%)}.create-roject .auth-logo{max-width:240px;margin:0 auto 20px}.create-roject .auth-logo img{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.create-roject .btn-wrapper{display:flex;align-items:center;justify-content:center;line-height:34px}.create-roject .btn-wrapper .btn{max-width:210px;line-height:24px;height:auto}.create-roject .input-wrapper{position:relative}.create-roject .input-wrapper input{width:calc(100% - 110px)}.create-roject .input-wrapper .checkbox{width:auto}.create-roject .input-wrapper label{font-size:12px}.create-roject .input-wrapper .custom-file-input{width:100%}.create-roject .input-wrapper .small{width:calc(100% - 40px)}.create-roject .file-done{border-color:#009980;color:#009980}.create-roject .file-done:before{content:"Uploaded done";background-color:#009980}.custom-file-input{position:relative;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#b84672}.custom-file-input:focus{outline:none}.fileFbx-counter{top:-10px;right:40px;width:30px;height:30px;background-color:#b94571;border-radius:50%}.custom-file-input:before,.fileFbx-counter{position:absolute;color:#fff;display:flex;align-items:center;justify-content:center}.custom-file-input:before{content:"Upload Background";top:0;width:100%;left:0;height:100%;background-color:#b84672;font-weight:700;font-size:16px}.library-model .custom-file-input:before{content:"Upload model"}.library-preview .custom-file-input:before{content:"Upload preview"}.library-xlsx .custom-file-input:before{content:"Upload excel file"}.input-text{color:#b84672;font-weight:600;font-size:12px;margin:-10px 10px 0}.set-logo .custom-file-input{width:100%;margin-top:10px}.set-logo .custom-file-input:before{content:"Ok";background-color:#fff;color:#000;font-size:14px}select{height:38px;border:2px solid #b84672;border-radius:7px;width:calc(100% - 200px);color:#b84672;font-weight:600}select:focus{outline:none}.add{width:70px;margin:0 10px;height:100%;background-color:#009980;display:flex;align-items:center;justify-content:center;padding:5px 0;color:#fff}.add,.icon-home{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.icon-home{width:40px;position:absolute;top:10px;left:10px;z-index:101}.constructionList{min-height:100vh;background-color:#ededed;position:relative}.constructionList .container{max-width:95%;margin:auto;display:flex;flex-wrap:wrap;padding:50px 0;flex-direction:row}.constructionList .item-icon{width:20px;height:20px;background-size:cover;background-repeat:no-repeat;background-position:50%;margin:10px}.constructionList .icon-wrapper{background-color:#fff;margin:0 10px 10px 0;padding-right:15px;padding-top:10px;position:relative}.close-calibration,.constructionList .icon-wrapper{display:flex;align-items:center;justify-content:center}.close-calibration{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;width:16px;height:16px;background-color:#b84571;position:absolute;top:-7px;left:-7px;border-radius:50%;transition:.4s;z-index:1}.close-calibration:before{content:"";background-image:url(/platform/static/media/close.35783316.svg);width:8px;height:8px;background-size:cover}.libraryList{min-height:100vh;position:relative}.container{max-width:95%;margin:auto;display:flex;flex-wrap:wrap;flex-direction:column;padding:50px 0}.container .none{display:none}.group{display:flex;flex-wrap:wrap;background-color:#fff}.libraryList-item{position:relative;margin:20px;background-color:#ededed}.item-preview{width:80px;height:74px;background-size:contain;background-repeat:no-repeat;background-position:50%}.item-title{background-color:#009980;color:#fff;text-align:center;font-size:12px;padding:5px 2px;white-space:nowrap;max-width:80px;overflow:hidden;text-overflow:ellipsis}.construction-text{background-color:#eab2c7;color:#161616}svg.menu-more{width:40px;height:20px;position:absolute;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;top:0;right:0}.library-menu{background-color:#f3f3f3;position:absolute;width:250%;left:100%;top:0;z-index:1;padding:5px;box-shadow:10px 10px 5px 0 hsla(0,0%,88.6%,.75)}.library-menu .delete-library{padding:10px 0;color:#b84571;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-top:1px solid #8e8e8e}.menu-hide{display:none}.add-sub{margin:5px 5px 10px;color:#00997f;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.sub-title{font-size:14px;font-style:italic;font-weight:300;color:#7b7b7b;margin-bottom:6px}.construction-filter{margin-bottom:10px}.construction-filter,.span{width:100%;display:flex;align-items:center;justify-content:center}.span{background-color:#cecece;position:absolute;left:0;top:-10px;height:10px;-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:row-resize}.span div{border-top:1px solid #793131;border-bottom:1px solid #793131;width:40%;height:4px}.el-title{width:100%;margin-bottom:10px;position:relative;display:flex;z-index:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.el-title .el{background-color:#fff;color:#b84571;z-index:1;padding:0 15px 0 25px}.el-title:after{content:"";width:100%;border-bottom:1px solid #b84571;position:absolute;left:0;top:50%}.el-title:before{content:"";position:relative;top:1px;display:block;width:18px;height:11px;opacity:.25;margin-right:20px;cursor:row-resize;background:linear-gradient(180deg,#000,#000 20%,#fff 0,#fff 40%,#000 0,#000 60%,#fff 0,#fff 80%,#000 0,#000);position:absolute;z-index:11;left:0;top:5px}.rm-list{background-color:#b84571}.rm-list .container{flex-direction:row}.rm-list .library-menu{box-shadow:10px 10px 5px 0 #862f50}.tresh{height:40px;fill:#fff;width:auto;position:absolute;top:10px;left:10px}.tresh svg{height:100%}@media screen and (max-height:710px){.create-roject .auth-page{display:block}.create-roject .auth-wrapper{margin:auto}}.map-container{-webkit-animation-delay:1s;animation-delay:1s;-webkit-animation:animMap 1s ease;animation:animMap 1s ease}.fbx-container,.img-container,.map-container{width:calc(100% - 480px);padding-left:20px;height:calc(80vw - 480px);position:relative;max-height:calc(100vh - 40px);padding-top:20px}.fbx-container,.img-container{background-position:50%;background-repeat:no-repeat;background-size:250px;background-image:url(/platform/static/media/load.4c140210.gif)}@-webkit-keyframes animMap{0%{opacity:0}50%{opacity:0}to{opacity:1}}@keyframes animMap{0%{opacity:0}50%{opacity:0}to{opacity:1}}.create-roject .input-wrapper .small-input{width:calc(100% - 160px)}.search-map{width:38px;height:38px;margin-left:12px;display:flex;align-items:center;justify-content:center}.search-map,.search-map svg{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.search-map svg{height:28px;width:28px}.search-map svg path{fill:#b94571!important}.create-roject{min-height:750px;height:100vh;position:relative;justify-content:flex-end}.create-roject .side{left:0;transform:translate(20px,-50%);z-index:1}.map-header{height:20px;left:0;width:calc(100% - 20px);top:0;padding:0 20px;color:#fff;font-size:12px;line-height:20px;background-color:#b94571;margin-left:20px}.map-header,.map-photo-wrapper{position:absolute;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.map-photo-wrapper{width:100%;bottom:0;background-color:hsla(0,0%,100%,.7);display:flex;align-items:center;justify-content:center;padding:5px}.map-photo-text{font-size:13px;margin:0 10px}.map-photo{fill:#00997f;width:35px;height:35px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.flesh{position:absolute;top:0;left:0;width:100%;height:100%;-webkit-animation:fleshAnim .5s ease-in;animation:fleshAnim .5s ease-in;background-color:#fff}@-webkit-keyframes fleshAnim{0%{opacity:0}50%{opacity:1}to{opacity:0}}@keyframes fleshAnim{0%{opacity:0}50%{opacity:1}to{opacity:0}}.map-wrapper,.preview-container{width:100%;height:100%}.img-container{display:flex;align-items:center;justify-content:center;overflow:hidden}.img-container img{height:100%}.input-wrapper .preview-btn{display:none}.preview-wrapper .custom-file-input{width:calc(70% - 38px)}.preview-wrapper .preview-btn{width:30%;height:38px;margin-left:10px}.preview-map-btn,.preview-wrapper .preview-btn{background-color:#adadad;display:flex;align-items:center;justify-content:center;color:#fff;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.preview-map-btn{width:100%;height:30px}.checkbox-lib{height:15px!important}.info-btn{width:34px;height:34px;min-width:34px;min-height:34px;margin-left:6px;border:5px solid #00997f;display:flex;align-items:center;justify-content:center;border-radius:50%;line-height:34px;color:#00997f;font-weight:900;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.instruction-fbx{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#ededed;z-index:101;overflow:auto}.instruction-connteiner{width:96%;max-width:1200px;margin:70px auto}.instruction-connteiner ol li{line-height:30px}.instruction-fbx-close{width:30px;height:30px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;top:10px;right:10px;display:flex;align-items:center;justify-content:center}.instruction-fbx-close:before{transform:rotate(45deg)}.instruction-fbx-close:after,.instruction-fbx-close:before{content:"";width:100%;height:3px;background-color:#161616;position:absolute}.instruction-fbx-close:after{transform:rotate(-45deg)}.axis{max-width:80px}.instruction-header{font-size:21px;margin-bottom:30px}.instruction-header-min{font-size:18px;margin-bottom:20px}.prev-info{width:100%}input.preview-btn{max-width:38px;max-height:38px;border-radius:50%;overflow:hidden;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;border:none}input.preview-btn:before{content:"";position:absolute;width:100%;top:0;left:0;height:100%;background-color:#b94571;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAGQAAABkCAYAAABw4pVUAAAACXBIWXMAAAsTAAALEwEAmpwYAAAF+mlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDUgNzkuMTYzNDk5LCAyMDE4LzA4LzEzLTE2OjQwOjIyICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOmRjPSJodHRwOi8vcHVybC5vcmcvZGMvZWxlbWVudHMvMS4xLyIgeG1sbnM6cGhvdG9zaG9wPSJodHRwOi8vbnMuYWRvYmUuY29tL3Bob3Rvc2hvcC8xLjAvIiB4bWxuczp4bXBNTT0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL21tLyIgeG1sbnM6c3RFdnQ9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC9zVHlwZS9SZXNvdXJjZUV2ZW50IyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgQ0MgMjAxOSAoV2luZG93cykiIHhtcDpDcmVhdGVEYXRlPSIyMDIwLTA0LTE4VDE4OjQyOjE4KzEwOjAwIiB4bXA6TW9kaWZ5RGF0ZT0iMjAyMC0wNC0yMlQwOTo0MzoxNisxMDowMCIgeG1wOk1ldGFkYXRhRGF0ZT0iMjAyMC0wNC0yMlQwOTo0MzoxNisxMDowMCIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJzUkdCIElFQzYxOTY2LTIuMSIgeG1wTU06SW5zdGFuY2VJRD0ieG1wLmlpZDphODJkMmY4NC1lNDk1LTRkNDYtYTRlOC0xNTFiOTc2NWZhMzgiIHhtcE1NOkRvY3VtZW50SUQ9ImFkb2JlOmRvY2lkOnBob3Rvc2hvcDpjMDIyYjZlNC0yM2RhLTE5NDAtYWFjMi02ZGFiODMzY2I0NTgiIHhtcE1NOk9yaWdpbmFsRG9jdW1lbnRJRD0ieG1wLmRpZDplZTJjZTQ1ZS01MjQzLTQwNDUtYTU0Zi00ZGJjNGVlZTE4NDQiPiA8eG1wTU06SGlzdG9yeT4gPHJkZjpTZXE+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJjcmVhdGVkIiBzdEV2dDppbnN0YW5jZUlEPSJ4bXAuaWlkOmVlMmNlNDVlLTUyNDMtNDA0NS1hNTRmLTRkYmM0ZWVlMTg0NCIgc3RFdnQ6d2hlbj0iMjAyMC0wNC0xOFQxODo0MjoxOCsxMDowMCIgc3RFdnQ6c29mdHdhcmVBZ2VudD0iQWRvYmUgUGhvdG9zaG9wIENDIDIwMTkgKFdpbmRvd3MpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDphODJkMmY4NC1lNDk1LTRkNDYtYTRlOC0xNTFiOTc2NWZhMzgiIHN0RXZ0OndoZW49IjIwMjAtMDQtMjJUMDk6NDM6MTYrMTA6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCBDQyAyMDE5IChXaW5kb3dzKSIgc3RFdnQ6Y2hhbmdlZD0iLyIvPiA8L3JkZjpTZXE+IDwveG1wTU06SGlzdG9yeT4gPC9yZGY6RGVzY3JpcHRpb24+IDwvcmRmOlJERj4gPC94OnhtcG1ldGE+IDw/eHBhY2tldCBlbmQ9InIiPz40jXGWAAABgElEQVR4nO3csUlFQRgF4Xlywcz0gSBm9mBmB6a2YGgH2oGRYAlWYQFageGLTO3A2ORisNcdYb4CDj8MbLg7nu+RewH2g7Y+gZtBW5tYZh/wC5fA2aCtw6CdzRzNPiA/FUSmIDIFkSmITEFkCiJTEJmCyBREpiAyBZEpiExBZAoiUxCZgsgURKYgMgWRKYhMQWQKIlMQmYLIFESmIDIFkSmITEFkCiJTEJmCyBREpiAyBZEpiExBZBbgFLiYfciK48FbVwP3RvtYgGvgafYlf2QPvM4+YsVtT5ZMQWQKIlMQmYLIFESmIDIFkSmITEFkCiJTEJmCyBREpiAyBZEpiExBZBbgDXiYfciKO+Bk0NYX8Dhoawvvu3/wGf+BsX+/nw/a2kRPlkxBZAoiUxCZgsgURKYgMgWRKYhMQWQKIlMQmYLIFESmIDIFkSmITEFkCiJTEJmCyBREpiAyBZEpiExBZAoiUxCZgsgURKYgMgWRKYhMQWQKIlMQmYLIFETmG508D91zd5cbAAAAAElFTkSuQmCC);background-size:40% 40%;background-position:50%;background-repeat:no-repeat}.fbx-input{flex-direction:column}.fbx-input-wrapp,.preview-box{display:flex;width:100%}.preview-box{flex-wrap:wrap}.preview-box .preview-btn{margin-top:10px}.update-library{min-height:100vh;width:100%;height:100%;padding:50px 30px}.update-library .update-form{max-width:800px;margin:50px auto}.update-library .preview-wrapper{width:100px;height:100px;overflow:hidden;position:relative}.update-library .preview-wrapper img{height:100%;position:absolute;pointer-events:none;cursor:pointer}.update-library .preview-wrapper input{width:100%;height:100%;cursor:pointer;opacity:0}.update-input-wrapper{display:flex;flex-direction:column;margin-bottom:20px}.update-input-wrapper .update-form-input{height:38px;border:2px solid #b84672;border-radius:7px;padding:5px;color:#b84672;font-weight:600}.update-input-wrapper .update-form-input:focus{outline:none}.update-input-wrapper .update-form-label{color:#b84672;font-size:14px;font-weight:600;margin-bottom:10px}.update-input-wrapper select{width:100%}.update-line{flex-direction:row;align-items:center}.update-line .update-form-label{margin-bottom:0;margin-right:10px}.viewer-wrapper{width:96%;margin:auto;display:flex;flex-wrap:wrap}.header{width:100%;border:3px solid #009980;display:flex;margin-top:40px;border-radius:0 10px 10px 10px;padding:7px 20px;justify-content:space-between;align-items:center}.header .group-icons{display:flex;justify-content:center;position:relative}.header .group-icons:last-child{margin-right:0}.header .group-icons .icon{max-width:60px;display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;font-size:11px;font-weight:600;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;-webkit-tap-highlight-color:rgba(0,0,0,0);margin-right:15px}.header .group-icons .icon:last-child{margin-right:0}.header .group-icons .none{display:none}.header .group-icons .red,.header .group-icons .rm{color:#b84672}.header .group-icons .red svg,.header .group-icons .red svg g,.header .group-icons .red svg path,.header .group-icons .rm svg,.header .group-icons .rm svg g,.header .group-icons .rm svg path{fill:#b84672}.header .group-icons .disable{color:#bfbfbf;cursor:default}.header .group-icons .disable svg,.header .group-icons .disable svg g,.header .group-icons .disable svg path{fill:#bfbfbf}.header .group-icons .sub-group-icon{position:absolute;background-color:#fff;top:100%;z-index:101;padding-top:10px;border:2px solid #009980;border-top:none;width:80px;display:none;flex-direction:column;justify-content:center;align-items:center;border-radius:0 0 10px 10px}.header .group-icons .sub-group-icon .icon{margin:0 0 10px}.header .group-icons .sub-group-icon-show{display:flex}.header .group-icons .views-icon{width:80px;max-width:80px;margin:0 10px 0 0}.header .group-icons .sub-views{min-width:80px;width:auto;padding:10px;white-space:nowrap;left:-2px;box-sizing:border-box;border:2px solid #009980}.header .group-icons .sub-views div{text-align:left;margin:5px 0;width:100%}.header .group-icons .sub-views .view-item{position:relative;padding-right:24px}.header .group-icons .sub-views .view-item .close-calibration{left:auto;right:0;width:16px;top:calc(50% - 14px);z-index:1}.header .active-viwes{border:2px solid #009980;border-bottom:none;border-radius:10px 10px 0 0}.header .icon-img{height:37px;width:auto;display:flex;margin-bottom:3px}.stages-menu{position:absolute;bottom:0;background-color:#fff;z-index:101;transform:translateY(100%);width:250%;padding:20px 0;border-radius:0 0 0 20px}.stages-menu .stage-btn{position:relative;text-align:center;font-size:12px;color:#009980;font-weight:600;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;border-top:3px solid;margin:10px 10px 0;padding-top:10px}.stages-menu .plus{position:absolute;top:8px;right:0;width:20px}.stages-menu .stage-line{display:flex;margin:5px;font-size:12px;font-weight:300;position:relative}.stages-menu .stage-line .stage-text{margin-left:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;margin-right:15px}.view-btn{font-size:12px;text-align:center;padding:5px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.icon-text{width:100%;display:flex;justify-content:center}.trash-icon{width:auto;height:15px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;right:0;fill:#009980;transition:.4s}.trash-icon:hover{fill:#b84571}.custom-view{position:relative;margin:5px;font-size:12px;padding-right:15px;display:flex}.custom-view .label{width:100%;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;white-space:nowrap;overflow:hidden;text-align:center;text-overflow:ellipsis}.toolbar{border:3px solid #009980;width:210px;position:relative;padding:14px 7px 70px;border-radius:0 0 10px 10px;background:linear-gradient(180deg,#fff 1%,#f0f8f6);height:calc(100vh - 200px);min-height:300px;margin:30px 12px 10px 0}.toolbar:before{content:"Construction Toolbar";position:absolute;right:-3px;top:0;transform:translateY(-100%);color:#fff;background-color:#009980;width:140px;height:20px;font-size:11px;padding:0 15px 3px 0;display:flex;justify-content:flex-end;align-items:flex-end;border-radius:10px 10px 0 0}.toolbar .toolbar-container{width:100%;height:100%;overflow:auto}.toolbar .toolbar-logo{width:100%;height:54px;display:flex;align-items:center;justify-content:center;margin:30px 0 10px;position:absolute;bottom:0;left:0}.toolbar .toolbar-logo img{height:100%}.toolbar .toolbar-line{display:flex;align-items:center;font-size:12px;margin-bottom:10px;position:relative}.toolbar .toolbar-line .toolbar-icon{height:26px;margin:0 15px}.toolbar .toolbar-line .toolbar-icon img{height:100%}.recommended-size{position:absolute;top:50%;left:50%;z-index:101;transform:translate(-50%,-50%);background-color:#fff;padding:30px;border-radius:10px;cursor:default;flex-direction:column;font-size:12px}.recommended-size,.toggle{display:flex;align-items:center;justify-content:center}.switch{position:relative;display:inline-block;width:20px;height:12px}.switch input{opacity:0;width:0;height:0}.slider{cursor:pointer;top:0;left:0;right:0;bottom:0;background-color:#b84571}.slider,.slider:before{position:absolute;transition:.4s}.slider:before{content:"";height:8px;width:8px;left:2px;bottom:2px;background-color:#fff}input:checked+.slider{background-color:#009980}input:focus+.slider{box-shadow:0 0 1px #009980}input:checked+.slider:before{transform:translateX(8px)}.slider.round{border-radius:34px}.slider.round:before{border-radius:50%}input[type=color]{-webkit-appearance:none;padding:0;border-radius:10px;width:30px;height:15px;cursor:pointer}input[type=color]::-webkit-color-swatch,input[type=color]::-webkit-color-swatch-wrapper{border:none;border-radius:10px;padding:0}.color-wrapper{display:flex;margin-left:3px;border:1px solid #009980;border-radius:10px}.slidecontainer{width:100px;display:flex;align-items:center;justify-content:center}.slider-range{width:100%;min-width:100px;-webkit-appearance:none;height:3px;background:#009980;outline:none;transition:opacity .2s}.slider-range::-webkit-slider-thumb{-webkit-appearance:none;appearance:none;width:15px;height:15px;border-radius:50%;background:#b84672;border:2px solid #009980;cursor:pointer}.slider-range::-moz-range-thumb{width:15px;height:15px;background:#b84672;border:2px solid #009980;border-radius:50%;cursor:pointer}.library{border:3px solid #009980;width:275px;position:relative;padding:14px 7px 60px;border-radius:0 0 10px 10px;background:linear-gradient(180deg,#fff 1%,#f0f8f6);height:calc(100vh - 200px);min-height:300px;margin:30px 0 10px 12px}.library:before{content:"BIM library";position:absolute;right:-3px;top:0;transform:translateY(-100%);color:#fff;background-color:#009980;width:140px;height:20px;font-size:11px;padding:0 15px 3px 0;display:flex;justify-content:flex-end;align-items:flex-end;border-radius:10px 10px 0 0}.library .library-items-wrapper{display:flex;flex-wrap:wrap;width:100%;overflow:auto;max-height:100%}.library .library-item{width:calc(33.33333% - 8px);overflow:hidden;border-radius:5px 5px 0 0;margin:0 4px 10px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;-webkit-tap-highlight-color:rgba(0,0,0,0)}.library .library-item .item-img{width:100%;height:74px;background-size:cover;background-position:50%}.library .library-item .item-name{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;font-size:10px;background-color:#009980;color:#fff;font-weight:500;text-align:center;padding:2px}.search-wrapper{position:relative;display:flex;width:100%;align-items:center;justify-content:center;margin-bottom:8px}.search-wrapper .search-icon{position:absolute;width:17px;right:8px}.search-wrapper .input-search{width:100%;height:36px;border:2px solid #009980;border-radius:10px;color:#009980;padding:0 26px 0 10px;font-weight:700}.search-wrapper .input-search:focus{outline:none}.search-wrapper ::-webkit-input-placeholder{color:#009980;opacity:1}.search-wrapper :-ms-input-placeholder{opacity:1}.search-wrapper ::-ms-input-placeholder{opacity:1}.search-wrapper ::placeholder{color:#009980;opacity:1}.search-wrapper :-ms-input-placeholder{color:#009980}.search-wrapper ::-ms-input-placeholder{color:#009980}.viewer-main{width:calc(100% - 509px);display:flex;flex-direction:column;height:calc(100vh - 128px);min-height:372px}.viewer-main .three-container{display:flex;align-items:flex-start;justify-content:center;height:calc(100% - 120px);border:6px solid #009980;margin:10px;position:relative;overflow:hidden;background-repeat:no-repeat;background-position:50%;background-size:200px}.viewer-main .three-container img{height:100%}.viewer-main .three-container canvas{margin-top:-6px}.properties{border:3px solid #009980;margin-top:30px;position:relative;padding:7px;border-radius:0 0 10px 10px;height:40px}.properties,.properties .parametres{width:100%;display:flex;align-items:center;justify-content:space-around}.properties .parametres{height:100%}.properties .between{width:100%;height:100%;display:flex;align-items:center;justify-content:space-between}.properties .hiden-panel{display:none}.properties .group select{width:100px;height:26px;margin-left:7px;color:#00997f;border:2px solid;position:relative;cursor:pointer}.properties .group label{color:#b84571;margin:0 -5px 0 10px}.properties .select-wrapper{position:relative;display:flex;align-items:center}.properties .select-wrapper:before{content:"";background-color:#f8f8f8;width:20px;height:80%;position:absolute;right:2px;z-index:1;border-radius:5px;pointer-events:none;background-image:url(/platform/static/media/more.41385056.svg);background-size:cover;background-position:50%;background-repeat:no-repeat;margin-right:3px}.properties:before{content:"Tool Properties";position:absolute;right:-3px;top:0;transform:translateY(-100%);color:#fff;background-color:#009980;width:140px;height:20px;font-size:11px;padding:0 15px 3px 0;display:flex;justify-content:flex-end;align-items:flex-end;border-radius:10px 10px 0 0}.properties .properties-item{display:flex;font-size:12px;font-weight:600;align-items:center;margin:0 5px}.properties .none{display:none}.properties .red{color:#b84672}.properties .red .value{background-color:#b84672}.properties .green{color:#009980}.properties .tool-btn{white-space:nowrap;align-items:center;font-weight:300;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#009980;padding:5px 10px;color:#fff;border-radius:10px}.properties .active{background-color:#b84672}.load,.none{display:none}.load{position:absolute;top:0;left:0;width:100%;height:100%;background-color:#fff;z-index:9;background-position:50%;background-repeat:no-repeat;background-size:250px;background-image:url(/platform/static/media/load.4c140210.gif)}.load-anim{display:block}.calibration-form{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:12px;position:fixed;background-color:#fff;padding:35px 20px 20px;z-index:111;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:0 10px 10px 10px;border:3px solid #009980;width:320px}.calibration-form select{width:100%}.calibration-form .input-calibration{width:100%;margin:5px 0;display:flex;align-items:center;justify-content:space-between}.calibration-form .input-calibration label{margin-right:5px}.calibration-form .input-calibration input{width:calc(100% - 60px);padding:5px}.calibration-form .input-calibration input:focus{outline:none}.calibration-form .close-calibration{-webkit-user-select:none;-ms-user-select:none;user-select:none;cursor:pointer;width:16px;height:16px;background-color:#b84571;position:absolute;top:5px;left:5px;border-radius:50%;display:flex;align-items:center;justify-content:center;transition:.4s;z-index:1}.calibration-form .close-calibration:before{content:"";background-image:url(/platform/static/media/close.35783316.svg);width:8px;height:8px;background-size:cover}.calibration-form .close-calibration:hover{background-color:#d43773}.calibration-form .apply{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;padding:5px 10px;background-color:#fff;border:none;margin-top:10px;transition:.4s}.calibration-form .apply:hover{background-color:#009980;color:#f5f5f5}.close-photo{top:15px;left:15px}.library-item-hide{display:none}.modal-save{padding:20px}.loadAnim{position:absolute;background-repeat:no-repeat;background-size:150px;background-color:hsla(0,0%,100%,.47);background-position:50%;z-index:91;top:0;left:0;width:100%;height:100%;display:flex;align-items:center;justify-content:center}.loadAnim .loadAnim-progress{background-color:#b94571;color:#fff;font-size:18px;height:30px;width:96%;max-width:300px;text-align:center;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:relative;border-radius:8px;overflow:hidden}.loadAnim .loadAnim-progress .loadAnim-line{position:absolute;width:0;height:100%;top:0;left:0;background-color:#009980;transition:.6s linear;-webkit-animation:move 1s ease-in-out infinite;animation:move 1s ease-in-out infinite;background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAACsAAAA6CAYAAAAp16D+AAABJmlDQ1BBZG9iZSBSR0IgKDE5OTgpAAAoz2NgYDJwdHFyZRJgYMjNKykKcndSiIiMUmA/z8DGwMwABonJxQWOAQE+IHZefl4qAwb4do2BEURf1gWZxUAa4EouKCoB0n+A2CgltTiZgYHRAMjOLi8pAIozzgGyRZKywewNIHZRSJAzkH0EyOZLh7CvgNhJEPYTELsI6Akg+wtIfTqYzcQBNgfClgGxS1IrQPYyOOcXVBZlpmeUKBhaWloqOKbkJ6UqBFcWl6TmFit45iXnFxXkFyWWpKYA1ULcBwaCEIWgENMAarTQZKAyAMUDhPU5EBy+jGJnEGIIkFxaVAZlMjIZE+YjzJgjwcDgv5SBgeUPQsykl4FhgQ4DA/9UhJiaIQODgD4Dw745AMDGT/0ZOjZcAAAACXBIWXMAAB1gAAAdYAGVm790AAAGxWlUWHRYTUw6Y29tLmFkb2JlLnhtcAAAAAAAPD94cGFja2V0IGJlZ2luPSLvu78iIGlkPSJXNU0wTXBDZWhpSHpyZVN6TlRjemtjOWQiPz4gPHg6eG1wbWV0YSB4bWxuczp4PSJhZG9iZTpuczptZXRhLyIgeDp4bXB0az0iQWRvYmUgWE1QIENvcmUgNS42LWMxNDggNzkuMTY0MDM2LCAyMDE5LzA4LzEzLTAxOjA2OjU3ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdEV2dD0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlRXZlbnQjIiB4bWxuczpkYz0iaHR0cDovL3B1cmwub3JnL2RjL2VsZW1lbnRzLzEuMS8iIHhtbG5zOnBob3Rvc2hvcD0iaHR0cDovL25zLmFkb2JlLmNvbS9waG90b3Nob3AvMS4wLyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjEuMCAoTWFjaW50b3NoKSIgeG1wOkNyZWF0ZURhdGU9IjIwMjAtMDctMDRUMDI6MTg6NDErMDM6MDAiIHhtcDpNZXRhZGF0YURhdGU9IjIwMjAtMDctMDRUMDI6NDk6NDIrMDM6MDAiIHhtcDpNb2RpZnlEYXRlPSIyMDIwLTA3LTA0VDAyOjQ5OjQyKzAzOjAwIiB4bXBNTTpJbnN0YW5jZUlEPSJ4bXAuaWlkOjczN2U2ZjMxLTUwZmMtNDJiOC1iM2NhLTMwY2UxM2UzZjdjMSIgeG1wTU06RG9jdW1lbnRJRD0iYWRvYmU6ZG9jaWQ6cGhvdG9zaG9wOmM2YmRjMTNmLWQ5NDItZDY0OS05Zjc2LWQ4MzdiNWY2NWRjNyIgeG1wTU06T3JpZ2luYWxEb2N1bWVudElEPSJ4bXAuZGlkOjFiMmVkOGYwLTVjZTctNDlkOC1hYzJmLTI2OTY1NzE3MjJkMyIgZGM6Zm9ybWF0PSJpbWFnZS9wbmciIHBob3Rvc2hvcDpDb2xvck1vZGU9IjMiIHBob3Rvc2hvcDpJQ0NQcm9maWxlPSJBZG9iZSBSR0IgKDE5OTgpIj4gPHhtcE1NOkhpc3Rvcnk+IDxyZGY6U2VxPiA8cmRmOmxpIHN0RXZ0OmFjdGlvbj0iY3JlYXRlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDoxYjJlZDhmMC01Y2U3LTQ5ZDgtYWMyZi0yNjk2NTcxNzIyZDMiIHN0RXZ0OndoZW49IjIwMjAtMDctMDRUMDI6MTg6NDErMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChNYWNpbnRvc2gpIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo4M2I0ZjMyZi1kNDYzLTRlNzMtYTI0OS1jZGVlN2MxNzM2OWEiIHN0RXZ0OndoZW49IjIwMjAtMDctMDRUMDI6MTg6NDErMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDxyZGY6bGkgc3RFdnQ6YWN0aW9uPSJzYXZlZCIgc3RFdnQ6aW5zdGFuY2VJRD0ieG1wLmlpZDo3MzdlNmYzMS01MGZjLTQyYjgtYjNjYS0zMGNlMTNlM2Y3YzEiIHN0RXZ0OndoZW49IjIwMjAtMDctMDRUMDI6NDk6NDIrMDM6MDAiIHN0RXZ0OnNvZnR3YXJlQWdlbnQ9IkFkb2JlIFBob3Rvc2hvcCAyMS4wIChNYWNpbnRvc2gpIiBzdEV2dDpjaGFuZ2VkPSIvIi8+IDwvcmRmOlNlcT4gPC94bXBNTTpIaXN0b3J5PiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/PtHdfxoAAASuSURBVGje1VlbTxNBFN7er9CKggIGSullqS3dlm6h3FRUIhfjizHR6B/QB1/5A/5vd8y3yWTcmT2nOw34cBLYnT395ly/M+Pc/fjtEOUVcV0jkLplnUKOqAuLgdwuAOx1ICni2jFl0Q6UvgnkZSAFC2DL0HUKI2wQcHiml8uBvA6kIz2r4Ef6BouYwKYDGQYyDSSHZ0KPh5AoccFmApkIs+PvqDVPoXyNAfa5iLtAljQ6hcdOsJkoQ+xHufwQbqKEiLC6r4RGAzEue2NEdLWQRwC9rjx3wz+EJQ40loqTLKzRhUVCsGk822UkkeqhiRQaf8H2YFEnoVRhQR8A29hIEp1iw3vY9NRBsqQtgBVSC+QGSVi1pDOH0Pwc1lCRTNsJFObhoQ0pDIRl9w1JGicidFxJR1N++SyQGQKco7ALpemIBCsg7jpMoGHlqEUlmPzjfYCOK/5biM9KRGIUlWergZyh5MXV9nNNDnmm9nqmqXl1lJZNzbetCLCh9ACmHBGXMzSLzDwdLAyNK1hRxOUxuo2pFLkGsGFonAFYHjH5ztAsyGDD0BBx943YLOLAhiJq+i+EjZOUG6hhMSOupYJ1wD0c22AzyE4q2NoC+OyEU044YKl8dsYh/4sA22eAnd43WI8B1uOCXbKoOAVuMLQMVrTxTw5Ix5RAZuIUr2NEaYN9XUR0N67OAmq70LcdPnyMGasxh+ISsnqkNIu89ENpps4UqOGh3PbVRbvoLlGh8SJC4RCt18Qj6mixW0Swa8iPfwiVaajzFIu4Cis6ZjK0bYCQee5AcflQsyktWNm9B9LHHbRb36SQkIA9ifDv4FlLGoucecCG8gRxdwPrpiyw/wKsegWdBcp3VPeNkIB9C3NVOPH2oNOjhpPp5QpK2ir+b4N3evh7HpAZJGpTyYMdjFYFLtgiEsFVnu8pGzkB36UCbSOBcpqkzQKw9rRHrQIjZHmeWGY6OK+qxBB43WznckqdXF8v0Ry4TSGHDR4qI0kV1jeFzJ7hXQtdsCaDvY75iNoaRWi8x5gyA/hsQp1Z6BKNauBoXJ6EdFwx6jCVIook/8jJZI+xrmiZdhY5J98pdK7/AmyRSb5tg3UeAljODDalLiwvCKz1UTyDevcV5clWIora/pNxaBcLtokatyzVvBOlZXLB1kBgulIXvCSQGc/E7meaw7cljDEdw7mBrsD7OIrKRHjPj2kknu5+gMJbN9DDVwhgm9h8hUAdj9Fq1XdDlbcOYlysG+zG0neucvPiE85lo66u1DmsE7q8h7hMcu4/hAVdeKiPJEpC0lvgGkJfw0kwT+lOrr/jLCJjSWcWSf0lPI22MVutIYzGmAYmjHpr8lgbnNiXuaePEXueeepAqhyulOFezD2vKRfaqDgp3QXIFky+TGwWY1gzZagGVZQk6tXVJiaWsu46VB1vxshGXWXoosREHdsPDNdFp4biX8OmdHe8btz15gXiLyXNU29jLo29GPd6ypFTHiD34y5WKG4RofEB449HiD8KN6hC3y3aeYlyg+kwxorZnf0D4ksGRSVfgNSZY03eMp9lgS09gBmMdQ9GBes/BLB9BoB7B+sS154vAKyozUd/AOJBBPktdG7/AAAAAElFTkSuQmCC)}.loadAnim-white{background-color:#fff}@-webkit-keyframes move{0%{background-position:0 0}to{background-position:43px 58px}}@keyframes move{0%{background-position:0 0}to{background-position:43px 58px}}.load-notification{position:absolute;width:80%;background-color:#b94571;color:#fff;text-align:center;font-size:13px;padding:10px;z-index:111}.model-color{position:relative}.model-color input{border:none}.model-color input:focus{outline:none}.transform-form .transform-input{width:60px;background-color:#009980;margin:0 0 0 7px;padding:2px 5px;border-radius:10px;border:none;text-align:center;color:#fff}.transform-form .transform-input:focus{outline:none}.transform-form button{font-size:12px;font-weight:600;margin-left:10px;border:none}.transform-form button:focus{outline:none}.photo{right:5px;z-index:11}.photo,.save-canv{margin:0 10px;width:25px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;fill:#009980;bottom:5px}.save-canv{height:25px;right:40px;z-index:1}.photo-group{display:flex;align-items:center;justify-content:flex-end;width:100%}.canvas-container{position:absolute!important}.tool-select{width:80px;height:26px;margin-left:7px;color:#00997f;border:2px solid;position:relative;cursor:pointer}.text-tools-wrap{display:flex}.figure{background-color:#009980;width:20px;height:20px;margin:0 5px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.circle{border-radius:50%}.polygon,.triangle{background-color:transparent}.triangle{width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:20px solid #009980}.arrow-toggle{margin:0 5px}.toolbar-text{padding:5px 10px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;position:absolute;left:100px}.toolbar-active{background-color:#b84672;color:#fff}.current-size{width:100%;margin-bottom:5px}.current-size b{font-weight:700;margin-right:10px}.saved-views{display:flex;flex-direction:column}.screenshot{position:absolute;z-index:9;top:0;left:0;width:100%;height:100%;background-color:#fff;background-size:auto 100%;background-position:top;background-repeat:no-repeat}.screen-center{left:50%;top:calc(50% - 50px);transform:translate(-50%,-50%)}.view-tools{justify-content:flex-start;width:100%;font-size:12px}.view-tools,.view-tools-item{display:flex;align-items:center}.view-tools-item{margin:0 10px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.view-tools-item svg{height:20px;width:auto;fill:#009980;margin-right:5px}.center{width:100%;justify-content:center}.center,.dimension-group{display:flex;align-items:center}@media screen and (min-width:1600px){.tool-select{width:140px}}.group-panel{flex-wrap:nowrap}.canvas-footer{position:absolute;bottom:0;left:0;z-index:11;width:100%;height:100px;border-top:6px solid #00997f;display:flex;align-items:center;justify-content:space-between;background-color:#fff}.canvas-footer .box{width:20%;border-right:6px solid #00997f;height:100%}.canvas-footer .box:first-child{width:40%}.canvas-footer .box:last-child{width:40%;border-right:none}.canvas-footer .center-logo{display:flex;align-items:center;justify-content:center;overflow:hidden}.canvas-footer .center-logo img{height:90%}.canvas-tub{font-size:12px;padding:0 5px}.canvas-tub div{margin:5px 0;line-height:18px}.canvas-tub div b{font-weight:700}.scaleline{background-color:#00997f;height:3px;position:relative;display:flex;align-items:center}.scaleline:before{content:"";width:7px;height:7px;background-color:#00997f;border-radius:50%;position:absolute;right:-3px}.scaleline-text{position:relative;display:flex;align-items:center}.scaleline-text:before{content:"";width:7px;height:7px;background-color:#00997f;border-radius:50%;position:absolute;right:-3px}.scaleContainer{display:flex;align-items:center;width:100%;margin-top:15px!important;height:40px;overflow:hidden}.scaleline-count{position:absolute;right:-14px;bottom:calc(-100% + 3px);font-size:10px}#background-switch{display:flex;align-items:center;justify-content:flex-start}.checkbox-wrapper{display:flex;align-items:center;font-size:12px;line-height:19px;margin-right:10px}.scale-bg-label{white-space:nowrap;font-size:12px;margin-right:5px}.scale-bg{display:flex;align-items:center;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);background-color:#fff;padding:20px 30px;border:3px solid #00997f;z-index:3;border-radius:5px}.scale-bg-input{width:40px;margin-right:10px;text-align:center;border:1px solid #00997f;border-radius:5px}.checkbox-label{margin-right:5px;line-height:12px;font-size:12px;white-space:nowrap}.select-bg{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:11;padding:30px;background-color:#fff;border:2px solid #00997f;border-radius:5px;display:flex}.select-btn{padding:0 10px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;transition:.4s}.select-btn:hover{color:#00997f}.bg-icon{height:37px}.background-switch-hiden{display:none!important}.transform-panel{position:absolute;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;top:5px;left:5px}.transform-panel .transform-rotate,.transform-panel .transform-scale,.transform-panel .transform-translate{width:32px;height:32px;margin:2px;background-color:#009980;background-position:50%;background-size:70%;background-repeat:no-repeat}.transform-panel .active{background-color:#bc4d78}.transform-panel .transform-rotate{background-image:url(/platform/static/media/rotate.48c9fd21.svg)}.transform-panel .transform-scale{background-image:url(/platform/static/media/scale.73c71348.svg)}.transform-panel .transform-translate{background-image:url(/platform/static/media/translate.3506d911.svg)}.active-ruler{color:#b84672}.active-ruler svg{fill:#b84672!important}.bg-fbx-color{margin-right:5px}.embed-bar .checkbox-label{margin:5px 0}.create-user{width:100%;min-height:100vh;display:flex;align-items:center;justify-content:center}.create-user .checkbox{width:auto}.accounts-list{width:100%;min-height:100vh;background-color:#ededed}.accounts-list-container{margin:auto;display:flex;flex-wrap:wrap;width:98%;max-width:1200px;padding:30px 0}.accounts-list-container .img-wrapp{height:80px;width:140px;display:flex;align-items:center;justify-content:center;overflow:hidden}.accounts-list-container .img-wrapp img{height:100%}.account-item{display:flex;flex-direction:column;width:200px;height:200px;justify-content:center;align-items:center;background-color:#fff;padding:20px 5px;margin:20px;position:relative}.account-item .email-wrapper{margin-top:20px;width:100%;text-align:center;font-size:14px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.admin-label{background-color:#b94570;width:72px;top:52px}.admin-label,.maximum_projects{position:absolute;line-height:50px;color:#fff;text-align:center;border-radius:0 50% 50% 0;left:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.maximum_projects{background-color:#009a80;width:50px;top:0}.embed-container{width:100%;height:100vh;overflow:hidden}.embed-container:focus{outline:none}.embed-background-switch{padding:10px;border-radius:0 10px 10px 10px}.embed-background-switch .checkbox-wrapper{flex-direction:row-reverse;margin:5px}.embed-background-switch .checkbox-wrapper .checkbox-label{margin:0 0 0 5px}.embed-background-switch #background-switch{display:flex;flex-direction:column;align-items:flex-start}.embed-bar-btn{position:absolute;left:-3px;top:0;transform:translateY(-100%);color:#fff;background-color:#009980;width:100px;height:20px;font-size:11px;padding:0 3px 3px 15px;display:flex;justify-content:flex-start;align-items:flex-end;border-radius:10px 10px 0 0}.embed-stage{position:absolute;right:10px;padding:10px;top:30px;border-radius:10px 0 10px 10px}.embed-stage .stage-line{display:flex;flex-direction:row-reverse}.embed-stage .stage-line .stage-text{margin-right:5px}.embed-stage-btn{position:absolute;right:-3px;top:0;transform:translateY(-100%);color:#fff;background-color:#009980;width:100px;height:20px;font-size:11px;padding:0 15px 3px 0;display:flex;justify-content:flex-end;align-items:flex-end;border-radius:10px 10px 0 0}.embed-bar{border:3px solid #009980;padding:14px 7px;background:linear-gradient(180deg,#fff 1%,#f0f8f6);min-width:150px;-webkit-user-select:none;-ms-user-select:none;user-select:none}.embed-modal-btn{border-top:3px solid;margin:10px 10px 0;padding-top:10px;text-align:center;font-size:12px;color:#009980;font-weight:600;cursor:pointer}.embed-modal{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;font-size:12px;position:fixed;background-color:#fff;padding:35px 20px 20px;z-index:111;top:50%;left:50%;transform:translate(-50%,-50%);border-radius:0 10px 10px 10px;border:3px solid #009980;width:320px}.embed-modal-textarea{width:100%;height:100px}.embed-modal-textarea:focus{outline:none}.copy-btn{margin-top:20px;text-transform:uppercase;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#b94670}img.embed-logo{position:absolute;bottom:0;left:0;width:250px;pointer-events:none}.iframe-report{background-color:#009980;border-radius:10px;text-align:center;line-height:32px;color:#fff;cursor:pointer;margin:10px 0 25px}.iframe-report,.iframe-sub{width:100%;-webkit-user-select:none;-ms-user-select:none;user-select:none}.iframe-sub{border:3px solid #009980;padding:14px 7px;background:linear-gradient(180deg,#fff 1%,#f0f8f6);position:relative;border-radius:0 10px 10px 10px}.iframe-select{width:100%;margin-bottom:10px;font-size:10px}.embed-bar-main-container{position:absolute;height:calc(100vh - 110px);left:10px;top:13px;max-width:150px;padding-top:17px;overflow:hidden}.embed-bar-container{overflow:auto}.estimate{position:absolute;z-index:101;background-color:#fff;left:0;top:0;height:calc(100% - 40px);width:calc(100% - 40px);margin:20px;box-shadow:0 4px 12px rgba(0,0,0,.25);padding:15px}table{font-family:arial,sans-serif;border-collapse:collapse}th{background-color:#161616;color:#fff}td,th{border:1px solid #fff;text-align:left;padding:8px}tr{background-color:#e6e6e6}tr:nth-child(2n){background-color:#cacaca}.table-wrapper{overflow:auto;width:100%;max-height:calc(100% - 100px);margin:30px auto auto}.table-wrapper,.total{display:flex;align-items:center}.total{margin-top:30px;justify-content:flex-end;margin-right:10%}.total-value{border:1px solid #009980;padding:5px 10px;margin-left:15px}.close-estimate{width:20px;height:20px;position:absolute;right:19px;top:19px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;display:flex;align-items:center;justify-content:center}.close-estimate:before{transform:rotate(45deg)}.close-estimate:after,.close-estimate:before{content:"";width:100%;height:3px;background-color:#161616;position:absolute}.close-estimate:after{transform:rotate(-45deg)}.info-xlsx-img{max-width:200px}.xlsx-convert{background-color:#217245;color:#fff;padding:0 20px;width:100px;line-height:40px;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;font-weight:700;margin:20px 10% 0 auto}.container-templates{width:95%;max-width:1200px}.template-item{display:flex;margin:10px;align-items:center}.template-icon{margin-right:5px;width:30px;height:30px;overflow:hidden}.template-icon img{height:100%}.template-category{display:flex;flex-wrap:wrap}.create-template{padding:10px;background-color:#f3f3f3;margin-bottom:30px}.create-template .template-header{margin:10px;font-weight:700}.create-template .template-input{display:flex;align-items:center;justify-content:center}.create-template .template-input label{width:50px}.create-template .template-input input{margin-left:10px;width:calc(100% - 50px)}.create-template .template-input input:focus{outline:none}.create-template .switch{margin-right:5px}.create-template .template-btn{text-align:center;margin:10px auto;width:150px;background-color:#009980;line-height:30px;color:#fff;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none}.template-wrapper{padding:10px;background-color:#f3f3f3;width:95%;max-width:1200px;margin:10px auto;position:relative}.templates-line{display:flex;align-items:center;flex-wrap:wrap;margin:10px 0}.templates-line div{background-color:#009980;color:#fff;line-height:24px;margin:0 5px;padding:0 10px}.template-create-btn{position:fixed;z-index:1;bottom:10px;right:10px;padding:20px;color:#fff;font-weight:700;cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#009980}.templates{width:100%;min-height:100vh;padding:70px 0}.change-template{position:fixed;z-index:1;top:50%;left:50%;transform:translate(-50%,-50%);padding:20px 35px;border:3px solid #009980;border-radius:10px;background-color:#fff;max-height:300px;overflow:auto;width:360px}.change-template-item{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;background-color:#bd4d78;color:#fff;text-align:center;margin-top:10px;line-height:30px;transition:.4s}.change-template-item:hover,.template-btn-add{background-color:#009980}.template-btn-add{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;color:#fff;padding:5px 10px;margin:10px 0;width:250px}.template-input-form{display:flex;margin:10px 0}.template-input-form .template-input{margin:0 5px}.template-input-form .template-input:focus{outline:none}.template-input-submit{cursor:pointer;-webkit-user-select:none;-ms-user-select:none;user-select:none;width:22px;height:22px;position:relative;display:flex;align-items:center;justify-content:center}.template-input-submit:before{width:60%;height:3px}.template-input-submit:after,.template-input-submit:before{content:"";position:absolute;background-color:#009980;border-radius:2px}.template-input-submit:after{height:60%;width:3px}
/*# sourceMappingURL=main.3eb23747.chunk.css.map */