:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:hsla(0,0%,100%,.7);--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translate3d(0,0,9999 px);-webkit-transform:translate3d(0,0,var(--toastify-z-index) px);width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;-webkit-transform:translateX(-50%);transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;-webkit-transform:translateX(0);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{-webkit-animation-duration:.7s;animation-duration:.7s;-webkit-animation-fill-mode:both;animation-fill-mode:both}.Toastify--animate-icon{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:hsla(0,0%,100%,.7);background:var(--toastify-color-transparent)}.Toastify__close-button{align-self:flex-start;background:transparent;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@-webkit-keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}@keyframes Toastify__trackProgress{0%{-webkit-transform:scaleX(1);transform:scaleX(1)}to{-webkit-transform:scaleX(0);transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:5px;left:0;opacity:.7;position:absolute;-webkit-transform-origin:left;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{-webkit-animation:Toastify__trackProgress linear 1 forwards;animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:-webkit-transform .2s;transition:transform .2s;transition:transform .2s,-webkit-transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;-webkit-transform-origin:right;transform-origin:right}.Toastify__spinner{-webkit-animation:Toastify__spin .65s linear infinite;animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@-webkit-keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(3000px,0,0);transform:translate3d(3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(-25px,0,0);transform:translate3d(-25px,0,0)}75%{-webkit-transform:translate3d(10px,0,0);transform:translate3d(10px,0,0)}90%{-webkit-transform:translate3d(-5px,0,0);transform:translate3d(-5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceOutRight{20%{opacity:1;-webkit-transform:translate3d(-20px,0,0);transform:translate3d(-20px,0,0)}to{opacity:0;-webkit-transform:translate3d(2000px,0,0);transform:translate3d(2000px,0,0)}}@-webkit-keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(-3000px,0,0);transform:translate3d(-3000px,0,0)}60%{opacity:1;-webkit-transform:translate3d(25px,0,0);transform:translate3d(25px,0,0)}75%{-webkit-transform:translate3d(-10px,0,0);transform:translate3d(-10px,0,0)}90%{-webkit-transform:translate3d(5px,0,0);transform:translate3d(5px,0,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;-webkit-transform:translate3d(20px,0,0);transform:translate3d(20px,0,0)}to{opacity:0;-webkit-transform:translate3d(-2000px,0,0);transform:translate3d(-2000px,0,0)}}@-webkit-keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,3000px,0);transform:translate3d(0,3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}75%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}90%{-webkit-transform:translate3d(0,-5px,0);transform:translate3d(0,-5px,0)}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceOutUp{20%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,20px,0);transform:translate3d(0,20px,0)}to{opacity:0;-webkit-transform:translate3d(0,-2000px,0);transform:translate3d(0,-2000px,0)}}@-webkit-keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{-webkit-animation-timing-function:cubic-bezier(.215,.61,.355,1);animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;-webkit-transform:translate3d(0,-3000px,0);transform:translate3d(0,-3000px,0)}60%{opacity:1;-webkit-transform:translate3d(0,25px,0);transform:translate3d(0,25px,0)}75%{-webkit-transform:translate3d(0,-10px,0);transform:translate3d(0,-10px,0)}90%{-webkit-transform:translate3d(0,5px,0);transform:translate3d(0,5px,0)}to{-webkit-transform:none;transform:none}}@-webkit-keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}@keyframes Toastify__bounceOutDown{20%{-webkit-transform:translate3d(0,10px,0);transform:translate3d(0,10px,0)}40%,45%{opacity:1;-webkit-transform:translate3d(0,-20px,0);transform:translate3d(0,-20px,0)}to{opacity:0;-webkit-transform:translate3d(0,2000px,0);transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{-webkit-animation-name:Toastify__bounceInLeft;animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{-webkit-animation-name:Toastify__bounceInRight;animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{-webkit-animation-name:Toastify__bounceInDown;animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{-webkit-animation-name:Toastify__bounceInUp;animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{-webkit-animation-name:Toastify__bounceOutLeft;animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{-webkit-animation-name:Toastify__bounceOutRight;animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{-webkit-animation-name:Toastify__bounceOutUp;animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{-webkit-animation-name:Toastify__bounceOutDown;animation-name:Toastify__bounceOutDown}@-webkit-keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomIn{0%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}50%{opacity:1}}@-webkit-keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;-webkit-transform:scale3d(.3,.3,.3);transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{-webkit-animation-name:Toastify__zoomIn;animation-name:Toastify__zoomIn}.Toastify__zoom-exit{-webkit-animation-name:Toastify__zoomOut;animation-name:Toastify__zoomOut}@-webkit-keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@keyframes Toastify__flipIn{0%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}40%{-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;-webkit-transform:perspective(400px) rotateX(10deg);transform:perspective(400px) rotateX(10deg)}80%{-webkit-transform:perspective(400px) rotateX(-5deg);transform:perspective(400px) rotateX(-5deg)}to{-webkit-transform:perspective(400px);transform:perspective(400px)}}@-webkit-keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}@keyframes Toastify__flipOut{0%{-webkit-transform:perspective(400px);transform:perspective(400px)}30%{opacity:1;-webkit-transform:perspective(400px) rotateX(-20deg);transform:perspective(400px) rotateX(-20deg)}to{opacity:0;-webkit-transform:perspective(400px) rotateX(90deg);transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{-webkit-animation-name:Toastify__flipIn;animation-name:Toastify__flipIn}.Toastify__flip-exit{-webkit-animation-name:Toastify__flipOut;animation-name:Toastify__flipOut}@-webkit-keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInRight{0%{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{-webkit-transform:translate3d(0,110%,0);transform:translate3d(0,110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{-webkit-transform:translate3d(0,-110%,0);transform:translate3d(0,-110%,0);visibility:visible}to{-webkit-transform:translateZ(0);transform:translateZ(0)}}@-webkit-keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutRight{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(110%,0,0);transform:translate3d(110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(-110%,0,0);transform:translate3d(-110%,0,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,500px,0);transform:translate3d(0,500px,0);visibility:hidden}}@-webkit-keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{-webkit-transform:translateZ(0);transform:translateZ(0)}to{-webkit-transform:translate3d(0,-500px,0);transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{-webkit-animation-name:Toastify__slideInLeft;animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{-webkit-animation-name:Toastify__slideInRight;animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{-webkit-animation-name:Toastify__slideInDown;animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{-webkit-animation-name:Toastify__slideInUp;animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{-webkit-animation-name:Toastify__slideOutLeft;animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{-webkit-animation-name:Toastify__slideOutRight;animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{-webkit-animation-name:Toastify__slideOutUp;animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{-webkit-animation-name:Toastify__slideOutDown;animation-name:Toastify__slideOutDown}@-webkit-keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes Toastify__spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.App{text-align:center}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{-webkit-animation:App-logo-spin 20s linear infinite;animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@-webkit-keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes App-logo-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}.somWroConent{height:100vh;text-align:center;width:100vw}.somWroDescription,.somWroTitle{border:1px solid #00000078;border-radius:5px;margin-left:30%;margin-right:30%}.somWroDescription{height:10%}.filter-query-builder :is(.e-rule-filter,.e-rule-operator,.e-value){padding:0 .5rem!important}.filter-query-builder .e-rule-list{padding:.25rem 0!important}.filter-query-builder .e-rule-container:before{height:calc(50% + 4px)!important;top:-4px!important}.filter-query-builder .e-group-container{padding:.25rem}.filter-query-builder .e-rule-list .e-group-container{margin-top:.25rem!important}.filter-query-builder .e-addrulegroup.e-icon-btn{height:26px;width:26px}.filter-query-builder .e-rule-field .e-rule-filter{width:45%!important}.filter-select-container{max-height:300px;overflow-y:auto}.filter-node-icon{font-size:1.25rem;width:22px}.filters-row{gap:.25rem;height:26px;margin:.25rem 0;padding-left:6px}.filters-row-selected:hover,.filters-row:hover{background-color:var(--ProconomLightGray)}.filters-row-selected{background-color:#d3d3d3}.dataGridContentUpper{background-color:var(--ProconomWhite);height:60px;left:0;position:absolute;right:0;z-index:10}.dataGridTopLine{display:flex;margin:15px 34px 0 30px}.dataGridTopLine .e-checkbox-wrapper{align-self:center!important;width:150px!important}.exportDialogFlex{display:flex;flex-direction:column}.exportDialogFlex>div:last-child{margin-top:7px}.propertyCreateButtons{display:flex;justify-content:center}.propertyCreateButtons>button{background-color:var(--ProconomRed)!important;text-transform:none}.propertyCreateButtons>button:hover{background-color:var(--ProconomLightRed)!important}.dataGridTopLine .e-input-group{background-color:var(--ProconomLightGray)!important;height:31px}.dataGridSearcher>input{height:30px;min-height:30px!important}.dataGridCounter{margin:auto 30px auto auto}.dataGridContentList{height:calc(100% - 50px);overflow-x:hidden;overflow-y:scroll;width:100%}.datagridCategory{background-color:var(--ProconomLightGray);border:1px solid var(--ProconomNormalGray);border-radius:4px;box-sizing:border-box;margin-top:5px}.datagrid-category{border-bottom:1px solid var(--ProconomNormalGray);display:flex;font-weight:700;height:50px;justify-content:space-between;text-align:left;width:100%}.hide-filter-button .e-filtermenudiv{visibility:hidden}.hide-filter-button .e-sortfilterdiv{margin-right:0!important}.hide-filter-button .e-headercelldiv{padding-right:0!important}.filters-grid .e-grid .e-rowcell{height:32px!important;padding:0 .75rem}.categoryGroup{margin-left:1px;padding-right:13px}.categoryGroup .e-label{font-weight:700}.datagrid-category .categoryGroup{margin-left:15px;margin-top:15px}.dataGridProperty{cursor:pointer;height:100%!important;margin-left:11.5px;padding:5px;width:100%!important}.dataGridProperty .e-checkbox-wrapper{margin-right:10px}tr.gridColoredRow>td{border-left:1px solid transparent!important;border-left:1px solid var(--bar-color,transparent)!important;border-right:1px solid transparent!important;border-right:1px solid var(--bar-color,transparent)!important}tr.gridColoredRow>td:first-child{border-left-width:2px!important}tr.gridColoredRow>td:last-child{border-right-width:2px!important}#AnimationDialog{border-radius:10px;box-shadow:none;height:auto;left:25%!important;top:15px!important;width:50%}#AnimationDialog_dialog-content{border-radius:10px;padding-bottom:5px!important}#AnimationDialog_dialog-content .e-input-group{height:30px;margin:0}#AnimDatePicker{min-height:30px!important}#Anim_height_slider .e-handle{height:20px;margin-left:-10px;top:calc(50% - 10px);width:20px}#Anim_height_slider .e-range{border-bottom-left-radius:10px;border-top-left-radius:10px;height:10px;top:calc(50% - 5px)}#Anim_height_slider .e-slider-track{border-radius:10px!important;border-radius:0;height:8px;top:calc(50% - 4px)}.animationMargin{margin-left:5px}#ArPointDialog{height:auto!important;left:50%!important;max-width:540px!important;top:15px!important;-webkit-transform:translateX(-50%)!important;transform:translateX(-50%)!important;width:500%!important}#BCFImportDialog_dialog-header{background-color:var(--ProconomRed)!important}#BCFImportDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#BCFImportDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#BCFImportDialog_dialog-header>button{background-color:initial!important}#BCFImportDialog_dialog-header>div{color:var(--ProconomWhite)!important}#BCFImportTodoDialog_dialog-header{background-color:var(--ProconomRed)!important}#BCFImportTodoDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#BCFImportTodoDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#BCFImportTodoDialog_dialog-header>button{background-color:initial!important}#BCFImportTodoDialog_dialog-header>div{color:var(--ProconomWhite)!important}.bcfImage{height:100%;width:100%}#splitter1>div>div,.control-section.splitter-expand{height:calc(100% - 35px)}#BCFImportDialog .e-grid,#BCFImportTodoDialog .e-grid{height:100%!important}#BCFImportDialog .e-gridcontent,#BCFImportTodoDialog .e-gridcontent{height:calc(100% - 90px);overflow-y:auto!important}#BCFImportTodoDialog_dialog-content{overflow:hidden!important}.bcfImportInfoText{margin-top:50%;text-align:center}.bcfImportTodoTitleText{align-items:center;display:flex;justify-content:space-between;margin-left:15px;margin-right:15px}.bcfImportButtonLoader{background-position:50%;background-repeat:no-repeat;background-size:35px;height:100%;width:100%}#BCFImportDialog .control-section .e-checkbox-wrapper{margin-left:15px}#BCFImportDialog .e-pane.e-pane-horizontal.e-static-pane>div:first-child{height:100%}#bcfImportTodoList .e-list-container .e-list-item{padding:0!important}#ClashDetCreateTodos_dialog-header,#ClashDetectionSelectorDialog_dialog-header{background-color:var(--ProconomRed)!important}#ClashDetCreateTodos_dialog-header>button>span,#ClashDetectionSelectorDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#ClashDetCreateTodos_dialog-header>button:hover span,#ClashDetectionSelectorDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#ClashDetCreateTodos_dialog-header>button,#ClashDetectionSelectorDialog_dialog-header>button{background-color:initial!important}#ClashDetCreateTodos_dialog-header>div,#ClashDetectionSelectorDialog_dialog-header>div{color:var(--ProconomWhite)!important}#ClashDetectionSelectorDialog{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;max-height:50%}#ClashDetectionSelectorDialog_dialog-content>div .clashListLineGroup>span{margin:0;width:51%!important}#ClashDetectionSelectorDialog_dialog-content>div .clashListLineServerGroup>span{width:100%!important}.clashListLineGroup,.clashListLineServerGroup{align-items:center;flex-direction:row;gap:1.5rem;margin:10px 0 0!important}.clashListLineGroup:after,.clashListLineGroup:before,.clashListLineServerGroup:after,.clashListLineServerGroup:before{display:none}#ClashDetCreateTodos{border-left:1px solid rgba(0,0,0,.12);box-shadow:none;height:100%!important;left:auto!important;max-height:100%!important;max-width:60%;min-width:320px;padding:0}.clashListEmpty{align-items:center;margin:15px 15px 0;text-align:center}.clashConfirmButton>span{height:25px!important;width:25px!important}.clashListFooter .e-checkbox-wrapper{margin-right:15px}#clashTreeView>ul{margin:0;overflow-x:hidden;padding:0}.clashListLineGroup{width:51%}.clashListLineGroup>span{margin:0!important}.clashNormalButton,.clashShowAllClashes{width:100%!important}.claDetSelDataButton{height:40.5px!important;justify-content:center!important;width:130px!important}.claDetLoadingImage{background-position:50%;background-repeat:no-repeat;background-size:50px}.clashDetCreateFooterMain{align-items:center;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:flex-end;width:100%}.clashFullScreen{height:100%;width:100%}.clashModelsTitle{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.clashLoadingContainer{background-color:#00000069;height:100%;left:0;pointer-events:all;position:absolute;top:0;width:100%}.clashLoadingBackground{background-color:#fff;border-radius:10px;display:flex;flex-direction:column;height:300px;left:50%;position:fixed;top:50%;-webkit-transform:translate(-50%,-50%);transform:translate(-50%,-50%);width:200px}.clashColorPrefab{border-radius:50%;height:10px;width:10px}.clashCardContainer{border:1px solid;border-radius:10px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;margin:10px;padding:10px;width:100%}.clashCardContainerBtn{background-color:#fff;border:0;color:#c82127;height:30px;outline:0;width:30px}.clashCardContainerBtn:hover{background-color:#ccc}.clashCardContainerBtnTxt{align-self:center;margin-left:10px}.clashDetCreateFooterGrid{align-items:center;flex-direction:column;flex-wrap:nowrap;height:100%;justify-content:flex-end;width:100%}.clashDetCreateFooterMain>div{flex-direction:column;margin-bottom:10px;padding:0 30px;width:100%}.clashDetCreateFooterMain>div>div{align-items:center;flex-direction:row;justify-content:space-evenly}.clashDetCreateFooterMain>div>div>p{margin:0 10px 0 0}.clashCardContainerFlex{align-items:center;flex-direction:row}.clashCardContainerFlex>div{padding:5px}.clashFullScreen .e-grid .e-icons:not(.e-btn-icon){color:#fff}.clashCardSecFlex{align-items:center;align-self:center;flex-direction:row;font-size:20px;justify-content:center;text-align:center}.clashCardSecFlex>span{font-size:14px;margin:2px 0 0 8px}#ProcLoaderCounter{align-items:center;padding:5px;text-align:center}.clashLoadingCancelButton{align-self:center;margin-top:5px;padding:6px}.clashDetectionButtonsGroup{display:flex;gap:20px;justify-content:center}.clashDetServerLoadingContainer{align-items:center;display:flex;flex-direction:row;width:100%}.clashDetServerLoadingContainer>span{width:100%}.clashDetServerLoadingContainer>div{justify-content:left;width:30%!important}#ModelTransformDialog_dialog-header{background-color:var(--ProconomRed)!important}#ModelTransformDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#ModelTransformDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#ModelTransformDialog_dialog-header>button{background-color:initial!important}#ModelTransformDialog_dialog-header>div{color:var(--ProconomWhite)!important}#ModelTransformDialog{border-left:1px solid rgba(0,0,0,.12);box-shadow:none;left:auto!important}#ModelTransformDialog .e-input-group{background-color:var(--ProconomLightGray);border:1px solid var(--ProconomNormalGray);border-radius:5px;margin-top:10px}.modelTransformGroupInputs>span{padding:10px}.modelTransformTop{align-items:center;flex-wrap:nowrap;gap:5px;justify-content:space-between;justify-self:center}.modelTransformGroupInputs .d-flex{align-items:center;flex-wrap:nowrap;justify-content:space-evenly}.modelTransformGroupInputs>div>input,.modelTransformGroupInputs>input{background-color:var(--ProconomLightGray);border:1px solid var(--ProconomNormalGray);border-radius:5px;height:32px!important;width:160px!important}.modelTransformRow{align-items:center;flex-wrap:wrap;justify-content:space-around}.modelTransformRowItem{height:40px;width:40px}span.sf-icon-down.icon{font-size:12px}.sf-icon-down:before{content:"\e709"}#coopDialog .control-section{overflow:hidden}.sidebar-nav{list-style:none;padding:5px 0}.sidebar-nav li a{cursor:pointer;display:block;font-size:14px;font-weight:500;height:48px;line-height:48px;overflow:hidden;padding:0 56px 0 20px;position:relative;text-decoration:none;-webkit-user-select:none;user-select:none;width:241px}.sf-icon-sidebar,span.e-text{color:var(--ProconomBlack)}.sf-icon-sidebar{content:"\e701";display:inline-block;font-size:20px;margin-right:16px;text-align:left;vertical-align:middle;width:40px}.sf-icon-file:before{content:"\e701"}.sf-icon-starred:before{content:"\e708"}.e-listview{overflow:initial}#container{visibility:hidden}.cooperationCloseSideBarButton{background-color:var(--ProconomRed)!important;color:var(--ProconomWhite)!important}.cooperationCloseSideBarButton:hover{color:var(--ProconomDarkGray)!important}.cooperationTopHeader{background-color:var(--ProconomWhite);height:158px!important}.cooperationTopTitle{box-shadow:none!important}.cooperationBottomFooter{background-color:var(--ProconomWhite);bottom:0;height:50px!important;right:0;width:334px!important;z-index:1001}.cooperationBottomTemplate{display:flex;justify-content:space-between}.cooperationTitle{color:var(--ProconomWhite);margin-left:20px}.cooperationDropDown{background:var(--ProconomRed)!important;color:var(--ProconomWhite)!important;padding-left:40px!important}.cooperationSearch>input{height:26px!important;min-height:26px!important}#CooperationAddNewViewDialog_dialog-header{background-color:var(--ProconomRed)!important}#CooperationAddNewViewDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#CooperationAddNewViewDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#CooperationAddNewViewDialog_dialog-header>button{background-color:initial!important}#CooperationAddNewViewDialog_dialog-header>div{color:var(--ProconomWhite)!important}#newViewModalBody{height:calc(100% - 50px);width:100%}.roundeSvgOblackyButton{background-color:var(--ProconomRed)!important;margin-left:150px}#addNewViewModalLeftComponent{display:flex;flex-direction:column;gap:5px;width:calc(50% - 15px)}.addNewViewModalSpace{align-items:flex-start;height:100%;justify-content:space-between;padding-bottom:8px;padding-top:10px}.newViewButtonContainer{display:flex;font-weight:400;justify-content:space-between;place-items:center;text-align:center;text-transform:none}.newViewButtonContainer>p{margin:0}#CooperationAddNewViewDialog_dialog-content{overflow:hidden;padding-bottom:0!important;padding-top:5px!important}.newViewImageContainer{width:50%}.cooperationLoadingImage{background-size:50px;height:100px!important;width:100%!important}.cooperationDeleteLoader,.cooperationLoadingImage{background-position:50%;background-repeat:no-repeat}.cooperationDeleteLoader{background-size:20px;height:16px;width:24px}#addNewViewModalLeftComponent .e-float-input>label{justify-content:left}.showAllTodosButton{width:48%!important}#treeDiv .e-sidebar{border:1px solid rgba(0,0,0,.12);overflow-x:hidden;overflow-y:hidden}.cooperationSideBarWrapper{overflow-y:auto}.cooperationCreateButton{margin-left:calc(50% - 33px);margin-top:15px;width:auto!important}.cooperationNormalButton{width:42%!important}.cooperationNotSelectedButton{background-color:var(--ProconomLightGray)!important;color:var(--ProconomDarkGrayIcon)!important;width:42%!important}.cooperationNotSelectedButton:hover{background-color:var(--ProconomNormalGray)!important}#cooperationSearchGroup{padding:0 10px 10px}#cooperationSearchGroup .e-input-group{background-color:var(--ProconomLightGray);border:1px solid var(--ProconomDarkGray)!important;border-radius:5px;cursor:text;height:30px;width:100%}.cooperationButtonsGroup{display:flex;justify-content:space-between;padding:10px}.horizontalCardGroup{display:flex;flex-direction:row;justify-content:center;margin:11px}.horizontalCardGroup .e-card-horizontal{height:124px}.horizontalCardGroup .e-card-horizontal>img{cursor:pointer;height:120px;object-fit:cover;width:70px}#ClashDetCreateTodos .e-footer-content .e-btn{margin-left:0!important}.Drawing-controls-menu .e-colorpicker-wrapper .e-split-btn-wrapper{height:45px!important}.Drawing-controls-menu>span{margin-bottom:0!important}#coopDialog_dialog-header{background-color:var(--ProconomRed)!important}#coopDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#coopDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#coopDialog_dialog-header>button{background-color:initial!important}#coopDialog_dialog-header>div{color:var(--ProconomWhite)!important}#coopDialog{border-left:1px solid rgba(0,0,0,.12);left:calc(100% - 335px)!important;max-height:100%!important;right:0!important;top:0!important;width:335px!important}#coopDialog_dialog-content{overflow-y:hidden!important;padding:0!important}.horizontalCardTaskText{cursor:pointer;padding:3px;-webkit-user-select:none;user-select:none}.horizontalCardTaskText:hover{background-color:var(--ProconomNormalGray)}.horizontalCardGroup .e-card-header{display:initial;padding:12px}.horizontalCardGroup .e-card-content{color:rgba(0,0,0,.87);font-size:13px;padding:7px 9px}.cooperationFilter{align-items:center;border:1px solid var(--ProconomDarkGrayIcon);border-radius:5px;margin:0 10px 5px;max-width:calc(100% - 21px);padding:2px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.cooperationFilter>span{cursor:pointer;font-size:15px;margin:1px 2px 0 5px}.cooperationFilter>span:hover{background-color:var(--ProconomNormalGray)}.cooperationFilter>div{padding-left:2px}.horizontalCardinformation{background-color:var(--ProconomWhite);border:1px solid var(--ProconomBlack);border-radius:10px;padding:5px;position:absolute;z-index:20}#CooperationInfoCard{background-color:#fff;border:none;border-radius:14px!important;color:#000;height:auto;position:absolute;z-index:20}#CooperationInfoCard .card-body{text-align:center}.cooperationSearchGroup>input{cursor:text}.coopViewButtonYes{color:var(--ProconomDarkGreen)!important;font-size:20px;margin:0;padding:2px}.coopViewButtonNo{color:var(--ProconomLightRed)!important;font-size:20px;margin:5px 0 0;padding:2px}.coopViewPointButton:disabled{background-color:#fff!important;color:var(--ProconomDarkGray)!important}#CustomPropertiesEditNewDialog_dialog-header{background-color:var(--ProconomRed)!important}#CustomPropertiesEditNewDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#CustomPropertiesEditNewDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#CustomPropertiesEditNewDialog_dialog-header>button{background-color:initial!important}#CustomPropertiesEditNewDialog_dialog-header>div{color:var(--ProconomWhite)!important}#CustomPropertiesEditNewDialog_dialog-content{display:flex!important;overflow-y:hidden}#CustomPropertiesEditNewDialog{max-height:80%!important}#CustomPropertiesAddNewDialog_dialog-header{background-color:var(--ProconomRed)!important}#CustomPropertiesAddNewDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#CustomPropertiesAddNewDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#CustomPropertiesAddNewDialog_dialog-header>button{background-color:initial!important}#CustomPropertiesAddNewDialog_dialog-header>div{color:var(--ProconomWhite)!important}#CustomPropertiesAddNewDialog_dialog-content{display:flex!important;overflow-y:hidden}#CustomPropertiesAddNewDialog{max-height:96%!important}#EditCustomPropertiesDialog_dialog-header{background-color:var(--ProconomRed)!important}#EditCustomPropertiesDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#EditCustomPropertiesDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#EditCustomPropertiesDialog_dialog-header>button{background-color:initial!important}#EditCustomPropertiesDialog_dialog-header>div{color:var(--ProconomWhite)!important}#EditCustomPropertiesDialog_dialog-content{overflow-y:hidden}.loadingImage{background-position:50%;background-repeat:no-repeat;background-size:50px}.propertyRow{display:flex;flex-wrap:nowrap;margin-left:0!important;margin-right:0!important}.propertyAddButton{height:30px;margin-left:15px;margin-top:14px;text-transform:none}.propertyDeleteButton{font-size:23px;height:25px!important;margin:5px 5px 0 0;width:45px!important}.customPropFullScreen{height:100%;width:100%}.customPropHeight{height:auto;width:100%}.propertyH2Text{margin-bottom:0!important;margin-top:15px!important}.propertyInput{background-color:var(--ProconomLightGray)!important}.propertyInput .e-content.e-dropdownbase{max-height:300px!important}.customPropLoadingImage{background-position:50%;background-repeat:no-repeat;background-size:50px}#customPropertiesStorage{height:Calc(100% - 48px);overflow-y:auto}.ownPropertiesContainer{align-content:flex-start;display:flex;flex-direction:row;flex-wrap:wrap;height:Calc(100% - 70px);overflow-y:auto}.ownPropertiesCategoryContainer{border:1px solid #d3d3d3;border-radius:8px;display:flex;flex-direction:column;height:330px;margin:5px;padding:5px;width:305px}.ownPropertiesRow{flex-direction:row;padding:2px 0}.ownPropertiesColumn{flex-direction:column;margin:5px 0;overflow-x:auto}.ownPropsMainCont{display:flex;flex-direction:column;height:100%}.ownPropsMainCont>div:first-child,.ownPropsMainCont>div:nth-child(2){overflow-y:hidden}.ownPropInputContainer>span{font-size:13px!important;height:30px!important;margin-left:5px!important;width:222px!important}.ownPropInputContainer>span>input{height:100%!important;min-height:0!important}.ownPropsSmallButton{border-radius:5px!important;height:30px;justify-content:center;margin:0 3px;width:70px}.ownPropsRightButts{width:auto}.ownPropsSmallDivButtonDisabled{color:rgba(0,0,0,.3)}.ownPropsSmallDivButton,.ownPropsSmallDivButtonDisabled{cursor:pointer;font-size:16px;justify-content:center;margin:0 3px;padding:4px}.ownPropsSmallDivButton{color:rgba(0,0,0,.6)}.ownPropsSmallDivButton:hover{color:#000}.ownPropsDataButton{align-self:center;margin-left:0!important;margin:0 10px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ownPropsCatButtons{height:25px;margin:0 3px;width:25px}.ownPropsPropCont{align-items:center;justify-content:space-between;padding-left:5px;padding-top:3px;width:100%}.ownPropertiesRow .ownPropsPropCont>span:first-child{margin-right:15px!important}.ownPropsPropCont>span:first-child{flex:1 1;font-size:13px!important;height:30px!important;margin:0!important}.ownPropsPropCont>span>input{height:100%!important;min-height:0!important}.ownPropsPropCont>div:first-child{align-self:center;flex:1 1;font-size:15px;font-weight:500;width:205px}.ownPropsPropCont>div:last-child{display:flex}#EditCustomPropertiesDialog .e-footer-content>div{display:flex;justify-content:center}.ownPropTopBar{flex-wrap:nowrap;justify-content:space-between}.ownpropsComboBoxCont{align-content:center;display:flex;height:100%;justify-content:center;width:100%}.ownpropsComboBoxCont>span{width:50%!important}.ownpropsComboBoxCont>div,.ownpropsComboBoxCont>span{align-self:center;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.ownPropsEmpty{align-items:center;flex-direction:column;height:100%;justify-content:center}.ownPropsEmpty>span{color:#0000007a;font-size:50px}.ownPropsTitleFlex{display:flex;flex-direction:row}.ownPropsTitleFlex>div:last-child{padding-left:5px}#DocSelectorDialog_dialog-header{background-color:var(--ProconomRed)!important}#DocSelectorDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#DocSelectorDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#DocSelectorDialog_dialog-header>button{background-color:initial!important}#DocSelectorDialog_dialog-header>div{color:var(--ProconomWhite)!important}.docSelCenter{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;width:100%}#DocSelectorButtonsToolbar .disabledButton{background-color:var(--ProconomLightGray)!important}.document-element-icon{cursor:pointer;transition:scale .2s ease-in-out;&:hover{scale:1.1}&:active{-webkit-filter:brightness(.85);filter:brightness(.85);scale:1.05}}#IfcExportDialog_dialog-header{background-color:var(--ProconomRed)!important}#IfcExportDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#IfcExportDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#IfcExportDialog_dialog-header>button{background-color:initial!important}#IfcExportDialog_dialog-header>div{color:var(--ProconomWhite)!important}#ifcExportModalBody .e-checkbox-wrapper{margin-top:8px}.ifcExportRow{display:flex;justify-content:space-between}#loaderGIF{display:block;margin-left:auto;margin-right:auto;margin-top:110px;width:85px}.ifcExportTextError{color:var(--ProconomRed)}.ifcExportButton{margin-right:calc(50% - 40px);width:80px}#ifcExportModalBody .e-outline.e-input-group{background-color:var(--ProconomLightGray)}.ifcExportInputRow{flex-wrap:nowrap;margin:0!important}.ifcAutocomplete{margin-top:5px;width:100%}.ifcExportFooter{align-items:center;justify-content:right}.ifcExportFooter>button{margin-right:10px}#ModelCenteringDialog_dialog-header{background-color:var(--ProconomRed)!important}#ModelCenteringDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#ModelCenteringDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#ModelCenteringDialog_dialog-header>button{background-color:initial!important}#ModelCenteringDialog_dialog-header>div{color:var(--ProconomWhite)!important}#ModelCenteringDialog_dialog-content{padding-bottom:0}#ModelCenteringDialog .e-footer-content>div>button{margin:0 12px!important;width:calc(100% - 24px)!important}#ModelCenteringDialog{border-left:1px solid rgba(0,0,0,.12);box-shadow:none;left:auto!important}#ModelCenteringSelect{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.modCenButtonsGroup{display:flex;justify-content:space-between;padding:10px 0}.modCenNotSelectedButton{background-color:var(--ProconomLightGray)!important;color:var(--ProconomDarkGrayIcon)!important}.cenModLine{background-color:var(--ProconomLightGray);border:1px solid transparent;border-radius:8px;height:31px!important;margin:8px 0!important}.cenModInLine,.cenModLine{align-items:center;justify-content:space-between}.cenModInLine{border-radius:8px;margin:5px 0!important}.cenModLine:hover{border-color:var(--ProconomRed)}.cenModLineColor{border-radius:5px;height:18px;place-self:center;width:18px}.cenModLine>button,.cenModLine>div>button{padding:5px}.topPanButton{width:44px!important}#ModelCenteringTopPanel{border-radius:15px!important;top:15px!important}#ModelCenteringTopPanel_dialog-content{border-color:var(--ProconomRed);border-radius:15px!important;border-style:solid;border-width:1px}#ModelCenteringTopPanel_dialog-content .row{margin-top:5px}.modCenTopPanPosText{margin-left:5px;width:80%}.modCenTopPanCont{background-color:var(--ProconomLightGray);border-radius:5px;margin:0 0 10px}.cenModLineLeft,.modCenTopPanCont{align-items:center;flex-wrap:nowrap}.cenModLineLeft{justify-content:flex-start;margin-left:4px;width:60%}.cenModLineRight{flex-wrap:nowrap;justify-content:flex-end;margin-right:4px;width:40%}#MultiModelDialog_dialog-header{background-color:var(--ProconomRed)!important}#MultiModelDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#MultiModelDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#MultiModelDialog_dialog-header>button{background-color:initial!important}#MultiModelDialog_dialog-header>div{color:var(--ProconomWhite)!important}#MultiModelDialog_dialog-content{padding-bottom:0!important}.multiModelLoadingImage{background-position:50%;background-repeat:no-repeat;background-size:50px}.multiModelFullScreen{height:100%;width:100%}#MultiModelDialog .e-pane.e-pane-horizontal.e-static-pane>div:first-child{height:100%}.multiModelMinusButton{background-color:var(--ProconomLightGray);cursor:pointer;font-size:16px;justify-content:center!important;padding:3px}.multiModelMinusButton:hover{background-color:var(--ProconomDarkGray)}.multiModelLoadedContent>div{align-content:center;border:1px solid;border-color:var(--ProconomNormalGray);border-radius:5px;flex-wrap:nowrap;justify-content:space-between;margin:2px;padding:5px;width:250px}.multiModelLoadedContent>div>span:first-child{padding-top:4px}.multiModelLoadedContent{border:1px solid;border-color:var(--ProconomNormalGray);flex-direction:column;height:100%;-webkit-user-select:none;user-select:none}.multiModelLoadedContent>h5{padding-left:5px;width:250px}.offline-mode-status{align-items:center;border:1px solid var(--ProconomRed);border-radius:4px;color:var(--ProconomRed);display:flex;gap:6px;left:90px;padding:2px 6px;position:absolute;top:25px;z-index:1}#VersionChangeDialog_dialog-header{background-color:var(--ProconomRed)!important}#VersionChangeDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#VersionChangeDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#VersionChangeDialog_dialog-header>button{background-color:initial!important}#VersionChangeDialog_dialog-header>div{color:var(--ProconomWhite)!important}#VersionSelectorDialog_dialog-header{background-color:var(--ProconomRed)!important}#VersionSelectorDialog_dialog-header>button>span{color:var(--ProconomWhite)!important}#VersionSelectorDialog_dialog-header>button:hover span{color:var(--ProconomDarkGray)!important}#VersionSelectorDialog_dialog-header>button{background-color:initial!important}#VersionSelectorDialog_dialog-header>div{color:var(--ProconomWhite)!important}#VersionChangeDialog_dialog-content{padding:0!important}#VersionSelectorDialog{width:auto}#VersionChangeDialog{border-left:1px solid rgba(0,0,0,.12);box-shadow:none;height:100%!important;left:auto!important;max-height:100%!important;max-width:60%;min-width:200px}#versionTreeView>ul{padding:0 5px 5px!important}#VersionSelectorDialog .e-input-group{background-color:var(--ProconomLightGray)}#versionTreeView .e-list-parent{overflow-x:hidden!important}.versionFullSize{height:100%;width:100%}.versionSelectModelRow{flex-wrap:wrap;justify-content:center;width:100%!important}.versionMarkupTitle{margin-top:15;padding-left:0}.versionSelectModelCol{width:100%!important}.versionSelectButton{align-self:center;box-shadow:none;color:var(--ProconomRed);height:50px;width:50px}.versionNewProperty{color:var(--ProconomGreen)}.versionOldProperty{color:var(--ProconomRed)}.versionChangeProperty{color:var(--ProconomOrange)}.versionPropertyGrid{border:1px solid rgba(0,0,0,.2);overflow-wrap:break-word;padding:3px;width:32%}.versionPropertyRow{flex-wrap:nowrap!important;margin:0!important}.versionPropertyContainer{flex-wrap:nowrap;justify-content:space-between}.verPropButtons{height:22px;justify-content:center;width:30px}.versionPropertyTitle{font-size:16px;font-weight:700;padding:2px 0 8px;text-align:center}.versionPropertyCategory{font-weight:700;width:96%!important}.verChanCheckContainer{flex-direction:column;justify-content:space-between;padding:15px 15px 0}#VersionChangeDialog .e-dlg-content .e-splitter-vertical>div:nth-child(2){height:100%;overflow-y:hidden}#VersionChangeDialog .e-dlg-content .e-splitter-vertical>div:nth-child(2)>div{height:100%}.versionConColorTemplate{align-self:center;aspect-ratio:1;border-radius:50%;height:10px;margin-right:8px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Roboto,Segoe UI,GeezaPro,"DejaVu Serif","sans-serif",BlinkMacSystemFont;margin:0;overflow:hidden}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.overflow-auto{overflow:auto!important}.overflow-hiddnen{overflow:hidden!important}