@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Inter:wght@100;200;300;400;500;700;900&display=swap";:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: hsl(6, 78%, 57%);--toastify-color-transparent: rgba(255, 255, 255, .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-container-width: fit-content;--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-padding: 14px;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-toast-shadow: 0px 4px 12px rgba(0, 0, 0, .1);--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(to right, #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-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;width:var(--toastify-container-width);box-sizing:border-box;color:#fff;display:flex;flex-direction:column}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right);align-items:end}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%);align-items:center}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right);align-items:end}.Toastify__toast{--y: 0;position:relative;touch-action:none;width:var(--toastify-toast-width);min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:var(--toastify-toast-padding);border-radius:var(--toastify-toast-bd-radius);box-shadow:var(--toastify-toast-shadow);max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);z-index:0;display:flex;flex:1 auto;align-items:center;word-break:break-word}@media only screen and (max-width: 480px){.Toastify__toast-container{width:100vw;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}.Toastify__toast{--toastify-toast-width: 100%;margin-bottom:0;border-radius:0}}.Toastify__toast-container[data-stacked=true]{width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{margin-inline-end:10px;width:22px;flex-shrink:0;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;position:absolute;top:6px;right:6px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:unset}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:1;opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial}.Toastify__progress-bar--wrp{position:absolute;overflow:hidden;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}:root,.light,.light-theme{--blue-1: #fbfdff;--blue-2: #f4faff;--blue-3: #e6f4fe;--blue-4: #d5efff;--blue-5: #c2e5ff;--blue-6: #acd8fc;--blue-7: #8ec8f6;--blue-8: #5eb1ef;--blue-9: #0090ff;--blue-10: #0588f0;--blue-11: #0d74ce;--blue-12: #113264}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,.light,.light-theme{--blue-1: color(display-p3 .986 .992 .999);--blue-2: color(display-p3 .96 .979 .998);--blue-3: color(display-p3 .912 .956 .991);--blue-4: color(display-p3 .853 .932 1);--blue-5: color(display-p3 .788 .894 .998);--blue-6: color(display-p3 .709 .843 .976);--blue-7: color(display-p3 .606 .777 .947);--blue-8: color(display-p3 .451 .688 .917);--blue-9: color(display-p3 .247 .556 .969);--blue-10: color(display-p3 .234 .523 .912);--blue-11: color(display-p3 .15 .44 .84);--blue-12: color(display-p3 .102 .193 .379)}}}.dark,.dark-theme{--blue-1: #0d1520;--blue-2: #111927;--blue-3: #0d2847;--blue-4: #003362;--blue-5: #004074;--blue-6: #104d87;--blue-7: #205d9e;--blue-8: #2870bd;--blue-9: #0090ff;--blue-10: #3b9eff;--blue-11: #70b8ff;--blue-12: #c2e6ff}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){.dark,.dark-theme{--blue-1: color(display-p3 .057 .081 .122);--blue-2: color(display-p3 .072 .098 .147);--blue-3: color(display-p3 .078 .154 .27);--blue-4: color(display-p3 .033 .197 .37);--blue-5: color(display-p3 .08 .245 .441);--blue-6: color(display-p3 .14 .298 .511);--blue-7: color(display-p3 .195 .361 .6);--blue-8: color(display-p3 .239 .434 .72);--blue-9: color(display-p3 .247 .556 .969);--blue-10: color(display-p3 .344 .612 .973);--blue-11: color(display-p3 .49 .72 1);--blue-12: color(display-p3 .788 .898 .99)}}}:root,.light,.light-theme{--slate-1: #fcfcfd;--slate-2: #f9f9fb;--slate-3: #f0f0f3;--slate-4: #e8e8ec;--slate-5: #e0e1e6;--slate-6: #d9d9e0;--slate-7: #cdced6;--slate-8: #b9bbc6;--slate-9: #8b8d98;--slate-10: #80838d;--slate-11: #60646c;--slate-12: #1c2024}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,.light,.light-theme{--slate-1: color(display-p3 .988 .988 .992);--slate-2: color(display-p3 .976 .976 .984);--slate-3: color(display-p3 .94 .941 .953);--slate-4: color(display-p3 .908 .909 .925);--slate-5: color(display-p3 .88 .881 .901);--slate-6: color(display-p3 .85 .852 .876);--slate-7: color(display-p3 .805 .808 .838);--slate-8: color(display-p3 .727 .733 .773);--slate-9: color(display-p3 .547 .553 .592);--slate-10: color(display-p3 .503 .512 .549);--slate-11: color(display-p3 .379 .392 .421);--slate-12: color(display-p3 .113 .125 .14)}}}.dark,.dark-theme{--slate-1: #111113;--slate-2: #18191b;--slate-3: #212225;--slate-4: #272a2d;--slate-5: #2e3135;--slate-6: #363a3f;--slate-7: #43484e;--slate-8: #5a6169;--slate-9: #696e77;--slate-10: #777b84;--slate-11: #b0b4ba;--slate-12: #edeef0}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){.dark,.dark-theme{--slate-1: color(display-p3 .067 .067 .074);--slate-2: color(display-p3 .095 .098 .105);--slate-3: color(display-p3 .13 .135 .145);--slate-4: color(display-p3 .156 .163 .176);--slate-5: color(display-p3 .183 .191 .206);--slate-6: color(display-p3 .215 .226 .244);--slate-7: color(display-p3 .265 .28 .302);--slate-8: color(display-p3 .357 .381 .409);--slate-9: color(display-p3 .415 .431 .463);--slate-10: color(display-p3 .469 .483 .514);--slate-11: color(display-p3 .692 .704 .728);--slate-12: color(display-p3 .93 .933 .94)}}}:root,.light,.light-theme{--grass-1: #fbfefb;--grass-2: #f5fbf5;--grass-3: #e9f6e9;--grass-4: #daf1db;--grass-5: #c9e8ca;--grass-6: #b2ddb5;--grass-7: #94ce9a;--grass-8: #65ba74;--grass-9: #46a758;--grass-10: #3e9b4f;--grass-11: #2a7e3b;--grass-12: #203c25}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,.light,.light-theme{--grass-1: color(display-p3 .986 .996 .985);--grass-2: color(display-p3 .966 .983 .964);--grass-3: color(display-p3 .923 .965 .917);--grass-4: color(display-p3 .872 .94 .865);--grass-5: color(display-p3 .811 .908 .802);--grass-6: color(display-p3 .733 .864 .724);--grass-7: color(display-p3 .628 .803 .622);--grass-8: color(display-p3 .477 .72 .482);--grass-9: color(display-p3 .38 .647 .378);--grass-10: color(display-p3 .344 .598 .342);--grass-11: color(display-p3 .263 .488 .261);--grass-12: color(display-p3 .151 .233 .153)}}}:root,.light,.light-theme{--cyan-1: #fafdfe;--cyan-2: #f2fafb;--cyan-3: #def7f9;--cyan-4: #caf1f6;--cyan-5: #b5e9f0;--cyan-6: #9ddde7;--cyan-7: #7dcedc;--cyan-8: #3db9cf;--cyan-9: #00a2c7;--cyan-10: #0797b9;--cyan-11: #107d98;--cyan-12: #0d3c48}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,.light,.light-theme{--cyan-1: color(display-p3 .982 .992 .996);--cyan-2: color(display-p3 .955 .981 .984);--cyan-3: color(display-p3 .888 .965 .975);--cyan-4: color(display-p3 .821 .941 .959);--cyan-5: color(display-p3 .751 .907 .935);--cyan-6: color(display-p3 .671 .862 .9);--cyan-7: color(display-p3 .564 .8 .854);--cyan-8: color(display-p3 .388 .715 .798);--cyan-9: color(display-p3 .282 .627 .765);--cyan-10: color(display-p3 .264 .583 .71);--cyan-11: color(display-p3 .08 .48 .63);--cyan-12: color(display-p3 .108 .232 .277)}}}:root,.light,.light-theme{--amber-1: #fefdfb;--amber-2: #fefbe9;--amber-3: #fff7c2;--amber-4: #ffee9c;--amber-5: #fbe577;--amber-6: #f3d673;--amber-7: #e9c162;--amber-8: #e2a336;--amber-9: #ffc53d;--amber-10: #ffba18;--amber-11: #ab6400;--amber-12: #4f3422}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,.light,.light-theme{--amber-1: color(display-p3 .995 .992 .985);--amber-2: color(display-p3 .994 .986 .921);--amber-3: color(display-p3 .994 .969 .782);--amber-4: color(display-p3 .989 .937 .65);--amber-5: color(display-p3 .97 .902 .527);--amber-6: color(display-p3 .936 .844 .506);--amber-7: color(display-p3 .89 .762 .443);--amber-8: color(display-p3 .85 .65 .3);--amber-9: color(display-p3 1 .77 .26);--amber-10: color(display-p3 .959 .741 .274);--amber-11: color(display-p3 .64 .4 0);--amber-12: color(display-p3 .294 .208 .145)}}}:root,.light,.light-theme{--red-1: #fffcfc;--red-2: #fff7f7;--red-3: #feebec;--red-4: #ffdbdc;--red-5: #ffcdce;--red-6: #fdbdbe;--red-7: #f4a9aa;--red-8: #eb8e90;--red-9: #e5484d;--red-10: #dc3e42;--red-11: #ce2c31;--red-12: #641723}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,.light,.light-theme{--red-1: color(display-p3 .998 .989 .988);--red-2: color(display-p3 .995 .971 .971);--red-3: color(display-p3 .985 .925 .925);--red-4: color(display-p3 .999 .866 .866);--red-5: color(display-p3 .984 .812 .811);--red-6: color(display-p3 .955 .751 .749);--red-7: color(display-p3 .915 .675 .672);--red-8: color(display-p3 .872 .575 .572);--red-9: color(display-p3 .83 .329 .324);--red-10: color(display-p3 .798 .294 .285);--red-11: color(display-p3 .744 .234 .222);--red-12: color(display-p3 .36 .115 .143)}}}.mdxeditor .cm-editor{--sp-font-mono: var(--font-mono);--sp-font-body: var(--font-body);padding:var(--sp-space-4) 0}.mdxeditor .sp-editor .cm-editor{padding-bottom:0}.mdxeditor .cm-scroller{padding:0!important}.mdxeditor .cm-focused{outline:none}.mdxeditor .sp-wrapper{overflow:hidden}.mdxeditor .sp-layout{border:none}.mdxeditor .sp-cm pre{white-space:break-spaces;word-break:break-word;overflow-wrap:anywhere;flex-shrink:1}.mdxeditor .cm-mergeView .cm-scroller,.mdxeditor .cm-sourceView .cm-scroller{font-family:var(--font-mono);line-height:1.3rem;font-size:var(--text-xs)}.mdxeditor .cm-gutters{background:transparent;font-size:var(--text-xxs)}.mdxeditor .cm-activeLine{background:transparent}.mdxeditor .cm-tooltip-autocomplete{background:var(--baseBgSubtle)}.mdxeditor hr.selected[data-lexical-decorator=true]{outline:2px solid highlight}._editorRoot_sects_53{--accentBase: var(--blue-1);--accentBgSubtle: var(--blue-2);--accentBg: var(--blue-3);--accentBgHover: var(--blue-4);--accentBgActive: var(--blue-5);--accentLine: var(--blue-6);--accentBorder: var(--blue-7);--accentBorderHover: var(--blue-8);--accentSolid: var(--blue-9);--accentSolidHover: var(--blue-10);--accentText: var(--blue-11);--accentTextContrast: var(--blue-12);--basePageBg: white;--baseBase: var(--slate-1);--baseBgSubtle: var(--slate-2);--baseBg: var(--slate-3);--baseBgHover: var(--slate-4);--baseBgActive: var(--slate-5);--baseLine: var(--slate-6);--baseBorder: var(--slate-7);--baseBorderHover: var(--slate-8);--baseSolid: var(--slate-9);--baseSolidHover: var(--slate-10);--baseText: var(--slate-11);--baseTextContrast: var(--slate-12);--admonitionTipBg: var(--cyan-4);--admonitionTipBorder: var(--cyan-8);--admonitionInfoBg: var(--grass-4);--admonitionInfoBorder: var(--grass-8);--admonitionCautionBg: var(--amber-4);--admonitionCautionBorder: var(--amber-8);--admonitionDangerBg: var(--red-4);--admonitionDangerBorder: var(--red-8);--admonitionNoteBg: var(--slate-4);--admonitionNoteBorder: var(--slate-8);--error-color: var(--red-10);--spacing-0: 0px;--spacing-px: 1px;--spacing-0_5: .125rem;--spacing-1: .25rem;--spacing-1_5: .375rem;--spacing-2: .5rem;--spacing-2_5: .625rem;--spacing-3: .75rem;--spacing-3_5: .875rem;--spacing-4: 1rem;--spacing-5: 1.25rem;--spacing-6: 1.5rem;--spacing-7: 1.75rem;--spacing-8: 2rem;--spacing-9: 2.25rem;--spacing-10: 2.5rem;--spacing-11: 2.75rem;--spacing-12: 3rem;--spacing-14: 3.5rem;--spacing-16: 4rem;--spacing-20: 5rem;--spacing-24: 6rem;--spacing-28: 7rem;--spacing-32: 8rem;--spacing-36: 9rem;--spacing-40: 10rem;--spacing-44: 11rem;--spacing-48: 12rem;--spacing-52: 13rem;--spacing-56: 14rem;--spacing-60: 15rem;--spacing-64: 16rem;--spacing-72: 18rem;--spacing-80: 20rem;--spacing-96: 24rem;--radius-none: 0px;--radius-small: var(--spacing-0_5);--radius-base: var(--spacing-1);--radius-medium: var(--spacing-1_5);--radius-large: var(--spacing-2);--radius-extra-large: var(--spacing-3);--radius-full: 9999px;--font-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;--font-body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif;--text-base: 1rem;--text-sm: .875rem;--text-xs: .75rem;--text-xxs: .6rem;font-family:var(--font-body);color:var(--baseText)}._nestedListItem_sects_158{list-style:none}._toolbarRoot_sects_162{z-index:2;display:flex;flex-direction:row;gap:var(--spacing-1);border-radius:var(--radius-medium);padding:var(--spacing-1_5);align-items:center;overflow-x:auto;position:sticky;top:0;background-color:var(--baseBg);width:inherit}._toolbarRoot_sects_162 div[role=separator]{margin:var(--spacing-2) var(--spacing-1);border-left:1px solid var(--baseBorder);border-right:1px solid var(--baseBase);height:var(--spacing-4)}._toolbarRoot_sects_162 svg{color:var(--baseTextContrast);display:block}._readOnlyToolbarRoot_sects_189{pointer-events:none;background:var(--baseBase)}._readOnlyToolbarRoot_sects_189>div{opacity:.5}._toolbarModeSwitch_sects_198{opacity:1!important;margin-left:auto;align-self:stretch;align-items:stretch;display:flex;border:1px solid var(--baseBg);border-radius:var(--radius-medium);font-size:var(--text-xs)}._toolbarModeSwitch_sects_198 ._toolbarToggleItem_sects_208{padding-inline-end:var(--spacing-4);padding-inline-start:var(--spacing-4)}._toolbarModeSwitch_sects_198 ._toolbarToggleItem_sects_208:active,._toolbarModeSwitch_sects_198 ._toolbarToggleItem_sects_208[data-state=on]{background-color:var(--baseBorder)}._toolbarGroupOfGroups_sects_219{display:flex;margin:0 var(--spacing-1)}._toolbarToggleSingleGroup_sects_224:first-of-type ._toolbarToggleItem_sects_208:only-child,._toolbarToggleSingleGroup_sects_224:only-child ._toolbarToggleItem_sects_208:first-child,._toolbarModeSwitch_sects_198 ._toolbarToggleItem_sects_208:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toolbarToggleSingleGroup_sects_224:last-of-type ._toolbarToggleItem_sects_208:only-child,._toolbarToggleSingleGroup_sects_224:only-child ._toolbarToggleItem_sects_208:last-child,._toolbarModeSwitch_sects_198 ._toolbarToggleItem_sects_208:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarToggleItem_sects_208,._toolbarButton_sects_239{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-0_5)}@media (hover: hover){._toolbarToggleItem_sects_208:hover,._toolbarButton_sects_239:hover{background-color:var(--baseBgActive)}}._toolbarToggleItem_sects_208:active svg,._toolbarButton_sects_239:active svg{transform:translate(1px,1px)}._toolbarToggleItem_sects_208[data-state=on],._toolbarButton_sects_239[data-state=on],._toolbarToggleItem_sects_208:active,._toolbarButton_sects_239:active{color:var(--baseTextContrast);background-color:var(--baseBgActive)}._toolbarToggleItem_sects_208[data-disabled],._toolbarButton_sects_239[data-disabled]{pointer-events:none}._toolbarToggleItem_sects_208[data-disabled] svg,._toolbarButton_sects_239[data-disabled] svg{color:var(--baseBorderHover)}._toolbarButton_sects_239{border-radius:var(--radius-base)}._toolbarButton_sects_239+._toolbarButton_sects_239{margin-left:var(--spacing-1)}._activeToolbarButton_sects_275{color:var(--accentText)}._toolbarToggleSingleGroup_sects_224{display:flex;align-items:center;white-space:nowrap}._toolbarNodeKindSelectContainer_sects_285,._toolbarButtonDropdownContainer_sects_286,._toolbarCodeBlockLanguageSelectContent_sects_287,._selectContainer_sects_288{filter:drop-shadow(0 2px 2px rgb(0 0 0 / .2));z-index:3;width:var(--spacing-36);border-bottom-left-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base);background-color:var(--basePageBg);font-size:var(--text-sm)}._toolbarButtonDropdownContainer_sects_286,._toolbarButtonDropdownContainer_sects_286 ._selectItem_sects_301:first-child{border-top-right-radius:var(--radius-base)}._toolbarNodeKindSelectTrigger_sects_306,._toolbarButtonSelectTrigger_sects_307,._selectTrigger_sects_308{border:0;background-color:transparent;display:flex;color:inherit;align-items:center;width:var(--spacing-36);padding:var(--spacing-0_5) var(--spacing-1);padding-inline-start:var(--spacing-2);border-radius:var(--radius-medium);white-space:nowrap;flex-wrap:nowrap;font-size:var(--text-sm);background-color:var(--basePageBg);margin:0 var(--spacing-1)}._toolbarNodeKindSelectTrigger_sects_306[data-state=open],._toolbarButtonSelectTrigger_sects_307[data-state=open],._selectTrigger_sects_308[data-state=open]{filter:drop-shadow(0 2px 2px rgb(0 0 0 / .2));border-bottom-right-radius:var(--radius-none);border-bottom-left-radius:var(--radius-none)}._selectTrigger_sects_308[data-placeholder]>span:first-child{color:var(--baseBorderHover)}._toolbarButtonSelectTrigger_sects_307{width:auto;padding-inline-start:var(--spacing-2);padding-inline-end:var(--spacing-1);padding-block:var(--spacing-0_5)}._toolbarCodeBlockLanguageSelectTrigger_sects_343,._toolbarCodeBlockLanguageSelectContent_sects_287{width:var(--spacing-48)}._toolbarNodeKindSelectItem_sects_348,._selectItem_sects_301{cursor:default;display:flex;padding:var(--spacing-2)}._toolbarNodeKindSelectItem_sects_348[data-highlighted],._selectItem_sects_301[data-highlighted]{background-color:var(--baseBg)}._toolbarNodeKindSelectItem_sects_348[data-state=checked],._selectItem_sects_301[data-state=checked]{color:var(--baseTextContrast);background-color:var(--baseBg)}._toolbarNodeKindSelectItem_sects_348[data-highlighted],._selectItem_sects_301[data-highlighted]{outline:none}._toolbarNodeKindSelectItem_sects_348:last-child,._selectItem_sects_301:last-child{border-bottom-left-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._toolbarNodeKindSelectDropdownArrow_sects_373,._selectDropdownArrow_sects_374{margin-left:auto;display:flex;align-items:center}._contentEditable_sects_380{box-sizing:border-box;width:100%;color:var(--baseTextContrast);padding:var(--spacing-3)}._contentEditable_sects_380:focus{outline:none}._codeMirrorWrapper_sects_392{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);overflow:hidden;padding:.8rem;position:relative}._sandPackWrapper_sects_401{margin-bottom:var(--spacing-5);border:1px solid var(--baseLine);border-radius:var(--radius-medium);overflow:hidden;position:relative}._codeMirrorToolbar_sects_409{position:absolute;right:0;top:0;display:flex;gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base)}._frontmatterWrapper_sects_413{border-radius:var(--radius-medium);padding:var(--spacing-3);background-color:var(--baseBgSubtle)}._frontmatterWrapper_sects_413[data-expanded=true]{margin-bottom:var(--spacing-10)}._frontmatterToggleButton_sects_423{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;display:flex;align-items:center;gap:var(--spacing-1);font-size:var(--text-sm)}._propertyPanelTitle_sects_431{font-size:var(--text-xs);font-weight:400;margin:0;padding-top:var(--spacing-2);padding-left:var(--spacing-2)}._propertyEditorTable_sects_439{table-layout:fixed;border-spacing:var(--spacing-2)}._propertyEditorTable_sects_439 th{text-align:left;font-size:var(--text-sm);padding:var(--spacing-2) var(--spacing-3)}._propertyEditorTable_sects_439 col:nth-child(1){width:30%}._propertyEditorTable_sects_439 col:nth-child(2){width:70%}._propertyEditorTable_sects_439 td:last-child ._iconButton_sects_457{margin-left:var(--spacing-4);margin-right:var(--spacing-4)}._propertyEditorTable_sects_439 ._readOnlyColumnCell_sects_462{padding-left:0}._propertyEditorLabelCell_sects_467{font-weight:400}._readOnlyColumnCell_sects_462{padding-left:0}._buttonsFooter_sects_475{display:flex;justify-content:flex-end;gap:var(--spacing-2)}._propertyEditorInput_sects_481{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;width:100%;padding:var(--spacing-2) var(--spacing-3);border-radius:var(--radius-base);border:1px solid var(--baseBorder);background-color:var(--baseBase);font-size:var(--text-sm)}._iconButton_sects_457{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;color:var(--baseText)}@media (hover: hover){._iconButton_sects_457:hover{color:var(--baseTextContrast)}}._iconButton_sects_457:disabled,._iconButton_sects_457:disabled:hover{color:var(--baseLine)}._primaryButton_sects_507,._secondaryButton_sects_508{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-2) var(--spacing-3);border:1px solid var(--accentBorder);background-color:var(--accentSolidHover);color:var(--baseBase);font-size:var(--text-xs);border-radius:var(--radius-medium)}._primaryButton_sects_507:disabled,._secondaryButton_sects_508:disabled{background:var(--accentLine);border-color:var(--accentBg)}._smallButton_sects_523{font-size:var(--text-xs);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-base)}._secondaryButton_sects_508{border:1px solid var(--baseBorder);background-color:var(--baseSolidHover);color:var(--baseBase)}._dialogForm_sects_535{display:flex;flex-direction:row;gap:var(--spacing-2)}._linkDialogEditForm_sects_541{display:flex;flex-direction:column;align-items:stretch;gap:var(--spacing-2);padding:0}._linkDialogInputContainer_sects_549{display:flex;flex-direction:column;align-items:stretch}._linkDialogInputWrapper_sects_555{display:flex;align-items:center;background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder)}._linkDialogInputWrapper_sects_555[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._linkDialogInputWrapper_sects_555>button{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._linkDialogInput_sects_549,._dialogInput_sects_576{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._linkDialogInput_sects_549::-moz-placeholder,._dialogInput_sects_576::-moz-placeholder{color:var(--baseBorder)}._linkDialogInput_sects_549::placeholder,._dialogInput_sects_576::placeholder{color:var(--baseBorder)}._linkDialogAnchor_sects_587{position:fixed;background-color:highlight;z-index:-1}._linkDialogAnchor_sects_587[data-visible=true]{visibility:visible}._linkDialogAnchor_sects_587[data-visible=false]{visibility:hidden}._linkDialogPopoverContent_sects_601,._tableColumnEditorPopoverContent_sects_602,._dialogContent_sects_603{filter:drop-shadow(0 2px 2px rgb(0 0 0 / .2));display:flex;align-items:center;gap:var(--spacing-0_5);border-radius:var(--radius-medium);border:1px solid var(--baseBg);background-color:var(--basePageBg);padding:var(--spacing-1) var(--spacing-1);font-size:var(--text-sm)}._largeDialogContent_sects_615{filter:drop-shadow(0 2px 2px rgb(0 0 0 / .2));gap:var(--spacing-0_5);border-radius:var(--radius-medium);border:1px solid var(--baseBorder);background-color:var(--baseBgSubtle);padding:var(--spacing-4);font-size:var(--text-sm)}._dialogTitle_sects_625{font-size:var(--text-base);font-weight:600;padding-left:var(--spacing-2)}._dialogCloseButton_sects_631{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;position:absolute;top:10px;right:10px}._popoverContent_sects_638{filter:drop-shadow(0 2px 2px rgb(0 0 0 / .2));display:flex;align-items:center;gap:var(--spacing-0_5);border-radius:var(--radius-medium);background-color:var(--baseBgSubtle);padding:var(--spacing-2) var(--spacing-2);font-size:var(--text-sm);z-index:1}._popoverArrow_sects_650{fill:var(--basePageBg)}._linkDialogPreviewAnchor_sects_654{margin-right:var(--spacing-1);display:flex;align-items:center;color:var(--accentText);text-decoration:none;border:1px solid transparent}@media (hover: hover){._linkDialogPreviewAnchor_sects_654:hover{color:var(--accentSolidHover)}}._linkDialogPreviewAnchor_sects_654 span{max-width:14rem;overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}._tooltipTrigger_sects_677{align-self:center}._tooltipContent_sects_681{z-index:2;position:relative;border-radius:var(--radius-medium);padding:var(--spacing-1) var(--spacing-2);font-size:var(--text-xs);background-color:var(--baseText);color:var(--baseBase)}._tooltipContent_sects_681 svg{fill:var(--baseText)}._actionButton_sects_695{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);padding:var(--spacing-1) var(--spacing-1);border-radius:var(--radius-medium);color:var(--baseTextContrast)}._actionButton_sects_695 svg{display:block}@media (hover: hover){._actionButton_sects_695:hover{background-color:var(--baseBg)}}._actionButton_sects_695:active svg{transform:translate(1px,1px)}._actionButton_sects_695[data-state=on],._actionButton_sects_695:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._primaryActionButton_sects_702{background-color:var(--accentSolid);color:var(--baseBase)}@media (hover: hover){._primaryActionButton_sects_702:hover{background-color:var(--accentSolidHover);color:var(--baseBase)}}._tableEditor_sects_714{table-layout:fixed;width:100%;height:100%;border-spacing:0;border-collapse:collapse}._tableEditor_sects_714 thead>tr>th{text-align:right}._tableEditor_sects_714>tbody>tr>td:not(._toolCell_sects_725),._tableEditor_sects_714>tbody>tr>th:not(._toolCell_sects_725):not([data-tool-cell=true]){border:1px solid var(--baseBgActive);padding:var(--spacing-1) var(--spacing-2);white-space:normal}:is(._tableEditor_sects_714>tbody>tr>td:not(._toolCell_sects_725),._tableEditor_sects_714>tbody>tr>th:not(._toolCell_sects_725):not([data-tool-cell=true]))>div{outline:none}:is(._tableEditor_sects_714>tbody>tr>td:not(._toolCell_sects_725),._tableEditor_sects_714>tbody>tr>th:not(._toolCell_sects_725):not([data-tool-cell=true]))>div>p{margin:0}[data-active=true]:is(._tableEditor_sects_714>tbody>tr>td:not(._toolCell_sects_725),._tableEditor_sects_714>tbody>tr>th:not(._toolCell_sects_725):not([data-tool-cell=true])){outline:solid 1px var(--baseSolid)}._tableEditor_sects_714 ._tableColumnEditorTrigger_sects_744,._tableEditor_sects_714 ._tableRowEditorTrigger_sects_745,._tableEditor_sects_714 ._addRowButton_sects_746,._tableEditor_sects_714 ._addColumnButton_sects_747,._tableEditor_sects_714 ._iconButton_sects_457{opacity:.15}@media (hover: hover){._tableEditor_sects_714:hover ._tableColumnEditorTrigger_sects_744,._tableEditor_sects_714:hover ._tableRowEditorTrigger_sects_745,._tableEditor_sects_714:hover ._addRowButton_sects_746,._tableEditor_sects_714:hover ._addColumnButton_sects_747,._tableEditor_sects_714:hover ._iconButton_sects_457{opacity:.3}._tableEditor_sects_714:hover ._tableColumnEditorTrigger_sects_744:hover,._tableEditor_sects_714:hover ._tableRowEditorTrigger_sects_745:hover,._tableEditor_sects_714:hover ._addRowButton_sects_746:hover,._tableEditor_sects_714:hover ._addColumnButton_sects_747:hover,._tableEditor_sects_714:hover ._iconButton_sects_457:hover{opacity:1}}._toolCell_sects_725{text-align:right}._toolCell_sects_725 button{margin:auto;display:block}._tableColumnEditorTrigger_sects_744{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;color:var(--baseTextContrast);padding:var(--spacing-1);border-radius:var(--radius-full);opacity:.2}._tableColumnEditorTrigger_sects_744 svg{display:block}@media (hover: hover){._tableColumnEditorTrigger_sects_744:hover{background-color:var(--baseBg)}}._tableColumnEditorTrigger_sects_744:active svg{transform:translate(1px,1px)}._tableColumnEditorTrigger_sects_744[data-state=on],._tableColumnEditorTrigger_sects_744:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorTrigger_sects_744[data-active=true]{opacity:1!important}._tableColumnEditorToolbar_sects_789{display:flex}._tableColumnEditorToolbar_sects_789>button{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._tableColumnEditorToolbar_sects_789>button svg{display:block}@media (hover: hover){._tableColumnEditorToolbar_sects_789>button:hover{background-color:var(--baseBg)}}._tableColumnEditorToolbar_sects_789>button:active svg{transform:translate(1px,1px)}._tableColumnEditorToolbar_sects_789>button[data-state=on],._tableColumnEditorToolbar_sects_789>button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._tableColumnEditorToolbar_sects_789 [role=separator]{margin-left:var(--spacing-1);margin-right:var(--spacing-1)}._toggleGroupRoot_sects_802{display:inline-flex}._toggleGroupRoot_sects_802 button{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast)}._toggleGroupRoot_sects_802 button svg{display:block}@media (hover: hover){._toggleGroupRoot_sects_802 button:hover{background-color:var(--baseBg)}}._toggleGroupRoot_sects_802 button:active svg{transform:translate(1px,1px)}._toggleGroupRoot_sects_802 button[data-state=on],._toggleGroupRoot_sects_802 button:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._toggleGroupRoot_sects_802 button:first-child{border-top-left-radius:var(--radius-base);border-bottom-left-radius:var(--radius-base)}._toggleGroupRoot_sects_802 button:last-child{border-top-right-radius:var(--radius-base);border-bottom-right-radius:var(--radius-base)}._tableToolsColumn_sects_820{width:2rem}._tableToolsColumn_sects_820 button{margin:auto;display:block}._leftAlignedCell_sects_829{text-align:left}._rightAlignedCell_sects_833{text-align:right}._centeredCell_sects_837{text-align:center}._addColumnButton_sects_747,._addRowButton_sects_746{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;padding:var(--spacing-1);color:var(--baseTextContrast);background-color:var(--baseBase);display:flex;align-items:center}._addColumnButton_sects_747 svg,._addRowButton_sects_746 svg{display:block}@media (hover: hover){._addColumnButton_sects_747:hover,._addRowButton_sects_746:hover{background-color:var(--baseBg)}}._addColumnButton_sects_747:active svg,._addRowButton_sects_746:active svg{transform:translate(1px,1px)}._addColumnButton_sects_747[data-state=on],._addRowButton_sects_746[data-state=on],._addColumnButton_sects_747:active,._addRowButton_sects_746:active{background-color:var(--baseBg);color:var(--baseTextContrast)}._addColumnButton_sects_747 svg,._addRowButton_sects_746 svg{margin:auto}._addRowButton_sects_746{width:100%;margin-top:var(--spacing-px);box-sizing:border-box;border-bottom-right-radius:var(--radius-medium);border-bottom-left-radius:var(--radius-medium)}._addColumnButton_sects_747{margin-left:var(--spacing-px);height:100%;border-top-right-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium)}._dialogOverlay_sects_870{position:fixed;inset:0;animation:_overlayShow_sects_1 .15s cubic-bezier(.16,1,.3,1);background-color:var(--baseBase);z-index:51;opacity:.5}._dialogContent_sects_603,._largeDialogContent_sects_615{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);animation:_contentShow_sects_1 .15s cubic-bezier(.16,1,.3,1);z-index:52}._dialogContent_sects_603:focus,._largeDialogContent_sects_615:focus{outline:none}@keyframes _overlayShow_sects_1{0%{opacity:0}to{opacity:.5}}@keyframes _contentShow_sects_1{0%{opacity:0;transform:translate(-50%,-48%) scale(.96)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}._focusedImage_sects_916{outline:highlight solid 2px}._imageWrapper_sects_920{display:inline-block;position:relative}._imageWrapper_sects_920[draggable=true]{cursor:move;cursor:grab;cursor:-webkit-grab}._editImageToolbar_sects_933{position:absolute;right:0;top:0;display:flex;gap:var(--spacing-1);padding:var(--spacing-1);z-index:1;background-color:var(--baseBase);border-bottom-left-radius:var(--radius-base)}._editImageButton_sects_937 svg{display:block}._inlineEditor_sects_943{display:inline-flex;border-radius:var(--radius-medium);padding:var(--spacing-1);gap:var(--spacing-2);align-items:center;background:var(--baseBg)}._blockEditor_sects_952{display:flex;justify-content:stretch;border-radius:var(--radius-medium);padding:var(--spacing-2);gap:var(--spacing-2);align-items:center;background:var(--baseBg)}._blockEditor_sects_952 ._nestedEditor_sects_961{flex-grow:1}._nestedEditor_sects_961{background:var(--basePageBg);padding:var(--spacing-1) var(--spacing-2);border-radius:var(--radius-medium)}._nestedEditor_sects_961>p{margin:0}._nestedEditor_sects_961:focus{outline:none}._genericComponentName_sects_980{font-size:var(--text-sm);color:var(--baseText);padding-right:var(--spacing-2)}._diffSourceToggleWrapper_sects_986{margin-left:auto;pointer-events:auto;opacity:1;position:sticky;right:0}._diffSourceToggle_sects_986{border-radius:var(--radius-medium);background-color:var(--baseBase);display:flex}._diffSourceToggle_sects_986 ._toolbarToggleItem_sects_208{padding:0}._diffSourceToggle_sects_986 ._toolbarToggleItem_sects_208>span{display:block;padding:var(--spacing-1) var(--spacing-1)}._selectWithLabel_sects_1012{display:flex;align-items:center;gap:var(--spacing-2);margin-left:var(--spacing-2)}._selectWithLabel_sects_1012>label{font-size:var(--text-sm)}._selectWithLabel_sects_1012 ._selectTrigger_sects_308{border:1px solid var(--baseBorder)}._toolbarTitleMode_sects_1027{font-size:var(--text-sm);margin-left:var(--spacing-2)}._imageControlWrapperResizing_sects_1032{touch-action:none}._imageResizer_sects_1036{display:block;width:7px;height:7px;position:absolute;background-color:var(--accentText);border:1px solid var(--baseBg)}._imageResizer_sects_1036._imageResizerN_sects_1045{top:-6px;left:48%;cursor:n-resize}._imageResizer_sects_1036._imageResizerNe_sects_1051{top:-6px;right:-6px;cursor:ne-resize}._imageResizer_sects_1036._imageResizerE_sects_1057{bottom:48%;right:-6px;cursor:e-resize}._imageResizer_sects_1036._imageResizerSe_sects_1063{bottom:-2px;right:-6px;cursor:nwse-resize}._imageResizer_sects_1036._imageResizerS_sects_1063{bottom:-2px;left:48%;cursor:s-resize}._imageResizer_sects_1036._imageResizerSw_sects_1075{bottom:-2px;left:-6px;cursor:sw-resize}._imageResizer_sects_1036._imageResizerW_sects_1081{bottom:48%;left:-6px;cursor:w-resize}._imageResizer_sects_1036._imageResizerNw_sects_1087{top:-6px;left:-6px;cursor:nw-resize}._imagePlaceholder_sects_1093{border:2px dashed;padding:48px;margin:12px;width:-moz-fit-content;width:fit-content;height:-moz-fit-content;height:fit-content}._placeholder_sects_1101{color:var(--baseSolid);overflow:hidden;position:absolute;top:0;padding:var(--spacing-3);text-overflow:ellipsis;-webkit-user-select:none;-moz-user-select:none;user-select:none;white-space:nowrap;display:inline-block;pointer-events:none}._rootContentEditableWrapper_sects_1114{position:relative}._downshiftContainer_sects_1118{display:flex;flex-direction:column;align-items:stretch}._downshiftInputWrapper_sects_1124{display:flex;align-items:center;background-color:var(--baseBase);border-radius:var(--radius-base);border:1px solid var(--baseBorder)}._downshiftInputWrapper_sects_1124[data-visible-dropdown=true]{border-bottom-left-radius:var(--radius-none);border-bottom-right-radius:var(--radius-none);border-bottom-width:0}._downshiftInputWrapper_sects_1124>button{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;padding-right:var(--spacing-2)}._downshiftInput_sects_1124{border:0;background-color:transparent;font-size:inherit;-webkit-appearance:none;-moz-appearance:none;appearance:none;all:unset;box-sizing:border-box;cursor:default;width:20rem;padding:var(--spacing-2) var(--spacing-3);font-size:var(--text-sm)}._downshiftInput_sects_1124::-moz-placeholder{color:var(--baseBorder)}._downshiftInput_sects_1124::placeholder{color:var(--baseBorder)}._downshiftAutocompleteContainer_sects_1155{position:relative}._downshiftAutocompleteContainer_sects_1155 ul{all:unset;box-sizing:border-box;position:absolute;font-size:var(--text-sm);width:100%;display:none;border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium);max-height:var(--spacing-48);overflow-x:hidden;overflow-y:auto;border:1px solid var(--baseBorder);border-top-width:0;background-color:var(--baseBase)}._downshiftAutocompleteContainer_sects_1155 ul[data-visible=true]{display:block}._downshiftAutocompleteContainer_sects_1155 ul li{padding:var(--spacing-2) var(--spacing-3);white-space:nowrap;margin-bottom:var(--spacing-1);overflow-x:hidden;text-overflow:ellipsis}._downshiftAutocompleteContainer_sects_1155 ul li[data-selected=true]{background-color:var(--baseBgSubtle)}._downshiftAutocompleteContainer_sects_1155 ul li[data-highlighted=true]{background-color:var(--baseBgHover)}._downshiftAutocompleteContainer_sects_1155 ul li:last-of-type{border-bottom-left-radius:var(--radius-medium);border-bottom-right-radius:var(--radius-medium)}._textInput_sects_1201{all:unset;border-radius:var(--radius-base);border:1px solid var(--baseBorder);background-color:var(--baseBase);padding:var(--spacing-2) var(--spacing-3)}form._multiFieldForm_sects_1209{display:flex;flex-direction:column;padding:var(--spacing-2);gap:var(--spacing-2)}form._multiFieldForm_sects_1209 ._formField_sects_1215{display:flex;flex-direction:column;gap:var(--spacing-2)}form._multiFieldForm_sects_1209 ._formField_sects_1215 label{font-size:var(--text-xs)}._markdownParseError_sects_1226{border-radius:var(--radius-base);border:1px solid var(--error-color);padding:var(--spacing-2);margin-block:var(--spacing-2);color:var(--error-color);font-size:var(--text-xs)}._popupContainer_sects_1235{position:relative;z-index:2}._inputSizer_sects_1240{display:inline-grid;vertical-align:baseline;align-items:center;position:relative}._inputSizer_sects_1240:after,._inputSizer_sects_1240 input{width:auto;min-width:1rem;grid-area:1 / 2;font:inherit;margin:0;padding:0 2px;resize:none;background:none;-webkit-appearance:none;-moz-appearance:none;appearance:none;border:none;color:inherit}._inputSizer_sects_1240 span{padding:.25em}._inputSizer_sects_1240:after{content:attr(data-value);white-space:pre-wrap}:root,._light_1tncs_1,._light-theme_1tncs_1{--blue-1: #fbfdff;--blue-2: #f4faff;--blue-3: #e6f4fe;--blue-4: #d5efff;--blue-5: #c2e5ff;--blue-6: #acd8fc;--blue-7: #8ec8f6;--blue-8: #5eb1ef;--blue-9: #0090ff;--blue-10: #0588f0;--blue-11: #0d74ce;--blue-12: #113264}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--blue-1: color(display-p3 .986 .992 .999);--blue-2: color(display-p3 .96 .979 .998);--blue-3: color(display-p3 .912 .956 .991);--blue-4: color(display-p3 .853 .932 1);--blue-5: color(display-p3 .788 .894 .998);--blue-6: color(display-p3 .709 .843 .976);--blue-7: color(display-p3 .606 .777 .947);--blue-8: color(display-p3 .451 .688 .917);--blue-9: color(display-p3 .247 .556 .969);--blue-10: color(display-p3 .234 .523 .912);--blue-11: color(display-p3 .15 .44 .84);--blue-12: color(display-p3 .102 .193 .379)}}}._dark_1tncs_1,._dark-theme_1tncs_1{--blue-1: #0d1520;--blue-2: #111927;--blue-3: #0d2847;--blue-4: #003362;--blue-5: #004074;--blue-6: #104d87;--blue-7: #205d9e;--blue-8: #2870bd;--blue-9: #0090ff;--blue-10: #3b9eff;--blue-11: #70b8ff;--blue-12: #c2e6ff}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){._dark_1tncs_1,._dark-theme_1tncs_1{--blue-1: color(display-p3 .057 .081 .122);--blue-2: color(display-p3 .072 .098 .147);--blue-3: color(display-p3 .078 .154 .27);--blue-4: color(display-p3 .033 .197 .37);--blue-5: color(display-p3 .08 .245 .441);--blue-6: color(display-p3 .14 .298 .511);--blue-7: color(display-p3 .195 .361 .6);--blue-8: color(display-p3 .239 .434 .72);--blue-9: color(display-p3 .247 .556 .969);--blue-10: color(display-p3 .344 .612 .973);--blue-11: color(display-p3 .49 .72 1);--blue-12: color(display-p3 .788 .898 .99)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--slate-1: #fcfcfd;--slate-2: #f9f9fb;--slate-3: #f0f0f3;--slate-4: #e8e8ec;--slate-5: #e0e1e6;--slate-6: #d9d9e0;--slate-7: #cdced6;--slate-8: #b9bbc6;--slate-9: #8b8d98;--slate-10: #80838d;--slate-11: #60646c;--slate-12: #1c2024}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--slate-1: color(display-p3 .988 .988 .992);--slate-2: color(display-p3 .976 .976 .984);--slate-3: color(display-p3 .94 .941 .953);--slate-4: color(display-p3 .908 .909 .925);--slate-5: color(display-p3 .88 .881 .901);--slate-6: color(display-p3 .85 .852 .876);--slate-7: color(display-p3 .805 .808 .838);--slate-8: color(display-p3 .727 .733 .773);--slate-9: color(display-p3 .547 .553 .592);--slate-10: color(display-p3 .503 .512 .549);--slate-11: color(display-p3 .379 .392 .421);--slate-12: color(display-p3 .113 .125 .14)}}}._dark_1tncs_1,._dark-theme_1tncs_1{--slate-1: #111113;--slate-2: #18191b;--slate-3: #212225;--slate-4: #272a2d;--slate-5: #2e3135;--slate-6: #363a3f;--slate-7: #43484e;--slate-8: #5a6169;--slate-9: #696e77;--slate-10: #777b84;--slate-11: #b0b4ba;--slate-12: #edeef0}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){._dark_1tncs_1,._dark-theme_1tncs_1{--slate-1: color(display-p3 .067 .067 .074);--slate-2: color(display-p3 .095 .098 .105);--slate-3: color(display-p3 .13 .135 .145);--slate-4: color(display-p3 .156 .163 .176);--slate-5: color(display-p3 .183 .191 .206);--slate-6: color(display-p3 .215 .226 .244);--slate-7: color(display-p3 .265 .28 .302);--slate-8: color(display-p3 .357 .381 .409);--slate-9: color(display-p3 .415 .431 .463);--slate-10: color(display-p3 .469 .483 .514);--slate-11: color(display-p3 .692 .704 .728);--slate-12: color(display-p3 .93 .933 .94)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--grass-1: #fbfefb;--grass-2: #f5fbf5;--grass-3: #e9f6e9;--grass-4: #daf1db;--grass-5: #c9e8ca;--grass-6: #b2ddb5;--grass-7: #94ce9a;--grass-8: #65ba74;--grass-9: #46a758;--grass-10: #3e9b4f;--grass-11: #2a7e3b;--grass-12: #203c25}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--grass-1: color(display-p3 .986 .996 .985);--grass-2: color(display-p3 .966 .983 .964);--grass-3: color(display-p3 .923 .965 .917);--grass-4: color(display-p3 .872 .94 .865);--grass-5: color(display-p3 .811 .908 .802);--grass-6: color(display-p3 .733 .864 .724);--grass-7: color(display-p3 .628 .803 .622);--grass-8: color(display-p3 .477 .72 .482);--grass-9: color(display-p3 .38 .647 .378);--grass-10: color(display-p3 .344 .598 .342);--grass-11: color(display-p3 .263 .488 .261);--grass-12: color(display-p3 .151 .233 .153)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--cyan-1: #fafdfe;--cyan-2: #f2fafb;--cyan-3: #def7f9;--cyan-4: #caf1f6;--cyan-5: #b5e9f0;--cyan-6: #9ddde7;--cyan-7: #7dcedc;--cyan-8: #3db9cf;--cyan-9: #00a2c7;--cyan-10: #0797b9;--cyan-11: #107d98;--cyan-12: #0d3c48}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--cyan-1: color(display-p3 .982 .992 .996);--cyan-2: color(display-p3 .955 .981 .984);--cyan-3: color(display-p3 .888 .965 .975);--cyan-4: color(display-p3 .821 .941 .959);--cyan-5: color(display-p3 .751 .907 .935);--cyan-6: color(display-p3 .671 .862 .9);--cyan-7: color(display-p3 .564 .8 .854);--cyan-8: color(display-p3 .388 .715 .798);--cyan-9: color(display-p3 .282 .627 .765);--cyan-10: color(display-p3 .264 .583 .71);--cyan-11: color(display-p3 .08 .48 .63);--cyan-12: color(display-p3 .108 .232 .277)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--amber-1: #fefdfb;--amber-2: #fefbe9;--amber-3: #fff7c2;--amber-4: #ffee9c;--amber-5: #fbe577;--amber-6: #f3d673;--amber-7: #e9c162;--amber-8: #e2a336;--amber-9: #ffc53d;--amber-10: #ffba18;--amber-11: #ab6400;--amber-12: #4f3422}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--amber-1: color(display-p3 .995 .992 .985);--amber-2: color(display-p3 .994 .986 .921);--amber-3: color(display-p3 .994 .969 .782);--amber-4: color(display-p3 .989 .937 .65);--amber-5: color(display-p3 .97 .902 .527);--amber-6: color(display-p3 .936 .844 .506);--amber-7: color(display-p3 .89 .762 .443);--amber-8: color(display-p3 .85 .65 .3);--amber-9: color(display-p3 1 .77 .26);--amber-10: color(display-p3 .959 .741 .274);--amber-11: color(display-p3 .64 .4 0);--amber-12: color(display-p3 .294 .208 .145)}}}:root,._light_1tncs_1,._light-theme_1tncs_1{--red-1: #fffcfc;--red-2: #fff7f7;--red-3: #feebec;--red-4: #ffdbdc;--red-5: #ffcdce;--red-6: #fdbdbe;--red-7: #f4a9aa;--red-8: #eb8e90;--red-9: #e5484d;--red-10: #dc3e42;--red-11: #ce2c31;--red-12: #641723}@supports (color: color(display-p3 1 1 1)){@media (color-gamut: p3){:root,._light_1tncs_1,._light-theme_1tncs_1{--red-1: color(display-p3 .998 .989 .988);--red-2: color(display-p3 .995 .971 .971);--red-3: color(display-p3 .985 .925 .925);--red-4: color(display-p3 .999 .866 .866);--red-5: color(display-p3 .984 .812 .811);--red-6: color(display-p3 .955 .751 .749);--red-7: color(display-p3 .915 .675 .672);--red-8: color(display-p3 .872 .575 .572);--red-9: color(display-p3 .83 .329 .324);--red-10: color(display-p3 .798 .294 .285);--red-11: color(display-p3 .744 .234 .222);--red-12: color(display-p3 .36 .115 .143)}}}._bold_1tncs_10{font-weight:700}._italic_1tncs_14{font-style:italic}._underline_1tncs_18{text-decoration:underline}._strikethrough_1tncs_34{text-decoration:line-through}._underlineStrikethrough_1tncs_38{text-decoration:underline line-through}._subscript_1tncs_42{font-size:.8em;vertical-align:sub!important}._superscript_1tncs_47{font-size:.8em;vertical-align:super}._code_1tncs_52{background-color:var(--baseBg);padding:1px .25rem;font-family:var(--font-mono);font-size:94%}._nestedListItem_1tncs_59{list-style:none;list-style-type:none}._listitem_1tncs_69{margin:var(--spacing-2) 0}._listItemChecked_1tncs_73,._listItemUnchecked_1tncs_74{position:relative;margin-left:0;margin-right:0;margin-inline-start:-1rem;padding-left:var(--spacing-6);padding-right:var(--spacing-6);list-style-type:none;outline:none}._listItemChecked_1tncs_73{text-decoration:line-through}._listItemUnchecked_1tncs_74:before,._listItemChecked_1tncs_73:before{content:"";width:var(--spacing-4);height:var(--spacing-4);top:0;left:0;cursor:pointer;display:block;background-size:cover;position:absolute}._listItemUnchecked_1tncs_74[dir=rtl]:before,._listItemChecked_1tncs_73[dir=rtl]:before{left:auto;right:0}._listItemUnchecked_1tncs_74:focus:before,._listItemChecked_1tncs_73:focus:before{box-shadow:0 0 0 2px var(--accentBgActive);border-radius:var(--radius-small)}._listItemUnchecked_1tncs_74:before{border:1px solid var(--baseBorder);border-radius:var(--radius-small)}._listItemChecked_1tncs_73:before{border:1px solid var(--accentBorder);border-radius:var(--radius-small);background-color:var(--accentSolid);background-repeat:no-repeat}._listItemChecked_1tncs_73:after{content:"";cursor:pointer;border-color:var(--baseBase);border-style:solid;position:absolute;display:block;top:var(--spacing-0_5);width:var(--spacing-1);left:var(--spacing-1_5);right:var(--spacing-1_5);height:var(--spacing-2);transform:rotate(45deg);border-width:0 var(--spacing-0_5) var(--spacing-0_5) 0}._nestedListItem_1tncs_59{list-style-type:none}._nestedListItem_1tncs_59:before,._nestedListItem_1tncs_59:after{display:none}._admonitionDanger_1tncs_151,._admonitionInfo_1tncs_152,._admonitionNote_1tncs_153,._admonitionTip_1tncs_154,._admonitionCaution_1tncs_155{padding:var(--spacing-2);margin-top:var(--spacing-2);margin-bottom:var(--spacing-2);border-left:3px solid var(--admonitionBorder);background-color:var(--admonitionBg)}._admonitionInfo_1tncs_152{--admonitionBorder: var(--admonitionInfoBorder);--admonitionBg: var(--admonitionInfoBg)}._admonitionTip_1tncs_154{--admonitionBorder: var(--admonitionTipBorder);--admonitionBg: var(--admonitionTipBg)}._admonitionCaution_1tncs_155{--admonitionBorder: var(--admonitionCautionBorder);--admonitionBg: var(--admonitionCautionBg)}._admonitionDanger_1tncs_151{--admonitionBorder: var(--admonitionDangerBorder);--admonitionBg: var(--admonitionDangerBg)}._admonitionNote_1tncs_153{--admonitionBorder: var(--admonitionNoteBorder);--admonitionBg: var(--admonitionNoteBg)}._mdxExpression_1tncs_188{font-family:var(--font-mono);font-size:84%;color:var(--accentText)}._mdxExpression_1tncs_188 input:focus-visible{outline:none}*{margin:0;padding:0;border:0;vertical-align:baseline;box-sizing:border-box}*:before,*:after{box-sizing:border-box}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:"";content:none}table{border-collapse:collapse;border-spacing:0}a,button{outline:none}strong{font-weight:700}input,textarea{outline:none}address{font-style:normal}h1,h2,h3,h4{font-weight:400}a{text-decoration:none}hr{display:block;height:1px;width:90%;background:#ccc;margin:10px 0}.authButtonsWrapper{display:flex;justify-content:space-between;margin-top:24px}.errorMessage{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}.errorMessage:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}.fieldWrapper{width:100%;margin-bottom:16px}.fieldWrapper:last-child{margin-bottom:0}.fieldLabel{font-size:.75rem;margin-bottom:8px}.fieldLabelBottom{font-size:.75rem;margin-top:8px}.field{width:100%;position:relative}.fieldLabelNew{font-family:Inter;font-size:.875rem;margin-bottom:5px}.inputNew{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}.inputNew::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}.inputNew[type=password]{font-size:18px}.inputNew:focus,.inputNew:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}.inputNew:disabled{border:none;box-shadow:none;background:#f1f5f9}.inputNew:disabled::placeholder{color:#cbd5e1}.inputNew.error{border:1px solid #ef4444}.inputNew.error:focus,.inputNew.error:active{border-color:#ef4444;box-shadow:none}.formCellsWrapper{display:flex;justify-content:space-between;margin-bottom:16px}.formCell{width:calc(50% - 8px)}.tableNavWrapper{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}.tableNavButtonsWrapper{display:flex;align-items:center}.tableNavItem{margin:0 6px}.modalContent{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}.modalContent.center{text-align:center;font-family:Inter}.modalContent.settings{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}.modalContent.settingsIntegration,.modalContent.performanceTestModalContent{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}.modalContent.monitoringReportContent{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}.modalTitle{font-size:1.125rem;font-weight:500;margin:16px 0 4px}.modalMessage{font-size:.875rem;line-height:20px;color:#475569}.modalLine{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}.modalLine:after,.modalLine:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}.modalLine:before{left:-20px}.modalLine:after{right:-20px}.infoMessage{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}.infoMessage:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}.modalFooter{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}.modalFooter.buttonsAutoWidth{justify-content:flex-end}.modalFooter.buttonsAutoWidth button,.modalFooter.buttonsAutoWidth span{margin-left:12px}.fullWidthTitle{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}.widgetsWrapper{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}.widgetWrapper{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){.widgetWrapper{padding:0 16px 15px}}.widgetHeader{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}.widgetTitle{font-family:Inter;font-size:1rem;font-weight:500}.widgetDataWrapper{padding-top:16px;position:relative}.widgetSpinnerWrapper{height:180px;display:flex;align-items:center}.widgetFooter{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}.widgetFooterItem{text-align:center;border-right:1px solid #f1f5f9;flex:1}.widgetFooterItem:last-child{border:none}.widgetMainValue{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}.widgetValueWrapper{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}.widgetNote{font-size:.75rem;color:#64748b}.widgetLoader{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}.disabled{opacity:.5;cursor:default}.widgetAddress{font-size:.75rem;color:#64748b}.widgetTag{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}.widgetTagValue{font-weight:500;color:#0f172a}.chartValuesWrapper{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}.chartValuesTitle{font-size:14px;color:#475569;display:inline-flex}.chartValuesTitle.green:before,.chartValuesTitle.dark:before,.chartValuesTitle.blue:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}.chartValuesTitle.green:before{background:#22c55e}.chartValuesTitle.dark:before{background:#475569}.chartValuesTitle.blue:before{background:#43e0f8}.topbar{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}.topbar.sticky{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}.logoWrapper{display:inline-flex}.logo{max-width:110px}.menuWrapper{display:flex}@media only screen and (max-width: 1340px){.menuWrapper{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}.menuWrapper.opened{display:flex}}.menuItem{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){.menuItem{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}.menuItem .menuIcon{fill:#fff;transition:.2s;margin-right:8px}.menuItem .menuIconPerformance{fill:none}.menuItem .menuIconStroke{transition:.2s;margin-right:8px;stroke:#fff}.menuItem.active,.menuItem:hover{background:#fff;color:#52c2fd}.menuItem.active .menuIcon:not(.menuIconStroke,.menuIconPerformance),.menuItem:hover .menuIcon:not(.menuIconStroke,.menuIconPerformance){fill:#52c2fd}.menuItem.active .menuIconPerformance path,.menuItem:hover .menuIconPerformance path{stroke:#59a6fd}.menuItem.active .menuIconStroke:not(.menuIcon),.menuItem:hover .menuIconStroke:not(.menuIcon){stroke:#52c2fd}.redDot{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}.screenWrapper{display:flex;justify-content:center}.link{color:#2db2c8;text-decoration:underline;cursor:pointer}:root{--vh: 1vh}html,body{color:#000;font-family:Inter,sans-serif;font-weight:400}body{background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);overflow-x:hidden}._spinnerWrapper_1incn_1{width:100%;display:flex;justify-content:center}._spinnerWrapper_1incn_1 svg{margin-right:0!important}@media only screen and (max-width: 1024px){._spinnerWrapper_1incn_1 svg{width:28px!important;height:28px!important}}._buttonNew_1xz79_1{display:inline-flex;justify-content:center;align-items:center;border-radius:20px;font-weight:500;font-size:.875rem;height:36px;font-family:Inter;transition:all .2s ease-out;cursor:pointer}._buttonNew_1xz79_1:disabled,._buttonNew_1xz79_1[disabled]{cursor:default;opacity:.7}._buttonNew_1xz79_1 svg{margin-right:8px}._buttonNew_1xz79_1._white_1xz79_20{background:#fff;border:1px solid #e2e8f0;color:#334155}._buttonNew_1xz79_1._blue_1xz79_25{color:#134f66;background:#42e8ff}._buttonNew_1xz79_1._green_1xz79_29{color:#fff;background:#22c55e}._buttonNew_1xz79_1._tropicalCyan_1xz79_33{border:1px solid #42e8ff;background:#fff;color:#2db2c8}._buttonNew_1xz79_1._blueBordered_1xz79_38{border:1px solid #42e8ff;background:#fff;color:#42e8ff}._buttonNew_1xz79_1._greyBordered_1xz79_43{border:1px solid #cbd5e1;background:#fff;color:#000}._buttonNew_1xz79_1._grey_1xz79_43{background:#e2e8f0;color:#000}._buttonNew_1xz79_1._orange_1xz79_52{background:#f59e0b;color:#fff}._buttonNew_1xz79_1._red_1xz79_56{color:#fff;background:#ef4444}._buttonNew_1xz79_1._red_1xz79_56 svg{stroke:#fff}._buttonNew_1xz79_1._redBordered_1xz79_63{border:1px solid #ef4444;color:#ef4444;background:#fff}._buttonNew_1xz79_1._redBordered_1xz79_63 svg{stroke:#ef4444}._buttonNew_1xz79_1._fullWidth_1xz79_71{width:100%}._buttonNew_1xz79_1._halfWidth_1xz79_74{width:calc(50% - 8px)}._buttonNew_1xz79_1._auto_1xz79_77{width:auto;padding:0 16px}._authButtonsWrapper_1ayj4_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1ayj4_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1ayj4_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1ayj4_23{width:100%;margin-bottom:16px}._fieldWrapper_1ayj4_23:last-child{margin-bottom:0}._fieldLabel_1ayj4_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1ayj4_36{font-size:.75rem;margin-top:8px}._field_1ayj4_23{width:100%;position:relative}._fieldLabelNew_1ayj4_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1ayj4_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1ayj4_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1ayj4_52[type=password]{font-size:18px}._inputNew_1ayj4_52:focus,._inputNew_1ayj4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ayj4_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1ayj4_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ayj4_52._error_1ayj4_7{border:1px solid #ef4444}._inputNew_1ayj4_52._error_1ayj4_7:focus,._inputNew_1ayj4_52._error_1ayj4_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1ayj4_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1ayj4_90{width:calc(50% - 8px)}._tableNavWrapper_1ayj4_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1ayj4_109{display:flex;align-items:center}._tableNavItem_1ayj4_114{margin:0 6px}._modalContent_1ayj4_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1ayj4_118._center_1ayj4_125{text-align:center;font-family:Inter}._modalContent_1ayj4_118._settings_1ayj4_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1ayj4_118._settingsIntegration_1ayj4_133,._modalContent_1ayj4_118._performanceTestModalContent_1ayj4_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1ayj4_118._monitoringReportContent_1ayj4_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1ayj4_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1ayj4_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1ayj4_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1ayj4_158:after,._modalLine_1ayj4_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1ayj4_158:before{left:-20px}._modalLine_1ayj4_158:after{right:-20px}._infoMessage_1ayj4_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1ayj4_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1ayj4_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1ayj4_196._buttonsAutoWidth_1ayj4_203{justify-content:flex-end}._modalFooter_1ayj4_196._buttonsAutoWidth_1ayj4_203 button,._modalFooter_1ayj4_196._buttonsAutoWidth_1ayj4_203 span{margin-left:12px}._fullWidthTitle_1ayj4_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1ayj4_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1ayj4_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1ayj4_230{padding:0 16px 15px}}._widgetHeader_1ayj4_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1ayj4_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ayj4_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ayj4_266{height:180px;display:flex;align-items:center}._widgetFooter_1ayj4_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1ayj4_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ayj4_279:last-child{border:none}._widgetMainValue_1ayj4_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1ayj4_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ayj4_303{font-size:.75rem;color:#64748b}._widgetLoader_1ayj4_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1ayj4_315{opacity:.5;cursor:default}._widgetAddress_1ayj4_320{font-size:.75rem;color:#64748b}._widgetTag_1ayj4_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1ayj4_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1ayj4_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1ayj4_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1ayj4_346._green_1ayj4_351:before,._chartValuesTitle_1ayj4_346._dark_1ayj4_351:before,._chartValuesTitle_1ayj4_346._blue_1ayj4_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1ayj4_346._green_1ayj4_351:before{background:#22c55e}._chartValuesTitle_1ayj4_346._dark_1ayj4_351:before{background:#475569}._chartValuesTitle_1ayj4_346._blue_1ayj4_351:before{background:#43e0f8}._topbar_1ayj4_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1ayj4_373._sticky_1ayj4_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1ayj4_391{display:inline-flex}._logo_1ayj4_391{max-width:110px}._menuWrapper_1ayj4_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1ayj4_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1ayj4_399._opened_1ayj4_417{display:flex}}._menuItem_1ayj4_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1ayj4_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1ayj4_422 ._menuIcon_1ayj4_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1ayj4_422 ._menuIconPerformance_1ayj4_448{fill:none}._menuItem_1ayj4_422 ._menuIconStroke_1ayj4_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1ayj4_422._active_1ayj4_456,._menuItem_1ayj4_422:hover{background:#fff;color:#52c2fd}._menuItem_1ayj4_422._active_1ayj4_456 ._menuIcon_1ayj4_443:not(._menuIconStroke_1ayj4_451,._menuIconPerformance_1ayj4_448),._menuItem_1ayj4_422:hover ._menuIcon_1ayj4_443:not(._menuIconStroke_1ayj4_451,._menuIconPerformance_1ayj4_448){fill:#52c2fd}._menuItem_1ayj4_422._active_1ayj4_456 ._menuIconPerformance_1ayj4_448 path,._menuItem_1ayj4_422:hover ._menuIconPerformance_1ayj4_448 path{stroke:#59a6fd}._menuItem_1ayj4_422._active_1ayj4_456 ._menuIconStroke_1ayj4_451:not(._menuIcon_1ayj4_443),._menuItem_1ayj4_422:hover ._menuIconStroke_1ayj4_451:not(._menuIcon_1ayj4_443){stroke:#52c2fd}._redDot_1ayj4_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1ayj4_485{display:flex;justify-content:center}._link_1ayj4_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._viewport_1ayj4_496{background:#2e323e66;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;height:100vh;position:fixed;top:0;left:0;z-index:3000}._layout_1ayj4_507{position:fixed;box-shadow:0 16px 40px -8px #47556921;background:#fff;z-index:3100;outline:none}._modal_1ayj4_118{left:50%;top:50%;width:calc(100% - 8px);transform:translate(-50%,-50%);max-width:1190px;max-height:90vh;max-height:calc(var(--vh, 1vh) * 90);border-radius:20px}._drawer_1ayj4_526{width:100%;height:100vh;right:0;top:0}._closeIcon_1ayj4_533{padding:10px;position:absolute;right:6px;top:6px;cursor:pointer;z-index:2}._closeIcon_1ayj4_533:before{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2015L15%205M5%205L15%2015'%20stroke='%230F172A'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._additionalButton_1ayj4_545{margin-left:0!important;margin-right:auto}._modalHeader_1s9wh_1{position:relative;z-index:1;padding:16px 60px 16px 20px;display:flex;align-items:center;border-bottom:1px solid #e2e8f0}._modalHeader_1s9wh_1._borderless_1s9wh_9{border-bottom:none}._modalHeader_1s9wh_1._modalHeaderShadow_1s9wh_12{box-shadow:0 1px 2px #e2e8f03d,0 2px 2px #94a3b81f}._modalHeaderTitle_1s9wh_16{font-size:1.125rem;font-weight:500}._modalHeaderSubtitle_1s9wh_21{color:#475569;font-weight:300;font-size:.875rem}._modalHeaderIconWrapper_1s9wh_27{margin-right:16px;display:flex}span.static-select,div.static-select{z-index:1000}span.static-select__control--is-focused,span.static-select__control--menu-is-open,div.static-select__control--is-focused,div.static-select__control--menu-is-open{border:1px solid #4ae9ff!important;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff!important}span.static-select__input-container,div.static-select__input-container{font-size:14px}span.static-select--is-disabled,div.static-select--is-disabled{background:transparent}span.static-select__control,div.static-select__control{min-height:40px;border:1px solid #e2e8f0;border-radius:10px;box-shadow:none}span.static-select__control--is-disabled,div.static-select__control--is-disabled{background-color:#f1f5f9;border:1px solid #f1f5f9;border-radius:8px}span.static-select__control:hover,div.static-select__control:hover{border:1px solid #e2e8f0}span.static-select__control.error,div.static-select__control.error{border:1px solid #ef4444}span.static-select__menu,div.static-select__menu{margin:.125rem auto;border-radius:8px!important;border:1px solid #e2e8f0;box-shadow:0 16px 32px -12px #4755691a!important;margin:8px 0!important}span.static-select__group,div.static-select__group{padding:0}span.static-select__dropdown-indicator,div.static-select__dropdown-indicator{padding:0 8px;position:relative;cursor:pointer}span.static-select__dropdown-indicator svg,div.static-select__dropdown-indicator svg{width:18px}span.static-select__placeholder,div.static-select__placeholder{color:#94a3b8;font-size:14px}span.static-select__indicator-separator,div.static-select__indicator-separator{display:none}span.static-select__clear-indicator,div.static-select__clear-indicator{display:none!important}span.static-select__multi-value,div.static-select__multi-value{padding:0 0 0 6px!important;display:flex;align-items:center;height:24px;background:#0074d9}span.static-select__multi-value__label,div.static-select__multi-value__label{padding:0!important;font-size:"Inter";font-size:14px;color:#fff}span.static-select__multi-value__remove,div.static-select__multi-value__remove{cursor:pointer;margin-left:2px;transition:.1s;background:transparent!important;color:#fff}span.static-select__menu-list,div.static-select__menu-list{padding-top:0!important;padding-bottom:0!important}span.static-select__menu-list.mobile-menu,div.static-select__menu-list.mobile-menu{max-height:150px}span.static-select__single-value,div.static-select__single-value{font-size:14px}span.static-select__single-value--is-disabled,div.static-select__single-value--is-disabled{color:#333}span.static-select__option,div.static-select__option{font-size:14px;font-weight:400;padding-right:28px;cursor:pointer;position:relative}span.static-select__option--is-focused,div.static-select__option--is-focused{background-color:#00000005!important}span.static-select__option--is-selected,div.static-select__option--is-selected{display:flex;align-items:center;color:#000!important;font-weight:500!important;background-color:#fff!important}span.static-select__option--is-selected:after,div.static-select__option--is-selected:after{content:url("data:image/svg+xml,%3csvg%20width='17'%20height='16'%20viewBox='0%200%2017%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3.5%208.5L7.5%2012.5L13.5%203.5'%20stroke='%2343E0F8'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e");position:absolute;right:10px}span.static-select__option--is-selected:hover,div.static-select__option--is-selected:hover,span.static-select__option:hover,div.static-select__option:hover{background-color:#00000005!important}span.static-select__select-all-option,div.static-select__select-all-option{padding:8px 12px;border-bottom:1px solid #e2e8f0}._authButtonsWrapper_mz5lt_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_mz5lt_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_mz5lt_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_mz5lt_23{width:100%;margin-bottom:16px}._fieldWrapper_mz5lt_23:last-child{margin-bottom:0}._fieldLabel_mz5lt_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_mz5lt_36{font-size:.75rem;margin-top:8px}._field_mz5lt_23{width:100%;position:relative}._fieldLabelNew_mz5lt_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_mz5lt_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_mz5lt_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_mz5lt_52[type=password]{font-size:18px}._inputNew_mz5lt_52:focus,._inputNew_mz5lt_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_mz5lt_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_mz5lt_52:disabled::placeholder{color:#cbd5e1}._inputNew_mz5lt_52._error_mz5lt_7{border:1px solid #ef4444}._inputNew_mz5lt_52._error_mz5lt_7:focus,._inputNew_mz5lt_52._error_mz5lt_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_mz5lt_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_mz5lt_90{width:calc(50% - 8px)}._tableNavWrapper_mz5lt_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_mz5lt_109{display:flex;align-items:center}._tableNavItem_mz5lt_114{margin:0 6px}._modalContent_mz5lt_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_mz5lt_118._center_mz5lt_125{text-align:center;font-family:Inter}._modalContent_mz5lt_118._settings_mz5lt_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_mz5lt_118._settingsIntegration_mz5lt_133,._modalContent_mz5lt_118._performanceTestModalContent_mz5lt_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_mz5lt_118._monitoringReportContent_mz5lt_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_mz5lt_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_mz5lt_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_mz5lt_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_mz5lt_158:after,._modalLine_mz5lt_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_mz5lt_158:before{left:-20px}._modalLine_mz5lt_158:after{right:-20px}._infoMessage_mz5lt_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_mz5lt_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_mz5lt_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_mz5lt_196._buttonsAutoWidth_mz5lt_203{justify-content:flex-end}._modalFooter_mz5lt_196._buttonsAutoWidth_mz5lt_203 button,._modalFooter_mz5lt_196._buttonsAutoWidth_mz5lt_203 span{margin-left:12px}._fullWidthTitle_mz5lt_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_mz5lt_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_mz5lt_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_mz5lt_230{padding:0 16px 15px}}._widgetHeader_mz5lt_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_mz5lt_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_mz5lt_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_mz5lt_266{height:180px;display:flex;align-items:center}._widgetFooter_mz5lt_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_mz5lt_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_mz5lt_279:last-child{border:none}._widgetMainValue_mz5lt_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_mz5lt_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_mz5lt_303{font-size:.75rem;color:#64748b}._widgetLoader_mz5lt_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_mz5lt_315{opacity:.5;cursor:default}._widgetAddress_mz5lt_320{font-size:.75rem;color:#64748b}._widgetTag_mz5lt_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_mz5lt_333{font-weight:500;color:#0f172a}._chartValuesWrapper_mz5lt_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_mz5lt_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_mz5lt_346._green_mz5lt_351:before,._chartValuesTitle_mz5lt_346._dark_mz5lt_351:before,._chartValuesTitle_mz5lt_346._blue_mz5lt_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_mz5lt_346._green_mz5lt_351:before{background:#22c55e}._chartValuesTitle_mz5lt_346._dark_mz5lt_351:before{background:#475569}._chartValuesTitle_mz5lt_346._blue_mz5lt_351:before{background:#43e0f8}._topbar_mz5lt_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_mz5lt_373._sticky_mz5lt_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_mz5lt_391{display:inline-flex}._logo_mz5lt_391{max-width:110px}._menuWrapper_mz5lt_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_mz5lt_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_mz5lt_399._opened_mz5lt_417{display:flex}}._menuItem_mz5lt_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_mz5lt_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_mz5lt_422 ._menuIcon_mz5lt_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_mz5lt_422 ._menuIconPerformance_mz5lt_448{fill:none}._menuItem_mz5lt_422 ._menuIconStroke_mz5lt_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_mz5lt_422._active_mz5lt_456,._menuItem_mz5lt_422:hover{background:#fff;color:#52c2fd}._menuItem_mz5lt_422._active_mz5lt_456 ._menuIcon_mz5lt_443:not(._menuIconStroke_mz5lt_451,._menuIconPerformance_mz5lt_448),._menuItem_mz5lt_422:hover ._menuIcon_mz5lt_443:not(._menuIconStroke_mz5lt_451,._menuIconPerformance_mz5lt_448){fill:#52c2fd}._menuItem_mz5lt_422._active_mz5lt_456 ._menuIconPerformance_mz5lt_448 path,._menuItem_mz5lt_422:hover ._menuIconPerformance_mz5lt_448 path{stroke:#59a6fd}._menuItem_mz5lt_422._active_mz5lt_456 ._menuIconStroke_mz5lt_451:not(._menuIcon_mz5lt_443),._menuItem_mz5lt_422:hover ._menuIconStroke_mz5lt_451:not(._menuIcon_mz5lt_443){stroke:#52c2fd}._redDot_mz5lt_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_mz5lt_485{display:flex;justify-content:center}._link_mz5lt_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._authButtonsWrapper_1cf52_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1cf52_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1cf52_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1cf52_23{width:100%;margin-bottom:16px}._fieldWrapper_1cf52_23:last-child{margin-bottom:0}._fieldLabel_1cf52_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1cf52_36{font-size:.75rem;margin-top:8px}._field_1cf52_23{width:100%;position:relative}._fieldLabelNew_1cf52_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1cf52_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1cf52_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1cf52_52[type=password]{font-size:18px}._inputNew_1cf52_52:focus,._inputNew_1cf52_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1cf52_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1cf52_52:disabled::placeholder{color:#cbd5e1}._inputNew_1cf52_52._error_1cf52_7{border:1px solid #ef4444}._inputNew_1cf52_52._error_1cf52_7:focus,._inputNew_1cf52_52._error_1cf52_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1cf52_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1cf52_90{width:calc(50% - 8px)}._tableNavWrapper_1cf52_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1cf52_109{display:flex;align-items:center}._tableNavItem_1cf52_114{margin:0 6px}._modalContent_1cf52_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1cf52_118._center_1cf52_125{text-align:center;font-family:Inter}._modalContent_1cf52_118._settings_1cf52_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1cf52_118._settingsIntegration_1cf52_133,._modalContent_1cf52_118._performanceTestModalContent_1cf52_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1cf52_118._monitoringReportContent_1cf52_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1cf52_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1cf52_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1cf52_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1cf52_158:after,._modalLine_1cf52_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1cf52_158:before{left:-20px}._modalLine_1cf52_158:after{right:-20px}._infoMessage_1cf52_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1cf52_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1cf52_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1cf52_196._buttonsAutoWidth_1cf52_203{justify-content:flex-end}._modalFooter_1cf52_196._buttonsAutoWidth_1cf52_203 button,._modalFooter_1cf52_196._buttonsAutoWidth_1cf52_203 span{margin-left:12px}._fullWidthTitle_1cf52_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1cf52_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1cf52_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1cf52_230{padding:0 16px 15px}}._widgetHeader_1cf52_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1cf52_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1cf52_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1cf52_266{height:180px;display:flex;align-items:center}._widgetFooter_1cf52_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1cf52_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1cf52_279:last-child{border:none}._widgetMainValue_1cf52_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1cf52_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1cf52_303{font-size:.75rem;color:#64748b}._widgetLoader_1cf52_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1cf52_315{opacity:.5;cursor:default}._widgetAddress_1cf52_320{font-size:.75rem;color:#64748b}._widgetTag_1cf52_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1cf52_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1cf52_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1cf52_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1cf52_346._green_1cf52_351:before,._chartValuesTitle_1cf52_346._dark_1cf52_351:before,._chartValuesTitle_1cf52_346._blue_1cf52_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1cf52_346._green_1cf52_351:before{background:#22c55e}._chartValuesTitle_1cf52_346._dark_1cf52_351:before{background:#475569}._chartValuesTitle_1cf52_346._blue_1cf52_351:before{background:#43e0f8}._topbar_1cf52_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1cf52_373._sticky_1cf52_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1cf52_391{display:inline-flex}._logo_1cf52_391{max-width:110px}._menuWrapper_1cf52_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1cf52_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1cf52_399._opened_1cf52_417{display:flex}}._menuItem_1cf52_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1cf52_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1cf52_422 ._menuIcon_1cf52_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1cf52_422 ._menuIconPerformance_1cf52_448{fill:none}._menuItem_1cf52_422 ._menuIconStroke_1cf52_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1cf52_422._active_1cf52_456,._menuItem_1cf52_422:hover{background:#fff;color:#52c2fd}._menuItem_1cf52_422._active_1cf52_456 ._menuIcon_1cf52_443:not(._menuIconStroke_1cf52_451,._menuIconPerformance_1cf52_448),._menuItem_1cf52_422:hover ._menuIcon_1cf52_443:not(._menuIconStroke_1cf52_451,._menuIconPerformance_1cf52_448){fill:#52c2fd}._menuItem_1cf52_422._active_1cf52_456 ._menuIconPerformance_1cf52_448 path,._menuItem_1cf52_422:hover ._menuIconPerformance_1cf52_448 path{stroke:#59a6fd}._menuItem_1cf52_422._active_1cf52_456 ._menuIconStroke_1cf52_451:not(._menuIcon_1cf52_443),._menuItem_1cf52_422:hover ._menuIconStroke_1cf52_451:not(._menuIcon_1cf52_443){stroke:#52c2fd}._redDot_1cf52_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1cf52_485{display:flex;justify-content:center}._link_1cf52_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._fieldWrapper_1cf52_23{min-width:0}._fieldWrapper_1cf52_23 ._error_1cf52_7{border:1px solid #ef4444!important}._errorText_1cf52_503{max-width:100%;color:#ef4444}._customOptionField_1cf52_508{font-size:14px;color:#2db2c8;padding:10px}._customOptionField_1cf52_508:hover{background-color:#fafafa}._authButtonsWrapper_13ipj_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_13ipj_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_13ipj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_13ipj_23{width:100%;margin-bottom:16px}._fieldWrapper_13ipj_23:last-child{margin-bottom:0}._fieldLabel_13ipj_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_13ipj_36{font-size:.75rem;margin-top:8px}._field_13ipj_23{width:100%;position:relative}._fieldLabelNew_13ipj_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_13ipj_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_13ipj_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_13ipj_52[type=password]{font-size:18px}._inputNew_13ipj_52:focus,._inputNew_13ipj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_13ipj_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_13ipj_52:disabled::placeholder{color:#cbd5e1}._inputNew_13ipj_52._error_13ipj_7{border:1px solid #ef4444}._inputNew_13ipj_52._error_13ipj_7:focus,._inputNew_13ipj_52._error_13ipj_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_13ipj_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_13ipj_90{width:calc(50% - 8px)}._tableNavWrapper_13ipj_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_13ipj_109{display:flex;align-items:center}._tableNavItem_13ipj_114{margin:0 6px}._modalContent_13ipj_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_13ipj_118._center_13ipj_125{text-align:center;font-family:Inter}._modalContent_13ipj_118._settings_13ipj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_13ipj_118._settingsIntegration_13ipj_133,._modalContent_13ipj_118._performanceTestModalContent_13ipj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_13ipj_118._monitoringReportContent_13ipj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_13ipj_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_13ipj_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_13ipj_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_13ipj_158:after,._modalLine_13ipj_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_13ipj_158:before{left:-20px}._modalLine_13ipj_158:after{right:-20px}._infoMessage_13ipj_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_13ipj_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_13ipj_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_13ipj_196._buttonsAutoWidth_13ipj_203{justify-content:flex-end}._modalFooter_13ipj_196._buttonsAutoWidth_13ipj_203 button,._modalFooter_13ipj_196._buttonsAutoWidth_13ipj_203 span{margin-left:12px}._fullWidthTitle_13ipj_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_13ipj_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_13ipj_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_13ipj_230{padding:0 16px 15px}}._widgetHeader_13ipj_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_13ipj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_13ipj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_13ipj_266{height:180px;display:flex;align-items:center}._widgetFooter_13ipj_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_13ipj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_13ipj_279:last-child{border:none}._widgetMainValue_13ipj_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_13ipj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_13ipj_303{font-size:.75rem;color:#64748b}._widgetLoader_13ipj_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_13ipj_315{opacity:.5;cursor:default}._widgetAddress_13ipj_320{font-size:.75rem;color:#64748b}._widgetTag_13ipj_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_13ipj_333{font-weight:500;color:#0f172a}._chartValuesWrapper_13ipj_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_13ipj_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_13ipj_346._green_13ipj_351:before,._chartValuesTitle_13ipj_346._dark_13ipj_351:before,._chartValuesTitle_13ipj_346._blue_13ipj_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_13ipj_346._green_13ipj_351:before{background:#22c55e}._chartValuesTitle_13ipj_346._dark_13ipj_351:before{background:#475569}._chartValuesTitle_13ipj_346._blue_13ipj_351:before{background:#43e0f8}._topbar_13ipj_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_13ipj_373._sticky_13ipj_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_13ipj_391{display:inline-flex}._logo_13ipj_391{max-width:110px}._menuWrapper_13ipj_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_13ipj_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_13ipj_399._opened_13ipj_417{display:flex}}._menuItem_13ipj_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_13ipj_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_13ipj_422 ._menuIcon_13ipj_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_13ipj_422 ._menuIconPerformance_13ipj_448{fill:none}._menuItem_13ipj_422 ._menuIconStroke_13ipj_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_13ipj_422._active_13ipj_456,._menuItem_13ipj_422:hover{background:#fff;color:#52c2fd}._menuItem_13ipj_422._active_13ipj_456 ._menuIcon_13ipj_443:not(._menuIconStroke_13ipj_451,._menuIconPerformance_13ipj_448),._menuItem_13ipj_422:hover ._menuIcon_13ipj_443:not(._menuIconStroke_13ipj_451,._menuIconPerformance_13ipj_448){fill:#52c2fd}._menuItem_13ipj_422._active_13ipj_456 ._menuIconPerformance_13ipj_448 path,._menuItem_13ipj_422:hover ._menuIconPerformance_13ipj_448 path{stroke:#59a6fd}._menuItem_13ipj_422._active_13ipj_456 ._menuIconStroke_13ipj_451:not(._menuIcon_13ipj_443),._menuItem_13ipj_422:hover ._menuIconStroke_13ipj_451:not(._menuIcon_13ipj_443){stroke:#52c2fd}._redDot_13ipj_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_13ipj_485{display:flex;justify-content:center}._link_13ipj_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._logoField_13ipj_496{display:flex;justify-content:space-between}._imageWrapper_13ipj_501{width:72px;height:72px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;display:flex;justify-content:center;align-items:center;overflow:hidden}._fileWrapper_13ipj_513{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;width:calc(100% - 88px);height:72px;border-radius:10px;border:1px dashed #e2e8f0;background:#f8fafc;cursor:pointer}._fileWrapper_13ipj_513._error_13ipj_7{border:1px solid #ef4444}._dragging_13ipj_530{background-color:#b8f6b8;cursor:grabbing}._inputFile_13ipj_535{display:none}._labelText_13ipj_539{font-size:.75rem;text-align:center;color:#64748b}._labelText_13ipj_539 span{font-weight:500;color:#43e0f8}._uploadedImage_13ipj_549{max-width:72px;max-height:72px}._errorMessage_13ipj_7{max-width:inherit}._authButtonsWrapper_42f7g_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_42f7g_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_42f7g_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_42f7g_23{width:100%;margin-bottom:16px}._fieldWrapper_42f7g_23:last-child{margin-bottom:0}._fieldLabel_42f7g_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_42f7g_36{font-size:.75rem;margin-top:8px}._field_42f7g_23{width:100%;position:relative}._fieldLabelNew_42f7g_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_42f7g_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_42f7g_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_42f7g_52[type=password]{font-size:18px}._inputNew_42f7g_52:focus,._inputNew_42f7g_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_42f7g_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_42f7g_52:disabled::placeholder{color:#cbd5e1}._inputNew_42f7g_52._error_42f7g_7{border:1px solid #ef4444}._inputNew_42f7g_52._error_42f7g_7:focus,._inputNew_42f7g_52._error_42f7g_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_42f7g_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_42f7g_90{width:calc(50% - 8px)}._tableNavWrapper_42f7g_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_42f7g_109{display:flex;align-items:center}._tableNavItem_42f7g_114{margin:0 6px}._modalContent_42f7g_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_42f7g_118._center_42f7g_125{text-align:center;font-family:Inter}._modalContent_42f7g_118._settings_42f7g_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_42f7g_118._settingsIntegration_42f7g_133,._modalContent_42f7g_118._performanceTestModalContent_42f7g_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_42f7g_118._monitoringReportContent_42f7g_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_42f7g_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_42f7g_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_42f7g_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_42f7g_158:after,._modalLine_42f7g_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_42f7g_158:before{left:-20px}._modalLine_42f7g_158:after{right:-20px}._infoMessage_42f7g_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_42f7g_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_42f7g_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_42f7g_196._buttonsAutoWidth_42f7g_203{justify-content:flex-end}._modalFooter_42f7g_196._buttonsAutoWidth_42f7g_203 button,._modalFooter_42f7g_196._buttonsAutoWidth_42f7g_203 span{margin-left:12px}._fullWidthTitle_42f7g_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_42f7g_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_42f7g_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_42f7g_230{padding:0 16px 15px}}._widgetHeader_42f7g_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_42f7g_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_42f7g_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_42f7g_266{height:180px;display:flex;align-items:center}._widgetFooter_42f7g_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_42f7g_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_42f7g_279:last-child{border:none}._widgetMainValue_42f7g_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_42f7g_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_42f7g_303{font-size:.75rem;color:#64748b}._widgetLoader_42f7g_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_42f7g_315{opacity:.5;cursor:default}._widgetAddress_42f7g_320{font-size:.75rem;color:#64748b}._widgetTag_42f7g_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_42f7g_333{font-weight:500;color:#0f172a}._chartValuesWrapper_42f7g_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_42f7g_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_42f7g_346._green_42f7g_351:before,._chartValuesTitle_42f7g_346._dark_42f7g_351:before,._chartValuesTitle_42f7g_346._blue_42f7g_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_42f7g_346._green_42f7g_351:before{background:#22c55e}._chartValuesTitle_42f7g_346._dark_42f7g_351:before{background:#475569}._chartValuesTitle_42f7g_346._blue_42f7g_351:before{background:#43e0f8}._topbar_42f7g_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_42f7g_373._sticky_42f7g_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_42f7g_391{display:inline-flex}._logo_42f7g_391{max-width:110px}._menuWrapper_42f7g_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_42f7g_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_42f7g_399._opened_42f7g_417{display:flex}}._menuItem_42f7g_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_42f7g_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_42f7g_422 ._menuIcon_42f7g_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_42f7g_422 ._menuIconPerformance_42f7g_448{fill:none}._menuItem_42f7g_422 ._menuIconStroke_42f7g_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_42f7g_422._active_42f7g_456,._menuItem_42f7g_422:hover{background:#fff;color:#52c2fd}._menuItem_42f7g_422._active_42f7g_456 ._menuIcon_42f7g_443:not(._menuIconStroke_42f7g_451,._menuIconPerformance_42f7g_448),._menuItem_42f7g_422:hover ._menuIcon_42f7g_443:not(._menuIconStroke_42f7g_451,._menuIconPerformance_42f7g_448){fill:#52c2fd}._menuItem_42f7g_422._active_42f7g_456 ._menuIconPerformance_42f7g_448 path,._menuItem_42f7g_422:hover ._menuIconPerformance_42f7g_448 path{stroke:#59a6fd}._menuItem_42f7g_422._active_42f7g_456 ._menuIconStroke_42f7g_451:not(._menuIcon_42f7g_443),._menuItem_42f7g_422:hover ._menuIconStroke_42f7g_451:not(._menuIcon_42f7g_443){stroke:#52c2fd}._redDot_42f7g_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_42f7g_485{display:flex;justify-content:center}._link_42f7g_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._iconButton_42f7g_496{position:absolute;right:12px;top:10px;opacity:.8;transform:scale(.9);cursor:pointer}._iconButton_42f7g_496:hover{transition:.15s;opacity:.6}._showIcon_42f7g_509{display:inline-flex;content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3cpath%20d='M17.9167%201.25L2.5%2017.5'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e")}._hideIcon_42f7g_514{display:inline-flex;content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3c/svg%3e")}:root{--rt-opacity: 1 !important}._tooltip_mlyvu_1{background-color:#fff!important;color:#475569!important;font-size:12px!important;padding:7px 10px!important;border-radius:6px!important;border:1px solid rgb(226,232,240)!important;box-shadow:0 12px 24px #94a3b81f!important}._subscriptionModal_1p4rj_1 footer{display:none}._subscriptionModalContainer_1p4rj_5{display:flex;flex-direction:column;width:100%;max-height:90vh;overflow:hidden}._subscriptionModalWrapper_1p4rj_13{display:flex;flex-direction:row;width:100%;padding:70px 40px 0;overflow-y:auto}._subscriptionModalSection_1p4rj_21{display:flex;width:100%}._subscriptionModalSection_1p4rj_21 ._subscriptionModalFeature_1p4rj_25{display:none}._subscriptionModalPrice_1p4rj_29{display:flex;align-items:center;gap:8px;position:relative}._subscriptionModalPrice_1p4rj_29 ._subscriptionModalPriceOld_1p4rj_35{position:relative;font-size:16px;color:#64748b;text-align:center}._subscriptionModalFooter_1p4rj_42{display:flex;justify-content:space-between;align-items:center;padding:25px 40px}._subscriptionModalFooter_1p4rj_42 div{display:flex;gap:24px}._subscriptionModalFooter_1p4rj_42 div span{display:flex;align-items:center;font-weight:500;font-size:14px}._subscriptionModalFooter_1p4rj_42 div span svg{margin-right:8px}._subscriptionModalFooter_1p4rj_42 ._subscriptionModalFooterText_1p4rj_61 span{font-size:12px}._subscriptionModalContent_1p4rj_65{display:flex;flex-direction:column;flex-grow:1;position:relative}._subscriptionModalFeature_1p4rj_25 ._subscriptionModalRow_1p4rj_72{flex-shrink:0;justify-content:start}._subscriptionModalFeature_1p4rj_25 ._subscriptionModalRow_1p4rj_72:last-child{border-bottom:0}._subscriptionModalFeature_1p4rj_25 ._subscriptionModalRowTitle_1p4rj_79{flex-shrink:0;align-items:start;padding:0 24px 0 0}._popularPlan_1p4rj_85{display:flex;justify-content:center;width:100%;height:calc(100% + 20px);border-radius:16px;border:2px solid #2db2c8;position:absolute;top:-20px}._popularPlan_1p4rj_85 ._mostPopularText_1p4rj_95{display:flex;align-items:center;justify-content:center;position:absolute;top:-16px;height:32px;border-radius:8px;padding:4px 12px;white-space:nowrap;background:linear-gradient(to right,#43e0f8,#2db2c8)}._popularPlan_1p4rj_85 ._mostPopularText_1p4rj_95 p{font-size:14px;font-weight:700;text-transform:uppercase}._subscriptionModalRow_1p4rj_72{display:flex;align-items:center;justify-content:center;height:32px;border-bottom:1px solid #e2e8f0;flex-shrink:0}._subscriptionModalRow_1p4rj_72:last-child{border-bottom:0}._subscriptionModalRow_1p4rj_72 p{font-size:14px}._subscriptionModalRow_1p4rj_72 ._priceText_1p4rj_127{font-size:18px;font-weight:700}._subscriptionModalRowTitle_1p4rj_79{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:85px;border-bottom:1px solid #e2e8f0;padding:0 12px}._subscriptionModalRowTitle_1p4rj_79 ._featuresTitle_1p4rj_141{padding:10px 10px 0 50px}._subscriptionModalRowTitle_1p4rj_79 p{white-space:nowrap;font-size:24px;font-weight:700}._subscriptionModalRowTitle_1p4rj_79 p._boldTitle_1p4rj_149{font-weight:900;font-style:italic;text-transform:uppercase}._subscriptionModalRowTitle_1p4rj_79 div{padding-top:4px;font-weight:600;height:14px;font-size:14px;color:#22c55e}._subscriptionModalRowTitle_1p4rj_79 span{font-family:Inter;font-style:italic;font-size:20px;font-weight:700}._popularPlanTitle_1p4rj_168{padding:0 20px;flex-shrink:0}@media only screen and (max-width: 950px){._subscriptionModalRowTitle_1p4rj_79{padding:0 10px}._subscriptionModalRowTitle_1p4rj_79 span{font-size:16px}._subscriptionModalRowTitle_1p4rj_79 p{font-size:18px}._subscriptionModalRowTitle_1p4rj_79 p._featuresTitle_1p4rj_141{font-size:24px}._subscriptionModalRow_1p4rj_72 p{font-size:12px}._subscriptionModalRow_1p4rj_72 ._priceText_1p4rj_127{font-size:14px}._subscriptionModalRow_1p4rj_72 svg{width:16px}._subscriptionModalFooter_1p4rj_42 span{font-size:12px}._subscriptionModalFooter_1p4rj_42 svg{width:16px;margin-right:6px}._subscriptionModalFooter_1p4rj_42 div{gap:16px}._subscriptionModalFooter_1p4rj_42 div:first-child span{font-size:10px}._popularPlan_1p4rj_85 ._mostPopularText_1p4rj_95{height:28px}._popularPlan_1p4rj_85 ._mostPopularText_1p4rj_95 p{font-size:12px}}._subscriptionSubModal_1p4rj_215 ._modalBody_1p4rj_215{display:flex;flex-direction:column;align-items:center;padding:16px 20px}._subscriptionSubModal_1p4rj_215 ._modalBody_1p4rj_215 p{font-size:14px;color:#475569;margin-top:4px;text-align:center}._subscriptionSubModal_1p4rj_215 ._modalBody_1p4rj_215 span{font-weight:700}._subscriptionSubModal_1p4rj_215 ._subscriptionSubModalFooter_1p4rj_230{flex-direction:column-reverse;gap:12px}._subscriptionSubModal_1p4rj_215 ._iconWrapper_1p4rj_234{display:flex;width:44px;height:44px;border-radius:10px;align-items:center;justify-content:center;margin-bottom:16px;background-color:#fef3c7}._subscriptionSubModal_1p4rj_215 ._iconWrapper_1p4rj_234 svg{width:24px;height:24px}@media only screen and (max-width: 700px){._subscriptionModalWrapper_1p4rj_13{flex-direction:column;overflow-y:auto}._subscriptionModalSection_1p4rj_21{margin-bottom:35px}._subscriptionModalSection_1p4rj_21:last-child{margin-bottom:0}._subscriptionModalSection_1p4rj_21 ._subscriptionModalFeature_1p4rj_25{display:flex}._sectionFeaturesWrapper_1p4rj_263{display:none}._subscriptionModalContent_1p4rj_65 ._subscriptionModalRowTitle_1p4rj_79{padding:0}._subscriptionModalContent_1p4rj_65 ._subscriptionModalRowTitle_1p4rj_79 ._featuresTitle_1p4rj_141{font-size:18px;padding-top:50px;padding-left:0}}@media only screen and (max-width: 590px){._subscriptionModalFooter_1p4rj_42,._subscriptionModalFooter_1p4rj_42 ._subscriptionModalFooterText_1p4rj_61{align-items:start}._subscriptionModalFooter_1p4rj_42 ._subscriptionModalFooterContacts_1p4rj_282{flex-direction:column;align-items:end}}._tooltip_1p4rj_287{background-color:#fff!important;color:#475569!important;font-size:12px!important;padding:7px 10px!important;border-radius:6px!important;border:1px solid rgb(226,232,240)!important;box-shadow:0 12px 24px #94a3b81f!important;z-index:10000!important}._authButtonsWrapper_1cpqv_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1cpqv_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1cpqv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1cpqv_23{width:100%;margin-bottom:16px}._fieldWrapper_1cpqv_23:last-child{margin-bottom:0}._fieldLabel_1cpqv_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1cpqv_36{font-size:.75rem;margin-top:8px}._field_1cpqv_23{width:100%;position:relative}._fieldLabelNew_1cpqv_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1cpqv_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1cpqv_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1cpqv_52[type=password]{font-size:18px}._inputNew_1cpqv_52:focus,._inputNew_1cpqv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1cpqv_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1cpqv_52:disabled::placeholder{color:#cbd5e1}._inputNew_1cpqv_52._error_1cpqv_7{border:1px solid #ef4444}._inputNew_1cpqv_52._error_1cpqv_7:focus,._inputNew_1cpqv_52._error_1cpqv_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1cpqv_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1cpqv_90{width:calc(50% - 8px)}._tableNavWrapper_1cpqv_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1cpqv_109{display:flex;align-items:center}._tableNavItem_1cpqv_114{margin:0 6px}._modalContent_1cpqv_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1cpqv_118._center_1cpqv_125{text-align:center;font-family:Inter}._modalContent_1cpqv_118._settings_1cpqv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1cpqv_118._settingsIntegration_1cpqv_133,._modalContent_1cpqv_118._performanceTestModalContent_1cpqv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1cpqv_118._monitoringReportContent_1cpqv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1cpqv_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1cpqv_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1cpqv_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1cpqv_158:after,._modalLine_1cpqv_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1cpqv_158:before{left:-20px}._modalLine_1cpqv_158:after{right:-20px}._infoMessage_1cpqv_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1cpqv_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1cpqv_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1cpqv_196._buttonsAutoWidth_1cpqv_203{justify-content:flex-end}._modalFooter_1cpqv_196._buttonsAutoWidth_1cpqv_203 button,._modalFooter_1cpqv_196._buttonsAutoWidth_1cpqv_203 span{margin-left:12px}._fullWidthTitle_1cpqv_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1cpqv_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1cpqv_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1cpqv_230{padding:0 16px 15px}}._widgetHeader_1cpqv_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1cpqv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1cpqv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1cpqv_266{height:180px;display:flex;align-items:center}._widgetFooter_1cpqv_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1cpqv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1cpqv_279:last-child{border:none}._widgetMainValue_1cpqv_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1cpqv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1cpqv_303{font-size:.75rem;color:#64748b}._widgetLoader_1cpqv_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1cpqv_315{opacity:.5;cursor:default}._widgetAddress_1cpqv_320{font-size:.75rem;color:#64748b}._widgetTag_1cpqv_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1cpqv_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1cpqv_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1cpqv_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1cpqv_346._green_1cpqv_351:before,._chartValuesTitle_1cpqv_346._dark_1cpqv_351:before,._chartValuesTitle_1cpqv_346._blue_1cpqv_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1cpqv_346._green_1cpqv_351:before{background:#22c55e}._chartValuesTitle_1cpqv_346._dark_1cpqv_351:before{background:#475569}._chartValuesTitle_1cpqv_346._blue_1cpqv_351:before{background:#43e0f8}._topbar_1cpqv_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1cpqv_373._sticky_1cpqv_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1cpqv_391{display:inline-flex}._logo_1cpqv_391{max-width:110px}._menuWrapper_1cpqv_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1cpqv_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1cpqv_399._opened_1cpqv_417{display:flex}}._menuItem_1cpqv_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1cpqv_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1cpqv_422 ._menuIcon_1cpqv_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1cpqv_422 ._menuIconPerformance_1cpqv_448{fill:none}._menuItem_1cpqv_422 ._menuIconStroke_1cpqv_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1cpqv_422._active_1cpqv_456,._menuItem_1cpqv_422:hover{background:#fff;color:#52c2fd}._menuItem_1cpqv_422._active_1cpqv_456 ._menuIcon_1cpqv_443:not(._menuIconStroke_1cpqv_451,._menuIconPerformance_1cpqv_448),._menuItem_1cpqv_422:hover ._menuIcon_1cpqv_443:not(._menuIconStroke_1cpqv_451,._menuIconPerformance_1cpqv_448){fill:#52c2fd}._menuItem_1cpqv_422._active_1cpqv_456 ._menuIconPerformance_1cpqv_448 path,._menuItem_1cpqv_422:hover ._menuIconPerformance_1cpqv_448 path{stroke:#59a6fd}._menuItem_1cpqv_422._active_1cpqv_456 ._menuIconStroke_1cpqv_451:not(._menuIcon_1cpqv_443),._menuItem_1cpqv_422:hover ._menuIconStroke_1cpqv_451:not(._menuIcon_1cpqv_443){stroke:#52c2fd}._redDot_1cpqv_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1cpqv_485{display:flex;justify-content:center}._link_1cpqv_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._spinnerWrapper_1cpqv_496{position:absolute;z-index:1;width:calc(100% - 40px);display:flex;justify-content:center;align-items:center}._hidden_1cpqv_505{display:none}._subscriptionPlanContainer_1cpqv_509{font-size:14px;margin-bottom:10px}._subscriptionPlanContainer_1cpqv_509>div{display:flex;justify-content:space-between;align-items:center;margin-top:5px;background-color:#f8fafc;border-radius:12px;padding:15px 20px 15px 10px}._subscriptionPlanContainer_1cpqv_509>div>div{cursor:pointer;color:#2db2c8;font-size:14px}._authButtonsWrapper_aisjl_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_aisjl_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_aisjl_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_aisjl_23{width:100%;margin-bottom:16px}._fieldWrapper_aisjl_23:last-child{margin-bottom:0}._fieldLabel_aisjl_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_aisjl_36{font-size:.75rem;margin-top:8px}._field_aisjl_23{width:100%;position:relative}._fieldLabelNew_aisjl_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_aisjl_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_aisjl_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_aisjl_52[type=password]{font-size:18px}._inputNew_aisjl_52:focus,._inputNew_aisjl_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_aisjl_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_aisjl_52:disabled::placeholder{color:#cbd5e1}._inputNew_aisjl_52._error_aisjl_7{border:1px solid #ef4444}._inputNew_aisjl_52._error_aisjl_7:focus,._inputNew_aisjl_52._error_aisjl_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_aisjl_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_aisjl_90{width:calc(50% - 8px)}._tableNavWrapper_aisjl_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_aisjl_109{display:flex;align-items:center}._tableNavItem_aisjl_114{margin:0 6px}._modalContent_aisjl_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_aisjl_118._center_aisjl_125{text-align:center;font-family:Inter}._modalContent_aisjl_118._settings_aisjl_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_aisjl_118._settingsIntegration_aisjl_133,._modalContent_aisjl_118._performanceTestModalContent_aisjl_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_aisjl_118._monitoringReportContent_aisjl_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_aisjl_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_aisjl_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_aisjl_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_aisjl_158:after,._modalLine_aisjl_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_aisjl_158:before{left:-20px}._modalLine_aisjl_158:after{right:-20px}._infoMessage_aisjl_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_aisjl_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_aisjl_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_aisjl_196._buttonsAutoWidth_aisjl_203{justify-content:flex-end}._modalFooter_aisjl_196._buttonsAutoWidth_aisjl_203 button,._modalFooter_aisjl_196._buttonsAutoWidth_aisjl_203 span{margin-left:12px}._fullWidthTitle_aisjl_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_aisjl_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_aisjl_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_aisjl_230{padding:0 16px 15px}}._widgetHeader_aisjl_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_aisjl_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_aisjl_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_aisjl_266{height:180px;display:flex;align-items:center}._widgetFooter_aisjl_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_aisjl_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_aisjl_279:last-child{border:none}._widgetMainValue_aisjl_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_aisjl_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_aisjl_303{font-size:.75rem;color:#64748b}._widgetLoader_aisjl_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_aisjl_315{opacity:.5;cursor:default}._widgetAddress_aisjl_320{font-size:.75rem;color:#64748b}._widgetTag_aisjl_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_aisjl_333{font-weight:500;color:#0f172a}._chartValuesWrapper_aisjl_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_aisjl_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_aisjl_346._green_aisjl_351:before,._chartValuesTitle_aisjl_346._dark_aisjl_351:before,._chartValuesTitle_aisjl_346._blue_aisjl_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_aisjl_346._green_aisjl_351:before{background:#22c55e}._chartValuesTitle_aisjl_346._dark_aisjl_351:before{background:#475569}._chartValuesTitle_aisjl_346._blue_aisjl_351:before{background:#43e0f8}._topbar_aisjl_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_aisjl_373._sticky_aisjl_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_aisjl_391{display:inline-flex}._logo_aisjl_391{max-width:110px}._menuWrapper_aisjl_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_aisjl_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_aisjl_399._opened_aisjl_417{display:flex}}._menuItem_aisjl_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_aisjl_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_aisjl_422 ._menuIcon_aisjl_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_aisjl_422 ._menuIconPerformance_aisjl_448{fill:none}._menuItem_aisjl_422 ._menuIconStroke_aisjl_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_aisjl_422._active_aisjl_456,._menuItem_aisjl_422:hover{background:#fff;color:#52c2fd}._menuItem_aisjl_422._active_aisjl_456 ._menuIcon_aisjl_443:not(._menuIconStroke_aisjl_451,._menuIconPerformance_aisjl_448),._menuItem_aisjl_422:hover ._menuIcon_aisjl_443:not(._menuIconStroke_aisjl_451,._menuIconPerformance_aisjl_448){fill:#52c2fd}._menuItem_aisjl_422._active_aisjl_456 ._menuIconPerformance_aisjl_448 path,._menuItem_aisjl_422:hover ._menuIconPerformance_aisjl_448 path{stroke:#59a6fd}._menuItem_aisjl_422._active_aisjl_456 ._menuIconStroke_aisjl_451:not(._menuIcon_aisjl_443),._menuItem_aisjl_422:hover ._menuIconStroke_aisjl_451:not(._menuIcon_aisjl_443){stroke:#52c2fd}._redDot_aisjl_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_aisjl_485{display:flex;justify-content:center}._link_aisjl_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalNoteText_aisjl_496{font-size:.875rem;color:#165964;padding:6px 10px;border-radius:10px;background:#ebfcff}._spinnerWrapper_aisjl_504{position:absolute;z-index:1;width:calc(100% - 40px);display:flex;justify-content:center;align-items:center}._settingsIntegration_aisjl_133 .static-select--is-disabled{opacity:1!important}._checkboxNewWrapper_1qdbd_1{display:inline-flex;align-items:center;position:relative}._checkboxNewWrapper_1qdbd_1._reverse_1qdbd_6{flex-direction:row-reverse}._checkboxNew_1qdbd_1{display:none}._checkboxNewText_1qdbd_14{font-size:.875rem;padding:0 8px;cursor:pointer}._checkboxNewLabel_1qdbd_20{display:inline-flex;width:20px;height:20px;overflow:hidden;cursor:pointer}._disabled_1qdbd_28{cursor:not-allowed;opacity:.4}._checkboxNew_1qdbd_1+._checkboxNewLabel_1qdbd_20 svg{position:relative;height:20px;min-width:40px;left:-20px}._checkboxNew_1qdbd_1:checked+._checkboxNewLabel_1qdbd_20 svg{left:0}._errorMessage_9kn23_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._infoMessage_9kn23_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._authButtonsWrapper_hz4d0_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_hz4d0_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_hz4d0_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_hz4d0_23{width:100%;margin-bottom:16px}._fieldWrapper_hz4d0_23:last-child{margin-bottom:0}._fieldLabel_hz4d0_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_hz4d0_36{font-size:.75rem;margin-top:8px}._field_hz4d0_23{width:100%;position:relative}._fieldLabelNew_hz4d0_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_hz4d0_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_hz4d0_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_hz4d0_52[type=password]{font-size:18px}._inputNew_hz4d0_52:focus,._inputNew_hz4d0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_hz4d0_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_hz4d0_52:disabled::placeholder{color:#cbd5e1}._inputNew_hz4d0_52._error_hz4d0_7{border:1px solid #ef4444}._inputNew_hz4d0_52._error_hz4d0_7:focus,._inputNew_hz4d0_52._error_hz4d0_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_hz4d0_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_hz4d0_90{width:calc(50% - 8px)}._tableNavWrapper_hz4d0_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_hz4d0_109{display:flex;align-items:center}._tableNavItem_hz4d0_114{margin:0 6px}._modalContent_hz4d0_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_hz4d0_118._center_hz4d0_125{text-align:center;font-family:Inter}._modalContent_hz4d0_118._settings_hz4d0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_hz4d0_118._settingsIntegration_hz4d0_133,._modalContent_hz4d0_118._performanceTestModalContent_hz4d0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_hz4d0_118._monitoringReportContent_hz4d0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_hz4d0_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_hz4d0_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_hz4d0_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_hz4d0_158:after,._modalLine_hz4d0_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_hz4d0_158:before{left:-20px}._modalLine_hz4d0_158:after{right:-20px}._infoMessage_hz4d0_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_hz4d0_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_hz4d0_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_hz4d0_196._buttonsAutoWidth_hz4d0_203{justify-content:flex-end}._modalFooter_hz4d0_196._buttonsAutoWidth_hz4d0_203 button,._modalFooter_hz4d0_196._buttonsAutoWidth_hz4d0_203 span{margin-left:12px}._fullWidthTitle_hz4d0_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_hz4d0_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_hz4d0_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_hz4d0_230{padding:0 16px 15px}}._widgetHeader_hz4d0_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_hz4d0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_hz4d0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_hz4d0_266{height:180px;display:flex;align-items:center}._widgetFooter_hz4d0_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_hz4d0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_hz4d0_279:last-child{border:none}._widgetMainValue_hz4d0_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_hz4d0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_hz4d0_303{font-size:.75rem;color:#64748b}._widgetLoader_hz4d0_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_hz4d0_315{opacity:.5;cursor:default}._widgetAddress_hz4d0_320{font-size:.75rem;color:#64748b}._widgetTag_hz4d0_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_hz4d0_333{font-weight:500;color:#0f172a}._chartValuesWrapper_hz4d0_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_hz4d0_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_hz4d0_346._green_hz4d0_351:before,._chartValuesTitle_hz4d0_346._dark_hz4d0_351:before,._chartValuesTitle_hz4d0_346._blue_hz4d0_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_hz4d0_346._green_hz4d0_351:before{background:#22c55e}._chartValuesTitle_hz4d0_346._dark_hz4d0_351:before{background:#475569}._chartValuesTitle_hz4d0_346._blue_hz4d0_351:before{background:#43e0f8}._topbar_hz4d0_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_hz4d0_373._sticky_hz4d0_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_hz4d0_391{display:inline-flex}._logo_hz4d0_391{max-width:110px}._menuWrapper_hz4d0_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_hz4d0_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_hz4d0_399._opened_hz4d0_417{display:flex}}._menuItem_hz4d0_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_hz4d0_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_hz4d0_422 ._menuIcon_hz4d0_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_hz4d0_422 ._menuIconPerformance_hz4d0_448{fill:none}._menuItem_hz4d0_422 ._menuIconStroke_hz4d0_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_hz4d0_422._active_hz4d0_456,._menuItem_hz4d0_422:hover{background:#fff;color:#52c2fd}._menuItem_hz4d0_422._active_hz4d0_456 ._menuIcon_hz4d0_443:not(._menuIconStroke_hz4d0_451,._menuIconPerformance_hz4d0_448),._menuItem_hz4d0_422:hover ._menuIcon_hz4d0_443:not(._menuIconStroke_hz4d0_451,._menuIconPerformance_hz4d0_448){fill:#52c2fd}._menuItem_hz4d0_422._active_hz4d0_456 ._menuIconPerformance_hz4d0_448 path,._menuItem_hz4d0_422:hover ._menuIconPerformance_hz4d0_448 path{stroke:#59a6fd}._menuItem_hz4d0_422._active_hz4d0_456 ._menuIconStroke_hz4d0_451:not(._menuIcon_hz4d0_443),._menuItem_hz4d0_422:hover ._menuIconStroke_hz4d0_451:not(._menuIcon_hz4d0_443){stroke:#52c2fd}._redDot_hz4d0_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_hz4d0_485{display:flex;justify-content:center}._link_hz4d0_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._row_1gqwn_1{display:flex;flex-direction:row;gap:16px;padding:0 20px;margin-bottom:20px}@media only screen and (max-width: 450px){._row_1gqwn_1{flex-direction:column}}._personalInfoRow_1gqwn_14{margin-bottom:10px!important}._inputText_1gqwn_18{margin-bottom:0}._phoneNumberContainer_1gqwn_22{flex:1}._authButtonsWrapper_11v1e_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_11v1e_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_11v1e_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_11v1e_23{width:100%;margin-bottom:16px}._fieldWrapper_11v1e_23:last-child{margin-bottom:0}._fieldLabel_11v1e_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_11v1e_36{font-size:.75rem;margin-top:8px}._field_11v1e_23{width:100%;position:relative}._fieldLabelNew_11v1e_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_11v1e_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_11v1e_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_11v1e_52[type=password]{font-size:18px}._inputNew_11v1e_52:focus,._inputNew_11v1e_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_11v1e_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_11v1e_52:disabled::placeholder{color:#cbd5e1}._inputNew_11v1e_52._error_11v1e_7{border:1px solid #ef4444}._inputNew_11v1e_52._error_11v1e_7:focus,._inputNew_11v1e_52._error_11v1e_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_11v1e_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_11v1e_90{width:calc(50% - 8px)}._tableNavWrapper_11v1e_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_11v1e_109{display:flex;align-items:center}._tableNavItem_11v1e_114{margin:0 6px}._modalContent_11v1e_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_11v1e_118._center_11v1e_125{text-align:center;font-family:Inter}._modalContent_11v1e_118._settings_11v1e_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_11v1e_118._settingsIntegration_11v1e_133,._modalContent_11v1e_118._performanceTestModalContent_11v1e_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_11v1e_118._monitoringReportContent_11v1e_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_11v1e_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_11v1e_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_11v1e_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_11v1e_158:after,._modalLine_11v1e_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_11v1e_158:before{left:-20px}._modalLine_11v1e_158:after{right:-20px}._infoMessage_11v1e_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_11v1e_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_11v1e_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_11v1e_196._buttonsAutoWidth_11v1e_203{justify-content:flex-end}._modalFooter_11v1e_196._buttonsAutoWidth_11v1e_203 button,._modalFooter_11v1e_196._buttonsAutoWidth_11v1e_203 span{margin-left:12px}._fullWidthTitle_11v1e_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_11v1e_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_11v1e_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_11v1e_230{padding:0 16px 15px}}._widgetHeader_11v1e_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_11v1e_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_11v1e_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_11v1e_266{height:180px;display:flex;align-items:center}._widgetFooter_11v1e_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_11v1e_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_11v1e_279:last-child{border:none}._widgetMainValue_11v1e_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_11v1e_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_11v1e_303{font-size:.75rem;color:#64748b}._widgetLoader_11v1e_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_11v1e_315{opacity:.5;cursor:default}._widgetAddress_11v1e_320{font-size:.75rem;color:#64748b}._widgetTag_11v1e_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_11v1e_333{font-weight:500;color:#0f172a}._chartValuesWrapper_11v1e_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_11v1e_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_11v1e_346._green_11v1e_351:before,._chartValuesTitle_11v1e_346._dark_11v1e_351:before,._chartValuesTitle_11v1e_346._blue_11v1e_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_11v1e_346._green_11v1e_351:before{background:#22c55e}._chartValuesTitle_11v1e_346._dark_11v1e_351:before{background:#475569}._chartValuesTitle_11v1e_346._blue_11v1e_351:before{background:#43e0f8}._topbar_11v1e_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_11v1e_373._sticky_11v1e_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_11v1e_391{display:inline-flex}._logo_11v1e_391{max-width:110px}._menuWrapper_11v1e_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_11v1e_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_11v1e_399._opened_11v1e_417{display:flex}}._menuItem_11v1e_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_11v1e_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_11v1e_422 ._menuIcon_11v1e_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_11v1e_422 ._menuIconPerformance_11v1e_448{fill:none}._menuItem_11v1e_422 ._menuIconStroke_11v1e_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_11v1e_422._active_11v1e_456,._menuItem_11v1e_422:hover{background:#fff;color:#52c2fd}._menuItem_11v1e_422._active_11v1e_456 ._menuIcon_11v1e_443:not(._menuIconStroke_11v1e_451,._menuIconPerformance_11v1e_448),._menuItem_11v1e_422:hover ._menuIcon_11v1e_443:not(._menuIconStroke_11v1e_451,._menuIconPerformance_11v1e_448){fill:#52c2fd}._menuItem_11v1e_422._active_11v1e_456 ._menuIconPerformance_11v1e_448 path,._menuItem_11v1e_422:hover ._menuIconPerformance_11v1e_448 path{stroke:#59a6fd}._menuItem_11v1e_422._active_11v1e_456 ._menuIconStroke_11v1e_451:not(._menuIcon_11v1e_443),._menuItem_11v1e_422:hover ._menuIconStroke_11v1e_451:not(._menuIcon_11v1e_443){stroke:#52c2fd}._redDot_11v1e_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_11v1e_485{display:flex;justify-content:center}._link_11v1e_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._spinnerWrapper_11v1e_496{position:absolute;z-index:1;width:calc(100% - 40px);display:flex;justify-content:center;align-items:center}._inputText_11v1e_505{margin-bottom:5px}._emailAlertsCheckbox_11v1e_509{margin-bottom:15px}._authButtonsWrapper_cixh5_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_cixh5_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_cixh5_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_cixh5_23{width:100%;margin-bottom:16px}._fieldWrapper_cixh5_23:last-child{margin-bottom:0}._fieldLabel_cixh5_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_cixh5_36{font-size:.75rem;margin-top:8px}._field_cixh5_23{width:100%;position:relative}._fieldLabelNew_cixh5_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_cixh5_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_cixh5_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_cixh5_52[type=password]{font-size:18px}._inputNew_cixh5_52:focus,._inputNew_cixh5_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_cixh5_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_cixh5_52:disabled::placeholder{color:#cbd5e1}._inputNew_cixh5_52._error_cixh5_7{border:1px solid #ef4444}._inputNew_cixh5_52._error_cixh5_7:focus,._inputNew_cixh5_52._error_cixh5_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_cixh5_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_cixh5_90{width:calc(50% - 8px)}._tableNavWrapper_cixh5_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_cixh5_109{display:flex;align-items:center}._tableNavItem_cixh5_114{margin:0 6px}._modalContent_cixh5_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_cixh5_118._center_cixh5_125{text-align:center;font-family:Inter}._modalContent_cixh5_118._settings_cixh5_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_cixh5_118._settingsIntegration_cixh5_133,._modalContent_cixh5_118._performanceTestModalContent_cixh5_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_cixh5_118._monitoringReportContent_cixh5_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_cixh5_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_cixh5_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_cixh5_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_cixh5_158:after,._modalLine_cixh5_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_cixh5_158:before{left:-20px}._modalLine_cixh5_158:after{right:-20px}._infoMessage_cixh5_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_cixh5_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_cixh5_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_cixh5_196._buttonsAutoWidth_cixh5_203{justify-content:flex-end}._modalFooter_cixh5_196._buttonsAutoWidth_cixh5_203 button,._modalFooter_cixh5_196._buttonsAutoWidth_cixh5_203 span{margin-left:12px}._fullWidthTitle_cixh5_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_cixh5_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_cixh5_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_cixh5_230{padding:0 16px 15px}}._widgetHeader_cixh5_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_cixh5_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_cixh5_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_cixh5_266{height:180px;display:flex;align-items:center}._widgetFooter_cixh5_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_cixh5_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_cixh5_279:last-child{border:none}._widgetMainValue_cixh5_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_cixh5_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_cixh5_303{font-size:.75rem;color:#64748b}._widgetLoader_cixh5_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_cixh5_315{opacity:.5;cursor:default}._widgetAddress_cixh5_320{font-size:.75rem;color:#64748b}._widgetTag_cixh5_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_cixh5_333{font-weight:500;color:#0f172a}._chartValuesWrapper_cixh5_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_cixh5_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_cixh5_346._green_cixh5_351:before,._chartValuesTitle_cixh5_346._dark_cixh5_351:before,._chartValuesTitle_cixh5_346._blue_cixh5_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_cixh5_346._green_cixh5_351:before{background:#22c55e}._chartValuesTitle_cixh5_346._dark_cixh5_351:before{background:#475569}._chartValuesTitle_cixh5_346._blue_cixh5_351:before{background:#43e0f8}._topbar_cixh5_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_cixh5_373._sticky_cixh5_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_cixh5_391{display:inline-flex}._logo_cixh5_391{max-width:110px}._menuWrapper_cixh5_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_cixh5_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_cixh5_399._opened_cixh5_417{display:flex}}._menuItem_cixh5_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_cixh5_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_cixh5_422 ._menuIcon_cixh5_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_cixh5_422 ._menuIconPerformance_cixh5_448{fill:none}._menuItem_cixh5_422 ._menuIconStroke_cixh5_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_cixh5_422._active_cixh5_456,._menuItem_cixh5_422:hover{background:#fff;color:#52c2fd}._menuItem_cixh5_422._active_cixh5_456 ._menuIcon_cixh5_443:not(._menuIconStroke_cixh5_451,._menuIconPerformance_cixh5_448),._menuItem_cixh5_422:hover ._menuIcon_cixh5_443:not(._menuIconStroke_cixh5_451,._menuIconPerformance_cixh5_448){fill:#52c2fd}._menuItem_cixh5_422._active_cixh5_456 ._menuIconPerformance_cixh5_448 path,._menuItem_cixh5_422:hover ._menuIconPerformance_cixh5_448 path{stroke:#59a6fd}._menuItem_cixh5_422._active_cixh5_456 ._menuIconStroke_cixh5_451:not(._menuIcon_cixh5_443),._menuItem_cixh5_422:hover ._menuIconStroke_cixh5_451:not(._menuIcon_cixh5_443){stroke:#52c2fd}._redDot_cixh5_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_cixh5_485{display:flex;justify-content:center}._link_cixh5_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalTabsWrapper_cixh5_496{padding:20px 20px 0}._authButtonsWrapper_1ve5t_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1ve5t_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1ve5t_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1ve5t_23{width:100%;margin-bottom:16px}._fieldWrapper_1ve5t_23:last-child{margin-bottom:0}._fieldLabel_1ve5t_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1ve5t_36{font-size:.75rem;margin-top:8px}._field_1ve5t_23{width:100%;position:relative}._fieldLabelNew_1ve5t_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1ve5t_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1ve5t_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1ve5t_52[type=password]{font-size:18px}._inputNew_1ve5t_52:focus,._inputNew_1ve5t_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ve5t_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1ve5t_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ve5t_52._error_1ve5t_7{border:1px solid #ef4444}._inputNew_1ve5t_52._error_1ve5t_7:focus,._inputNew_1ve5t_52._error_1ve5t_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1ve5t_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1ve5t_90{width:calc(50% - 8px)}._tableNavWrapper_1ve5t_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1ve5t_109{display:flex;align-items:center}._tableNavItem_1ve5t_114{margin:0 6px}._modalContent_1ve5t_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1ve5t_118._center_1ve5t_125{text-align:center;font-family:Inter}._modalContent_1ve5t_118._settings_1ve5t_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1ve5t_118._settingsIntegration_1ve5t_133,._modalContent_1ve5t_118._performanceTestModalContent_1ve5t_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1ve5t_118._monitoringReportContent_1ve5t_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1ve5t_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1ve5t_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1ve5t_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1ve5t_158:after,._modalLine_1ve5t_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1ve5t_158:before{left:-20px}._modalLine_1ve5t_158:after{right:-20px}._infoMessage_1ve5t_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1ve5t_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1ve5t_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1ve5t_196._buttonsAutoWidth_1ve5t_203{justify-content:flex-end}._modalFooter_1ve5t_196._buttonsAutoWidth_1ve5t_203 button,._modalFooter_1ve5t_196._buttonsAutoWidth_1ve5t_203 span{margin-left:12px}._fullWidthTitle_1ve5t_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1ve5t_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1ve5t_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1ve5t_230{padding:0 16px 15px}}._widgetHeader_1ve5t_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1ve5t_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ve5t_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ve5t_266{height:180px;display:flex;align-items:center}._widgetFooter_1ve5t_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1ve5t_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ve5t_279:last-child{border:none}._widgetMainValue_1ve5t_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1ve5t_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ve5t_303{font-size:.75rem;color:#64748b}._widgetLoader_1ve5t_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1ve5t_315{opacity:.5;cursor:default}._widgetAddress_1ve5t_320{font-size:.75rem;color:#64748b}._widgetTag_1ve5t_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1ve5t_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1ve5t_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1ve5t_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1ve5t_346._green_1ve5t_351:before,._chartValuesTitle_1ve5t_346._dark_1ve5t_351:before,._chartValuesTitle_1ve5t_346._blue_1ve5t_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1ve5t_346._green_1ve5t_351:before{background:#22c55e}._chartValuesTitle_1ve5t_346._dark_1ve5t_351:before{background:#475569}._chartValuesTitle_1ve5t_346._blue_1ve5t_351:before{background:#43e0f8}._topbar_1ve5t_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1ve5t_373._sticky_1ve5t_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1ve5t_391{display:inline-flex}._logo_1ve5t_391{max-width:110px}._menuWrapper_1ve5t_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1ve5t_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1ve5t_399._opened_1ve5t_417{display:flex}}._menuItem_1ve5t_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1ve5t_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1ve5t_422 ._menuIcon_1ve5t_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1ve5t_422 ._menuIconPerformance_1ve5t_448{fill:none}._menuItem_1ve5t_422 ._menuIconStroke_1ve5t_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1ve5t_422._active_1ve5t_456,._menuItem_1ve5t_422:hover{background:#fff;color:#52c2fd}._menuItem_1ve5t_422._active_1ve5t_456 ._menuIcon_1ve5t_443:not(._menuIconStroke_1ve5t_451,._menuIconPerformance_1ve5t_448),._menuItem_1ve5t_422:hover ._menuIcon_1ve5t_443:not(._menuIconStroke_1ve5t_451,._menuIconPerformance_1ve5t_448){fill:#52c2fd}._menuItem_1ve5t_422._active_1ve5t_456 ._menuIconPerformance_1ve5t_448 path,._menuItem_1ve5t_422:hover ._menuIconPerformance_1ve5t_448 path{stroke:#59a6fd}._menuItem_1ve5t_422._active_1ve5t_456 ._menuIconStroke_1ve5t_451:not(._menuIcon_1ve5t_443),._menuItem_1ve5t_422:hover ._menuIconStroke_1ve5t_451:not(._menuIcon_1ve5t_443){stroke:#52c2fd}._redDot_1ve5t_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1ve5t_485{display:flex;justify-content:center}._link_1ve5t_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._physicalStatus_1ve5t_496{padding:2px 8px;text-transform:uppercase;border-radius:20px;line-height:1;position:relative;font-size:.75rem;display:inline-flex;align-items:center}._physicalStatus_1ve5t_496._stocked_1ve5t_506{border:1px solid #22c55e;background:#dcfce7;color:#15803d}._physicalStatus_1ve5t_496._inventory_1ve5t_511{border:1px solid #fcceee;background:#fdf2fa;color:#c11574}._physicalStatus_1ve5t_496._installed_1ve5t_516{border:1px solid #14b8a6;background:#dffbf4;color:#115e59}._physicalStatus_1ve5t_496._missing_1ve5t_521{border:1px solid #f59e0b;background:#fef3c7;color:#b45309}._physicalStatus_1ve5t_496._production_1ve5t_526{border:1px solid #64748b;background:#f1f5f9;color:#1e293b}._physicalStatus_1ve5t_496._warranty_1ve5t_531{border:1px solid #2db2c8;background:#ebfcff;color:#165964}._physicalStatus_1ve5t_496._damaged_1ve5t_536{border:1px solid #ef4444;background:#fee2e2;color:#b91c1c}._physicalStatus_1ve5t_496._packed_1ve5t_541{border:1px solid #a855f7;background:#f3e8ff;color:#6b21a8}._physicalStatus_1ve5t_496._preinstalled_1ve5t_546{border:1px solid #14b8a6;background:#dffbf4;color:#115e59}._physicalStatus_1ve5t_496._transferring_1ve5t_551{border:1px solid #3b82f6;background:#dbeafe;color:#1e40af}._authButtonsWrapper_1dqt2_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1dqt2_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1dqt2_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1dqt2_23{width:100%;margin-bottom:16px}._fieldWrapper_1dqt2_23:last-child{margin-bottom:0}._fieldLabel_1dqt2_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1dqt2_36{font-size:.75rem;margin-top:8px}._field_1dqt2_23{width:100%;position:relative}._fieldLabelNew_1dqt2_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1dqt2_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1dqt2_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1dqt2_52[type=password]{font-size:18px}._inputNew_1dqt2_52:focus,._inputNew_1dqt2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1dqt2_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1dqt2_52:disabled::placeholder{color:#cbd5e1}._inputNew_1dqt2_52._error_1dqt2_7{border:1px solid #ef4444}._inputNew_1dqt2_52._error_1dqt2_7:focus,._inputNew_1dqt2_52._error_1dqt2_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1dqt2_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1dqt2_90{width:calc(50% - 8px)}._tableNavWrapper_1dqt2_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1dqt2_109{display:flex;align-items:center}._tableNavItem_1dqt2_114{margin:0 6px}._modalContent_1dqt2_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1dqt2_118._center_1dqt2_125{text-align:center;font-family:Inter}._modalContent_1dqt2_118._settings_1dqt2_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1dqt2_118._settingsIntegration_1dqt2_133,._modalContent_1dqt2_118._performanceTestModalContent_1dqt2_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1dqt2_118._monitoringReportContent_1dqt2_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1dqt2_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1dqt2_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1dqt2_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1dqt2_158:after,._modalLine_1dqt2_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1dqt2_158:before{left:-20px}._modalLine_1dqt2_158:after{right:-20px}._infoMessage_1dqt2_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1dqt2_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1dqt2_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1dqt2_196._buttonsAutoWidth_1dqt2_203{justify-content:flex-end}._modalFooter_1dqt2_196._buttonsAutoWidth_1dqt2_203 button,._modalFooter_1dqt2_196._buttonsAutoWidth_1dqt2_203 span{margin-left:12px}._fullWidthTitle_1dqt2_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1dqt2_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1dqt2_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1dqt2_230{padding:0 16px 15px}}._widgetHeader_1dqt2_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1dqt2_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1dqt2_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1dqt2_266{height:180px;display:flex;align-items:center}._widgetFooter_1dqt2_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1dqt2_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1dqt2_279:last-child{border:none}._widgetMainValue_1dqt2_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1dqt2_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1dqt2_303{font-size:.75rem;color:#64748b}._widgetLoader_1dqt2_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1dqt2_315{opacity:.5;cursor:default}._widgetAddress_1dqt2_320{font-size:.75rem;color:#64748b}._widgetTag_1dqt2_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1dqt2_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1dqt2_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1dqt2_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1dqt2_346._green_1dqt2_351:before,._chartValuesTitle_1dqt2_346._dark_1dqt2_351:before,._chartValuesTitle_1dqt2_346._blue_1dqt2_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1dqt2_346._green_1dqt2_351:before{background:#22c55e}._chartValuesTitle_1dqt2_346._dark_1dqt2_351:before{background:#475569}._chartValuesTitle_1dqt2_346._blue_1dqt2_351:before{background:#43e0f8}._topbar_1dqt2_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1dqt2_373._sticky_1dqt2_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1dqt2_391{display:inline-flex}._logo_1dqt2_391{max-width:110px}._menuWrapper_1dqt2_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1dqt2_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1dqt2_399._opened_1dqt2_417{display:flex}}._menuItem_1dqt2_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1dqt2_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1dqt2_422 ._menuIcon_1dqt2_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1dqt2_422 ._menuIconPerformance_1dqt2_448{fill:none}._menuItem_1dqt2_422 ._menuIconStroke_1dqt2_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1dqt2_422._active_1dqt2_456,._menuItem_1dqt2_422:hover{background:#fff;color:#52c2fd}._menuItem_1dqt2_422._active_1dqt2_456 ._menuIcon_1dqt2_443:not(._menuIconStroke_1dqt2_451,._menuIconPerformance_1dqt2_448),._menuItem_1dqt2_422:hover ._menuIcon_1dqt2_443:not(._menuIconStroke_1dqt2_451,._menuIconPerformance_1dqt2_448){fill:#52c2fd}._menuItem_1dqt2_422._active_1dqt2_456 ._menuIconPerformance_1dqt2_448 path,._menuItem_1dqt2_422:hover ._menuIconPerformance_1dqt2_448 path{stroke:#59a6fd}._menuItem_1dqt2_422._active_1dqt2_456 ._menuIconStroke_1dqt2_451:not(._menuIcon_1dqt2_443),._menuItem_1dqt2_422:hover ._menuIconStroke_1dqt2_451:not(._menuIcon_1dqt2_443){stroke:#52c2fd}._redDot_1dqt2_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1dqt2_485{display:flex;justify-content:center}._link_1dqt2_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._snTableHeader_1dqt2_496{display:flex}._snHederCell_1dqt2_500{font-size:.875rem;color:#64748b;width:33.33%}._snBodyRow_1dqt2_506{padding:16px 0;display:flex;border-bottom:1px solid #e2e8f0}._snBodyRow_1dqt2_506:last-child{border:none;padding:16px 0 0}._snBodyCell_1dqt2_516{width:33.33%}._authButtonsWrapper_1um9m_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1um9m_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1um9m_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1um9m_23{width:100%;margin-bottom:16px}._fieldWrapper_1um9m_23:last-child{margin-bottom:0}._fieldLabel_1um9m_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1um9m_36{font-size:.75rem;margin-top:8px}._field_1um9m_23{width:100%;position:relative}._fieldLabelNew_1um9m_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1um9m_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1um9m_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1um9m_52[type=password]{font-size:18px}._inputNew_1um9m_52:focus,._inputNew_1um9m_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1um9m_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1um9m_52:disabled::placeholder{color:#cbd5e1}._inputNew_1um9m_52._error_1um9m_7{border:1px solid #ef4444}._inputNew_1um9m_52._error_1um9m_7:focus,._inputNew_1um9m_52._error_1um9m_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1um9m_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1um9m_90{width:calc(50% - 8px)}._tableNavWrapper_1um9m_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1um9m_109{display:flex;align-items:center}._tableNavItem_1um9m_114{margin:0 6px}._modalContent_1um9m_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1um9m_118._center_1um9m_125{text-align:center;font-family:Inter}._modalContent_1um9m_118._settings_1um9m_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1um9m_118._settingsIntegration_1um9m_133,._modalContent_1um9m_118._performanceTestModalContent_1um9m_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1um9m_118._monitoringReportContent_1um9m_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1um9m_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1um9m_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1um9m_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1um9m_158:after,._modalLine_1um9m_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1um9m_158:before{left:-20px}._modalLine_1um9m_158:after{right:-20px}._infoMessage_1um9m_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1um9m_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1um9m_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1um9m_196._buttonsAutoWidth_1um9m_203{justify-content:flex-end}._modalFooter_1um9m_196._buttonsAutoWidth_1um9m_203 button,._modalFooter_1um9m_196._buttonsAutoWidth_1um9m_203 span{margin-left:12px}._fullWidthTitle_1um9m_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1um9m_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1um9m_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1um9m_230{padding:0 16px 15px}}._widgetHeader_1um9m_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1um9m_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1um9m_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1um9m_266{height:180px;display:flex;align-items:center}._widgetFooter_1um9m_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1um9m_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1um9m_279:last-child{border:none}._widgetMainValue_1um9m_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1um9m_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1um9m_303{font-size:.75rem;color:#64748b}._widgetLoader_1um9m_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1um9m_315{opacity:.5;cursor:default}._widgetAddress_1um9m_320{font-size:.75rem;color:#64748b}._widgetTag_1um9m_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1um9m_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1um9m_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1um9m_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1um9m_346._green_1um9m_351:before,._chartValuesTitle_1um9m_346._dark_1um9m_351:before,._chartValuesTitle_1um9m_346._blue_1um9m_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1um9m_346._green_1um9m_351:before{background:#22c55e}._chartValuesTitle_1um9m_346._dark_1um9m_351:before{background:#475569}._chartValuesTitle_1um9m_346._blue_1um9m_351:before{background:#43e0f8}._topbar_1um9m_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1um9m_373._sticky_1um9m_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1um9m_391{display:inline-flex}._logo_1um9m_391{max-width:110px}._menuWrapper_1um9m_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1um9m_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1um9m_399._opened_1um9m_417{display:flex}}._menuItem_1um9m_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1um9m_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1um9m_422 ._menuIcon_1um9m_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1um9m_422 ._menuIconPerformance_1um9m_448{fill:none}._menuItem_1um9m_422 ._menuIconStroke_1um9m_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1um9m_422._active_1um9m_456,._menuItem_1um9m_422:hover{background:#fff;color:#52c2fd}._menuItem_1um9m_422._active_1um9m_456 ._menuIcon_1um9m_443:not(._menuIconStroke_1um9m_451,._menuIconPerformance_1um9m_448),._menuItem_1um9m_422:hover ._menuIcon_1um9m_443:not(._menuIconStroke_1um9m_451,._menuIconPerformance_1um9m_448){fill:#52c2fd}._menuItem_1um9m_422._active_1um9m_456 ._menuIconPerformance_1um9m_448 path,._menuItem_1um9m_422:hover ._menuIconPerformance_1um9m_448 path{stroke:#59a6fd}._menuItem_1um9m_422._active_1um9m_456 ._menuIconStroke_1um9m_451:not(._menuIcon_1um9m_443),._menuItem_1um9m_422:hover ._menuIconStroke_1um9m_451:not(._menuIcon_1um9m_443){stroke:#52c2fd}._redDot_1um9m_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1um9m_485{display:flex;justify-content:center}._link_1um9m_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._inputNumberWrapper_1um9m_496{display:inline-flex;align-items:center}._inputNumber_1um9m_496{margin:0 4px;height:40px;width:70px;border-radius:10px;border:1px solid #cbd5e1;text-align:center;font-size:.875rem;font-family:Inter}._inputNumber_1um9m_496::-webkit-outer-spin-button,._inputNumber_1um9m_496::-webkit-inner-spin-button{appearance:none}._inputNumberButton_1um9m_515{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;user-select:none;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none}._inputNumberButton_1um9m_515._disabled_1um9m_315{opacity:.2;cursor:not-allowed}._authButtonsWrapper_1o515_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1o515_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1o515_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1o515_23{width:100%;margin-bottom:16px}._fieldWrapper_1o515_23:last-child{margin-bottom:0}._fieldLabel_1o515_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1o515_36{font-size:.75rem;margin-top:8px}._field_1o515_23{width:100%;position:relative}._fieldLabelNew_1o515_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1o515_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1o515_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1o515_52[type=password]{font-size:18px}._inputNew_1o515_52:focus,._inputNew_1o515_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1o515_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1o515_52:disabled::placeholder{color:#cbd5e1}._inputNew_1o515_52._error_1o515_7{border:1px solid #ef4444}._inputNew_1o515_52._error_1o515_7:focus,._inputNew_1o515_52._error_1o515_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1o515_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1o515_90{width:calc(50% - 8px)}._tableNavWrapper_1o515_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1o515_109{display:flex;align-items:center}._tableNavItem_1o515_114{margin:0 6px}._modalContent_1o515_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1o515_118._center_1o515_125{text-align:center;font-family:Inter}._modalContent_1o515_118._settings_1o515_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1o515_118._settingsIntegration_1o515_133,._modalContent_1o515_118._performanceTestModalContent_1o515_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1o515_118._monitoringReportContent_1o515_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1o515_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1o515_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1o515_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1o515_158:after,._modalLine_1o515_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1o515_158:before{left:-20px}._modalLine_1o515_158:after{right:-20px}._infoMessage_1o515_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1o515_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1o515_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1o515_196._buttonsAutoWidth_1o515_203{justify-content:flex-end}._modalFooter_1o515_196._buttonsAutoWidth_1o515_203 button,._modalFooter_1o515_196._buttonsAutoWidth_1o515_203 span{margin-left:12px}._fullWidthTitle_1o515_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1o515_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1o515_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1o515_230{padding:0 16px 15px}}._widgetHeader_1o515_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1o515_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1o515_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1o515_266{height:180px;display:flex;align-items:center}._widgetFooter_1o515_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1o515_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1o515_279:last-child{border:none}._widgetMainValue_1o515_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1o515_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1o515_303{font-size:.75rem;color:#64748b}._widgetLoader_1o515_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1o515_315{opacity:.5;cursor:default}._widgetAddress_1o515_320{font-size:.75rem;color:#64748b}._widgetTag_1o515_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1o515_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1o515_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1o515_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1o515_346._green_1o515_351:before,._chartValuesTitle_1o515_346._dark_1o515_351:before,._chartValuesTitle_1o515_346._blue_1o515_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1o515_346._green_1o515_351:before{background:#22c55e}._chartValuesTitle_1o515_346._dark_1o515_351:before{background:#475569}._chartValuesTitle_1o515_346._blue_1o515_351:before{background:#43e0f8}._topbar_1o515_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1o515_373._sticky_1o515_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1o515_391{display:inline-flex}._logo_1o515_391{max-width:110px}._menuWrapper_1o515_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1o515_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1o515_399._opened_1o515_417{display:flex}}._menuItem_1o515_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1o515_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1o515_422 ._menuIcon_1o515_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1o515_422 ._menuIconPerformance_1o515_448{fill:none}._menuItem_1o515_422 ._menuIconStroke_1o515_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1o515_422._active_1o515_456,._menuItem_1o515_422:hover{background:#fff;color:#52c2fd}._menuItem_1o515_422._active_1o515_456 ._menuIcon_1o515_443:not(._menuIconStroke_1o515_451,._menuIconPerformance_1o515_448),._menuItem_1o515_422:hover ._menuIcon_1o515_443:not(._menuIconStroke_1o515_451,._menuIconPerformance_1o515_448){fill:#52c2fd}._menuItem_1o515_422._active_1o515_456 ._menuIconPerformance_1o515_448 path,._menuItem_1o515_422:hover ._menuIconPerformance_1o515_448 path{stroke:#59a6fd}._menuItem_1o515_422._active_1o515_456 ._menuIconStroke_1o515_451:not(._menuIcon_1o515_443),._menuItem_1o515_422:hover ._menuIconStroke_1o515_451:not(._menuIcon_1o515_443){stroke:#52c2fd}._redDot_1o515_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1o515_485{display:flex;justify-content:center}._link_1o515_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderDetails_1o515_496{display:flex;justify-content:space-between;font-family:Inter}._orderDetailsItem_1o515_502{width:33%}._orderDetailsLabel_1o515_506{display:block;font-size:.875rem;margin-bottom:4px;color:#64748b;font-weight:300}._orderDetailsValue_1o515_514{font-weight:400;display:block}._separator_1o515_519{height:1px;width:100%;margin:20px 0;background:#e2e8f0}._devicesList_1o515_526{display:flex;flex-direction:column;gap:20px}._deviceHeader_1o515_532{display:flex;align-items:center;font-family:Inter}._deviceQtyWrapper_1o515_538{flex:1;padding-left:16px;margin-right:10px}._deviceName_1o515_544{display:block;font-weight:500}._deviceQty_1o515_538{display:block;font-size:.875rem;color:#64748b}._orderNote_1o515_555{font-size:.75rem;color:#64748b;margin-top:30px;-webkit-user-select:none;user-select:none}._orderNote_1o515_555:before{content:"*";color:#42e8ff}._modalBody_rz29o_1{display:flex;flex-direction:column;align-items:center;padding:16px}._modalBody_rz29o_1 h3{font-size:18px;font-weight:500;line-height:24px;color:#0f172a;margin-bottom:4px}._modalBody_rz29o_1 p{font-size:14px;line-height:20px;font-weight:400;color:#475569}._iconWrapper_rz29o_21{display:flex;width:44px;height:44px;border-radius:50%;align-items:center;justify-content:center;margin-bottom:16px;background-color:#22c55e}._iconWrapper_rz29o_21 svg{width:24px;height:24px}._iconWrapper_rz29o_21 svg path{stroke:#fff}._selectedDeviceSection_njjnl_1{display:flex;flex-direction:column}._selectedDevicesHeader_njjnl_6{display:flex;align-items:center;padding:10px 16px;background-color:#f8fafc;position:relative;cursor:pointer}._selectedDevicesHeader_njjnl_6 p{font-size:12px;font-weight:500;line-height:16px;color:#64748b;text-transform:uppercase}._selectedDevicesHeader_njjnl_6 svg{position:absolute;right:16px;fill:#0f172a}._showSelectedDevices_njjnl_27 svg{transform:rotate(90deg)}._selectedDevicesBody_njjnl_31{display:flex;flex-direction:column;padding:20px 16px 0;max-height:140px;overflow:auto}._selectedDeviceRow_njjnl_39{display:flex;align-items:center;margin-bottom:20px}._selectedDeviceRowItem_njjnl_45{display:flex;flex-direction:column;justify-content:center;width:50%}._selectedDeviceRowItem_njjnl_45 p{font-size:12px;line-height:16px;font-weight:500;text-transform:uppercase;color:#64748b;margin-bottom:4px}._selectedDeviceRowItem_njjnl_45 span{font-size:14px;font-weight:500;line-height:20px;color:#0f172a;text-overflow:ellipsis;overflow:hidden;padding-right:10px}._modalBody_ivr7b_1{display:flex;flex-direction:column;align-items:center;padding:16px}._modalBody_ivr7b_1 h3{font-size:18px;font-weight:500;line-height:24px;color:#0f172a;margin-bottom:4px}._modalBody_ivr7b_1 p{font-size:14px;line-height:20px;font-weight:400;color:#475569}._iconWrapper_ivr7b_21{display:flex;align-items:center;justify-content:center;width:44px;height:44px;border-radius:10px;background-color:#fef3c7;margin-bottom:16px}._iconWrapper_ivr7b_21 svg{width:24px;height:24px}._iconWrapper_ivr7b_21 svg path{fill:#f59e0b}._emptyReportDataContainer_h7hw8_1{position:absolute;display:flex;align-items:center;justify-content:center;width:100%;height:100%;background-color:#6464640f;border-radius:8px;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px)}._emptyReportDataContainer_h7hw8_1 div{padding:8px 16px;border-radius:8px;border:1px solid #e2e8f0;font-size:14px;background-color:#fff}._authButtonsWrapper_13xca_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_13xca_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_13xca_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_13xca_23{width:100%;margin-bottom:16px}._fieldWrapper_13xca_23:last-child{margin-bottom:0}._fieldLabel_13xca_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_13xca_36{font-size:.75rem;margin-top:8px}._field_13xca_23{width:100%;position:relative}._fieldLabelNew_13xca_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_13xca_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_13xca_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_13xca_52[type=password]{font-size:18px}._inputNew_13xca_52:focus,._inputNew_13xca_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_13xca_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_13xca_52:disabled::placeholder{color:#cbd5e1}._inputNew_13xca_52._error_13xca_7{border:1px solid #ef4444}._inputNew_13xca_52._error_13xca_7:focus,._inputNew_13xca_52._error_13xca_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_13xca_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_13xca_90{width:calc(50% - 8px)}._tableNavWrapper_13xca_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_13xca_109{display:flex;align-items:center}._tableNavItem_13xca_114{margin:0 6px}._modalContent_13xca_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_13xca_118._center_13xca_125{text-align:center;font-family:Inter}._modalContent_13xca_118._settings_13xca_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_13xca_118._settingsIntegration_13xca_133,._modalContent_13xca_118._performanceTestModalContent_13xca_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_13xca_118._monitoringReportContent_13xca_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_13xca_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_13xca_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_13xca_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_13xca_158:after,._modalLine_13xca_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_13xca_158:before{left:-20px}._modalLine_13xca_158:after{right:-20px}._infoMessage_13xca_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_13xca_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_13xca_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_13xca_196._buttonsAutoWidth_13xca_203{justify-content:flex-end}._modalFooter_13xca_196._buttonsAutoWidth_13xca_203 button,._modalFooter_13xca_196._buttonsAutoWidth_13xca_203 span{margin-left:12px}._fullWidthTitle_13xca_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_13xca_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_13xca_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_13xca_230{padding:0 16px 15px}}._widgetHeader_13xca_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_13xca_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_13xca_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_13xca_266{height:180px;display:flex;align-items:center}._widgetFooter_13xca_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_13xca_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_13xca_279:last-child{border:none}._widgetMainValue_13xca_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_13xca_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_13xca_303{font-size:.75rem;color:#64748b}._widgetLoader_13xca_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_13xca_315{opacity:.5;cursor:default}._widgetAddress_13xca_320{font-size:.75rem;color:#64748b}._widgetTag_13xca_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_13xca_333{font-weight:500;color:#0f172a}._chartValuesWrapper_13xca_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_13xca_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_13xca_346._green_13xca_351:before,._chartValuesTitle_13xca_346._dark_13xca_351:before,._chartValuesTitle_13xca_346._blue_13xca_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_13xca_346._green_13xca_351:before{background:#22c55e}._chartValuesTitle_13xca_346._dark_13xca_351:before{background:#475569}._chartValuesTitle_13xca_346._blue_13xca_351:before{background:#43e0f8}._topbar_13xca_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_13xca_373._sticky_13xca_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_13xca_391{display:inline-flex}._logo_13xca_391{max-width:110px}._menuWrapper_13xca_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_13xca_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_13xca_399._opened_13xca_417{display:flex}}._menuItem_13xca_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_13xca_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_13xca_422 ._menuIcon_13xca_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_13xca_422 ._menuIconPerformance_13xca_448{fill:none}._menuItem_13xca_422 ._menuIconStroke_13xca_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_13xca_422._active_13xca_456,._menuItem_13xca_422:hover{background:#fff;color:#52c2fd}._menuItem_13xca_422._active_13xca_456 ._menuIcon_13xca_443:not(._menuIconStroke_13xca_451,._menuIconPerformance_13xca_448),._menuItem_13xca_422:hover ._menuIcon_13xca_443:not(._menuIconStroke_13xca_451,._menuIconPerformance_13xca_448){fill:#52c2fd}._menuItem_13xca_422._active_13xca_456 ._menuIconPerformance_13xca_448 path,._menuItem_13xca_422:hover ._menuIconPerformance_13xca_448 path{stroke:#59a6fd}._menuItem_13xca_422._active_13xca_456 ._menuIconStroke_13xca_451:not(._menuIcon_13xca_443),._menuItem_13xca_422:hover ._menuIconStroke_13xca_451:not(._menuIcon_13xca_443){stroke:#52c2fd}._redDot_13xca_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_13xca_485{display:flex;justify-content:center}._link_13xca_490{color:#2db2c8;text-decoration:underline;cursor:pointer}div._tooltip_13xca_496{background:#fff;color:#475569;max-width:280px;padding:4px 10px;border-radius:6px;border:1px solid #e2e8f0;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f;z-index:1500;font-size:.75rem;text-align:left}div._tooltipArrow_13xca_509{border-right:1px solid #e2e8f0;border-bottom:1px solid #e2e8f0;z-index:-1;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f}._authButtonsWrapper_13zzf_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_13zzf_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_13zzf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_13zzf_23{width:100%;margin-bottom:16px}._fieldWrapper_13zzf_23:last-child{margin-bottom:0}._fieldLabel_13zzf_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_13zzf_36{font-size:.75rem;margin-top:8px}._field_13zzf_23{width:100%;position:relative}._fieldLabelNew_13zzf_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_13zzf_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_13zzf_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_13zzf_52[type=password]{font-size:18px}._inputNew_13zzf_52:focus,._inputNew_13zzf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_13zzf_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_13zzf_52:disabled::placeholder{color:#cbd5e1}._inputNew_13zzf_52._error_13zzf_7{border:1px solid #ef4444}._inputNew_13zzf_52._error_13zzf_7:focus,._inputNew_13zzf_52._error_13zzf_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_13zzf_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_13zzf_90{width:calc(50% - 8px)}._tableNavWrapper_13zzf_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_13zzf_109{display:flex;align-items:center}._tableNavItem_13zzf_114{margin:0 6px}._modalContent_13zzf_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_13zzf_118._center_13zzf_125{text-align:center;font-family:Inter}._modalContent_13zzf_118._settings_13zzf_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_13zzf_118._settingsIntegration_13zzf_133,._modalContent_13zzf_118._performanceTestModalContent_13zzf_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_13zzf_118._monitoringReportContent_13zzf_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_13zzf_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_13zzf_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_13zzf_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_13zzf_158:after,._modalLine_13zzf_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_13zzf_158:before{left:-20px}._modalLine_13zzf_158:after{right:-20px}._infoMessage_13zzf_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_13zzf_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_13zzf_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_13zzf_196._buttonsAutoWidth_13zzf_203{justify-content:flex-end}._modalFooter_13zzf_196._buttonsAutoWidth_13zzf_203 button,._modalFooter_13zzf_196._buttonsAutoWidth_13zzf_203 span{margin-left:12px}._fullWidthTitle_13zzf_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_13zzf_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_13zzf_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_13zzf_230{padding:0 16px 15px}}._widgetHeader_13zzf_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_13zzf_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_13zzf_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_13zzf_266{height:180px;display:flex;align-items:center}._widgetFooter_13zzf_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_13zzf_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_13zzf_279:last-child{border:none}._widgetMainValue_13zzf_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_13zzf_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_13zzf_303{font-size:.75rem;color:#64748b}._widgetLoader_13zzf_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_13zzf_315{opacity:.5;cursor:default}._widgetAddress_13zzf_320{font-size:.75rem;color:#64748b}._widgetTag_13zzf_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_13zzf_333{font-weight:500;color:#0f172a}._chartValuesWrapper_13zzf_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_13zzf_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_13zzf_346._green_13zzf_351:before,._chartValuesTitle_13zzf_346._dark_13zzf_351:before,._chartValuesTitle_13zzf_346._blue_13zzf_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_13zzf_346._green_13zzf_351:before{background:#22c55e}._chartValuesTitle_13zzf_346._dark_13zzf_351:before{background:#475569}._chartValuesTitle_13zzf_346._blue_13zzf_351:before{background:#43e0f8}._topbar_13zzf_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_13zzf_373._sticky_13zzf_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_13zzf_391{display:inline-flex}._logo_13zzf_391{max-width:110px}._menuWrapper_13zzf_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_13zzf_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_13zzf_399._opened_13zzf_417{display:flex}}._menuItem_13zzf_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_13zzf_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_13zzf_422 ._menuIcon_13zzf_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_13zzf_422 ._menuIconPerformance_13zzf_448{fill:none}._menuItem_13zzf_422 ._menuIconStroke_13zzf_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_13zzf_422._active_13zzf_456,._menuItem_13zzf_422:hover{background:#fff;color:#52c2fd}._menuItem_13zzf_422._active_13zzf_456 ._menuIcon_13zzf_443:not(._menuIconStroke_13zzf_451,._menuIconPerformance_13zzf_448),._menuItem_13zzf_422:hover ._menuIcon_13zzf_443:not(._menuIconStroke_13zzf_451,._menuIconPerformance_13zzf_448){fill:#52c2fd}._menuItem_13zzf_422._active_13zzf_456 ._menuIconPerformance_13zzf_448 path,._menuItem_13zzf_422:hover ._menuIconPerformance_13zzf_448 path{stroke:#59a6fd}._menuItem_13zzf_422._active_13zzf_456 ._menuIconStroke_13zzf_451:not(._menuIcon_13zzf_443),._menuItem_13zzf_422:hover ._menuIconStroke_13zzf_451:not(._menuIcon_13zzf_443){stroke:#52c2fd}._redDot_13zzf_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_13zzf_485{display:flex;justify-content:center}._link_13zzf_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalSubtitle_13zzf_496{display:flex;align-items:center;padding:8px 16px;background-color:#f8fafc}._modalSubtitle_13zzf_496 p{font-size:12px;line-height:16px;font-weight:500;text-transform:uppercase;color:#64748b}._performanceTestModalContent_13zzf_137{display:flex;flex-direction:column;padding:0 16px 16px}._contentRow_13zzf_516{display:flex;padding:16px 0;border-bottom:1px solid #e2e8f0}._contentWrapper_13zzf_522{display:flex;flex-direction:column;width:50%;flex-grow:1;row-gap:16px}._detailsInfo_13zzf_530{display:flex;flex-direction:column}._detailsInfo_13zzf_530 h4{font-size:12px;line-height:16px;font-weight:500;color:#64748b;text-transform:uppercase;margin-bottom:6px;letter-spacing:1px}._detailsInfo_13zzf_530 p{font-size:14px;line-height:20px;font-weight:500;color:#0f172a}._detailsInfo_13zzf_530 span{font-size:12px;color:#94a3b8}._statusContainer_13zzf_554{display:flex;align-items:center;gap:5px}._statusContainer_13zzf_554 span{display:block}div._testStatus_13zzf_563{display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;padding:4px 8px;border-radius:6px;width:fit-content}div._testStatus_13zzf_563 span{width:8px;height:8px;border-radius:50%;margin-right:8px}div._passed_13zzf_579 span{background-color:#22c55e}div._passed_13zzf_579 p{color:#15803d}div._issue_13zzf_586 span{background-color:#ef4444}div._issue_13zzf_586 p{color:#b91c1c}._reportDiagramContainer_13zzf_593{position:relative;margin-top:5px;height:200px}._reportDiagramContainer_13zzf_593 canvas{padding:5px 3px}@media only screen and (max-width: 768px){._contentRow_13zzf_516{flex-wrap:wrap;row-gap:16px}._contentRow_13zzf_516>div{min-width:200px}}._errorMessage_1kpov_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._infoMessage_1kpov_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{margin-left:-4px;position:absolute;width:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{box-sizing:content-box;position:absolute;border:8px solid transparent;height:0;width:1px;content:"";z-index:-1;border-width:8px;left:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{top:0;margin-top:-8px}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{border-top:none;border-bottom-color:#f0f0f0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:after{top:0}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle:before{top:-1px;border-bottom-color:#aeaeae}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{bottom:0;margin-bottom:-8px}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before,.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{border-bottom:none;border-top-color:#fff}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:after{bottom:0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle:before{bottom:-1px;border-top-color:#aeaeae}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative}.react-datepicker--time-only .react-datepicker__triangle{left:35px}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__triangle{position:absolute;left:50px}.react-datepicker-popper{z-index:1}.react-datepicker-popper[data-placement^=bottom]{padding-top:10px}.react-datepicker-popper[data-placement=bottom-end] .react-datepicker__triangle,.react-datepicker-popper[data-placement=top-end] .react-datepicker__triangle{left:auto;right:50px}.react-datepicker-popper[data-placement^=top]{padding-bottom:10px}.react-datepicker-popper[data-placement^=right]{padding-left:8px}.react-datepicker-popper[data-placement^=right] .react-datepicker__triangle{left:auto;right:42px}.react-datepicker-popper[data-placement^=left]{padding-right:8px}.react-datepicker-popper[data-placement^=left] .react-datepicker__triangle{left:42px;right:auto}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .holiday-overlay,.react-datepicker__month-text--holidays .holiday-overlay,.react-datepicker__quarter-text--holidays .holiday-overlay,.react-datepicker__year-text--holidays .holiday-overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .holiday-overlay,.react-datepicker__month-text--holidays:hover .holiday-overlay,.react-datepicker__quarter-text--holidays:hover .holiday-overlay,.react-datepicker__year-text--holidays:hover .holiday-overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.react-datepicker{border-radius:15px;overflow:hidden;border:1px solid #e2e8f0;background:#fff;font-family:Inter;font-size:14px;z-index:1000}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{display:inline-flex;justify-content:center;align-items:center;width:32px;height:32px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{font-family:Inter;font-size:14px;font-weight:400}.react-datepicker__header{background:#fff;border-bottom:none;padding:8px 0}.react-datepicker__current-month{padding:8px 0}.react-datepicker__navigation{top:10px}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{background:#43e0f8}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background:#4ac9dd}.react-datepicker__day--outside-month{opacity:.5}._authButtonsWrapper_37259_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_37259_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_37259_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_37259_23{width:100%;margin-bottom:16px}._fieldWrapper_37259_23:last-child{margin-bottom:0}._fieldLabel_37259_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_37259_36{font-size:.75rem;margin-top:8px}._field_37259_23{width:100%;position:relative}._fieldLabelNew_37259_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_37259_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_37259_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_37259_52[type=password]{font-size:18px}._inputNew_37259_52:focus,._inputNew_37259_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_37259_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_37259_52:disabled::placeholder{color:#cbd5e1}._inputNew_37259_52._error_37259_7{border:1px solid #ef4444}._inputNew_37259_52._error_37259_7:focus,._inputNew_37259_52._error_37259_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_37259_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_37259_90{width:calc(50% - 8px)}._tableNavWrapper_37259_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_37259_109{display:flex;align-items:center}._tableNavItem_37259_114{margin:0 6px}._modalContent_37259_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_37259_118._center_37259_125{text-align:center;font-family:Inter}._modalContent_37259_118._settings_37259_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_37259_118._settingsIntegration_37259_133,._modalContent_37259_118._performanceTestModalContent_37259_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_37259_118._monitoringReportContent_37259_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_37259_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_37259_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_37259_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_37259_158:after,._modalLine_37259_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_37259_158:before{left:-20px}._modalLine_37259_158:after{right:-20px}._infoMessage_37259_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_37259_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_37259_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_37259_196._buttonsAutoWidth_37259_203{justify-content:flex-end}._modalFooter_37259_196._buttonsAutoWidth_37259_203 button,._modalFooter_37259_196._buttonsAutoWidth_37259_203 span{margin-left:12px}._fullWidthTitle_37259_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_37259_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_37259_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_37259_230{padding:0 16px 15px}}._widgetHeader_37259_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_37259_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_37259_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_37259_266{height:180px;display:flex;align-items:center}._widgetFooter_37259_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_37259_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_37259_279:last-child{border:none}._widgetMainValue_37259_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_37259_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_37259_303{font-size:.75rem;color:#64748b}._widgetLoader_37259_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_37259_315{opacity:.5;cursor:default}._widgetAddress_37259_320{font-size:.75rem;color:#64748b}._widgetTag_37259_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_37259_333{font-weight:500;color:#0f172a}._chartValuesWrapper_37259_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_37259_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_37259_346._green_37259_351:before,._chartValuesTitle_37259_346._dark_37259_351:before,._chartValuesTitle_37259_346._blue_37259_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_37259_346._green_37259_351:before{background:#22c55e}._chartValuesTitle_37259_346._dark_37259_351:before{background:#475569}._chartValuesTitle_37259_346._blue_37259_351:before{background:#43e0f8}._topbar_37259_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_37259_373._sticky_37259_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_37259_391{display:inline-flex}._logo_37259_391{max-width:110px}._menuWrapper_37259_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_37259_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_37259_399._opened_37259_417{display:flex}}._menuItem_37259_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_37259_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_37259_422 ._menuIcon_37259_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_37259_422 ._menuIconPerformance_37259_448{fill:none}._menuItem_37259_422 ._menuIconStroke_37259_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_37259_422._active_37259_456,._menuItem_37259_422:hover{background:#fff;color:#52c2fd}._menuItem_37259_422._active_37259_456 ._menuIcon_37259_443:not(._menuIconStroke_37259_451,._menuIconPerformance_37259_448),._menuItem_37259_422:hover ._menuIcon_37259_443:not(._menuIconStroke_37259_451,._menuIconPerformance_37259_448){fill:#52c2fd}._menuItem_37259_422._active_37259_456 ._menuIconPerformance_37259_448 path,._menuItem_37259_422:hover ._menuIconPerformance_37259_448 path{stroke:#59a6fd}._menuItem_37259_422._active_37259_456 ._menuIconStroke_37259_451:not(._menuIcon_37259_443),._menuItem_37259_422:hover ._menuIconStroke_37259_451:not(._menuIcon_37259_443){stroke:#52c2fd}._redDot_37259_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_37259_485{display:flex;justify-content:center}._link_37259_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableDateWrapper_37259_496{display:inline-flex;font-family:Inter;font-size:.875rem;color:#64748b;cursor:pointer}._tableDateWrapper_37259_496 svg{stroke:#64748b;transition:.2s;margin-left:2px}._inputWrapper_37259_509{position:absolute;left:0;top:0;width:100%;background:#f8fafc;height:100%}._valueWrapper_37259_518{display:flex;align-items:center;justify-content:space-between;position:absolute;left:0;top:0;width:100%;background:#f8fafc;padding-left:8px;height:100%}._value_37259_518{color:#000}._inputSearch_37259_535{height:100%;width:calc(100% - 40px);padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem;background:#f8fafc}._inputSearch_37259_535::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._icon_37259_549{display:inline-flex;align-items:center;justify-content:center;height:32px;width:40px}._icon_37259_549:hover svg{stroke:#000}._authButtonsWrapper_1fy3l_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1fy3l_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1fy3l_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1fy3l_23{width:100%;margin-bottom:16px}._fieldWrapper_1fy3l_23:last-child{margin-bottom:0}._fieldLabel_1fy3l_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1fy3l_36{font-size:.75rem;margin-top:8px}._field_1fy3l_23{width:100%;position:relative}._fieldLabelNew_1fy3l_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1fy3l_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1fy3l_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1fy3l_52[type=password]{font-size:18px}._inputNew_1fy3l_52:focus,._inputNew_1fy3l_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fy3l_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1fy3l_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fy3l_52._error_1fy3l_7{border:1px solid #ef4444}._inputNew_1fy3l_52._error_1fy3l_7:focus,._inputNew_1fy3l_52._error_1fy3l_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1fy3l_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1fy3l_90{width:calc(50% - 8px)}._tableNavWrapper_1fy3l_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1fy3l_109{display:flex;align-items:center}._tableNavItem_1fy3l_114{margin:0 6px}._modalContent_1fy3l_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1fy3l_118._center_1fy3l_125{text-align:center;font-family:Inter}._modalContent_1fy3l_118._settings_1fy3l_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1fy3l_118._settingsIntegration_1fy3l_133,._modalContent_1fy3l_118._performanceTestModalContent_1fy3l_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1fy3l_118._monitoringReportContent_1fy3l_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1fy3l_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1fy3l_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1fy3l_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1fy3l_158:after,._modalLine_1fy3l_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1fy3l_158:before{left:-20px}._modalLine_1fy3l_158:after{right:-20px}._infoMessage_1fy3l_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1fy3l_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1fy3l_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1fy3l_196._buttonsAutoWidth_1fy3l_203{justify-content:flex-end}._modalFooter_1fy3l_196._buttonsAutoWidth_1fy3l_203 button,._modalFooter_1fy3l_196._buttonsAutoWidth_1fy3l_203 span{margin-left:12px}._fullWidthTitle_1fy3l_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1fy3l_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1fy3l_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1fy3l_230{padding:0 16px 15px}}._widgetHeader_1fy3l_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1fy3l_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1fy3l_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fy3l_266{height:180px;display:flex;align-items:center}._widgetFooter_1fy3l_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1fy3l_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1fy3l_279:last-child{border:none}._widgetMainValue_1fy3l_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1fy3l_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fy3l_303{font-size:.75rem;color:#64748b}._widgetLoader_1fy3l_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1fy3l_315{opacity:.5;cursor:default}._widgetAddress_1fy3l_320{font-size:.75rem;color:#64748b}._widgetTag_1fy3l_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1fy3l_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1fy3l_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1fy3l_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1fy3l_346._green_1fy3l_351:before,._chartValuesTitle_1fy3l_346._dark_1fy3l_351:before,._chartValuesTitle_1fy3l_346._blue_1fy3l_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1fy3l_346._green_1fy3l_351:before{background:#22c55e}._chartValuesTitle_1fy3l_346._dark_1fy3l_351:before{background:#475569}._chartValuesTitle_1fy3l_346._blue_1fy3l_351:before{background:#43e0f8}._topbar_1fy3l_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1fy3l_373._sticky_1fy3l_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1fy3l_391{display:inline-flex}._logo_1fy3l_391{max-width:110px}._menuWrapper_1fy3l_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1fy3l_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1fy3l_399._opened_1fy3l_417{display:flex}}._menuItem_1fy3l_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1fy3l_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1fy3l_422 ._menuIcon_1fy3l_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1fy3l_422 ._menuIconPerformance_1fy3l_448{fill:none}._menuItem_1fy3l_422 ._menuIconStroke_1fy3l_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1fy3l_422._active_1fy3l_456,._menuItem_1fy3l_422:hover{background:#fff;color:#52c2fd}._menuItem_1fy3l_422._active_1fy3l_456 ._menuIcon_1fy3l_443:not(._menuIconStroke_1fy3l_451,._menuIconPerformance_1fy3l_448),._menuItem_1fy3l_422:hover ._menuIcon_1fy3l_443:not(._menuIconStroke_1fy3l_451,._menuIconPerformance_1fy3l_448){fill:#52c2fd}._menuItem_1fy3l_422._active_1fy3l_456 ._menuIconPerformance_1fy3l_448 path,._menuItem_1fy3l_422:hover ._menuIconPerformance_1fy3l_448 path{stroke:#59a6fd}._menuItem_1fy3l_422._active_1fy3l_456 ._menuIconStroke_1fy3l_451:not(._menuIcon_1fy3l_443),._menuItem_1fy3l_422:hover ._menuIconStroke_1fy3l_451:not(._menuIcon_1fy3l_443){stroke:#52c2fd}._redDot_1fy3l_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1fy3l_485{display:flex;justify-content:center}._link_1fy3l_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableDateWrapper_1fy3l_496{display:flex;align-items:center;font-family:Inter;font-size:.875rem;color:#64748b;cursor:pointer}._tableDateWrapper_1fy3l_496._withLabel_1fy3l_504,._tableDateWrapper_1fy3l_496 ._label_1fy3l_507{flex:1}._tableDateWrapper_1fy3l_496 svg{stroke:#64748b;transition:.2s;margin-left:2px}._inputWrapper_1fy3l_516{position:absolute;left:0;top:20px;width:100%;background:#f8fafc;height:100%}._valueWrapper_1fy3l_525{display:flex;align-items:center;justify-content:space-between;position:absolute;left:0;top:0;width:100%;background:#f8fafc;padding-left:8px;height:100%}._value_1fy3l_525{color:#000}._inputSearch_1fy3l_542{height:100%;width:calc(100% - 40px);padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem;background:#f8fafc}._inputSearch_1fy3l_542::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._icon_1fy3l_556{display:inline-flex;align-items:center;justify-content:center;height:32px;width:40px}._icon_1fy3l_556:hover svg{stroke:#000}._authButtonsWrapper_1pnuc_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1pnuc_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1pnuc_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1pnuc_23{width:100%;margin-bottom:16px}._fieldWrapper_1pnuc_23:last-child{margin-bottom:0}._fieldLabel_1pnuc_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1pnuc_36{font-size:.75rem;margin-top:8px}._field_1pnuc_23{width:100%;position:relative}._fieldLabelNew_1pnuc_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1pnuc_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1pnuc_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1pnuc_52[type=password]{font-size:18px}._inputNew_1pnuc_52:focus,._inputNew_1pnuc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1pnuc_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1pnuc_52:disabled::placeholder{color:#cbd5e1}._inputNew_1pnuc_52._error_1pnuc_7{border:1px solid #ef4444}._inputNew_1pnuc_52._error_1pnuc_7:focus,._inputNew_1pnuc_52._error_1pnuc_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1pnuc_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1pnuc_90{width:calc(50% - 8px)}._tableNavWrapper_1pnuc_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1pnuc_109{display:flex;align-items:center}._tableNavItem_1pnuc_114{margin:0 6px}._modalContent_1pnuc_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1pnuc_118._center_1pnuc_125{text-align:center;font-family:Inter}._modalContent_1pnuc_118._settings_1pnuc_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1pnuc_118._settingsIntegration_1pnuc_133,._modalContent_1pnuc_118._performanceTestModalContent_1pnuc_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1pnuc_118._monitoringReportContent_1pnuc_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1pnuc_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1pnuc_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1pnuc_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1pnuc_158:after,._modalLine_1pnuc_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1pnuc_158:before{left:-20px}._modalLine_1pnuc_158:after{right:-20px}._infoMessage_1pnuc_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1pnuc_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1pnuc_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1pnuc_196._buttonsAutoWidth_1pnuc_203{justify-content:flex-end}._modalFooter_1pnuc_196._buttonsAutoWidth_1pnuc_203 button,._modalFooter_1pnuc_196._buttonsAutoWidth_1pnuc_203 span{margin-left:12px}._fullWidthTitle_1pnuc_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1pnuc_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1pnuc_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1pnuc_230{padding:0 16px 15px}}._widgetHeader_1pnuc_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1pnuc_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1pnuc_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1pnuc_266{height:180px;display:flex;align-items:center}._widgetFooter_1pnuc_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1pnuc_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1pnuc_279:last-child{border:none}._widgetMainValue_1pnuc_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1pnuc_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1pnuc_303{font-size:.75rem;color:#64748b}._widgetLoader_1pnuc_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1pnuc_315{opacity:.5;cursor:default}._widgetAddress_1pnuc_320{font-size:.75rem;color:#64748b}._widgetTag_1pnuc_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1pnuc_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1pnuc_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1pnuc_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1pnuc_346._green_1pnuc_351:before,._chartValuesTitle_1pnuc_346._dark_1pnuc_351:before,._chartValuesTitle_1pnuc_346._blue_1pnuc_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1pnuc_346._green_1pnuc_351:before{background:#22c55e}._chartValuesTitle_1pnuc_346._dark_1pnuc_351:before{background:#475569}._chartValuesTitle_1pnuc_346._blue_1pnuc_351:before{background:#43e0f8}._topbar_1pnuc_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1pnuc_373._sticky_1pnuc_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1pnuc_391{display:inline-flex}._logo_1pnuc_391{max-width:110px}._menuWrapper_1pnuc_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1pnuc_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1pnuc_399._opened_1pnuc_417{display:flex}}._menuItem_1pnuc_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1pnuc_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1pnuc_422 ._menuIcon_1pnuc_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1pnuc_422 ._menuIconPerformance_1pnuc_448{fill:none}._menuItem_1pnuc_422 ._menuIconStroke_1pnuc_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1pnuc_422._active_1pnuc_456,._menuItem_1pnuc_422:hover{background:#fff;color:#52c2fd}._menuItem_1pnuc_422._active_1pnuc_456 ._menuIcon_1pnuc_443:not(._menuIconStroke_1pnuc_451,._menuIconPerformance_1pnuc_448),._menuItem_1pnuc_422:hover ._menuIcon_1pnuc_443:not(._menuIconStroke_1pnuc_451,._menuIconPerformance_1pnuc_448){fill:#52c2fd}._menuItem_1pnuc_422._active_1pnuc_456 ._menuIconPerformance_1pnuc_448 path,._menuItem_1pnuc_422:hover ._menuIconPerformance_1pnuc_448 path{stroke:#59a6fd}._menuItem_1pnuc_422._active_1pnuc_456 ._menuIconStroke_1pnuc_451:not(._menuIcon_1pnuc_443),._menuItem_1pnuc_422:hover ._menuIconStroke_1pnuc_451:not(._menuIcon_1pnuc_443){stroke:#52c2fd}._redDot_1pnuc_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1pnuc_485{display:flex;justify-content:center}._link_1pnuc_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._iconSearch_1pnuc_496{display:inline-flex;align-items:center;justify-content:center;height:32px;width:40px}._iconSearch_1pnuc_496:hover svg{stroke:#000}._inputWrapper_1pnuc_507{display:flex;align-items:center;position:absolute;left:0;top:0;width:100%;background:#f8fafc;height:100%}._inputSearch_1pnuc_518{height:100%;width:calc(100% - 40px);padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem;background:#f8fafc}._inputSearch_1pnuc_518::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._iconClear_1pnuc_532{display:inline-flex;align-items:center;justify-content:center;height:32px;width:40px}._iconClear_1pnuc_532:hover svg{stroke:#000}.filter{z-index:1000}.filter__control--is-focused,.filter__control--menu-is-open{border:none!important;box-shadow:none!important}.filter__control{border:none!important;background:#f8fafc!important}.filter__menu{margin:.125rem auto}.filter__option{background-color:#fff}.filter__option--is-focused{background-color:#add8e6}.filter__group{padding:0}.filter__menu-portal{border:1px solid darkblue}.filter__dropdown-indicator{position:relative;cursor:pointer}.filter__indicator-separator{display:none}.filter__clear-indicator{display:none!important}.filter__multi-value{border-radius:8px!important;padding:0 0 0 6px!important;border:1px solid #f1f5f9;background:#fff!important;overflow:hidden}.filter__multi-value__label{padding:0!important;font-size:"Inter";font-size:12px;font-weight:500}.filter__multi-value__remove{cursor:pointer;margin-left:2px;transition:.1s}.filter__menu{overflow-x:hidden;border-radius:8px!important;border:1px solid #f1f5f9!important;box-shadow:0 16px 32px -12px #4755691a!important}.filter__menu-list{padding-top:0!important;padding-bottom:0!important}.filter__option{color:#334155!important;font-weight:500;cursor:pointer!important}._authButtonsWrapper_wk7yo_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_wk7yo_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_wk7yo_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_wk7yo_23{width:100%;margin-bottom:16px}._fieldWrapper_wk7yo_23:last-child{margin-bottom:0}._fieldLabel_wk7yo_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_wk7yo_36{font-size:.75rem;margin-top:8px}._field_wk7yo_23{width:100%;position:relative}._fieldLabelNew_wk7yo_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_wk7yo_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_wk7yo_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_wk7yo_52[type=password]{font-size:18px}._inputNew_wk7yo_52:focus,._inputNew_wk7yo_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_wk7yo_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_wk7yo_52:disabled::placeholder{color:#cbd5e1}._inputNew_wk7yo_52._error_wk7yo_7{border:1px solid #ef4444}._inputNew_wk7yo_52._error_wk7yo_7:focus,._inputNew_wk7yo_52._error_wk7yo_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_wk7yo_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_wk7yo_90{width:calc(50% - 8px)}._tableNavWrapper_wk7yo_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_wk7yo_109{display:flex;align-items:center}._tableNavItem_wk7yo_114{margin:0 6px}._modalContent_wk7yo_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_wk7yo_118._center_wk7yo_125{text-align:center;font-family:Inter}._modalContent_wk7yo_118._settings_wk7yo_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_wk7yo_118._settingsIntegration_wk7yo_133,._modalContent_wk7yo_118._performanceTestModalContent_wk7yo_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_wk7yo_118._monitoringReportContent_wk7yo_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_wk7yo_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_wk7yo_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_wk7yo_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_wk7yo_158:after,._modalLine_wk7yo_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_wk7yo_158:before{left:-20px}._modalLine_wk7yo_158:after{right:-20px}._infoMessage_wk7yo_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_wk7yo_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_wk7yo_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_wk7yo_196._buttonsAutoWidth_wk7yo_203{justify-content:flex-end}._modalFooter_wk7yo_196._buttonsAutoWidth_wk7yo_203 button,._modalFooter_wk7yo_196._buttonsAutoWidth_wk7yo_203 span{margin-left:12px}._fullWidthTitle_wk7yo_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_wk7yo_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_wk7yo_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_wk7yo_230{padding:0 16px 15px}}._widgetHeader_wk7yo_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_wk7yo_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_wk7yo_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_wk7yo_266{height:180px;display:flex;align-items:center}._widgetFooter_wk7yo_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_wk7yo_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_wk7yo_279:last-child{border:none}._widgetMainValue_wk7yo_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_wk7yo_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_wk7yo_303{font-size:.75rem;color:#64748b}._widgetLoader_wk7yo_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_wk7yo_315{opacity:.5;cursor:default}._widgetAddress_wk7yo_320{font-size:.75rem;color:#64748b}._widgetTag_wk7yo_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_wk7yo_333{font-weight:500;color:#0f172a}._chartValuesWrapper_wk7yo_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_wk7yo_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_wk7yo_346._green_wk7yo_351:before,._chartValuesTitle_wk7yo_346._dark_wk7yo_351:before,._chartValuesTitle_wk7yo_346._blue_wk7yo_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_wk7yo_346._green_wk7yo_351:before{background:#22c55e}._chartValuesTitle_wk7yo_346._dark_wk7yo_351:before{background:#475569}._chartValuesTitle_wk7yo_346._blue_wk7yo_351:before{background:#43e0f8}._topbar_wk7yo_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_wk7yo_373._sticky_wk7yo_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_wk7yo_391{display:inline-flex}._logo_wk7yo_391{max-width:110px}._menuWrapper_wk7yo_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_wk7yo_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_wk7yo_399._opened_wk7yo_417{display:flex}}._menuItem_wk7yo_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_wk7yo_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_wk7yo_422 ._menuIcon_wk7yo_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_wk7yo_422 ._menuIconPerformance_wk7yo_448{fill:none}._menuItem_wk7yo_422 ._menuIconStroke_wk7yo_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_wk7yo_422._active_wk7yo_456,._menuItem_wk7yo_422:hover{background:#fff;color:#52c2fd}._menuItem_wk7yo_422._active_wk7yo_456 ._menuIcon_wk7yo_443:not(._menuIconStroke_wk7yo_451,._menuIconPerformance_wk7yo_448),._menuItem_wk7yo_422:hover ._menuIcon_wk7yo_443:not(._menuIconStroke_wk7yo_451,._menuIconPerformance_wk7yo_448){fill:#52c2fd}._menuItem_wk7yo_422._active_wk7yo_456 ._menuIconPerformance_wk7yo_448 path,._menuItem_wk7yo_422:hover ._menuIconPerformance_wk7yo_448 path{stroke:#59a6fd}._menuItem_wk7yo_422._active_wk7yo_456 ._menuIconStroke_wk7yo_451:not(._menuIcon_wk7yo_443),._menuItem_wk7yo_422:hover ._menuIconStroke_wk7yo_451:not(._menuIcon_wk7yo_443){stroke:#52c2fd}._redDot_wk7yo_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_wk7yo_485{display:flex;justify-content:center}._link_wk7yo_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._iconArrow_wk7yo_496{width:16px;height:16px}._iconArrow_wk7yo_496 svg{position:absolute;top:9px;right:8px}._iconArrow_wk7yo_496._open_wk7yo_417 svg{transform:rotate(180deg)}._iconClear_wk7yo_509{display:inline-flex;align-items:center;justify-content:center;height:20px;width:20px;cursor:pointer}._iconClear_wk7yo_509 svg{stroke:#64748b;transition:.2s;margin-left:2px}._iconClear_wk7yo_509:hover svg{stroke:#000}._clearIcon_wk7yo_526{display:inline-flex;align-items:center;justify-content:center;height:20px;width:20px;cursor:pointer}._clearIcon_wk7yo_526 svg{stroke:#64748b;transition:.2s;margin-left:2px}._clearIcon_wk7yo_526:hover svg{stroke:#000}._colorOption_wk7yo_543{display:flex;align-items:center;padding:8px 12px;cursor:pointer;gap:8px}._colorOption_wk7yo_543:hover,._colorOption_wk7yo_543._focused_wk7yo_550{background-color:#dfebff}._authButtonsWrapper_3qnq0_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_3qnq0_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_3qnq0_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_3qnq0_23{width:100%;margin-bottom:16px}._fieldWrapper_3qnq0_23:last-child{margin-bottom:0}._fieldLabel_3qnq0_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_3qnq0_36{font-size:.75rem;margin-top:8px}._field_3qnq0_23{width:100%;position:relative}._fieldLabelNew_3qnq0_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_3qnq0_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_3qnq0_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_3qnq0_52[type=password]{font-size:18px}._inputNew_3qnq0_52:focus,._inputNew_3qnq0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_3qnq0_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_3qnq0_52:disabled::placeholder{color:#cbd5e1}._inputNew_3qnq0_52._error_3qnq0_7{border:1px solid #ef4444}._inputNew_3qnq0_52._error_3qnq0_7:focus,._inputNew_3qnq0_52._error_3qnq0_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_3qnq0_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_3qnq0_90{width:calc(50% - 8px)}._tableNavWrapper_3qnq0_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_3qnq0_109{display:flex;align-items:center}._tableNavItem_3qnq0_114{margin:0 6px}._modalContent_3qnq0_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_3qnq0_118._center_3qnq0_125{text-align:center;font-family:Inter}._modalContent_3qnq0_118._settings_3qnq0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_3qnq0_118._settingsIntegration_3qnq0_133,._modalContent_3qnq0_118._performanceTestModalContent_3qnq0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_3qnq0_118._monitoringReportContent_3qnq0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_3qnq0_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_3qnq0_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_3qnq0_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_3qnq0_158:after,._modalLine_3qnq0_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_3qnq0_158:before{left:-20px}._modalLine_3qnq0_158:after{right:-20px}._infoMessage_3qnq0_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_3qnq0_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_3qnq0_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_3qnq0_196._buttonsAutoWidth_3qnq0_203{justify-content:flex-end}._modalFooter_3qnq0_196._buttonsAutoWidth_3qnq0_203 button,._modalFooter_3qnq0_196._buttonsAutoWidth_3qnq0_203 span{margin-left:12px}._fullWidthTitle_3qnq0_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_3qnq0_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_3qnq0_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_3qnq0_230{padding:0 16px 15px}}._widgetHeader_3qnq0_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_3qnq0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_3qnq0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_3qnq0_266{height:180px;display:flex;align-items:center}._widgetFooter_3qnq0_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_3qnq0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_3qnq0_279:last-child{border:none}._widgetMainValue_3qnq0_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_3qnq0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_3qnq0_303{font-size:.75rem;color:#64748b}._widgetLoader_3qnq0_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_3qnq0_315{opacity:.5;cursor:default}._widgetAddress_3qnq0_320{font-size:.75rem;color:#64748b}._widgetTag_3qnq0_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_3qnq0_333{font-weight:500;color:#0f172a}._chartValuesWrapper_3qnq0_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_3qnq0_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_3qnq0_346._green_3qnq0_351:before,._chartValuesTitle_3qnq0_346._dark_3qnq0_351:before,._chartValuesTitle_3qnq0_346._blue_3qnq0_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_3qnq0_346._green_3qnq0_351:before{background:#22c55e}._chartValuesTitle_3qnq0_346._dark_3qnq0_351:before{background:#475569}._chartValuesTitle_3qnq0_346._blue_3qnq0_351:before{background:#43e0f8}._topbar_3qnq0_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_3qnq0_373._sticky_3qnq0_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_3qnq0_391{display:inline-flex}._logo_3qnq0_391{max-width:110px}._menuWrapper_3qnq0_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_3qnq0_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_3qnq0_399._opened_3qnq0_417{display:flex}}._menuItem_3qnq0_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_3qnq0_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_3qnq0_422 ._menuIcon_3qnq0_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_3qnq0_422 ._menuIconPerformance_3qnq0_448{fill:none}._menuItem_3qnq0_422 ._menuIconStroke_3qnq0_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_3qnq0_422._active_3qnq0_456,._menuItem_3qnq0_422:hover{background:#fff;color:#52c2fd}._menuItem_3qnq0_422._active_3qnq0_456 ._menuIcon_3qnq0_443:not(._menuIconStroke_3qnq0_451,._menuIconPerformance_3qnq0_448),._menuItem_3qnq0_422:hover ._menuIcon_3qnq0_443:not(._menuIconStroke_3qnq0_451,._menuIconPerformance_3qnq0_448){fill:#52c2fd}._menuItem_3qnq0_422._active_3qnq0_456 ._menuIconPerformance_3qnq0_448 path,._menuItem_3qnq0_422:hover ._menuIconPerformance_3qnq0_448 path{stroke:#59a6fd}._menuItem_3qnq0_422._active_3qnq0_456 ._menuIconStroke_3qnq0_451:not(._menuIcon_3qnq0_443),._menuItem_3qnq0_422:hover ._menuIconStroke_3qnq0_451:not(._menuIcon_3qnq0_443){stroke:#52c2fd}._redDot_3qnq0_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_3qnq0_485{display:flex;justify-content:center}._link_3qnq0_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableSort_3qnq0_496{font-family:Inter;font-size:.875rem;color:#64748b;transition:.2s;display:inline-flex;align-items:center;cursor:pointer}._tableSort_3qnq0_496 svg{stroke:#64748b;transition:.2s;margin-left:2px;flex-shrink:0}._tableSort_3qnq0_496 ._desc_3qnq0_511{transform:rotate(180deg)}._tableSort_3qnq0_496._active_3qnq0_456,._tableSort_3qnq0_496:hover{color:#000}._tableSort_3qnq0_496._active_3qnq0_456 svg,._tableSort_3qnq0_496:hover svg{stroke:#000}._authButtonsWrapper_llcwf_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_llcwf_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_llcwf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_llcwf_23{width:100%;margin-bottom:16px}._fieldWrapper_llcwf_23:last-child{margin-bottom:0}._fieldLabel_llcwf_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_llcwf_36{font-size:.75rem;margin-top:8px}._field_llcwf_23{width:100%;position:relative}._fieldLabelNew_llcwf_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_llcwf_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_llcwf_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_llcwf_52[type=password]{font-size:18px}._inputNew_llcwf_52:focus,._inputNew_llcwf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_llcwf_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_llcwf_52:disabled::placeholder{color:#cbd5e1}._inputNew_llcwf_52._error_llcwf_7{border:1px solid #ef4444}._inputNew_llcwf_52._error_llcwf_7:focus,._inputNew_llcwf_52._error_llcwf_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_llcwf_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_llcwf_90{width:calc(50% - 8px)}._tableNavWrapper_llcwf_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_llcwf_109{display:flex;align-items:center}._tableNavItem_llcwf_114{margin:0 6px}._modalContent_llcwf_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_llcwf_118._center_llcwf_125{text-align:center;font-family:Inter}._modalContent_llcwf_118._settings_llcwf_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_llcwf_118._settingsIntegration_llcwf_133,._modalContent_llcwf_118._performanceTestModalContent_llcwf_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_llcwf_118._monitoringReportContent_llcwf_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_llcwf_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_llcwf_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_llcwf_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_llcwf_158:after,._modalLine_llcwf_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_llcwf_158:before{left:-20px}._modalLine_llcwf_158:after{right:-20px}._infoMessage_llcwf_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_llcwf_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_llcwf_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_llcwf_196._buttonsAutoWidth_llcwf_203{justify-content:flex-end}._modalFooter_llcwf_196._buttonsAutoWidth_llcwf_203 button,._modalFooter_llcwf_196._buttonsAutoWidth_llcwf_203 span{margin-left:12px}._fullWidthTitle_llcwf_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_llcwf_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_llcwf_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_llcwf_230{padding:0 16px 15px}}._widgetHeader_llcwf_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_llcwf_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_llcwf_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_llcwf_266{height:180px;display:flex;align-items:center}._widgetFooter_llcwf_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_llcwf_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_llcwf_279:last-child{border:none}._widgetMainValue_llcwf_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_llcwf_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_llcwf_303{font-size:.75rem;color:#64748b}._widgetLoader_llcwf_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_llcwf_315{opacity:.5;cursor:default}._widgetAddress_llcwf_320{font-size:.75rem;color:#64748b}._widgetTag_llcwf_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_llcwf_333{font-weight:500;color:#0f172a}._chartValuesWrapper_llcwf_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_llcwf_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_llcwf_346._green_llcwf_351:before,._chartValuesTitle_llcwf_346._dark_llcwf_351:before,._chartValuesTitle_llcwf_346._blue_llcwf_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_llcwf_346._green_llcwf_351:before{background:#22c55e}._chartValuesTitle_llcwf_346._dark_llcwf_351:before{background:#475569}._chartValuesTitle_llcwf_346._blue_llcwf_351:before{background:#43e0f8}._topbar_llcwf_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_llcwf_373._sticky_llcwf_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_llcwf_391{display:inline-flex}._logo_llcwf_391{max-width:110px}._menuWrapper_llcwf_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_llcwf_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_llcwf_399._opened_llcwf_417{display:flex}}._menuItem_llcwf_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_llcwf_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_llcwf_422 ._menuIcon_llcwf_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_llcwf_422 ._menuIconPerformance_llcwf_448{fill:none}._menuItem_llcwf_422 ._menuIconStroke_llcwf_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_llcwf_422._active_llcwf_456,._menuItem_llcwf_422:hover{background:#fff;color:#52c2fd}._menuItem_llcwf_422._active_llcwf_456 ._menuIcon_llcwf_443:not(._menuIconStroke_llcwf_451,._menuIconPerformance_llcwf_448),._menuItem_llcwf_422:hover ._menuIcon_llcwf_443:not(._menuIconStroke_llcwf_451,._menuIconPerformance_llcwf_448){fill:#52c2fd}._menuItem_llcwf_422._active_llcwf_456 ._menuIconPerformance_llcwf_448 path,._menuItem_llcwf_422:hover ._menuIconPerformance_llcwf_448 path{stroke:#59a6fd}._menuItem_llcwf_422._active_llcwf_456 ._menuIconStroke_llcwf_451:not(._menuIcon_llcwf_443),._menuItem_llcwf_422:hover ._menuIconStroke_llcwf_451:not(._menuIcon_llcwf_443){stroke:#52c2fd}._redDot_llcwf_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_llcwf_485{display:flex;justify-content:center}._link_llcwf_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableWrapper_llcwf_496{background:#fff;overflow-x:scroll;min-height:calc(100vh - 266px)}._table_llcwf_100{font-family:Inter;font-size:.875rem;line-height:1.5;display:inline-block}._tableHeaderCell_llcwf_509,._tableCell_llcwf_510{flex:0 0 300px;width:300px;box-sizing:border-box;transition:.2s;word-break:break-word;word-wrap:break-word}._tableHeaderCell_llcwf_509._withoutSizeSettings_llcwf_518,._tableCell_llcwf_510._withoutSizeSettings_llcwf_518{flex:0 0 auto;width:100%}._tableHeaderCell_llcwf_509:first-child,._tableCell_llcwf_510:first-child{border-radius:8px 0 0 8px}._tableHeaderCell_llcwf_509:last-child,._tableCell_llcwf_510:last-child{border-radius:0 8px 8px 0}._tableHeaderCell_llcwf_509._action_llcwf_531,._tableCell_llcwf_510._action_llcwf_531{color:#2db2c8;font-weight:500;cursor:pointer}._markdownWrapper_llcwf_538{display:block}._markdownWrapper_llcwf_538 ul li ul,._markdownWrapper_llcwf_538 ul li ol{padding-left:20px}._tableCell_llcwf_510:nth-last-of-type(2){border-radius:0 8px 8px 0}._tableHeaderCell_llcwf_509{display:flex;align-items:center;justify-content:space-between;position:relative;background:#f8fafc;padding-left:12px;color:#64748b}._tableHeaderCell_llcwf_509._withoutGaps_llcwf_559{padding:0!important}._tableHeader_llcwf_509{position:sticky;top:0;z-index:1000;margin-bottom:2px;display:flex;border-radius:8px;min-height:38px}._tableRow_llcwf_573{transition:.2s;display:flex}._tableRow_llcwf_573 ._rowNavVisibility_llcwf_577{opacity:0}._tableRow_llcwf_573 ._mobileDevice_llcwf_580{opacity:1}._tableRow_llcwf_573._active_llcwf_456{border-radius:8px}._tableRow_llcwf_573:hover{border-radius:8px;background:#f8fafc}._tableRow_llcwf_573:hover ._rowNavVisibility_llcwf_577{opacity:1}._tableRow_llcwf_573._redFlag_llcwf_593{border-radius:8px}._tableRow_llcwf_573._redFlag_llcwf_593 ._tableCell_llcwf_510{background:#fee2e2}._tableRow_llcwf_573._redFlag_llcwf_593:hover ._tableCell_llcwf_510{background:#fbd5d5!important}._clickableRow_llcwf_603{cursor:pointer}._tableRowSelected_llcwf_607{border-radius:8px;background:#f8fafc}._tableRowSelected_llcwf_607 ._tableCell_llcwf_510{background:#f8fafc}._hasSubRows_llcwf_615{background:#ebfcff}._hasSubRows_llcwf_615:hover{background:#e1f8fc}._lastRow_llcwf_622{border-bottom:2px solid #43e0f8}._lastRow_llcwf_622:hover{border-bottom-right-radius:0;border-bottom-left-radius:0}._tableCell_llcwf_510{padding:22px 12px;display:inline-flex;align-items:center;border-bottom:1px solid #f1f5f9}._tableCell_llcwf_510._companyName_llcwf_636{padding:0 12px}._tableCell_llcwf_510._groupHeader_llcwf_639{flex:1;height:35px;background:#f8fafc;border-bottom:none;border-radius:8px}._tableCell_llcwf_510._hidden_llcwf_646 div{visibility:hidden}._spinnerWrapper_llcwf_650{position:fixed;z-index:1000;top:50%;left:50%;transform:translate(-50%,-50%)}._booleanValue_llcwf_658{display:inline-flex;align-items:center}._booleanValue_llcwf_658:before{display:inline-flex;content:"";width:8px;height:8px;border-radius:50%;margin-right:6px}._booleanValue_llcwf_658._enable_llcwf_670:before{background:#22c55e}._booleanValue_llcwf_658._disable_llcwf_315:before{background:#f59e0b}._tableActionsWrapper_llcwf_677{display:flex;align-items:center;justify-content:space-between;position:relative;border-radius:4px;background-color:#f8fafc;gap:8px;cursor:initial}._tableActionsWrapper_llcwf_677 span{height:32px;width:32px;padding:6px;border-radius:4px;cursor:pointer}._tableActionsWrapper_llcwf_677 span._disabledNavButton_llcwf_694{cursor:not-allowed}._tableActionsWrapper_llcwf_677 span._disabledNavButton_llcwf_694 svg{opacity:.4}._tableActionsWrapper_llcwf_677 span._hidden_llcwf_646{display:none}._tableActionsWrapper_llcwf_677 span svg{width:20px;height:20px;fill:transparent}._tableActionsWrapper_llcwf_677 span svg path{stroke:#64748b}._tableActionsWrapper_llcwf_677 span:hover{background-color:#e2e8f0}._tableActionsWrapper_llcwf_677 span:hover svg path{stroke:#0f172a}._tableActionsWrapper_llcwf_677._redFlag_llcwf_593,._tableActionsWrapper_llcwf_677._redFlag_llcwf_593 span:hover{background-color:#fbd5d5}._tooltipArrow_llcwf_724{display:none}._tooltip_llcwf_724{font-family:Inter!important;padding:4px 10px!important;border-radius:6px!important;border:1px solid #e2e8f0!important;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f!important;font-size:.75rem!important;text-align:center!important;position:absolute!important}._mobileTooltip_llcwf_739{border-radius:8px!important;border:1px solid #eaf1f8!important}._noBoxShadow_llcwf_744{box-shadow:none!important}._rowNavWrapper_llcwf_748{display:flex;border-radius:4px;align-self:center;position:sticky;right:0;z-index:1000;transition:.2s;width:0px;justify-content:flex-end}._rowNavWrapper_llcwf_748._redFlag_llcwf_593 ._rowNavButtonsContainer_llcwf_759{background-color:#fbd5d5}._rowNavButtonsContainer_llcwf_759{display:flex;background:#f8fafc;gap:0px;padding-right:5px}._rowNavButtonsContainer_llcwf_759._withRowActions_llcwf_769{background:transparent}._rowNavButton_llcwf_759{position:relative;height:30px;display:flex;justify-content:center;align-items:center;margin-left:4px;cursor:pointer}._rowNavButton_llcwf_759 svg{stroke:#64748b;transition:.2s}._rowNavButton_llcwf_759:hover svg{stroke:#334155}._authButtonsWrapper_dt6yg_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_dt6yg_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_dt6yg_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_dt6yg_23{width:100%;margin-bottom:16px}._fieldWrapper_dt6yg_23:last-child{margin-bottom:0}._fieldLabel_dt6yg_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_dt6yg_36{font-size:.75rem;margin-top:8px}._field_dt6yg_23{width:100%;position:relative}._fieldLabelNew_dt6yg_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_dt6yg_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_dt6yg_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_dt6yg_52[type=password]{font-size:18px}._inputNew_dt6yg_52:focus,._inputNew_dt6yg_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_dt6yg_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_dt6yg_52:disabled::placeholder{color:#cbd5e1}._inputNew_dt6yg_52._error_dt6yg_7{border:1px solid #ef4444}._inputNew_dt6yg_52._error_dt6yg_7:focus,._inputNew_dt6yg_52._error_dt6yg_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_dt6yg_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_dt6yg_90{width:calc(50% - 8px)}._tableNavWrapper_dt6yg_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_dt6yg_109{display:flex;align-items:center}._tableNavItem_dt6yg_114{margin:0 6px}._modalContent_dt6yg_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_dt6yg_118._center_dt6yg_125{text-align:center;font-family:Inter}._modalContent_dt6yg_118._settings_dt6yg_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_dt6yg_118._settingsIntegration_dt6yg_133,._modalContent_dt6yg_118._performanceTestModalContent_dt6yg_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_dt6yg_118._monitoringReportContent_dt6yg_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_dt6yg_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_dt6yg_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_dt6yg_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_dt6yg_158:after,._modalLine_dt6yg_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_dt6yg_158:before{left:-20px}._modalLine_dt6yg_158:after{right:-20px}._infoMessage_dt6yg_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_dt6yg_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_dt6yg_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_dt6yg_196._buttonsAutoWidth_dt6yg_203{justify-content:flex-end}._modalFooter_dt6yg_196._buttonsAutoWidth_dt6yg_203 button,._modalFooter_dt6yg_196._buttonsAutoWidth_dt6yg_203 span{margin-left:12px}._fullWidthTitle_dt6yg_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_dt6yg_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_dt6yg_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_dt6yg_230{padding:0 16px 15px}}._widgetHeader_dt6yg_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_dt6yg_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_dt6yg_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_dt6yg_266{height:180px;display:flex;align-items:center}._widgetFooter_dt6yg_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_dt6yg_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_dt6yg_279:last-child{border:none}._widgetMainValue_dt6yg_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_dt6yg_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_dt6yg_303{font-size:.75rem;color:#64748b}._widgetLoader_dt6yg_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_dt6yg_315{opacity:.5;cursor:default}._widgetAddress_dt6yg_320{font-size:.75rem;color:#64748b}._widgetTag_dt6yg_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_dt6yg_333{font-weight:500;color:#0f172a}._chartValuesWrapper_dt6yg_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_dt6yg_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_dt6yg_346._green_dt6yg_351:before,._chartValuesTitle_dt6yg_346._dark_dt6yg_351:before,._chartValuesTitle_dt6yg_346._blue_dt6yg_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_dt6yg_346._green_dt6yg_351:before{background:#22c55e}._chartValuesTitle_dt6yg_346._dark_dt6yg_351:before{background:#475569}._chartValuesTitle_dt6yg_346._blue_dt6yg_351:before{background:#43e0f8}._topbar_dt6yg_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_dt6yg_373._sticky_dt6yg_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_dt6yg_391{display:inline-flex}._logo_dt6yg_391{max-width:110px}._menuWrapper_dt6yg_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_dt6yg_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_dt6yg_399._opened_dt6yg_417{display:flex}}._menuItem_dt6yg_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_dt6yg_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_dt6yg_422 ._menuIcon_dt6yg_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_dt6yg_422 ._menuIconPerformance_dt6yg_448{fill:none}._menuItem_dt6yg_422 ._menuIconStroke_dt6yg_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_dt6yg_422._active_dt6yg_456,._menuItem_dt6yg_422:hover{background:#fff;color:#52c2fd}._menuItem_dt6yg_422._active_dt6yg_456 ._menuIcon_dt6yg_443:not(._menuIconStroke_dt6yg_451,._menuIconPerformance_dt6yg_448),._menuItem_dt6yg_422:hover ._menuIcon_dt6yg_443:not(._menuIconStroke_dt6yg_451,._menuIconPerformance_dt6yg_448){fill:#52c2fd}._menuItem_dt6yg_422._active_dt6yg_456 ._menuIconPerformance_dt6yg_448 path,._menuItem_dt6yg_422:hover ._menuIconPerformance_dt6yg_448 path{stroke:#59a6fd}._menuItem_dt6yg_422._active_dt6yg_456 ._menuIconStroke_dt6yg_451:not(._menuIcon_dt6yg_443),._menuItem_dt6yg_422:hover ._menuIconStroke_dt6yg_451:not(._menuIcon_dt6yg_443){stroke:#52c2fd}._redDot_dt6yg_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_dt6yg_485{display:flex;justify-content:center}._link_dt6yg_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalLink_dt6yg_496{text-decoration:underline;color:#000;font-weight:500}._modalLinksSection_dt6yg_502{margin-top:1em}._errorMessage_1kpov_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._infoMessage_1kpov_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._authButtonsWrapper_eh0bf_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_eh0bf_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_eh0bf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_eh0bf_23{width:100%;margin-bottom:16px}._fieldWrapper_eh0bf_23:last-child{margin-bottom:0}._fieldLabel_eh0bf_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_eh0bf_36{font-size:.75rem;margin-top:8px}._field_eh0bf_23{width:100%;position:relative}._fieldLabelNew_eh0bf_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_eh0bf_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_eh0bf_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_eh0bf_52[type=password]{font-size:18px}._inputNew_eh0bf_52:focus,._inputNew_eh0bf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_eh0bf_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_eh0bf_52:disabled::placeholder{color:#cbd5e1}._inputNew_eh0bf_52._error_eh0bf_7{border:1px solid #ef4444}._inputNew_eh0bf_52._error_eh0bf_7:focus,._inputNew_eh0bf_52._error_eh0bf_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_eh0bf_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_eh0bf_90{width:calc(50% - 8px)}._tableNavWrapper_eh0bf_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_eh0bf_109{display:flex;align-items:center}._tableNavItem_eh0bf_114{margin:0 6px}._modalContent_eh0bf_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_eh0bf_118._center_eh0bf_125{text-align:center;font-family:Inter}._modalContent_eh0bf_118._settings_eh0bf_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_eh0bf_118._settingsIntegration_eh0bf_133,._modalContent_eh0bf_118._performanceTestModalContent_eh0bf_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_eh0bf_118._monitoringReportContent_eh0bf_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_eh0bf_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_eh0bf_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_eh0bf_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_eh0bf_158:after,._modalLine_eh0bf_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_eh0bf_158:before{left:-20px}._modalLine_eh0bf_158:after{right:-20px}._infoMessage_eh0bf_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_eh0bf_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_eh0bf_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_eh0bf_196._buttonsAutoWidth_eh0bf_203{justify-content:flex-end}._modalFooter_eh0bf_196._buttonsAutoWidth_eh0bf_203 button,._modalFooter_eh0bf_196._buttonsAutoWidth_eh0bf_203 span{margin-left:12px}._fullWidthTitle_eh0bf_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_eh0bf_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_eh0bf_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_eh0bf_230{padding:0 16px 15px}}._widgetHeader_eh0bf_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_eh0bf_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_eh0bf_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_eh0bf_266{height:180px;display:flex;align-items:center}._widgetFooter_eh0bf_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_eh0bf_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_eh0bf_279:last-child{border:none}._widgetMainValue_eh0bf_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_eh0bf_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_eh0bf_303{font-size:.75rem;color:#64748b}._widgetLoader_eh0bf_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_eh0bf_315{opacity:.5;cursor:default}._widgetAddress_eh0bf_320{font-size:.75rem;color:#64748b}._widgetTag_eh0bf_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_eh0bf_333{font-weight:500;color:#0f172a}._chartValuesWrapper_eh0bf_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_eh0bf_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_eh0bf_346._green_eh0bf_351:before,._chartValuesTitle_eh0bf_346._dark_eh0bf_351:before,._chartValuesTitle_eh0bf_346._blue_eh0bf_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_eh0bf_346._green_eh0bf_351:before{background:#22c55e}._chartValuesTitle_eh0bf_346._dark_eh0bf_351:before{background:#475569}._chartValuesTitle_eh0bf_346._blue_eh0bf_351:before{background:#43e0f8}._topbar_eh0bf_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_eh0bf_373._sticky_eh0bf_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_eh0bf_391{display:inline-flex}._logo_eh0bf_391{max-width:110px}._menuWrapper_eh0bf_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_eh0bf_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_eh0bf_399._opened_eh0bf_417{display:flex}}._menuItem_eh0bf_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_eh0bf_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_eh0bf_422 ._menuIcon_eh0bf_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_eh0bf_422 ._menuIconPerformance_eh0bf_448{fill:none}._menuItem_eh0bf_422 ._menuIconStroke_eh0bf_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_eh0bf_422._active_eh0bf_456,._menuItem_eh0bf_422:hover{background:#fff;color:#52c2fd}._menuItem_eh0bf_422._active_eh0bf_456 ._menuIcon_eh0bf_443:not(._menuIconStroke_eh0bf_451,._menuIconPerformance_eh0bf_448),._menuItem_eh0bf_422:hover ._menuIcon_eh0bf_443:not(._menuIconStroke_eh0bf_451,._menuIconPerformance_eh0bf_448){fill:#52c2fd}._menuItem_eh0bf_422._active_eh0bf_456 ._menuIconPerformance_eh0bf_448 path,._menuItem_eh0bf_422:hover ._menuIconPerformance_eh0bf_448 path{stroke:#59a6fd}._menuItem_eh0bf_422._active_eh0bf_456 ._menuIconStroke_eh0bf_451:not(._menuIcon_eh0bf_443),._menuItem_eh0bf_422:hover ._menuIconStroke_eh0bf_451:not(._menuIcon_eh0bf_443){stroke:#52c2fd}._redDot_eh0bf_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_eh0bf_485{display:flex;justify-content:center}._link_eh0bf_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderDetails_eh0bf_496{display:flex;justify-content:space-between;font-family:Inter}._orderDetailsItem_eh0bf_502{width:33%}._orderDetailsLabel_eh0bf_506{display:block;font-size:.875rem;margin-bottom:4px;color:#64748b}._orderDetailsValue_eh0bf_513{font-weight:500;display:block}._separator_eh0bf_518{height:1px;width:100%;margin:20px 0;background:#e2e8f0}._deviceWrapper_eh0bf_525{display:flex;align-items:center;font-family:Inter}._deviceWrapper_eh0bf_525:before{display:block;content:url(/assets/device-O4Bbl98r.svg)}._deviceQtyWrapper_eh0bf_535{padding-left:16px;margin-right:20px}._deviceName_eh0bf_540{display:block;font-weight:500;margin-bottom:4px}._deviceQty_eh0bf_535{display:block;font-size:.875rem;color:#64748b}._orderNote_eh0bf_552{font-size:.75rem;color:#64748b;margin-top:30px}._orderNote_eh0bf_552:before{content:"*";color:#42e8ff}._authWrapper_i8vp3_1{height:100vh;background:url(/assets/backgound-logo-DlghSEo4.png),linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);background-repeat:no-repeat;background-size:cover;background-position:center center;padding:32px;display:flex;justify-content:space-between;align-items:center}@media only screen and (min-width: 1540px){._authWrapper_i8vp3_1{justify-content:center}}@media only screen and (max-width: 1024px){._authWrapper_i8vp3_1{flex-direction:column-reverse;align-items:stretch;height:auto;padding:24px 0 0}}._logoWrapper_i8vp3_26{width:50%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1024px){._logoWrapper_i8vp3_26{width:100%}}._logo_i8vp3_26{max-width:100%}@media only screen and (max-width: 1439px){._logo_i8vp3_26{max-width:70%}}@media only screen and (max-width: 1024px){._logo_i8vp3_26{max-width:90px;margin-bottom:24px}}._hamburgerLines_1x9ze_1{display:flex;z-index:1000;height:18px;width:24px;position:relative;z-index:2;flex-direction:column;justify-content:space-between;cursor:pointer}._hamburgerLines_1x9ze_1 ._line_1x9ze_12{display:block;height:2px;width:100%;border-radius:10px;background:#fff}._hamburgerLines_1x9ze_1 ._line1_1x9ze_19{transform-origin:0% 0%;transition:transform .2s ease-in-out}._hamburgerLines_1x9ze_1 ._line2_1x9ze_23{transition:transform .1s ease-in-out}._hamburgerLines_1x9ze_1 ._line3_1x9ze_26{transform-origin:0% 100%;transition:transform .2s ease-in-out}._opened_1x9ze_31 ._line1_1x9ze_19{transform:rotate(45deg)}._opened_1x9ze_31 ._line2_1x9ze_23{transform:scaleY(0)}._opened_1x9ze_31 ._line3_1x9ze_26{transform:rotate(-45deg)}._userMenuWrapper_1ii32_1{position:relative}._userMenuButton_1ii32_5{border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:.2s;cursor:pointer}._userMenuButton_1ii32_5:hover,._userMenuButton_1ii32_5._active_1ii32_18{background:#ffffff26}._userDropdown_1ii32_22{position:absolute;z-index:2000;right:0;top:47px;border-radius:8px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 16px 32px -12px #47556914;width:220px;overflow:hidden;opacity:1}._userDropdown_1ii32_22._hidden_1ii32_35{opacity:0;pointer-events:none}._userDropdownItem_1ii32_40{font-family:Inter;padding:12px;border-bottom:1px solid #e2e8f0;transition:.2s;color:#334155;font-size:.875rem;font-weight:500;display:flex;align-items:center;cursor:pointer}._userDropdownItem_1ii32_40:hover{background:#47556914}._userDropdownItem_1ii32_40:last-child{border:none}._skipPointer_1ii32_59{cursor:initial}._itemIcon_1ii32_63{margin-right:8px}._userAvatarWhite_1ii32_67{flex-shrink:0;fill:#f8fafc}._userAvatarBlack_1ii32_72{flex-shrink:0;fill:#475569}._userName_1ii32_77{text-overflow:ellipsis;max-width:170px;overflow:hidden}._userEmail_1ii32_83{color:#64748b;font-weight:400;text-overflow:ellipsis;overflow:hidden;max-width:170px;white-space:nowrap}._button_11oc4_1{height:54px;border-radius:16px;font-weight:500;font-size:1rem;font-family:Inter;transition:all .2s ease-out;display:inline-flex;justify-content:center;align-items:center;cursor:pointer}@media only screen and (max-width: 1024px){._button_11oc4_1{height:40px;font-size:.875rem;border-radius:10px}}._button_11oc4_1._colored_11oc4_20{color:#fff;box-shadow:3px 3px #000;background:linear-gradient(0deg,#ededed33 0% 100%),linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._button_11oc4_1._colored_11oc4_20:hover{box-shadow:1px 1px #000}._button_11oc4_1._white_11oc4_28{border:1px solid #7864ff;background:#fff;color:#7864ff}._button_11oc4_1._white_11oc4_28:hover{border-color:#6148ff;color:#6148ff}._button_11oc4_1._fullWidth_11oc4_37{width:100%}._button_11oc4_1._halfWidth_11oc4_40{width:calc(50% - 8px)}._button_11oc4_1._normal_11oc4_43{width:auto;padding:0 24px}._button_11oc4_1:disabled,._button_11oc4_1[disabled]{cursor:default;opacity:.8}._button_11oc4_1:disabled._colored_11oc4_20:hover,._button_11oc4_1[disabled]._colored_11oc4_20:hover{box-shadow:3px 3px #000}._authSection_1c17f_1{background:#fff;border-radius:30px;display:flex;flex-direction:column;justify-content:center;align-items:center;min-height:calc(100vh - 64px);width:720px}@media only screen and (min-width: 1540px){._authSection_1c17f_1{min-height:780px}}@media only screen and (max-width: 1439px){._authSection_1c17f_1{max-width:600px}}@media only screen and (max-width: 1024px){._authSection_1c17f_1{width:auto;margin:0 16px;min-height:calc(100vh - 100px);max-width:100%;justify-content:start}}._formWrapper_1c17f_31{width:100%;max-width:475px}@media only screen and (max-width: 1439px){._formWrapper_1c17f_31{max-width:400px}}@media only screen and (max-width: 1024px){._formWrapper_1c17f_31{max-width:100%;padding:32px 16px 16px}}._formTitle_1c17f_47{font-size:3rem;margin-bottom:16px;font-family:Inter}@media only screen and (max-width: 1024px){._formTitle_1c17f_47{font-size:1.5rem;text-align:center}}._formSubtitle_1c17f_59{color:#64748b;margin-bottom:32px}@media only screen and (max-width: 1024px){._formSubtitle_1c17f_59{text-align:center}}._authButtonsWrapper_wpwzh_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_wpwzh_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_wpwzh_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_wpwzh_23{width:100%;margin-bottom:16px}._fieldWrapper_wpwzh_23:last-child{margin-bottom:0}._fieldLabel_wpwzh_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_wpwzh_36{font-size:.75rem;margin-top:8px}._field_wpwzh_23{width:100%;position:relative}._fieldLabelNew_wpwzh_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_wpwzh_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_wpwzh_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_wpwzh_52[type=password]{font-size:18px}._inputNew_wpwzh_52:focus,._inputNew_wpwzh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_wpwzh_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_wpwzh_52:disabled::placeholder{color:#cbd5e1}._inputNew_wpwzh_52._error_wpwzh_7{border:1px solid #ef4444}._inputNew_wpwzh_52._error_wpwzh_7:focus,._inputNew_wpwzh_52._error_wpwzh_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_wpwzh_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_wpwzh_90{width:calc(50% - 8px)}._tableNavWrapper_wpwzh_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_wpwzh_109{display:flex;align-items:center}._tableNavItem_wpwzh_114{margin:0 6px}._modalContent_wpwzh_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_wpwzh_118._center_wpwzh_125{text-align:center;font-family:Inter}._modalContent_wpwzh_118._settings_wpwzh_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_wpwzh_118._settingsIntegration_wpwzh_133,._modalContent_wpwzh_118._performanceTestModalContent_wpwzh_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_wpwzh_118._monitoringReportContent_wpwzh_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_wpwzh_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_wpwzh_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_wpwzh_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_wpwzh_158:after,._modalLine_wpwzh_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_wpwzh_158:before{left:-20px}._modalLine_wpwzh_158:after{right:-20px}._infoMessage_wpwzh_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_wpwzh_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_wpwzh_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_wpwzh_196._buttonsAutoWidth_wpwzh_203{justify-content:flex-end}._modalFooter_wpwzh_196._buttonsAutoWidth_wpwzh_203 button,._modalFooter_wpwzh_196._buttonsAutoWidth_wpwzh_203 span{margin-left:12px}._fullWidthTitle_wpwzh_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_wpwzh_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_wpwzh_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_wpwzh_230{padding:0 16px 15px}}._widgetHeader_wpwzh_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_wpwzh_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_wpwzh_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_wpwzh_266{height:180px;display:flex;align-items:center}._widgetFooter_wpwzh_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_wpwzh_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_wpwzh_279:last-child{border:none}._widgetMainValue_wpwzh_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_wpwzh_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_wpwzh_303{font-size:.75rem;color:#64748b}._widgetLoader_wpwzh_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_wpwzh_315{opacity:.5;cursor:default}._widgetAddress_wpwzh_320{font-size:.75rem;color:#64748b}._widgetTag_wpwzh_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_wpwzh_333{font-weight:500;color:#0f172a}._chartValuesWrapper_wpwzh_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_wpwzh_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_wpwzh_346._green_wpwzh_351:before,._chartValuesTitle_wpwzh_346._dark_wpwzh_351:before,._chartValuesTitle_wpwzh_346._blue_wpwzh_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_wpwzh_346._green_wpwzh_351:before{background:#22c55e}._chartValuesTitle_wpwzh_346._dark_wpwzh_351:before{background:#475569}._chartValuesTitle_wpwzh_346._blue_wpwzh_351:before{background:#43e0f8}._topbar_wpwzh_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_wpwzh_373._sticky_wpwzh_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_wpwzh_391{display:inline-flex}._logo_wpwzh_391{max-width:110px}._menuWrapper_wpwzh_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_wpwzh_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_wpwzh_399._opened_wpwzh_417{display:flex}}._menuItem_wpwzh_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_wpwzh_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_wpwzh_422 ._menuIcon_wpwzh_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_wpwzh_422 ._menuIconPerformance_wpwzh_448{fill:none}._menuItem_wpwzh_422 ._menuIconStroke_wpwzh_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_wpwzh_422._active_wpwzh_456,._menuItem_wpwzh_422:hover{background:#fff;color:#52c2fd}._menuItem_wpwzh_422._active_wpwzh_456 ._menuIcon_wpwzh_443:not(._menuIconStroke_wpwzh_451,._menuIconPerformance_wpwzh_448),._menuItem_wpwzh_422:hover ._menuIcon_wpwzh_443:not(._menuIconStroke_wpwzh_451,._menuIconPerformance_wpwzh_448){fill:#52c2fd}._menuItem_wpwzh_422._active_wpwzh_456 ._menuIconPerformance_wpwzh_448 path,._menuItem_wpwzh_422:hover ._menuIconPerformance_wpwzh_448 path{stroke:#59a6fd}._menuItem_wpwzh_422._active_wpwzh_456 ._menuIconStroke_wpwzh_451:not(._menuIcon_wpwzh_443),._menuItem_wpwzh_422:hover ._menuIconStroke_wpwzh_451:not(._menuIcon_wpwzh_443){stroke:#52c2fd}._redDot_wpwzh_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_wpwzh_485{display:flex;justify-content:center}._link_wpwzh_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._input_wpwzh_52{height:48px;padding:0 50px 0 16px;width:100%;font-size:.875rem;font-family:Inter;border-radius:16px;border:1px solid #dde4ee;transition:.2s}._input_wpwzh_52::placeholder{font-size:.875rem;font-family:Inter;color:#66768e}._input_wpwzh_52:focus,._input_wpwzh_52:active{border:1px solid #a7b8d0}._input_wpwzh_52._error_wpwzh_7{border-color:#ef4444}@media only screen and (max-width: 1024px){._input_wpwzh_52{height:40px;padding:0 12px;border-radius:10px}}._iconButton_wpwzh_526{position:absolute;right:16px;top:14px;opacity:.8;cursor:pointer}._iconButton_wpwzh_526:hover{transition:.15s;opacity:.6}@media only screen and (max-width: 1024px){._iconButton_wpwzh_526{top:10px;right:12px}}._showIcon_wpwzh_544{display:inline-flex;content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3cpath%20d='M17.9167%201.25L2.5%2017.5'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e")}._hideIcon_wpwzh_549{display:inline-flex;content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3c/svg%3e")}._authButtonsWrapper_1uaqq_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1uaqq_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1uaqq_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1uaqq_23{width:100%;margin-bottom:16px}._fieldWrapper_1uaqq_23:last-child{margin-bottom:0}._fieldLabel_1uaqq_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1uaqq_36{font-size:.75rem;margin-top:8px}._field_1uaqq_23{width:100%;position:relative}._fieldLabelNew_1uaqq_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1uaqq_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1uaqq_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1uaqq_52[type=password]{font-size:18px}._inputNew_1uaqq_52:focus,._inputNew_1uaqq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1uaqq_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1uaqq_52:disabled::placeholder{color:#cbd5e1}._inputNew_1uaqq_52._error_1uaqq_7{border:1px solid #ef4444}._inputNew_1uaqq_52._error_1uaqq_7:focus,._inputNew_1uaqq_52._error_1uaqq_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1uaqq_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1uaqq_90{width:calc(50% - 8px)}._tableNavWrapper_1uaqq_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1uaqq_109{display:flex;align-items:center}._tableNavItem_1uaqq_114{margin:0 6px}._modalContent_1uaqq_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1uaqq_118._center_1uaqq_125{text-align:center;font-family:Inter}._modalContent_1uaqq_118._settings_1uaqq_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1uaqq_118._settingsIntegration_1uaqq_133,._modalContent_1uaqq_118._performanceTestModalContent_1uaqq_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1uaqq_118._monitoringReportContent_1uaqq_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1uaqq_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1uaqq_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1uaqq_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1uaqq_158:after,._modalLine_1uaqq_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1uaqq_158:before{left:-20px}._modalLine_1uaqq_158:after{right:-20px}._infoMessage_1uaqq_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1uaqq_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1uaqq_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1uaqq_196._buttonsAutoWidth_1uaqq_203{justify-content:flex-end}._modalFooter_1uaqq_196._buttonsAutoWidth_1uaqq_203 button,._modalFooter_1uaqq_196._buttonsAutoWidth_1uaqq_203 span{margin-left:12px}._fullWidthTitle_1uaqq_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1uaqq_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1uaqq_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1uaqq_230{padding:0 16px 15px}}._widgetHeader_1uaqq_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1uaqq_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1uaqq_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1uaqq_266{height:180px;display:flex;align-items:center}._widgetFooter_1uaqq_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1uaqq_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1uaqq_279:last-child{border:none}._widgetMainValue_1uaqq_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1uaqq_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1uaqq_303{font-size:.75rem;color:#64748b}._widgetLoader_1uaqq_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1uaqq_315{opacity:.5;cursor:default}._widgetAddress_1uaqq_320{font-size:.75rem;color:#64748b}._widgetTag_1uaqq_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1uaqq_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1uaqq_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1uaqq_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1uaqq_346._green_1uaqq_351:before,._chartValuesTitle_1uaqq_346._dark_1uaqq_351:before,._chartValuesTitle_1uaqq_346._blue_1uaqq_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1uaqq_346._green_1uaqq_351:before{background:#22c55e}._chartValuesTitle_1uaqq_346._dark_1uaqq_351:before{background:#475569}._chartValuesTitle_1uaqq_346._blue_1uaqq_351:before{background:#43e0f8}._topbar_1uaqq_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1uaqq_373._sticky_1uaqq_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1uaqq_391{display:inline-flex}._logo_1uaqq_391{max-width:110px}._menuWrapper_1uaqq_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1uaqq_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1uaqq_399._opened_1uaqq_417{display:flex}}._menuItem_1uaqq_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1uaqq_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1uaqq_422 ._menuIcon_1uaqq_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1uaqq_422 ._menuIconPerformance_1uaqq_448{fill:none}._menuItem_1uaqq_422 ._menuIconStroke_1uaqq_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1uaqq_422._active_1uaqq_456,._menuItem_1uaqq_422:hover{background:#fff;color:#52c2fd}._menuItem_1uaqq_422._active_1uaqq_456 ._menuIcon_1uaqq_443:not(._menuIconStroke_1uaqq_451,._menuIconPerformance_1uaqq_448),._menuItem_1uaqq_422:hover ._menuIcon_1uaqq_443:not(._menuIconStroke_1uaqq_451,._menuIconPerformance_1uaqq_448){fill:#52c2fd}._menuItem_1uaqq_422._active_1uaqq_456 ._menuIconPerformance_1uaqq_448 path,._menuItem_1uaqq_422:hover ._menuIconPerformance_1uaqq_448 path{stroke:#59a6fd}._menuItem_1uaqq_422._active_1uaqq_456 ._menuIconStroke_1uaqq_451:not(._menuIcon_1uaqq_443),._menuItem_1uaqq_422:hover ._menuIconStroke_1uaqq_451:not(._menuIcon_1uaqq_443){stroke:#52c2fd}._redDot_1uaqq_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1uaqq_485{display:flex;justify-content:center}._link_1uaqq_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._forgotPasswordLink_1uaqq_496{font-size:.875rem;font-weight:500;font-family:Inter;transition:.15s;margin-top:16px;color:#2db2c8}._textLink_1uaqq_505{border-bottom:1px solid #64748b;transition:.15s;margin-left:auto;cursor:pointer}._textLink_1uaqq_505:hover{border-color:transparent}._errorMessageWrapper_1uaqq_515{margin-bottom:16px}._inputFooter_1uaqq_519{display:flex;justify-content:space-between;position:relative;margin-top:-16px}._authButtonsWrapper_4rqq4_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_4rqq4_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_4rqq4_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_4rqq4_23{width:100%;margin-bottom:16px}._fieldWrapper_4rqq4_23:last-child{margin-bottom:0}._fieldLabel_4rqq4_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_4rqq4_36{font-size:.75rem;margin-top:8px}._field_4rqq4_23{width:100%;position:relative}._fieldLabelNew_4rqq4_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_4rqq4_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_4rqq4_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_4rqq4_52[type=password]{font-size:18px}._inputNew_4rqq4_52:focus,._inputNew_4rqq4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4rqq4_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_4rqq4_52:disabled::placeholder{color:#cbd5e1}._inputNew_4rqq4_52._error_4rqq4_7{border:1px solid #ef4444}._inputNew_4rqq4_52._error_4rqq4_7:focus,._inputNew_4rqq4_52._error_4rqq4_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_4rqq4_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_4rqq4_90{width:calc(50% - 8px)}._tableNavWrapper_4rqq4_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_4rqq4_109{display:flex;align-items:center}._tableNavItem_4rqq4_114{margin:0 6px}._modalContent_4rqq4_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_4rqq4_118._center_4rqq4_125{text-align:center;font-family:Inter}._modalContent_4rqq4_118._settings_4rqq4_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_4rqq4_118._settingsIntegration_4rqq4_133,._modalContent_4rqq4_118._performanceTestModalContent_4rqq4_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_4rqq4_118._monitoringReportContent_4rqq4_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_4rqq4_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_4rqq4_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_4rqq4_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_4rqq4_158:after,._modalLine_4rqq4_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_4rqq4_158:before{left:-20px}._modalLine_4rqq4_158:after{right:-20px}._infoMessage_4rqq4_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_4rqq4_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_4rqq4_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_4rqq4_196._buttonsAutoWidth_4rqq4_203{justify-content:flex-end}._modalFooter_4rqq4_196._buttonsAutoWidth_4rqq4_203 button,._modalFooter_4rqq4_196._buttonsAutoWidth_4rqq4_203 span{margin-left:12px}._fullWidthTitle_4rqq4_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_4rqq4_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_4rqq4_230,._alertsWidgetWrapper_4rqq4_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_4rqq4_230,._alertsWidgetWrapper_4rqq4_230{padding:0 16px 15px}}._widgetHeader_4rqq4_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_4rqq4_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_4rqq4_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_4rqq4_266{height:180px;display:flex;align-items:center}._widgetFooter_4rqq4_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_4rqq4_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_4rqq4_279:last-child{border:none}._widgetMainValue_4rqq4_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_4rqq4_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4rqq4_303{font-size:.75rem;color:#64748b}._widgetLoader_4rqq4_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_4rqq4_315{opacity:.5;cursor:default}._widgetAddress_4rqq4_320{font-size:.75rem;color:#64748b}._widgetTag_4rqq4_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_4rqq4_333{font-weight:500;color:#0f172a}._chartValuesWrapper_4rqq4_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_4rqq4_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_4rqq4_346._green_4rqq4_351:before,._chartValuesTitle_4rqq4_346._dark_4rqq4_351:before,._chartValuesTitle_4rqq4_346._blue_4rqq4_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_4rqq4_346._green_4rqq4_351:before{background:#22c55e}._chartValuesTitle_4rqq4_346._dark_4rqq4_351:before{background:#475569}._chartValuesTitle_4rqq4_346._blue_4rqq4_351:before{background:#43e0f8}._topbar_4rqq4_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_4rqq4_373._sticky_4rqq4_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_4rqq4_391{display:inline-flex}._logo_4rqq4_391{max-width:110px}._menuWrapper_4rqq4_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_4rqq4_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_4rqq4_399._opened_4rqq4_417{display:flex}}._menuItem_4rqq4_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_4rqq4_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_4rqq4_422 ._menuIcon_4rqq4_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_4rqq4_422 ._menuIconPerformance_4rqq4_448{fill:none}._menuItem_4rqq4_422 ._menuIconStroke_4rqq4_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_4rqq4_422._active_4rqq4_456,._menuItem_4rqq4_422:hover{background:#fff;color:#52c2fd}._menuItem_4rqq4_422._active_4rqq4_456 ._menuIcon_4rqq4_443:not(._menuIconStroke_4rqq4_451,._menuIconPerformance_4rqq4_448),._menuItem_4rqq4_422:hover ._menuIcon_4rqq4_443:not(._menuIconStroke_4rqq4_451,._menuIconPerformance_4rqq4_448){fill:#52c2fd}._menuItem_4rqq4_422._active_4rqq4_456 ._menuIconPerformance_4rqq4_448 path,._menuItem_4rqq4_422:hover ._menuIconPerformance_4rqq4_448 path{stroke:#59a6fd}._menuItem_4rqq4_422._active_4rqq4_456 ._menuIconStroke_4rqq4_451:not(._menuIcon_4rqq4_443),._menuItem_4rqq4_422:hover ._menuIconStroke_4rqq4_451:not(._menuIcon_4rqq4_443){stroke:#52c2fd}._redDot_4rqq4_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_4rqq4_485{display:flex;justify-content:center}._link_4rqq4_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertsWidgetWrapper_4rqq4_230{flex:1 1 500px;max-width:100%;min-height:193px}._indicators_4rqq4_502,._summaryIndicators_4rqq4_502{display:inline-flex;align-items:center;margin:0 2px 28px;color:#475569;font-size:.75rem}._indicators_4rqq4_502 i,._summaryIndicators_4rqq4_502 i{display:inline-flex;padding:0 5px;font-style:normal;font-size:16px;font-weight:500;color:#0f172a}._summaryIndicators_4rqq4_502{padding:4px 10px 4px 5px;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:0}._summaryIndicators_4rqq4_502 i{font-size:.75rem}._indicatorsWrapper_4rqq4_529{display:flex;flex-wrap:wrap;column-gap:15px;padding-top:20px}._summaryIndicatorsWrapper_4rqq4_536{display:flex;flex-wrap:wrap;gap:5px}._barWidgetWrapper_1f6f1_1{display:flex;height:50px}._barWidgetItem_1f6f1_6{border-radius:5px;width:0;transition:width .7s ease;margin-right:4px;background:#ccc}._barWidgetItem_1f6f1_6:last-child{margin-right:0}._noDataMessage_1f6f1_17{height:50px;display:flex;align-items:center;justify-content:center;text-align:center}._authButtonsWrapper_x2eaf_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_x2eaf_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_x2eaf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_x2eaf_23{width:100%;margin-bottom:16px}._fieldWrapper_x2eaf_23:last-child{margin-bottom:0}._fieldLabel_x2eaf_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_x2eaf_36{font-size:.75rem;margin-top:8px}._field_x2eaf_23{width:100%;position:relative}._fieldLabelNew_x2eaf_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_x2eaf_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_x2eaf_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_x2eaf_52[type=password]{font-size:18px}._inputNew_x2eaf_52:focus,._inputNew_x2eaf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_x2eaf_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_x2eaf_52:disabled::placeholder{color:#cbd5e1}._inputNew_x2eaf_52._error_x2eaf_7{border:1px solid #ef4444}._inputNew_x2eaf_52._error_x2eaf_7:focus,._inputNew_x2eaf_52._error_x2eaf_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_x2eaf_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_x2eaf_90{width:calc(50% - 8px)}._tableNavWrapper_x2eaf_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_x2eaf_109{display:flex;align-items:center}._tableNavItem_x2eaf_114{margin:0 6px}._modalContent_x2eaf_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_x2eaf_118._center_x2eaf_125{text-align:center;font-family:Inter}._modalContent_x2eaf_118._settings_x2eaf_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_x2eaf_118._settingsIntegration_x2eaf_133,._modalContent_x2eaf_118._performanceTestModalContent_x2eaf_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_x2eaf_118._monitoringReportContent_x2eaf_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_x2eaf_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_x2eaf_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_x2eaf_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_x2eaf_158:after,._modalLine_x2eaf_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_x2eaf_158:before{left:-20px}._modalLine_x2eaf_158:after{right:-20px}._infoMessage_x2eaf_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_x2eaf_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_x2eaf_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_x2eaf_196._buttonsAutoWidth_x2eaf_203{justify-content:flex-end}._modalFooter_x2eaf_196._buttonsAutoWidth_x2eaf_203 button,._modalFooter_x2eaf_196._buttonsAutoWidth_x2eaf_203 span{margin-left:12px}._fullWidthTitle_x2eaf_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_x2eaf_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_x2eaf_230,._alertsWidgetWrapper_x2eaf_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_x2eaf_230,._alertsWidgetWrapper_x2eaf_230{padding:0 16px 15px}}._widgetHeader_x2eaf_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_x2eaf_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_x2eaf_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_x2eaf_266{height:180px;display:flex;align-items:center}._widgetFooter_x2eaf_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_x2eaf_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_x2eaf_279:last-child{border:none}._widgetMainValue_x2eaf_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_x2eaf_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_x2eaf_303{font-size:.75rem;color:#64748b}._widgetLoader_x2eaf_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_x2eaf_315{opacity:.5;cursor:default}._widgetAddress_x2eaf_320{font-size:.75rem;color:#64748b}._widgetTag_x2eaf_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_x2eaf_333{font-weight:500;color:#0f172a}._chartValuesWrapper_x2eaf_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_x2eaf_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_x2eaf_346._green_x2eaf_351:before,._chartValuesTitle_x2eaf_346._dark_x2eaf_351:before,._chartValuesTitle_x2eaf_346._blue_x2eaf_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_x2eaf_346._green_x2eaf_351:before{background:#22c55e}._chartValuesTitle_x2eaf_346._dark_x2eaf_351:before{background:#475569}._chartValuesTitle_x2eaf_346._blue_x2eaf_351:before{background:#43e0f8}._topbar_x2eaf_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_x2eaf_373._sticky_x2eaf_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_x2eaf_391{display:inline-flex}._logo_x2eaf_391{max-width:110px}._menuWrapper_x2eaf_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_x2eaf_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_x2eaf_399._opened_x2eaf_417{display:flex}}._menuItem_x2eaf_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_x2eaf_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_x2eaf_422 ._menuIcon_x2eaf_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_x2eaf_422 ._menuIconPerformance_x2eaf_448{fill:none}._menuItem_x2eaf_422 ._menuIconStroke_x2eaf_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_x2eaf_422._active_x2eaf_456,._menuItem_x2eaf_422:hover{background:#fff;color:#52c2fd}._menuItem_x2eaf_422._active_x2eaf_456 ._menuIcon_x2eaf_443:not(._menuIconStroke_x2eaf_451,._menuIconPerformance_x2eaf_448),._menuItem_x2eaf_422:hover ._menuIcon_x2eaf_443:not(._menuIconStroke_x2eaf_451,._menuIconPerformance_x2eaf_448){fill:#52c2fd}._menuItem_x2eaf_422._active_x2eaf_456 ._menuIconPerformance_x2eaf_448 path,._menuItem_x2eaf_422:hover ._menuIconPerformance_x2eaf_448 path{stroke:#59a6fd}._menuItem_x2eaf_422._active_x2eaf_456 ._menuIconStroke_x2eaf_451:not(._menuIcon_x2eaf_443),._menuItem_x2eaf_422:hover ._menuIconStroke_x2eaf_451:not(._menuIcon_x2eaf_443){stroke:#52c2fd}._redDot_x2eaf_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_x2eaf_485{display:flex;justify-content:center}._link_x2eaf_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertsWidgetWrapper_x2eaf_230{max-width:initial;flex:1 1 500px;min-height:193px}._chartWrapper_x2eaf_502{padding:16px 0}._indicatorsWrapper_x2eaf_506{margin-top:16px}._indicator_x2eaf_506{display:inline-flex;align-items:center;font-size:12px;font-style:normal;font-weight:500;color:#475569;text-transform:uppercase;margin-right:20px}._indicator_x2eaf_506 i{font-style:normal;color:#0f172a;padding-left:4px}._colorCircle_x2eaf_526{width:8px;height:8px;border-radius:50%;display:inline-flex;margin-right:6px}._authButtonsWrapper_v9zcu_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_v9zcu_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_v9zcu_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_v9zcu_23{width:100%;margin-bottom:16px}._fieldWrapper_v9zcu_23:last-child{margin-bottom:0}._fieldLabel_v9zcu_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_v9zcu_36{font-size:.75rem;margin-top:8px}._field_v9zcu_23{width:100%;position:relative}._fieldLabelNew_v9zcu_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_v9zcu_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_v9zcu_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_v9zcu_52[type=password]{font-size:18px}._inputNew_v9zcu_52:focus,._inputNew_v9zcu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_v9zcu_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_v9zcu_52:disabled::placeholder{color:#cbd5e1}._inputNew_v9zcu_52._error_v9zcu_7{border:1px solid #ef4444}._inputNew_v9zcu_52._error_v9zcu_7:focus,._inputNew_v9zcu_52._error_v9zcu_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_v9zcu_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_v9zcu_90{width:calc(50% - 8px)}._tableNavWrapper_v9zcu_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_v9zcu_109{display:flex;align-items:center}._tableNavItem_v9zcu_114{margin:0 6px}._modalContent_v9zcu_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_v9zcu_118._center_v9zcu_125{text-align:center;font-family:Inter}._modalContent_v9zcu_118._settings_v9zcu_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_v9zcu_118._settingsIntegration_v9zcu_133,._modalContent_v9zcu_118._performanceTestModalContent_v9zcu_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_v9zcu_118._monitoringReportContent_v9zcu_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_v9zcu_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_v9zcu_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_v9zcu_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_v9zcu_158:after,._modalLine_v9zcu_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_v9zcu_158:before{left:-20px}._modalLine_v9zcu_158:after{right:-20px}._infoMessage_v9zcu_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_v9zcu_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_v9zcu_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_v9zcu_196._buttonsAutoWidth_v9zcu_203{justify-content:flex-end}._modalFooter_v9zcu_196._buttonsAutoWidth_v9zcu_203 button,._modalFooter_v9zcu_196._buttonsAutoWidth_v9zcu_203 span{margin-left:12px}._fullWidthTitle_v9zcu_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_v9zcu_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_v9zcu_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_v9zcu_230{padding:0 16px 15px}}._widgetHeader_v9zcu_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_v9zcu_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_v9zcu_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_v9zcu_266{height:180px;display:flex;align-items:center}._widgetFooter_v9zcu_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_v9zcu_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_v9zcu_279:last-child{border:none}._widgetMainValue_v9zcu_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_v9zcu_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_v9zcu_303{font-size:.75rem;color:#64748b}._widgetLoader_v9zcu_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_v9zcu_315{opacity:.5;cursor:default}._widgetAddress_v9zcu_320{font-size:.75rem;color:#64748b}._widgetTag_v9zcu_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_v9zcu_333{font-weight:500;color:#0f172a}._chartValuesWrapper_v9zcu_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_v9zcu_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_v9zcu_346._green_v9zcu_351:before,._chartValuesTitle_v9zcu_346._dark_v9zcu_351:before,._chartValuesTitle_v9zcu_346._blue_v9zcu_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_v9zcu_346._green_v9zcu_351:before{background:#22c55e}._chartValuesTitle_v9zcu_346._dark_v9zcu_351:before{background:#475569}._chartValuesTitle_v9zcu_346._blue_v9zcu_351:before{background:#43e0f8}._topbar_v9zcu_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_v9zcu_373._sticky_v9zcu_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_v9zcu_391{display:inline-flex}._logo_v9zcu_391{max-width:110px}._menuWrapper_v9zcu_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_v9zcu_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_v9zcu_399._opened_v9zcu_417{display:flex}}._menuItem_v9zcu_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_v9zcu_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_v9zcu_422 ._menuIcon_v9zcu_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_v9zcu_422 ._menuIconPerformance_v9zcu_448{fill:none}._menuItem_v9zcu_422 ._menuIconStroke_v9zcu_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_v9zcu_422._active_v9zcu_456,._menuItem_v9zcu_422:hover{background:#fff;color:#52c2fd}._menuItem_v9zcu_422._active_v9zcu_456 ._menuIcon_v9zcu_443:not(._menuIconStroke_v9zcu_451,._menuIconPerformance_v9zcu_448),._menuItem_v9zcu_422:hover ._menuIcon_v9zcu_443:not(._menuIconStroke_v9zcu_451,._menuIconPerformance_v9zcu_448){fill:#52c2fd}._menuItem_v9zcu_422._active_v9zcu_456 ._menuIconPerformance_v9zcu_448 path,._menuItem_v9zcu_422:hover ._menuIconPerformance_v9zcu_448 path{stroke:#59a6fd}._menuItem_v9zcu_422._active_v9zcu_456 ._menuIconStroke_v9zcu_451:not(._menuIcon_v9zcu_443),._menuItem_v9zcu_422:hover ._menuIconStroke_v9zcu_451:not(._menuIcon_v9zcu_443){stroke:#52c2fd}._redDot_v9zcu_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_v9zcu_485{display:flex;justify-content:center}._link_v9zcu_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._periodButtonsWrapper_v9zcu_496{display:flex;justify-content:space-between;margin-bottom:-8px}._separator_v9zcu_502{height:1px;width:calc(100% + 40px);margin-top:20px;margin-bottom:12px;margin-right:20px;position:relative;left:-20px;background:#e2e8f0}._periodButton_v9zcu_496{display:inline-flex;height:36px;border-radius:10px;border:1px solid #E2E8F0;background:#fff;width:calc(25% - 4px);justify-content:center;align-items:center;cursor:pointer;transition:.15s;font-size:.875rem}._periodButton_v9zcu_496._active_v9zcu_456,._periodButton_v9zcu_496:hover{border-color:#43e0f8;background:#ebfcff}._authButtonsWrapper_hcd1k_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_hcd1k_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_hcd1k_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_hcd1k_23{width:100%;margin-bottom:16px}._fieldWrapper_hcd1k_23:last-child{margin-bottom:0}._fieldLabel_hcd1k_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_hcd1k_36{font-size:.75rem;margin-top:8px}._field_hcd1k_23{width:100%;position:relative}._fieldLabelNew_hcd1k_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_hcd1k_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_hcd1k_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_hcd1k_52[type=password]{font-size:18px}._inputNew_hcd1k_52:focus,._inputNew_hcd1k_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_hcd1k_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_hcd1k_52:disabled::placeholder{color:#cbd5e1}._inputNew_hcd1k_52._error_hcd1k_7{border:1px solid #ef4444}._inputNew_hcd1k_52._error_hcd1k_7:focus,._inputNew_hcd1k_52._error_hcd1k_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_hcd1k_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_hcd1k_90{width:calc(50% - 8px)}._tableNavWrapper_hcd1k_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_hcd1k_109{display:flex;align-items:center}._tableNavItem_hcd1k_114{margin:0 6px}._modalContent_hcd1k_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_hcd1k_118._center_hcd1k_125{text-align:center;font-family:Inter}._modalContent_hcd1k_118._settings_hcd1k_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_hcd1k_118._settingsIntegration_hcd1k_133,._modalContent_hcd1k_118._performanceTestModalContent_hcd1k_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_hcd1k_118._monitoringReportContent_hcd1k_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_hcd1k_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_hcd1k_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_hcd1k_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_hcd1k_158:after,._modalLine_hcd1k_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_hcd1k_158:before{left:-20px}._modalLine_hcd1k_158:after{right:-20px}._infoMessage_hcd1k_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_hcd1k_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_hcd1k_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_hcd1k_196._buttonsAutoWidth_hcd1k_203{justify-content:flex-end}._modalFooter_hcd1k_196._buttonsAutoWidth_hcd1k_203 button,._modalFooter_hcd1k_196._buttonsAutoWidth_hcd1k_203 span{margin-left:12px}._fullWidthTitle_hcd1k_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_hcd1k_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_hcd1k_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_hcd1k_230{padding:0 16px 15px}}._widgetHeader_hcd1k_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_hcd1k_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_hcd1k_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_hcd1k_266{height:180px;display:flex;align-items:center}._widgetFooter_hcd1k_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_hcd1k_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_hcd1k_279:last-child{border:none}._widgetMainValue_hcd1k_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_hcd1k_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_hcd1k_303{font-size:.75rem;color:#64748b}._widgetLoader_hcd1k_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_hcd1k_315{opacity:.5;cursor:default}._widgetAddress_hcd1k_320{font-size:.75rem;color:#64748b}._widgetTag_hcd1k_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_hcd1k_333{font-weight:500;color:#0f172a}._chartValuesWrapper_hcd1k_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_hcd1k_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_hcd1k_346._green_hcd1k_351:before,._chartValuesTitle_hcd1k_346._dark_hcd1k_351:before,._chartValuesTitle_hcd1k_346._blue_hcd1k_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_hcd1k_346._green_hcd1k_351:before{background:#22c55e}._chartValuesTitle_hcd1k_346._dark_hcd1k_351:before{background:#475569}._chartValuesTitle_hcd1k_346._blue_hcd1k_351:before{background:#43e0f8}._topbar_hcd1k_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_hcd1k_373._sticky_hcd1k_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_hcd1k_391{display:inline-flex}._logo_hcd1k_391{max-width:110px}._menuWrapper_hcd1k_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_hcd1k_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_hcd1k_399._opened_hcd1k_417{display:flex}}._menuItem_hcd1k_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_hcd1k_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_hcd1k_422 ._menuIcon_hcd1k_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_hcd1k_422 ._menuIconPerformance_hcd1k_448{fill:none}._menuItem_hcd1k_422 ._menuIconStroke_hcd1k_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_hcd1k_422._active_hcd1k_456,._menuItem_hcd1k_422:hover{background:#fff;color:#52c2fd}._menuItem_hcd1k_422._active_hcd1k_456 ._menuIcon_hcd1k_443:not(._menuIconStroke_hcd1k_451,._menuIconPerformance_hcd1k_448),._menuItem_hcd1k_422:hover ._menuIcon_hcd1k_443:not(._menuIconStroke_hcd1k_451,._menuIconPerformance_hcd1k_448){fill:#52c2fd}._menuItem_hcd1k_422._active_hcd1k_456 ._menuIconPerformance_hcd1k_448 path,._menuItem_hcd1k_422:hover ._menuIconPerformance_hcd1k_448 path{stroke:#59a6fd}._menuItem_hcd1k_422._active_hcd1k_456 ._menuIconStroke_hcd1k_451:not(._menuIcon_hcd1k_443),._menuItem_hcd1k_422:hover ._menuIconStroke_hcd1k_451:not(._menuIcon_hcd1k_443){stroke:#52c2fd}._redDot_hcd1k_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_hcd1k_485{display:flex;justify-content:center}._link_hcd1k_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._toggleContainer_hcd1k_496{display:inline-flex;cursor:pointer}._toggleSlider_hcd1k_501{position:relative;width:30px;height:18px;background-color:#cbd5e1;border-radius:18px;transition:.2s}._toggleHandle_hcd1k_510{position:absolute;top:2px;left:2px;width:14px;height:14px;border-radius:50%;border:5px solid #fff;transition:.2s;box-shadow:-2px 2px 2px #0000000d}._checked_hcd1k_522._toggleSlider_hcd1k_501{background-color:#00bbdc}._checked_hcd1k_522 ._toggleHandle_hcd1k_510{transform:translate(12px)}input[type=checkbox]{display:none}._toggleWrapper_hcd1k_534{display:inline-flex;align-items:center;position:relative}._toggleWrapper_hcd1k_534._reverse_hcd1k_539{flex-direction:row-reverse}._toggleText_hcd1k_543{font-size:.875rem;padding:0 8px}._authButtonsWrapper_18rup_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_18rup_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_18rup_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_18rup_23{width:100%;margin-bottom:16px}._fieldWrapper_18rup_23:last-child{margin-bottom:0}._fieldLabel_18rup_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_18rup_36{font-size:.75rem;margin-top:8px}._field_18rup_23{width:100%;position:relative}._fieldLabelNew_18rup_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_18rup_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_18rup_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_18rup_52[type=password]{font-size:18px}._inputNew_18rup_52:focus,._inputNew_18rup_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18rup_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_18rup_52:disabled::placeholder{color:#cbd5e1}._inputNew_18rup_52._error_18rup_7{border:1px solid #ef4444}._inputNew_18rup_52._error_18rup_7:focus,._inputNew_18rup_52._error_18rup_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_18rup_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_18rup_90{width:calc(50% - 8px)}._tableNavWrapper_18rup_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_18rup_109{display:flex;align-items:center}._tableNavItem_18rup_114{margin:0 6px}._modalContent_18rup_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_18rup_118._center_18rup_125{text-align:center;font-family:Inter}._modalContent_18rup_118._settings_18rup_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_18rup_118._settingsIntegration_18rup_133,._modalContent_18rup_118._performanceTestModalContent_18rup_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_18rup_118._monitoringReportContent_18rup_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_18rup_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_18rup_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_18rup_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_18rup_158:after,._modalLine_18rup_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_18rup_158:before{left:-20px}._modalLine_18rup_158:after{right:-20px}._infoMessage_18rup_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_18rup_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_18rup_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_18rup_196._buttonsAutoWidth_18rup_203{justify-content:flex-end}._modalFooter_18rup_196._buttonsAutoWidth_18rup_203 button,._modalFooter_18rup_196._buttonsAutoWidth_18rup_203 span{margin-left:12px}._fullWidthTitle_18rup_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_18rup_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_18rup_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_18rup_230{padding:0 16px 15px}}._widgetHeader_18rup_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_18rup_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_18rup_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_18rup_266{height:180px;display:flex;align-items:center}._widgetFooter_18rup_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_18rup_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_18rup_279:last-child{border:none}._widgetMainValue_18rup_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_18rup_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18rup_303{font-size:.75rem;color:#64748b}._widgetLoader_18rup_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_18rup_315{opacity:.5;cursor:default}._widgetAddress_18rup_320{font-size:.75rem;color:#64748b}._widgetTag_18rup_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_18rup_333{font-weight:500;color:#0f172a}._chartValuesWrapper_18rup_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_18rup_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_18rup_346._green_18rup_351:before,._chartValuesTitle_18rup_346._dark_18rup_351:before,._chartValuesTitle_18rup_346._blue_18rup_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_18rup_346._green_18rup_351:before{background:#22c55e}._chartValuesTitle_18rup_346._dark_18rup_351:before{background:#475569}._chartValuesTitle_18rup_346._blue_18rup_351:before{background:#43e0f8}._topbar_18rup_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_18rup_373._sticky_18rup_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_18rup_391{display:inline-flex}._logo_18rup_391{max-width:110px}._menuWrapper_18rup_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_18rup_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_18rup_399._opened_18rup_417{display:flex}}._menuItem_18rup_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_18rup_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_18rup_422 ._menuIcon_18rup_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_18rup_422 ._menuIconPerformance_18rup_448{fill:none}._menuItem_18rup_422 ._menuIconStroke_18rup_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_18rup_422._active_18rup_456,._menuItem_18rup_422:hover{background:#fff;color:#52c2fd}._menuItem_18rup_422._active_18rup_456 ._menuIcon_18rup_443:not(._menuIconStroke_18rup_451,._menuIconPerformance_18rup_448),._menuItem_18rup_422:hover ._menuIcon_18rup_443:not(._menuIconStroke_18rup_451,._menuIconPerformance_18rup_448){fill:#52c2fd}._menuItem_18rup_422._active_18rup_456 ._menuIconPerformance_18rup_448 path,._menuItem_18rup_422:hover ._menuIconPerformance_18rup_448 path{stroke:#59a6fd}._menuItem_18rup_422._active_18rup_456 ._menuIconStroke_18rup_451:not(._menuIcon_18rup_443),._menuItem_18rup_422:hover ._menuIconStroke_18rup_451:not(._menuIcon_18rup_443){stroke:#52c2fd}._redDot_18rup_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_18rup_485{display:flex;justify-content:center}._link_18rup_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalTitle_18rup_146{margin:0}._modalSubtitle_18rup_500{font-size:.75rem;text-transform:uppercase;color:#64748b}._statsScrollableArea_18rup_506{position:relative;height:calc(100vh - 95px);height:calc(var(--vh, 1vh) * 100 - 95px);overflow:scroll;padding-bottom:30px}._devicesDataContainer_18rup_514{display:flex;flex-wrap:wrap;gap:30px;padding:0 20px 20px}._devicesDataItem_18rup_521{max-width:160px}._devicesDataItem_18rup_521._column3_18rup_524{max-width:none;width:calc(33.33% - 20px)}._devicesDataText_18rup_529{font-size:.75rem;font-weight:500;margin-top:4px;word-break:break-all}._devicesDataText_18rup_529._cooling_18rup_535{color:#3b92f6}._devicesDataText_18rup_529._heating_18rup_538{color:#ef4444}._devicesDataText_18rup_529._good_18rup_541{color:#22c55e}._devicesDataText_18rup_529._fair_18rup_544{color:#f59e0b}._devicesDataText_18rup_529._bad_18rup_547{color:#ef4444}._devicesDataText_18rup_529._blue_18rup_351{color:#2db2c8}._chartsWrapper_18rup_554{padding:0 20px;min-height:480px}._mobileChartsWrapper_18rup_559{min-height:510px}._drawerTabsWrapper_18rup_563{padding:0 20px;margin-bottom:24px}._drawerTabs_18rup_563{display:flex;gap:5px;padding:4px;border-radius:32px;background-color:#f1f5f9}._drawerTab_18rup_563{flex:1;color:#94a3b8;border-radius:32px;text-align:center;font-size:14px;line-height:20px;cursor:pointer;padding:8px 0;transition:all .3s}._drawerTab_18rup_563._active_18rup_456{background-color:#fff;color:#334155;cursor:initial}._drawerTab_18rup_563:hover{color:#334155;background-color:#fff}._tabButtonsWrapper_18rup_597{flex:1;display:flex;align-items:center;margin-bottom:14px;width:100%}._tempToggleWrapper_18rup_605{position:absolute;display:flex;flex:1;gap:6px;top:17px;right:35px;justify-content:flex-end;align-items:center;margin-right:10px}._tempToggleWrapper_18rup_605 span{font-size:14px;font-weight:500;color:#64748b}._tabButton_18rup_597{color:#64748b;margin-right:24px;font-size:14px;font-weight:500;padding-bottom:14px;margin-bottom:-1px;border-bottom:2px solid transparent;cursor:pointer}._tabButton_18rup_597:hover{color:#334155}._tabButton_18rup_597._active_18rup_456{color:#334155;border-color:#43e0f8}._chartContainer_18rup_640{position:relative;height:200px}._chartContainerWithLabel_18rup_645{height:240px}._temperatureLineChartContainer_18rup_649{margin-bottom:20px}._chartBottomDiv_18rup_653{position:absolute;height:24px;opacity:.7;z-index:1}._emptyReportDataWrapper_18rup_660{margin-top:52px}._barChartContainer_18rup_664{height:280px}@media only screen and (max-width: 768px){._temperatureLineChartContainer_18rup_649{margin-bottom:0}._tabButtonsWrapper_18rup_597{width:100%;margin:0 -20px;flex-wrap:wrap}._tabButtonsWrapper_18rup_597>span{display:flex;justify-content:center;order:-1;width:100%;margin:0 auto 5px}._tabButtonsWrapper_18rup_597>div{width:100%;display:flex}._barChartContainer_18rup_664{margin-bottom:30px}._emptyReportDataWrapper_18rup_660{margin-top:15px}._tabButton_18rup_597{border-bottom:1px solid #cbd5e1;width:100%;text-align:center;margin-right:0;padding-top:14px;cursor:pointer}._tabButton_18rup_597:hover{color:#334155}._tabButton_18rup_597._active_18rup_456{color:#2db2c8;border-color:#2db2c8}}._breadcrumbsWrapper_1xg4v_1{display:flex;align-items:center;margin-bottom:12px;min-width:0;overflow:hidden}._breadcrumb_1xg4v_1{font-size:.875rem;font-weight:500;color:#64748b;display:flex;align-items:center;transition:.2s}._breadcrumb_1xg4v_1:hover{color:#0f172a}._breadcrumb_1xg4v_1:hover ._breadcrumbIcon_1xg4v_20{fill:#0f172a}._breadcrumb_1xg4v_1:last-child{color:#0f172a}._breadcrumb_1xg4v_1:last-child ._breadcrumbIcon_1xg4v_20{display:none}._lastBreadcrumb_1xg4v_30{max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;display:inline-block;min-width:0}._breadcrumbIcon_1xg4v_20{fill:#cbd5e1;margin:0 6px;position:relative;top:1px;transition:.2s}._contentWrapper_1ingr_1{position:relative;border-radius:24px 24px 0 0;background:#fff;padding:24px;font-family:Inter}._contentTitle_1ingr_9{font-size:1.5rem;font-weight:500;margin-bottom:12px;max-width:700px;text-overflow:ellipsis;overflow:hidden}._authButtonsWrapper_1klyv_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1klyv_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1klyv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1klyv_23{width:100%;margin-bottom:16px}._fieldWrapper_1klyv_23:last-child{margin-bottom:0}._fieldLabel_1klyv_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1klyv_36{font-size:.75rem;margin-top:8px}._field_1klyv_23{width:100%;position:relative}._fieldLabelNew_1klyv_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1klyv_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1klyv_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1klyv_52[type=password]{font-size:18px}._inputNew_1klyv_52:focus,._inputNew_1klyv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1klyv_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1klyv_52:disabled::placeholder{color:#cbd5e1}._inputNew_1klyv_52._error_1klyv_7{border:1px solid #ef4444}._inputNew_1klyv_52._error_1klyv_7:focus,._inputNew_1klyv_52._error_1klyv_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1klyv_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1klyv_90{width:calc(50% - 8px)}._tableNavWrapper_1klyv_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1klyv_109{display:flex;align-items:center}._tableNavItem_1klyv_114{margin:0 6px}._modalContent_1klyv_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1klyv_118._center_1klyv_125{text-align:center;font-family:Inter}._modalContent_1klyv_118._settings_1klyv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1klyv_118._settingsIntegration_1klyv_133,._modalContent_1klyv_118._performanceTestModalContent_1klyv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1klyv_118._monitoringReportContent_1klyv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1klyv_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1klyv_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1klyv_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1klyv_158:after,._modalLine_1klyv_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1klyv_158:before{left:-20px}._modalLine_1klyv_158:after{right:-20px}._infoMessage_1klyv_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1klyv_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1klyv_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1klyv_196._buttonsAutoWidth_1klyv_203{justify-content:flex-end}._modalFooter_1klyv_196._buttonsAutoWidth_1klyv_203 button,._modalFooter_1klyv_196._buttonsAutoWidth_1klyv_203 span{margin-left:12px}._fullWidthTitle_1klyv_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1klyv_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1klyv_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1klyv_230{padding:0 16px 15px}}._widgetHeader_1klyv_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1klyv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1klyv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1klyv_266{height:180px;display:flex;align-items:center}._widgetFooter_1klyv_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1klyv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1klyv_279:last-child{border:none}._widgetMainValue_1klyv_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1klyv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1klyv_303{font-size:.75rem;color:#64748b}._widgetLoader_1klyv_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1klyv_315{opacity:.5;cursor:default}._widgetAddress_1klyv_320{font-size:.75rem;color:#64748b}._widgetTag_1klyv_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1klyv_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1klyv_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1klyv_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1klyv_346._green_1klyv_351:before,._chartValuesTitle_1klyv_346._dark_1klyv_351:before,._chartValuesTitle_1klyv_346._blue_1klyv_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1klyv_346._green_1klyv_351:before{background:#22c55e}._chartValuesTitle_1klyv_346._dark_1klyv_351:before{background:#475569}._chartValuesTitle_1klyv_346._blue_1klyv_351:before{background:#43e0f8}._topbar_1klyv_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1klyv_373._sticky_1klyv_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1klyv_391{display:inline-flex}._logo_1klyv_391{max-width:110px}._menuWrapper_1klyv_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1klyv_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1klyv_399._opened_1klyv_417{display:flex}}._menuItem_1klyv_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1klyv_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1klyv_422 ._menuIcon_1klyv_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1klyv_422 ._menuIconPerformance_1klyv_448{fill:none}._menuItem_1klyv_422 ._menuIconStroke_1klyv_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1klyv_422._active_1klyv_456,._menuItem_1klyv_422:hover{background:#fff;color:#52c2fd}._menuItem_1klyv_422._active_1klyv_456 ._menuIcon_1klyv_443:not(._menuIconStroke_1klyv_451,._menuIconPerformance_1klyv_448),._menuItem_1klyv_422:hover ._menuIcon_1klyv_443:not(._menuIconStroke_1klyv_451,._menuIconPerformance_1klyv_448){fill:#52c2fd}._menuItem_1klyv_422._active_1klyv_456 ._menuIconPerformance_1klyv_448 path,._menuItem_1klyv_422:hover ._menuIconPerformance_1klyv_448 path{stroke:#59a6fd}._menuItem_1klyv_422._active_1klyv_456 ._menuIconStroke_1klyv_451:not(._menuIcon_1klyv_443),._menuItem_1klyv_422:hover ._menuIconStroke_1klyv_451:not(._menuIcon_1klyv_443){stroke:#52c2fd}._redDot_1klyv_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1klyv_485{display:flex;justify-content:center}._link_1klyv_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._pageDropdownWrapper_1klyv_496,._paginationDropdownWrapper_1klyv_502{position:relative;font-size:.875rem;font-weight:500}._paginationDropdown_1klyv_502{padding:0 40px 0 12px;height:32px;width:120px;display:flex;align-items:center;border-radius:8px;border:1px solid #cbd5e1;background:#fff;cursor:pointer;position:relative}._paginationIcon_1klyv_521{position:absolute;right:12px;top:6px;transform:rotate(180deg)}._paginationIcon_1klyv_521._active_1klyv_456{transform:rotate(0)}._paginationDropdownList_1klyv_531{position:absolute;z-index:1000;bottom:100%;border-radius:8px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 16px 32px -12px #4755691a;width:120px}._paginationDropdownItem_1klyv_542{padding:10px;transition:.2s;position:relative;cursor:pointer}._paginationDropdownItem_1klyv_542:hover{background:#f1f5f9}._paginationDropdownItem_1klyv_542._active_1klyv_456:after{display:inline-flex;position:absolute;right:8px;top:10px;content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M3%208.5L7%2012.5L13%203.5'%20stroke='%2343E0F8'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._authButtonsWrapper_qkaik_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_qkaik_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_qkaik_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_qkaik_23{width:100%;margin-bottom:16px}._fieldWrapper_qkaik_23:last-child{margin-bottom:0}._fieldLabel_qkaik_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_qkaik_36{font-size:.75rem;margin-top:8px}._field_qkaik_23{width:100%;position:relative}._fieldLabelNew_qkaik_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_qkaik_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_qkaik_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_qkaik_52[type=password]{font-size:18px}._inputNew_qkaik_52:focus,._inputNew_qkaik_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_qkaik_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_qkaik_52:disabled::placeholder{color:#cbd5e1}._inputNew_qkaik_52._error_qkaik_7{border:1px solid #ef4444}._inputNew_qkaik_52._error_qkaik_7:focus,._inputNew_qkaik_52._error_qkaik_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_qkaik_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_qkaik_90{width:calc(50% - 8px)}._tableNavWrapper_qkaik_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_qkaik_109{display:flex;align-items:center}._tableNavItem_qkaik_114{margin:0 6px}._modalContent_qkaik_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_qkaik_118._center_qkaik_125{text-align:center;font-family:Inter}._modalContent_qkaik_118._settings_qkaik_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_qkaik_118._settingsIntegration_qkaik_133,._modalContent_qkaik_118._performanceTestModalContent_qkaik_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_qkaik_118._monitoringReportContent_qkaik_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_qkaik_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_qkaik_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_qkaik_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_qkaik_158:after,._modalLine_qkaik_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_qkaik_158:before{left:-20px}._modalLine_qkaik_158:after{right:-20px}._infoMessage_qkaik_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_qkaik_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_qkaik_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_qkaik_196._buttonsAutoWidth_qkaik_203{justify-content:flex-end}._modalFooter_qkaik_196._buttonsAutoWidth_qkaik_203 button,._modalFooter_qkaik_196._buttonsAutoWidth_qkaik_203 span{margin-left:12px}._fullWidthTitle_qkaik_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_qkaik_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_qkaik_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_qkaik_230{padding:0 16px 15px}}._widgetHeader_qkaik_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_qkaik_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_qkaik_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_qkaik_266{height:180px;display:flex;align-items:center}._widgetFooter_qkaik_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_qkaik_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_qkaik_279:last-child{border:none}._widgetMainValue_qkaik_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_qkaik_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_qkaik_303{font-size:.75rem;color:#64748b}._widgetLoader_qkaik_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_qkaik_315{opacity:.5;cursor:default}._widgetAddress_qkaik_320{font-size:.75rem;color:#64748b}._widgetTag_qkaik_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_qkaik_333{font-weight:500;color:#0f172a}._chartValuesWrapper_qkaik_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_qkaik_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_qkaik_346._green_qkaik_351:before,._chartValuesTitle_qkaik_346._dark_qkaik_351:before,._chartValuesTitle_qkaik_346._blue_qkaik_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_qkaik_346._green_qkaik_351:before{background:#22c55e}._chartValuesTitle_qkaik_346._dark_qkaik_351:before{background:#475569}._chartValuesTitle_qkaik_346._blue_qkaik_351:before{background:#43e0f8}._topbar_qkaik_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_qkaik_373._sticky_qkaik_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_qkaik_391{display:inline-flex}._logo_qkaik_391{max-width:110px}._menuWrapper_qkaik_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_qkaik_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_qkaik_399._opened_qkaik_417{display:flex}}._menuItem_qkaik_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_qkaik_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_qkaik_422 ._menuIcon_qkaik_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_qkaik_422 ._menuIconPerformance_qkaik_448{fill:none}._menuItem_qkaik_422 ._menuIconStroke_qkaik_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_qkaik_422._active_qkaik_456,._menuItem_qkaik_422:hover{background:#fff;color:#52c2fd}._menuItem_qkaik_422._active_qkaik_456 ._menuIcon_qkaik_443:not(._menuIconStroke_qkaik_451,._menuIconPerformance_qkaik_448),._menuItem_qkaik_422:hover ._menuIcon_qkaik_443:not(._menuIconStroke_qkaik_451,._menuIconPerformance_qkaik_448){fill:#52c2fd}._menuItem_qkaik_422._active_qkaik_456 ._menuIconPerformance_qkaik_448 path,._menuItem_qkaik_422:hover ._menuIconPerformance_qkaik_448 path{stroke:#59a6fd}._menuItem_qkaik_422._active_qkaik_456 ._menuIconStroke_qkaik_451:not(._menuIcon_qkaik_443),._menuItem_qkaik_422:hover ._menuIconStroke_qkaik_451:not(._menuIcon_qkaik_443){stroke:#52c2fd}._redDot_qkaik_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_qkaik_485{display:flex;justify-content:center}._link_qkaik_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._paginationWrapper_qkaik_496{background:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px 0}@media only screen and (max-width: 900px){._paginationWrapper_qkaik_496{flex-wrap:wrap}}._paginationWrapper_qkaik_496 ul{list-style:none}._paginationText_qkaik_512{color:#475569;font-size:.875rem}@media only screen and (max-width: 768px){._paginationWrapper_qkaik_496{flex-direction:column}._paginationWrapper_qkaik_496>div:nth-child(2){margin:0 auto 15px;order:-1}._paginationWrapper_qkaik_496>div:nth-child(3){margin-top:10px}}._draggableItem_13nl8_1{padding:20px;display:flex;align-items:center;transition:background-color .2s ease;touch-action:pan-y}._draggableItem_13nl8_1:hover{background:#f8fafc}._dragIcon_13nl8_12{display:inline-flex;align-items:center;justify-content:flex-start;width:28px;height:40px;margin:-10px 0;cursor:grab;touch-action:none}._dragIcon_13nl8_12:active{cursor:grabbing}._dragging_13nl8_26{background:#f8fafc;box-shadow:0 10px 20px #0000001a;z-index:1000;position:relative}._toggleHide_13nl8_33{display:flex;justify-content:flex-end;align-items:center;opacity:.6;width:40px;height:40px;margin:-10px 0 -10px auto;cursor:pointer}._toggleHide_13nl8_33._showIcon_13nl8_44{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3cpath%20d='M17.9167%201.25L2.5%2017.5'%20stroke='black'%20stroke-width='1.5'%20stroke-linecap='round'/%3e%3c/svg%3e")}._toggleHide_13nl8_33._hideIcon_13nl8_47{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10%206.875C9.1712%206.875%208.37634%207.20424%207.79029%207.79029C7.20424%208.37634%206.875%209.1712%206.875%2010C6.875%2010.8288%207.20424%2011.6237%207.79029%2012.2097C8.37634%2012.7958%209.1712%2013.125%2010%2013.125C10.8288%2013.125%2011.6237%2012.7958%2012.2097%2012.2097C12.7958%2011.6237%2013.125%2010.8288%2013.125%2010C13.125%209.1712%2012.7958%208.37634%2012.2097%207.79029C11.6237%207.20424%2010.8288%206.875%2010%206.875ZM8.125%2010C8.125%209.50272%208.32254%209.02581%208.67417%208.67417C9.02581%208.32254%209.50272%208.125%2010%208.125C10.4973%208.125%2010.9742%208.32254%2011.3258%208.67417C11.6775%209.02581%2011.875%209.50272%2011.875%2010C11.875%2010.4973%2011.6775%2010.9742%2011.3258%2011.3258C10.9742%2011.6775%2010.4973%2011.875%2010%2011.875C9.50272%2011.875%209.02581%2011.6775%208.67417%2011.3258C8.32254%2010.9742%208.125%2010.4973%208.125%2010Z'%20fill='black'/%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M9.99935%202.7085C6.23768%202.7085%203.70352%204.96183%202.23268%206.87266L2.20685%206.90683C1.87352%207.33933%201.56768%207.73683%201.36018%208.20683C1.13768%208.711%201.04102%209.26016%201.04102%2010.0002C1.04102%2010.7402%201.13768%2011.2893%201.36018%2011.7935C1.56852%2012.2635%201.87435%2012.6618%202.20685%2013.0935L2.23352%2013.1277C3.70352%2015.0385%206.23768%2017.2918%209.99935%2017.2918C13.761%2017.2918%2016.2952%2015.0385%2017.766%2013.1277L17.7918%2013.0935C18.1252%2012.6618%2018.431%2012.2635%2018.6385%2011.7935C18.861%2011.2893%2018.9577%2010.7402%2018.9577%2010.0002C18.9577%209.26016%2018.861%208.711%2018.6385%208.20683C18.4302%207.73683%2018.1243%207.33933%2017.7918%206.90683L17.7652%206.87266C16.2952%204.96183%2013.761%202.7085%209.99935%202.7085ZM3.22435%207.63516C4.58102%205.871%206.79102%203.9585%209.99935%203.9585C13.2077%203.9585%2015.4168%205.871%2016.7743%207.63516C17.141%208.11016%2017.3543%208.3935%2017.4952%208.71183C17.6269%209.01016%2017.7077%209.37433%2017.7077%2010.0002C17.7077%2010.626%2017.6269%2010.9902%2017.4952%2011.2885C17.3543%2011.6068%2017.1402%2011.8902%2016.7752%2012.3652C15.416%2014.1293%2013.2077%2016.0418%209.99935%2016.0418C6.79102%2016.0418%204.58185%2014.1293%203.22435%2012.3652C2.85768%2011.8902%202.64435%2011.6068%202.50352%2011.2885C2.37185%2010.9902%202.29102%2010.626%202.29102%2010.0002C2.29102%209.37433%202.37185%209.01016%202.50352%208.71183C2.64435%208.3935%202.85935%208.11016%203.22435%207.63516Z'%20fill='black'/%3e%3c/svg%3e")}._hidden_13nl8_51{color:#cbd5e1}._authButtonsWrapper_j5luz_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_j5luz_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_j5luz_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_j5luz_23{width:100%;margin-bottom:16px}._fieldWrapper_j5luz_23:last-child{margin-bottom:0}._fieldLabel_j5luz_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_j5luz_36{font-size:.75rem;margin-top:8px}._field_j5luz_23{width:100%;position:relative}._fieldLabelNew_j5luz_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_j5luz_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_j5luz_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_j5luz_52[type=password]{font-size:18px}._inputNew_j5luz_52:focus,._inputNew_j5luz_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_j5luz_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_j5luz_52:disabled::placeholder{color:#cbd5e1}._inputNew_j5luz_52._error_j5luz_7{border:1px solid #ef4444}._inputNew_j5luz_52._error_j5luz_7:focus,._inputNew_j5luz_52._error_j5luz_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_j5luz_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_j5luz_90{width:calc(50% - 8px)}._tableNavWrapper_j5luz_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_j5luz_109{display:flex;align-items:center}._tableNavItem_j5luz_114{margin:0 6px}._modalContent_j5luz_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_j5luz_118._center_j5luz_125{text-align:center;font-family:Inter}._modalContent_j5luz_118._settings_j5luz_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_j5luz_118._settingsIntegration_j5luz_133,._modalContent_j5luz_118._performanceTestModalContent_j5luz_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_j5luz_118._monitoringReportContent_j5luz_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_j5luz_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_j5luz_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_j5luz_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_j5luz_158:after,._modalLine_j5luz_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_j5luz_158:before{left:-20px}._modalLine_j5luz_158:after{right:-20px}._infoMessage_j5luz_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_j5luz_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_j5luz_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_j5luz_196._buttonsAutoWidth_j5luz_203{justify-content:flex-end}._modalFooter_j5luz_196._buttonsAutoWidth_j5luz_203 button,._modalFooter_j5luz_196._buttonsAutoWidth_j5luz_203 span{margin-left:12px}._fullWidthTitle_j5luz_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_j5luz_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_j5luz_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_j5luz_230{padding:0 16px 15px}}._widgetHeader_j5luz_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_j5luz_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_j5luz_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_j5luz_266{height:180px;display:flex;align-items:center}._widgetFooter_j5luz_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_j5luz_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_j5luz_279:last-child{border:none}._widgetMainValue_j5luz_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_j5luz_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_j5luz_303{font-size:.75rem;color:#64748b}._widgetLoader_j5luz_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_j5luz_315{opacity:.5;cursor:default}._widgetAddress_j5luz_320{font-size:.75rem;color:#64748b}._widgetTag_j5luz_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_j5luz_333{font-weight:500;color:#0f172a}._chartValuesWrapper_j5luz_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_j5luz_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_j5luz_346._green_j5luz_351:before,._chartValuesTitle_j5luz_346._dark_j5luz_351:before,._chartValuesTitle_j5luz_346._blue_j5luz_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_j5luz_346._green_j5luz_351:before{background:#22c55e}._chartValuesTitle_j5luz_346._dark_j5luz_351:before{background:#475569}._chartValuesTitle_j5luz_346._blue_j5luz_351:before{background:#43e0f8}._topbar_j5luz_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_j5luz_373._sticky_j5luz_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_j5luz_391{display:inline-flex}._logo_j5luz_391{max-width:110px}._menuWrapper_j5luz_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_j5luz_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_j5luz_399._opened_j5luz_417{display:flex}}._menuItem_j5luz_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_j5luz_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_j5luz_422 ._menuIcon_j5luz_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_j5luz_422 ._menuIconPerformance_j5luz_448{fill:none}._menuItem_j5luz_422 ._menuIconStroke_j5luz_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_j5luz_422._active_j5luz_456,._menuItem_j5luz_422:hover{background:#fff;color:#52c2fd}._menuItem_j5luz_422._active_j5luz_456 ._menuIcon_j5luz_443:not(._menuIconStroke_j5luz_451,._menuIconPerformance_j5luz_448),._menuItem_j5luz_422:hover ._menuIcon_j5luz_443:not(._menuIconStroke_j5luz_451,._menuIconPerformance_j5luz_448){fill:#52c2fd}._menuItem_j5luz_422._active_j5luz_456 ._menuIconPerformance_j5luz_448 path,._menuItem_j5luz_422:hover ._menuIconPerformance_j5luz_448 path{stroke:#59a6fd}._menuItem_j5luz_422._active_j5luz_456 ._menuIconStroke_j5luz_451:not(._menuIcon_j5luz_443),._menuItem_j5luz_422:hover ._menuIconStroke_j5luz_451:not(._menuIcon_j5luz_443){stroke:#52c2fd}._redDot_j5luz_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_j5luz_485{display:flex;justify-content:center}._link_j5luz_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._draggableWrapper_j5luz_496{max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden;text-transform:capitalize}._editColumnsModal_j5luz_503{display:flex;flex-direction:column}._filterTagsWrapper_iibi3_1{display:flex;align-items:center;margin:12px 0;min-height:36px}._filterTitle_iibi3_8{font-size:.875rem;font-weight:500;display:inline-flex;align-items:center}._filterTitle_iibi3_8:after{content:"";display:inline-flex;width:1px;height:20px;background:#e2e8f0;margin-left:12px}._filterTagsList_iibi3_23{display:flex;flex-wrap:wrap;margin-bottom:-6px;list-style:none}._filterTag_iibi3_1{padding:0 12px 0 16px;height:36px;display:flex;align-items:center;margin-left:12px;background:#ebfcff;border-radius:32px;font-size:.875rem;margin-bottom:6px}._filterTagName_iibi3_42{color:#2db2c8}._filterTagValues_iibi3_46{margin-left:4px;color:#0f172a;font-weight:500}._filterTagClose_iibi3_52{width:20px;height:20px;display:inline-flex;margin-left:4px;cursor:pointer}._filterTagClose_iibi3_52:before{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.28033%205.21967C5.98744%204.92678%205.51256%204.92678%205.21967%205.21967C4.92678%205.51256%204.92678%205.98744%205.21967%206.28033L8.93934%2010L5.21967%2013.7197C4.92678%2014.0126%204.92678%2014.4874%205.21967%2014.7803C5.51256%2015.0732%205.98744%2015.0732%206.28033%2014.7803L10%2011.0607L13.7197%2014.7803C14.0126%2015.0732%2014.4874%2015.0732%2014.7803%2014.7803C15.0732%2014.4874%2015.0732%2014.0126%2014.7803%2013.7197L11.0607%2010L14.7803%206.28033C15.0732%205.98744%2015.0732%205.51256%2014.7803%205.21967C14.4874%204.92678%2014.0126%204.92678%2013.7197%205.21967L10%208.93934L6.28033%205.21967Z'%20fill='%2364748B'/%3e%3c/svg%3e")}._authButtonsWrapper_r7ien_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_r7ien_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_r7ien_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_r7ien_23{width:100%;margin-bottom:16px}._fieldWrapper_r7ien_23:last-child{margin-bottom:0}._fieldLabel_r7ien_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_r7ien_36{font-size:.75rem;margin-top:8px}._field_r7ien_23{width:100%;position:relative}._fieldLabelNew_r7ien_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_r7ien_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_r7ien_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_r7ien_52[type=password]{font-size:18px}._inputNew_r7ien_52:focus,._inputNew_r7ien_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_r7ien_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_r7ien_52:disabled::placeholder{color:#cbd5e1}._inputNew_r7ien_52._error_r7ien_7{border:1px solid #ef4444}._inputNew_r7ien_52._error_r7ien_7:focus,._inputNew_r7ien_52._error_r7ien_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_r7ien_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_r7ien_90{width:calc(50% - 8px)}._tableNavWrapper_r7ien_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_r7ien_109{display:flex;align-items:center}._tableNavItem_r7ien_114{margin:0 6px}._modalContent_r7ien_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_r7ien_118._center_r7ien_125{text-align:center;font-family:Inter}._modalContent_r7ien_118._settings_r7ien_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_r7ien_118._settingsIntegration_r7ien_133,._modalContent_r7ien_118._performanceTestModalContent_r7ien_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_r7ien_118._monitoringReportContent_r7ien_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_r7ien_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_r7ien_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_r7ien_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_r7ien_158:after,._modalLine_r7ien_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_r7ien_158:before{left:-20px}._modalLine_r7ien_158:after{right:-20px}._infoMessage_r7ien_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_r7ien_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_r7ien_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_r7ien_196._buttonsAutoWidth_r7ien_203{justify-content:flex-end}._modalFooter_r7ien_196._buttonsAutoWidth_r7ien_203 button,._modalFooter_r7ien_196._buttonsAutoWidth_r7ien_203 span{margin-left:12px}._fullWidthTitle_r7ien_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_r7ien_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_r7ien_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_r7ien_230{padding:0 16px 15px}}._widgetHeader_r7ien_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_r7ien_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_r7ien_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_r7ien_266{height:180px;display:flex;align-items:center}._widgetFooter_r7ien_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_r7ien_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_r7ien_279:last-child{border:none}._widgetMainValue_r7ien_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_r7ien_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_r7ien_303{font-size:.75rem;color:#64748b}._widgetLoader_r7ien_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_r7ien_315{opacity:.5;cursor:default}._widgetAddress_r7ien_320{font-size:.75rem;color:#64748b}._widgetTag_r7ien_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_r7ien_333{font-weight:500;color:#0f172a}._chartValuesWrapper_r7ien_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_r7ien_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_r7ien_346._green_r7ien_351:before,._chartValuesTitle_r7ien_346._dark_r7ien_351:before,._chartValuesTitle_r7ien_346._blue_r7ien_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_r7ien_346._green_r7ien_351:before{background:#22c55e}._chartValuesTitle_r7ien_346._dark_r7ien_351:before{background:#475569}._chartValuesTitle_r7ien_346._blue_r7ien_351:before{background:#43e0f8}._topbar_r7ien_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_r7ien_373._sticky_r7ien_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_r7ien_391{display:inline-flex}._logo_r7ien_391{max-width:110px}._menuWrapper_r7ien_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_r7ien_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_r7ien_399._opened_r7ien_417{display:flex}}._menuItem_r7ien_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_r7ien_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_r7ien_422 ._menuIcon_r7ien_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_r7ien_422 ._menuIconPerformance_r7ien_448{fill:none}._menuItem_r7ien_422 ._menuIconStroke_r7ien_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_r7ien_422._active_r7ien_456,._menuItem_r7ien_422:hover{background:#fff;color:#52c2fd}._menuItem_r7ien_422._active_r7ien_456 ._menuIcon_r7ien_443:not(._menuIconStroke_r7ien_451,._menuIconPerformance_r7ien_448),._menuItem_r7ien_422:hover ._menuIcon_r7ien_443:not(._menuIconStroke_r7ien_451,._menuIconPerformance_r7ien_448){fill:#52c2fd}._menuItem_r7ien_422._active_r7ien_456 ._menuIconPerformance_r7ien_448 path,._menuItem_r7ien_422:hover ._menuIconPerformance_r7ien_448 path{stroke:#59a6fd}._menuItem_r7ien_422._active_r7ien_456 ._menuIconStroke_r7ien_451:not(._menuIcon_r7ien_443),._menuItem_r7ien_422:hover ._menuIconStroke_r7ien_451:not(._menuIcon_r7ien_443){stroke:#52c2fd}._redDot_r7ien_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_r7ien_485{display:flex;justify-content:center}._link_r7ien_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertStatus_r7ien_496{text-transform:uppercase;font-size:.75rem;font-weight:500;display:inline-flex;align-items:center}._alertStatus_r7ien_496:before{display:inline-flex;margin-right:6px;border-radius:50%;width:8px;height:8px;content:""}._alertStatus_r7ien_496._active_r7ien_456:before{background:#22c55e}._alertStatus_r7ien_496._frozen_r7ien_514:before{background:#475569}._alertStatus_r7ien_496._acknowledged_r7ien_517:before{background:#2db2c8}._authButtonsWrapper_1s3ha_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1s3ha_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1s3ha_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1s3ha_23{width:100%;margin-bottom:16px}._fieldWrapper_1s3ha_23:last-child{margin-bottom:0}._fieldLabel_1s3ha_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1s3ha_36{font-size:.75rem;margin-top:8px}._field_1s3ha_23{width:100%;position:relative}._fieldLabelNew_1s3ha_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1s3ha_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1s3ha_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1s3ha_52[type=password]{font-size:18px}._inputNew_1s3ha_52:focus,._inputNew_1s3ha_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1s3ha_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1s3ha_52:disabled::placeholder{color:#cbd5e1}._inputNew_1s3ha_52._error_1s3ha_7{border:1px solid #ef4444}._inputNew_1s3ha_52._error_1s3ha_7:focus,._inputNew_1s3ha_52._error_1s3ha_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1s3ha_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1s3ha_90{width:calc(50% - 8px)}._tableNavWrapper_1s3ha_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1s3ha_109{display:flex;align-items:center}._tableNavItem_1s3ha_114{margin:0 6px}._modalContent_1s3ha_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1s3ha_118._center_1s3ha_125{text-align:center;font-family:Inter}._modalContent_1s3ha_118._settings_1s3ha_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1s3ha_118._settingsIntegration_1s3ha_133,._modalContent_1s3ha_118._performanceTestModalContent_1s3ha_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1s3ha_118._monitoringReportContent_1s3ha_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1s3ha_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1s3ha_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1s3ha_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1s3ha_158:after,._modalLine_1s3ha_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1s3ha_158:before{left:-20px}._modalLine_1s3ha_158:after{right:-20px}._infoMessage_1s3ha_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1s3ha_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1s3ha_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1s3ha_196._buttonsAutoWidth_1s3ha_203{justify-content:flex-end}._modalFooter_1s3ha_196._buttonsAutoWidth_1s3ha_203 button,._modalFooter_1s3ha_196._buttonsAutoWidth_1s3ha_203 span{margin-left:12px}._fullWidthTitle_1s3ha_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1s3ha_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1s3ha_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1s3ha_230{padding:0 16px 15px}}._widgetHeader_1s3ha_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1s3ha_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1s3ha_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1s3ha_266{height:180px;display:flex;align-items:center}._widgetFooter_1s3ha_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1s3ha_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1s3ha_279:last-child{border:none}._widgetMainValue_1s3ha_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1s3ha_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1s3ha_303{font-size:.75rem;color:#64748b}._widgetLoader_1s3ha_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1s3ha_315{opacity:.5;cursor:default}._widgetAddress_1s3ha_320{font-size:.75rem;color:#64748b}._widgetTag_1s3ha_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1s3ha_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1s3ha_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1s3ha_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1s3ha_346._green_1s3ha_351:before,._chartValuesTitle_1s3ha_346._dark_1s3ha_351:before,._chartValuesTitle_1s3ha_346._blue_1s3ha_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1s3ha_346._green_1s3ha_351:before{background:#22c55e}._chartValuesTitle_1s3ha_346._dark_1s3ha_351:before{background:#475569}._chartValuesTitle_1s3ha_346._blue_1s3ha_351:before{background:#43e0f8}._topbar_1s3ha_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1s3ha_373._sticky_1s3ha_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1s3ha_391{display:inline-flex}._logo_1s3ha_391{max-width:110px}._menuWrapper_1s3ha_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1s3ha_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1s3ha_399._opened_1s3ha_417{display:flex}}._menuItem_1s3ha_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1s3ha_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1s3ha_422 ._menuIcon_1s3ha_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1s3ha_422 ._menuIconPerformance_1s3ha_448{fill:none}._menuItem_1s3ha_422 ._menuIconStroke_1s3ha_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1s3ha_422._active_1s3ha_456,._menuItem_1s3ha_422:hover{background:#fff;color:#52c2fd}._menuItem_1s3ha_422._active_1s3ha_456 ._menuIcon_1s3ha_443:not(._menuIconStroke_1s3ha_451,._menuIconPerformance_1s3ha_448),._menuItem_1s3ha_422:hover ._menuIcon_1s3ha_443:not(._menuIconStroke_1s3ha_451,._menuIconPerformance_1s3ha_448){fill:#52c2fd}._menuItem_1s3ha_422._active_1s3ha_456 ._menuIconPerformance_1s3ha_448 path,._menuItem_1s3ha_422:hover ._menuIconPerformance_1s3ha_448 path{stroke:#59a6fd}._menuItem_1s3ha_422._active_1s3ha_456 ._menuIconStroke_1s3ha_451:not(._menuIcon_1s3ha_443),._menuItem_1s3ha_422:hover ._menuIconStroke_1s3ha_451:not(._menuIcon_1s3ha_443){stroke:#52c2fd}._redDot_1s3ha_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1s3ha_485{display:flex;justify-content:center}._link_1s3ha_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._statusButtonWrapper_1s3ha_496{margin-right:12px}._widgetsWrapper_1s3ha_223{gap:24px 16px;flex-wrap:wrap}._authButtonsWrapper_ap442_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_ap442_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_ap442_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_ap442_23{width:100%;margin-bottom:16px}._fieldWrapper_ap442_23:last-child{margin-bottom:0}._fieldLabel_ap442_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_ap442_36{font-size:.75rem;margin-top:8px}._field_ap442_23{width:100%;position:relative}._fieldLabelNew_ap442_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_ap442_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_ap442_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_ap442_52[type=password]{font-size:18px}._inputNew_ap442_52:focus,._inputNew_ap442_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ap442_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_ap442_52:disabled::placeholder{color:#cbd5e1}._inputNew_ap442_52._error_ap442_7{border:1px solid #ef4444}._inputNew_ap442_52._error_ap442_7:focus,._inputNew_ap442_52._error_ap442_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_ap442_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_ap442_90{width:calc(50% - 8px)}._tableNavWrapper_ap442_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_ap442_109{display:flex;align-items:center}._tableNavItem_ap442_114{margin:0 6px}._modalContent_ap442_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_ap442_118._center_ap442_125{text-align:center;font-family:Inter}._modalContent_ap442_118._settings_ap442_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_ap442_118._settingsIntegration_ap442_133,._modalContent_ap442_118._performanceTestModalContent_ap442_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_ap442_118._monitoringReportContent_ap442_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_ap442_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_ap442_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_ap442_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_ap442_158:after,._modalLine_ap442_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_ap442_158:before{left:-20px}._modalLine_ap442_158:after{right:-20px}._infoMessage_ap442_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_ap442_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_ap442_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_ap442_196._buttonsAutoWidth_ap442_203{justify-content:flex-end}._modalFooter_ap442_196._buttonsAutoWidth_ap442_203 button,._modalFooter_ap442_196._buttonsAutoWidth_ap442_203 span{margin-left:12px}._fullWidthTitle_ap442_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_ap442_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_ap442_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_ap442_230{padding:0 16px 15px}}._widgetHeader_ap442_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_ap442_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ap442_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ap442_266{height:180px;display:flex;align-items:center}._widgetFooter_ap442_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_ap442_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ap442_279:last-child{border:none}._widgetMainValue_ap442_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_ap442_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ap442_303{font-size:.75rem;color:#64748b}._widgetLoader_ap442_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_ap442_315{opacity:.5;cursor:default}._widgetAddress_ap442_320{font-size:.75rem;color:#64748b}._widgetTag_ap442_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_ap442_333{font-weight:500;color:#0f172a}._chartValuesWrapper_ap442_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_ap442_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_ap442_346._green_ap442_351:before,._chartValuesTitle_ap442_346._dark_ap442_351:before,._chartValuesTitle_ap442_346._blue_ap442_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_ap442_346._green_ap442_351:before{background:#22c55e}._chartValuesTitle_ap442_346._dark_ap442_351:before{background:#475569}._chartValuesTitle_ap442_346._blue_ap442_351:before{background:#43e0f8}._topbar_ap442_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_ap442_373._sticky_ap442_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_ap442_391{display:inline-flex}._logo_ap442_391{max-width:110px}._menuWrapper_ap442_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_ap442_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_ap442_399._opened_ap442_417{display:flex}}._menuItem_ap442_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_ap442_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_ap442_422 ._menuIcon_ap442_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_ap442_422 ._menuIconPerformance_ap442_448{fill:none}._menuItem_ap442_422 ._menuIconStroke_ap442_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_ap442_422._active_ap442_456,._menuItem_ap442_422:hover{background:#fff;color:#52c2fd}._menuItem_ap442_422._active_ap442_456 ._menuIcon_ap442_443:not(._menuIconStroke_ap442_451,._menuIconPerformance_ap442_448),._menuItem_ap442_422:hover ._menuIcon_ap442_443:not(._menuIconStroke_ap442_451,._menuIconPerformance_ap442_448){fill:#52c2fd}._menuItem_ap442_422._active_ap442_456 ._menuIconPerformance_ap442_448 path,._menuItem_ap442_422:hover ._menuIconPerformance_ap442_448 path{stroke:#59a6fd}._menuItem_ap442_422._active_ap442_456 ._menuIconStroke_ap442_451:not(._menuIcon_ap442_443),._menuItem_ap442_422:hover ._menuIconStroke_ap442_451:not(._menuIcon_ap442_443){stroke:#52c2fd}._redDot_ap442_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_ap442_485{display:flex;justify-content:center}._link_ap442_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalSidebar_ap442_496{width:370px;padding-right:20px}@media only screen and (max-width: 1100px){._modalSidebar_ap442_496{width:100%;padding-top:24px;padding-right:0;padding-left:20px}}._modalMain_ap442_509{width:calc(100% - 370px);padding-left:20px}@media only screen and (max-width: 1100px){._modalMain_ap442_509{width:100%;padding-left:0}}._modalContentWrapper_ap442_520{display:flex;width:100%}@media only screen and (max-width: 1100px){._modalContentWrapper_ap442_520{flex-wrap:wrap;flex-direction:column-reverse}}._modalMainContent_ap442_531{display:flex;border-radius:12px;border:1px solid #e2e8f0;padding:20px 12px;row-gap:16px}._modalMainContentColumn_ap442_539{width:50%;padding:0 8px}._sidebarSubtitle_ap442_544{font-size:.875rem;margin-bottom:16px;font-weight:500}._modalFieldWrapper_ap442_550{display:flex;align-items:center;margin-bottom:16px}._modalFieldWrapper_ap442_550 ._emailInput_ap442_555 input{padding-right:12px}._modalFieldWrapper_ap442_550:last-child{margin-bottom:0}._modalFieldLabel_ap442_562{font-size:.875rem;color:#64748b;width:120px;padding:10px 0;flex-shrink:0}._modalFieldLabel_ap442_562._wider_ap442_569{width:140px}._inputLabelWrapper_ap442_573{display:flex;align-items:flex-start}._modalFieldValue_ap442_578{font-size:.875rem;color:#94a3b8;padding:10px 0 10px 12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._serialNumberLabel_ap442_587{flex-shrink:1}._transferButton_ap442_591{margin-left:auto;color:#334155!important;font-weight:400}._transferButton_ap442_591:hover{opacity:.7}._modalContent_ap442_118{display:flex;flex-direction:column;align-items:center;padding:20px;max-width:100%}._modalContent_ap442_118._center_ap442_125{text-align:center}._modalTitle_ap442_146{font-size:18px;font-weight:500;margin:16px 0 8px;color:#1e293b}._modalMessage_ap442_152{font-size:14px;color:#64748b;font-weight:300;line-height:1.5}._selectWrapper_ap442_625{text-align:left;margin-top:16px;width:100%}._transferModalViewport_ap442_631{background:#2e323e99;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);width:100%;height:100vh;position:fixed;top:0;left:0;z-index:4000}._transferModalLayout_ap442_642{position:fixed;background:#fff;z-index:4100;left:50%;top:50%;width:calc(100% - 8px);transform:translate(-50%,-50%);max-width:450px;max-height:90vh;border-radius:20px}._transferModalCloseIcon_ap442_655{padding:10px;position:absolute;right:6px;top:6px;cursor:pointer;z-index:2}._transferModalCloseIcon_ap442_655:before{content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5%2015L15%205M5%205L15%2015'%20stroke='%230F172A'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._transferModalFooter_ap442_667{display:flex;gap:12px;padding:20px;border-top:1px solid #e2e8f0}._addBtnWrapper_ap442_674{display:flex;align-items:center;padding:8px 8px 8px 16px}._addBtnWrapper_ap442_674 span{font-size:14px;line-height:20px;font-weight:400;color:#2db2c8}._plusIcon_ap442_686{font-size:16px;line-height:14px;margin-right:4px;color:#2db2c8}._noOptionsMessage_ap442_693{padding:8px 16px;font-size:16px;color:#999;text-align:center}._plusIcon_ap442_686{font-size:16px;line-height:14px;margin-right:4px}._serialNumberValue_ap442_706{flex-shrink:0;margin-right:5px}._tabButtonsWrapper_ap442_711{position:relative;flex:1;display:flex;align-items:center;display:none;margin-top:15px;justify-content:center;z-index:1}._tabButtons_ap442_711{display:flex;align-items:center;justify-content:center}._tabButton_ap442_711{color:#64748b;font-size:16px;padding-bottom:16px;margin-bottom:-1px;border-bottom:1px solid transparent;width:100%;text-align:center;border-color:#cbd5e1;cursor:pointer}._tabButton_ap442_711:hover{color:#334155}._tabButton_ap442_711._active_ap442_456{color:#2db2c8;border-color:#2db2c8}@media only screen and (max-width: 768px){._hideTab_ap442_748,._sidebarSubtitle_ap442_544{display:none}._tabButtonsWrapper_ap442_711{display:flex}._modalSidebar_ap442_496{padding:0}._modalContent_ap442_118{max-height:calc(90vh - 195px);max-height:calc(var(--vh, 1vh) * 90 - 195px)}._modalMainContent_ap442_531{flex-direction:column;border:none;padding:0}._modalMainContent_ap442_531 ._modalMainContentColumn_ap442_539{width:100%;padding:0}._modalFooter_ap442_196>button,._modalFooter_ap442_196>span{flex:1}}._authButtonsWrapper_1kpov_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1kpov_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1kpov_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1kpov_23{width:100%;margin-bottom:16px}._fieldWrapper_1kpov_23:last-child{margin-bottom:0}._fieldLabel_1kpov_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1kpov_36{font-size:.75rem;margin-top:8px}._field_1kpov_23{width:100%;position:relative}._fieldLabelNew_1kpov_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1kpov_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1kpov_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1kpov_52[type=password]{font-size:18px}._inputNew_1kpov_52:focus,._inputNew_1kpov_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1kpov_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1kpov_52:disabled::placeholder{color:#cbd5e1}._inputNew_1kpov_52._error_1kpov_7{border:1px solid #ef4444}._inputNew_1kpov_52._error_1kpov_7:focus,._inputNew_1kpov_52._error_1kpov_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1kpov_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1kpov_90{width:calc(50% - 8px)}._tableNavWrapper_1kpov_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1kpov_109{display:flex;align-items:center}._tableNavItem_1kpov_114{margin:0 6px}._modalContent_1kpov_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1kpov_118._center_1kpov_125{text-align:center;font-family:Inter}._modalContent_1kpov_118._settings_1kpov_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1kpov_118._settingsIntegration_1kpov_133,._modalContent_1kpov_118._performanceTestModalContent_1kpov_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1kpov_118._monitoringReportContent_1kpov_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1kpov_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1kpov_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1kpov_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1kpov_158:after,._modalLine_1kpov_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1kpov_158:before{left:-20px}._modalLine_1kpov_158:after{right:-20px}._infoMessage_1kpov_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1kpov_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1kpov_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1kpov_196._buttonsAutoWidth_1kpov_203{justify-content:flex-end}._modalFooter_1kpov_196._buttonsAutoWidth_1kpov_203 button,._modalFooter_1kpov_196._buttonsAutoWidth_1kpov_203 span{margin-left:12px}._fullWidthTitle_1kpov_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1kpov_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1kpov_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1kpov_230{padding:0 16px 15px}}._widgetHeader_1kpov_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1kpov_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1kpov_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1kpov_266{height:180px;display:flex;align-items:center}._widgetFooter_1kpov_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1kpov_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1kpov_279:last-child{border:none}._widgetMainValue_1kpov_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1kpov_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1kpov_303{font-size:.75rem;color:#64748b}._widgetLoader_1kpov_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1kpov_315{opacity:.5;cursor:default}._widgetAddress_1kpov_320{font-size:.75rem;color:#64748b}._widgetTag_1kpov_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1kpov_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1kpov_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1kpov_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1kpov_346._green_1kpov_351:before,._chartValuesTitle_1kpov_346._dark_1kpov_351:before,._chartValuesTitle_1kpov_346._blue_1kpov_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1kpov_346._green_1kpov_351:before{background:#22c55e}._chartValuesTitle_1kpov_346._dark_1kpov_351:before{background:#475569}._chartValuesTitle_1kpov_346._blue_1kpov_351:before{background:#43e0f8}._topbar_1kpov_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1kpov_373._sticky_1kpov_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1kpov_391{display:inline-flex}._logo_1kpov_391{max-width:110px}._menuWrapper_1kpov_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1kpov_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1kpov_399._opened_1kpov_417{display:flex}}._menuItem_1kpov_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1kpov_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1kpov_422 ._menuIcon_1kpov_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1kpov_422 ._menuIconPerformance_1kpov_448{fill:none}._menuItem_1kpov_422 ._menuIconStroke_1kpov_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1kpov_422._active_1kpov_456,._menuItem_1kpov_422:hover{background:#fff;color:#52c2fd}._menuItem_1kpov_422._active_1kpov_456 ._menuIcon_1kpov_443:not(._menuIconStroke_1kpov_451,._menuIconPerformance_1kpov_448),._menuItem_1kpov_422:hover ._menuIcon_1kpov_443:not(._menuIconStroke_1kpov_451,._menuIconPerformance_1kpov_448){fill:#52c2fd}._menuItem_1kpov_422._active_1kpov_456 ._menuIconPerformance_1kpov_448 path,._menuItem_1kpov_422:hover ._menuIconPerformance_1kpov_448 path{stroke:#59a6fd}._menuItem_1kpov_422._active_1kpov_456 ._menuIconStroke_1kpov_451:not(._menuIcon_1kpov_443),._menuItem_1kpov_422:hover ._menuIconStroke_1kpov_451:not(._menuIcon_1kpov_443){stroke:#52c2fd}._redDot_1kpov_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1kpov_485{display:flex;justify-content:center}._link_1kpov_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._selectWrapper_1kpov_496{text-align:left;margin-top:16px}._authButtonsWrapper_d8hv3_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_d8hv3_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_d8hv3_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_d8hv3_23{width:100%;margin-bottom:16px}._fieldWrapper_d8hv3_23:last-child{margin-bottom:0}._fieldLabel_d8hv3_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_d8hv3_36{font-size:.75rem;margin-top:8px}._field_d8hv3_23{width:100%;position:relative}._fieldLabelNew_d8hv3_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_d8hv3_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_d8hv3_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_d8hv3_52[type=password]{font-size:18px}._inputNew_d8hv3_52:focus,._inputNew_d8hv3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_d8hv3_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_d8hv3_52:disabled::placeholder{color:#cbd5e1}._inputNew_d8hv3_52._error_d8hv3_7{border:1px solid #ef4444}._inputNew_d8hv3_52._error_d8hv3_7:focus,._inputNew_d8hv3_52._error_d8hv3_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_d8hv3_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_d8hv3_90{width:calc(50% - 8px)}._tableNavWrapper_d8hv3_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_d8hv3_109{display:flex;align-items:center}._tableNavItem_d8hv3_114{margin:0 6px}._modalContent_d8hv3_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_d8hv3_118._center_d8hv3_125{text-align:center;font-family:Inter}._modalContent_d8hv3_118._settings_d8hv3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_d8hv3_118._settingsIntegration_d8hv3_133,._modalContent_d8hv3_118._performanceTestModalContent_d8hv3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_d8hv3_118._monitoringReportContent_d8hv3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_d8hv3_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_d8hv3_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_d8hv3_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_d8hv3_158:after,._modalLine_d8hv3_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_d8hv3_158:before{left:-20px}._modalLine_d8hv3_158:after{right:-20px}._infoMessage_d8hv3_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_d8hv3_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_d8hv3_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_d8hv3_196._buttonsAutoWidth_d8hv3_203{justify-content:flex-end}._modalFooter_d8hv3_196._buttonsAutoWidth_d8hv3_203 button,._modalFooter_d8hv3_196._buttonsAutoWidth_d8hv3_203 span{margin-left:12px}._fullWidthTitle_d8hv3_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_d8hv3_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_d8hv3_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_d8hv3_230{padding:0 16px 15px}}._widgetHeader_d8hv3_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_d8hv3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_d8hv3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_d8hv3_266{height:180px;display:flex;align-items:center}._widgetFooter_d8hv3_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_d8hv3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_d8hv3_279:last-child{border:none}._widgetMainValue_d8hv3_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_d8hv3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_d8hv3_303{font-size:.75rem;color:#64748b}._widgetLoader_d8hv3_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_d8hv3_315{opacity:.5;cursor:default}._widgetAddress_d8hv3_320{font-size:.75rem;color:#64748b}._widgetTag_d8hv3_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_d8hv3_333{font-weight:500;color:#0f172a}._chartValuesWrapper_d8hv3_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_d8hv3_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_d8hv3_346._green_d8hv3_351:before,._chartValuesTitle_d8hv3_346._dark_d8hv3_351:before,._chartValuesTitle_d8hv3_346._blue_d8hv3_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_d8hv3_346._green_d8hv3_351:before{background:#22c55e}._chartValuesTitle_d8hv3_346._dark_d8hv3_351:before{background:#475569}._chartValuesTitle_d8hv3_346._blue_d8hv3_351:before{background:#43e0f8}._topbar_d8hv3_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_d8hv3_373._sticky_d8hv3_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_d8hv3_391{display:inline-flex}._logo_d8hv3_391{max-width:110px}._menuWrapper_d8hv3_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_d8hv3_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_d8hv3_399._opened_d8hv3_417{display:flex}}._menuItem_d8hv3_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_d8hv3_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_d8hv3_422 ._menuIcon_d8hv3_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_d8hv3_422 ._menuIconPerformance_d8hv3_448{fill:none}._menuItem_d8hv3_422 ._menuIconStroke_d8hv3_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_d8hv3_422._active_d8hv3_456,._menuItem_d8hv3_422:hover{background:#fff;color:#52c2fd}._menuItem_d8hv3_422._active_d8hv3_456 ._menuIcon_d8hv3_443:not(._menuIconStroke_d8hv3_451,._menuIconPerformance_d8hv3_448),._menuItem_d8hv3_422:hover ._menuIcon_d8hv3_443:not(._menuIconStroke_d8hv3_451,._menuIconPerformance_d8hv3_448){fill:#52c2fd}._menuItem_d8hv3_422._active_d8hv3_456 ._menuIconPerformance_d8hv3_448 path,._menuItem_d8hv3_422:hover ._menuIconPerformance_d8hv3_448 path{stroke:#59a6fd}._menuItem_d8hv3_422._active_d8hv3_456 ._menuIconStroke_d8hv3_451:not(._menuIcon_d8hv3_443),._menuItem_d8hv3_422:hover ._menuIconStroke_d8hv3_451:not(._menuIcon_d8hv3_443){stroke:#52c2fd}._redDot_d8hv3_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_d8hv3_485{display:flex;justify-content:center}._link_d8hv3_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._paginationWrapper_d8hv3_496{background:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px 0}._paginationText_d8hv3_504{color:#475569;font-size:.875rem}._pageNumberList_d8hv3_509{display:inline-flex;align-items:center}._pageNumber_d8hv3_509{width:32px;height:32px;border-radius:8px;border:1px solid #cbd5e1;display:flex;justify-content:center;align-items:center;font-size:.875rem;font-weight:500;margin:0 4px;cursor:pointer}._pageNumber_d8hv3_509 svg{fill:#475569}._pageNumber_d8hv3_509._active_d8hv3_456{border-color:#2db2c8;background:#ebfcff}._pageNumber_d8hv3_509._disabled_d8hv3_315{border:none;background:#f1f5f9}._pageNumber_d8hv3_509._disabled_d8hv3_315 svg{fill:#cbd5e1}._authButtonsWrapper_4s7xt_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_4s7xt_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_4s7xt_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_4s7xt_23{width:100%;margin-bottom:16px}._fieldWrapper_4s7xt_23:last-child{margin-bottom:0}._fieldLabel_4s7xt_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_4s7xt_36{font-size:.75rem;margin-top:8px}._field_4s7xt_23{width:100%;position:relative}._fieldLabelNew_4s7xt_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_4s7xt_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_4s7xt_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_4s7xt_52[type=password]{font-size:18px}._inputNew_4s7xt_52:focus,._inputNew_4s7xt_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4s7xt_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_4s7xt_52:disabled::placeholder{color:#cbd5e1}._inputNew_4s7xt_52._error_4s7xt_7{border:1px solid #ef4444}._inputNew_4s7xt_52._error_4s7xt_7:focus,._inputNew_4s7xt_52._error_4s7xt_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_4s7xt_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_4s7xt_90{width:calc(50% - 8px)}._tableNavWrapper_4s7xt_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_4s7xt_109{display:flex;align-items:center}._tableNavItem_4s7xt_114{margin:0 6px}._modalContent_4s7xt_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_4s7xt_118._center_4s7xt_125{text-align:center;font-family:Inter}._modalContent_4s7xt_118._settings_4s7xt_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_4s7xt_118._settingsIntegration_4s7xt_133,._modalContent_4s7xt_118._performanceTestModalContent_4s7xt_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_4s7xt_118._monitoringReportContent_4s7xt_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_4s7xt_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_4s7xt_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_4s7xt_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_4s7xt_158:after,._modalLine_4s7xt_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_4s7xt_158:before{left:-20px}._modalLine_4s7xt_158:after{right:-20px}._infoMessage_4s7xt_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_4s7xt_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_4s7xt_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_4s7xt_196._buttonsAutoWidth_4s7xt_203{justify-content:flex-end}._modalFooter_4s7xt_196._buttonsAutoWidth_4s7xt_203 button,._modalFooter_4s7xt_196._buttonsAutoWidth_4s7xt_203 span{margin-left:12px}._fullWidthTitle_4s7xt_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_4s7xt_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_4s7xt_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_4s7xt_230{padding:0 16px 15px}}._widgetHeader_4s7xt_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_4s7xt_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_4s7xt_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_4s7xt_266{height:180px;display:flex;align-items:center}._widgetFooter_4s7xt_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_4s7xt_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_4s7xt_279:last-child{border:none}._widgetMainValue_4s7xt_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_4s7xt_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4s7xt_303{font-size:.75rem;color:#64748b}._widgetLoader_4s7xt_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_4s7xt_315{opacity:.5;cursor:default}._widgetAddress_4s7xt_320{font-size:.75rem;color:#64748b}._widgetTag_4s7xt_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_4s7xt_333{font-weight:500;color:#0f172a}._chartValuesWrapper_4s7xt_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_4s7xt_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_4s7xt_346._green_4s7xt_351:before,._chartValuesTitle_4s7xt_346._dark_4s7xt_351:before,._chartValuesTitle_4s7xt_346._blue_4s7xt_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_4s7xt_346._green_4s7xt_351:before{background:#22c55e}._chartValuesTitle_4s7xt_346._dark_4s7xt_351:before{background:#475569}._chartValuesTitle_4s7xt_346._blue_4s7xt_351:before{background:#43e0f8}._topbar_4s7xt_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_4s7xt_373._sticky_4s7xt_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_4s7xt_391{display:inline-flex}._logo_4s7xt_391{max-width:110px}._menuWrapper_4s7xt_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_4s7xt_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_4s7xt_399._opened_4s7xt_417{display:flex}}._menuItem_4s7xt_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_4s7xt_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_4s7xt_422 ._menuIcon_4s7xt_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_4s7xt_422 ._menuIconPerformance_4s7xt_448{fill:none}._menuItem_4s7xt_422 ._menuIconStroke_4s7xt_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_4s7xt_422._active_4s7xt_456,._menuItem_4s7xt_422:hover{background:#fff;color:#52c2fd}._menuItem_4s7xt_422._active_4s7xt_456 ._menuIcon_4s7xt_443:not(._menuIconStroke_4s7xt_451,._menuIconPerformance_4s7xt_448),._menuItem_4s7xt_422:hover ._menuIcon_4s7xt_443:not(._menuIconStroke_4s7xt_451,._menuIconPerformance_4s7xt_448){fill:#52c2fd}._menuItem_4s7xt_422._active_4s7xt_456 ._menuIconPerformance_4s7xt_448 path,._menuItem_4s7xt_422:hover ._menuIconPerformance_4s7xt_448 path{stroke:#59a6fd}._menuItem_4s7xt_422._active_4s7xt_456 ._menuIconStroke_4s7xt_451:not(._menuIcon_4s7xt_443),._menuItem_4s7xt_422:hover ._menuIconStroke_4s7xt_451:not(._menuIcon_4s7xt_443){stroke:#52c2fd}._redDot_4s7xt_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_4s7xt_485{display:flex;justify-content:center}._link_4s7xt_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._valueNote_4s7xt_496{font-size:12px;font-weight:400;color:#64748b}._widgetInventory_4s7xt_502{flex:1 1 400px;width:initial}._rainbowWrapper_17jwn_1{width:240px}._authButtonsWrapper_1ga99_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1ga99_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1ga99_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1ga99_23{width:100%;margin-bottom:16px}._fieldWrapper_1ga99_23:last-child{margin-bottom:0}._fieldLabel_1ga99_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1ga99_36{font-size:.75rem;margin-top:8px}._field_1ga99_23{width:100%;position:relative}._fieldLabelNew_1ga99_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1ga99_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1ga99_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1ga99_52[type=password]{font-size:18px}._inputNew_1ga99_52:focus,._inputNew_1ga99_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ga99_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1ga99_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ga99_52._error_1ga99_7{border:1px solid #ef4444}._inputNew_1ga99_52._error_1ga99_7:focus,._inputNew_1ga99_52._error_1ga99_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1ga99_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1ga99_90{width:calc(50% - 8px)}._tableNavWrapper_1ga99_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1ga99_109{display:flex;align-items:center}._tableNavItem_1ga99_114{margin:0 6px}._modalContent_1ga99_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1ga99_118._center_1ga99_125{text-align:center;font-family:Inter}._modalContent_1ga99_118._settings_1ga99_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1ga99_118._settingsIntegration_1ga99_133,._modalContent_1ga99_118._performanceTestModalContent_1ga99_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1ga99_118._monitoringReportContent_1ga99_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1ga99_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1ga99_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1ga99_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1ga99_158:after,._modalLine_1ga99_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1ga99_158:before{left:-20px}._modalLine_1ga99_158:after{right:-20px}._infoMessage_1ga99_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1ga99_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1ga99_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1ga99_196._buttonsAutoWidth_1ga99_203{justify-content:flex-end}._modalFooter_1ga99_196._buttonsAutoWidth_1ga99_203 button,._modalFooter_1ga99_196._buttonsAutoWidth_1ga99_203 span{margin-left:12px}._fullWidthTitle_1ga99_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1ga99_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1ga99_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1ga99_230{padding:0 16px 15px}}._widgetHeader_1ga99_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1ga99_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ga99_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ga99_266{height:180px;display:flex;align-items:center}._widgetFooter_1ga99_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1ga99_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ga99_279:last-child{border:none}._widgetMainValue_1ga99_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1ga99_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ga99_303{font-size:.75rem;color:#64748b}._widgetLoader_1ga99_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1ga99_315{opacity:.5;cursor:default}._widgetAddress_1ga99_320{font-size:.75rem;color:#64748b}._widgetTag_1ga99_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1ga99_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1ga99_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1ga99_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1ga99_346._green_1ga99_351:before,._chartValuesTitle_1ga99_346._dark_1ga99_351:before,._chartValuesTitle_1ga99_346._blue_1ga99_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1ga99_346._green_1ga99_351:before{background:#22c55e}._chartValuesTitle_1ga99_346._dark_1ga99_351:before{background:#475569}._chartValuesTitle_1ga99_346._blue_1ga99_351:before{background:#43e0f8}._topbar_1ga99_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1ga99_373._sticky_1ga99_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1ga99_391{display:inline-flex}._logo_1ga99_391{max-width:110px}._menuWrapper_1ga99_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1ga99_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1ga99_399._opened_1ga99_417{display:flex}}._menuItem_1ga99_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1ga99_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1ga99_422 ._menuIcon_1ga99_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1ga99_422 ._menuIconPerformance_1ga99_448{fill:none}._menuItem_1ga99_422 ._menuIconStroke_1ga99_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1ga99_422._active_1ga99_456,._menuItem_1ga99_422:hover{background:#fff;color:#52c2fd}._menuItem_1ga99_422._active_1ga99_456 ._menuIcon_1ga99_443:not(._menuIconStroke_1ga99_451,._menuIconPerformance_1ga99_448),._menuItem_1ga99_422:hover ._menuIcon_1ga99_443:not(._menuIconStroke_1ga99_451,._menuIconPerformance_1ga99_448){fill:#52c2fd}._menuItem_1ga99_422._active_1ga99_456 ._menuIconPerformance_1ga99_448 path,._menuItem_1ga99_422:hover ._menuIconPerformance_1ga99_448 path{stroke:#59a6fd}._menuItem_1ga99_422._active_1ga99_456 ._menuIconStroke_1ga99_451:not(._menuIcon_1ga99_443),._menuItem_1ga99_422:hover ._menuIconStroke_1ga99_451:not(._menuIcon_1ga99_443){stroke:#52c2fd}._redDot_1ga99_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1ga99_485{display:flex;justify-content:center}._link_1ga99_490{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._monitoringMembership_1ga99_497{max-width:100%;margin-bottom:24px}}._valueNote_1ga99_503{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_1ga99_509{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_1ga99_338{position:absolute;bottom:-126px}._authButtonsWrapper_4uwcf_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_4uwcf_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_4uwcf_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_4uwcf_23{width:100%;margin-bottom:16px}._fieldWrapper_4uwcf_23:last-child{margin-bottom:0}._fieldLabel_4uwcf_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_4uwcf_36{font-size:.75rem;margin-top:8px}._field_4uwcf_23{width:100%;position:relative}._fieldLabelNew_4uwcf_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_4uwcf_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_4uwcf_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_4uwcf_52[type=password]{font-size:18px}._inputNew_4uwcf_52:focus,._inputNew_4uwcf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4uwcf_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_4uwcf_52:disabled::placeholder{color:#cbd5e1}._inputNew_4uwcf_52._error_4uwcf_7{border:1px solid #ef4444}._inputNew_4uwcf_52._error_4uwcf_7:focus,._inputNew_4uwcf_52._error_4uwcf_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_4uwcf_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_4uwcf_90{width:calc(50% - 8px)}._tableNavWrapper_4uwcf_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_4uwcf_109{display:flex;align-items:center}._tableNavItem_4uwcf_114{margin:0 6px}._modalContent_4uwcf_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_4uwcf_118._center_4uwcf_125{text-align:center;font-family:Inter}._modalContent_4uwcf_118._settings_4uwcf_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_4uwcf_118._settingsIntegration_4uwcf_133,._modalContent_4uwcf_118._performanceTestModalContent_4uwcf_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_4uwcf_118._monitoringReportContent_4uwcf_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_4uwcf_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_4uwcf_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_4uwcf_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_4uwcf_158:after,._modalLine_4uwcf_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_4uwcf_158:before{left:-20px}._modalLine_4uwcf_158:after{right:-20px}._infoMessage_4uwcf_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_4uwcf_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_4uwcf_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_4uwcf_196._buttonsAutoWidth_4uwcf_203{justify-content:flex-end}._modalFooter_4uwcf_196._buttonsAutoWidth_4uwcf_203 button,._modalFooter_4uwcf_196._buttonsAutoWidth_4uwcf_203 span{margin-left:12px}._fullWidthTitle_4uwcf_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_4uwcf_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_4uwcf_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_4uwcf_230{padding:0 16px 15px}}._widgetHeader_4uwcf_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_4uwcf_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_4uwcf_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_4uwcf_266{height:180px;display:flex;align-items:center}._widgetFooter_4uwcf_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_4uwcf_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_4uwcf_279:last-child{border:none}._widgetMainValue_4uwcf_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_4uwcf_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4uwcf_303{font-size:.75rem;color:#64748b}._widgetLoader_4uwcf_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_4uwcf_315{opacity:.5;cursor:default}._widgetAddress_4uwcf_320{font-size:.75rem;color:#64748b}._widgetTag_4uwcf_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_4uwcf_333{font-weight:500;color:#0f172a}._chartValuesWrapper_4uwcf_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_4uwcf_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_4uwcf_346._green_4uwcf_351:before,._chartValuesTitle_4uwcf_346._dark_4uwcf_351:before,._chartValuesTitle_4uwcf_346._blue_4uwcf_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_4uwcf_346._green_4uwcf_351:before{background:#22c55e}._chartValuesTitle_4uwcf_346._dark_4uwcf_351:before{background:#475569}._chartValuesTitle_4uwcf_346._blue_4uwcf_351:before{background:#43e0f8}._topbar_4uwcf_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_4uwcf_373._sticky_4uwcf_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_4uwcf_391{display:inline-flex}._logo_4uwcf_391{max-width:110px}._menuWrapper_4uwcf_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_4uwcf_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_4uwcf_399._opened_4uwcf_417{display:flex}}._menuItem_4uwcf_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_4uwcf_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_4uwcf_422 ._menuIcon_4uwcf_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_4uwcf_422 ._menuIconPerformance_4uwcf_448{fill:none}._menuItem_4uwcf_422 ._menuIconStroke_4uwcf_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_4uwcf_422._active_4uwcf_456,._menuItem_4uwcf_422:hover{background:#fff;color:#52c2fd}._menuItem_4uwcf_422._active_4uwcf_456 ._menuIcon_4uwcf_443:not(._menuIconStroke_4uwcf_451,._menuIconPerformance_4uwcf_448),._menuItem_4uwcf_422:hover ._menuIcon_4uwcf_443:not(._menuIconStroke_4uwcf_451,._menuIconPerformance_4uwcf_448){fill:#52c2fd}._menuItem_4uwcf_422._active_4uwcf_456 ._menuIconPerformance_4uwcf_448 path,._menuItem_4uwcf_422:hover ._menuIconPerformance_4uwcf_448 path{stroke:#59a6fd}._menuItem_4uwcf_422._active_4uwcf_456 ._menuIconStroke_4uwcf_451:not(._menuIcon_4uwcf_443),._menuItem_4uwcf_422:hover ._menuIconStroke_4uwcf_451:not(._menuIcon_4uwcf_443){stroke:#52c2fd}._redDot_4uwcf_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_4uwcf_485{display:flex;justify-content:center}._link_4uwcf_490{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._widgetStatus_4uwcf_497{max-width:100%}}._chartWrapper_4uwcf_502{display:flex;justify-content:flex-end}@media only screen and (max-width: 1024px){._chartWrapper_4uwcf_502{max-width:450px;margin:0 auto;position:relative}}._chart_4uwcf_338{position:absolute;top:-48px;left:-10px}@media only screen and (max-width: 1024px){._chart_4uwcf_338{top:-60px}}._widgetMainValue_4uwcf_288{position:absolute;bottom:45px;left:94px}._chartNotesWrapper_4uwcf_531{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column;row-gap:90px}._chartNotesWrapper_4uwcf_531 ._chartNotesWorkStatusSection_4uwcf_538{display:flex;flex-direction:column;align-items:flex-end;gap:8px;width:100%;height:45px}._chartNotesWrapper_4uwcf_531 ._chartNotesWorkStatusSection_4uwcf_538 ._chartNote_4uwcf_531{width:120px}@media only screen and (max-width: 1300px){._chartNotesWrapper_4uwcf_531 ._chartNotesWorkStatusSection_4uwcf_538{height:0px}}._chartNotesWrapper_4uwcf_531 ._chartNotesStatusSection_4uwcf_554{display:flex;flex-wrap:wrap;justify-content:space-around;row-gap:18px}._chartNotesWrapper_4uwcf_531 ._chartNotesStatusSection_4uwcf_554 ._chartNote_4uwcf_531{width:30%}@media only screen and (max-width: 1300px){._chartNotesWrapper_4uwcf_531{row-gap:8px}._chartNotesWrapper_4uwcf_531 ._chartNotesStatusSection_4uwcf_554{flex-direction:column;row-gap:8px}._chartNotesWrapper_4uwcf_531 ._chartNotesStatusSection_4uwcf_554 ._chartNote_4uwcf_531{width:100%}}._chartNote_4uwcf_531{display:flex;align-items:center;width:100%;margin-bottom:8px;font-size:12px;color:#64748b}._chartNote_4uwcf_531 ._chartNoteValue_4uwcf_584{margin-left:auto;padding-left:4px;font-weight:500;font-size:.875rem;line-height:20px;color:#0f172a}._chartNote_4uwcf_531:before{display:inline-flex;position:relative;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._chartNote_4uwcf_531._online_4uwcf_601:before{background:#86efac}._chartNote_4uwcf_531._offline_4uwcf_604:before{background:#e0e7ff}._chartNote_4uwcf_531._inventory_4uwcf_607:before{background:#f5d0ec}._chartNote_4uwcf_531._missing_4uwcf_610:before{background:#fcd34d}._chartNote_4uwcf_531._transferring_4uwcf_613:before{background:#2563eb}._chartNote_4uwcf_531._installed_4uwcf_616:before{background:#86efac}._chartNote_4uwcf_531._preinstalled_4uwcf_619:before{background:#14b8a6}._chartNote_4uwcf_531._warranty_4uwcf_622:before{background:#59afc6}._authButtonsWrapper_n458t_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_n458t_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_n458t_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_n458t_23{width:100%;margin-bottom:16px}._fieldWrapper_n458t_23:last-child{margin-bottom:0}._fieldLabel_n458t_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_n458t_36{font-size:.75rem;margin-top:8px}._field_n458t_23{width:100%;position:relative}._fieldLabelNew_n458t_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_n458t_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_n458t_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_n458t_52[type=password]{font-size:18px}._inputNew_n458t_52:focus,._inputNew_n458t_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_n458t_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_n458t_52:disabled::placeholder{color:#cbd5e1}._inputNew_n458t_52._error_n458t_7{border:1px solid #ef4444}._inputNew_n458t_52._error_n458t_7:focus,._inputNew_n458t_52._error_n458t_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_n458t_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_n458t_90{width:calc(50% - 8px)}._tableNavWrapper_n458t_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_n458t_109{display:flex;align-items:center}._tableNavItem_n458t_114{margin:0 6px}._modalContent_n458t_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_n458t_118._center_n458t_125{text-align:center;font-family:Inter}._modalContent_n458t_118._settings_n458t_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_n458t_118._settingsIntegration_n458t_133,._modalContent_n458t_118._performanceTestModalContent_n458t_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_n458t_118._monitoringReportContent_n458t_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_n458t_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_n458t_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_n458t_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_n458t_158:after,._modalLine_n458t_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_n458t_158:before{left:-20px}._modalLine_n458t_158:after{right:-20px}._infoMessage_n458t_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_n458t_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_n458t_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_n458t_196._buttonsAutoWidth_n458t_203{justify-content:flex-end}._modalFooter_n458t_196._buttonsAutoWidth_n458t_203 button,._modalFooter_n458t_196._buttonsAutoWidth_n458t_203 span{margin-left:12px}._fullWidthTitle_n458t_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_n458t_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_n458t_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_n458t_230{padding:0 16px 15px}}._widgetHeader_n458t_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_n458t_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_n458t_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_n458t_266{height:180px;display:flex;align-items:center}._widgetFooter_n458t_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_n458t_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_n458t_279:last-child{border:none}._widgetMainValue_n458t_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_n458t_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_n458t_303{font-size:.75rem;color:#64748b}._widgetLoader_n458t_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_n458t_315{opacity:.5;cursor:default}._widgetAddress_n458t_320{font-size:.75rem;color:#64748b}._widgetTag_n458t_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_n458t_333{font-weight:500;color:#0f172a}._chartValuesWrapper_n458t_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_n458t_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_n458t_346._green_n458t_351:before,._chartValuesTitle_n458t_346._dark_n458t_351:before,._chartValuesTitle_n458t_346._blue_n458t_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_n458t_346._green_n458t_351:before{background:#22c55e}._chartValuesTitle_n458t_346._dark_n458t_351:before{background:#475569}._chartValuesTitle_n458t_346._blue_n458t_351:before{background:#43e0f8}._topbar_n458t_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_n458t_373._sticky_n458t_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_n458t_391{display:inline-flex}._logo_n458t_391{max-width:110px}._menuWrapper_n458t_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_n458t_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_n458t_399._opened_n458t_417{display:flex}}._menuItem_n458t_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_n458t_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_n458t_422 ._menuIcon_n458t_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_n458t_422 ._menuIconPerformance_n458t_448{fill:none}._menuItem_n458t_422 ._menuIconStroke_n458t_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_n458t_422._active_n458t_456,._menuItem_n458t_422:hover{background:#fff;color:#52c2fd}._menuItem_n458t_422._active_n458t_456 ._menuIcon_n458t_443:not(._menuIconStroke_n458t_451,._menuIconPerformance_n458t_448),._menuItem_n458t_422:hover ._menuIcon_n458t_443:not(._menuIconStroke_n458t_451,._menuIconPerformance_n458t_448){fill:#52c2fd}._menuItem_n458t_422._active_n458t_456 ._menuIconPerformance_n458t_448 path,._menuItem_n458t_422:hover ._menuIconPerformance_n458t_448 path{stroke:#59a6fd}._menuItem_n458t_422._active_n458t_456 ._menuIconStroke_n458t_451:not(._menuIcon_n458t_443),._menuItem_n458t_422:hover ._menuIconStroke_n458t_451:not(._menuIcon_n458t_443){stroke:#52c2fd}._redDot_n458t_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_n458t_485{display:flex;justify-content:center}._link_n458t_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetsWrapper_n458t_223{flex-wrap:wrap}._widgetsWrapperJustified_n458t_500{gap:24px 16px}._widgetsWrapperJustified_n458t_500>div{flex:1 1 400px}._widgetsWrapperJustified_n458t_500 div{max-width:unset;margin:0}._statusButtonWrapper_n458t_511{display:flex;flex-wrap:wrap;margin-right:12px;row-gap:4px}._statusButton_n458t_511{display:inline-flex;font-size:.75rem;font-weight:500;text-transform:uppercase;padding:2px 8px;border-radius:20px;margin-left:4px;cursor:pointer}._statusButton_n458t_511._disabled_n458t_315{cursor:default;pointer-events:none}._statusButton_n458t_511._transfer_n458t_532{color:#164d63;border:1px solid #06b3d4;background:#cff9fe}._statusButton_n458t_511._missing_n458t_537{color:#b45309;border:1px solid #f59e0b;background:#fef3c7}._statusButton_n458t_511._warranty_n458t_542{border:1px solid #2db2c8;background:#ebfcff;color:#165964}._statusButton_n458t_511._inventory_n458t_547{border:1px solid #fcceee;background:#fdf2fa;color:#c11574}._statusButton_n458t_511._preinstalled_n458t_552{border:1px solid #14b8a6;background:#dffbf4;color:#115e59}._authButtonsWrapper_1amw1_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1amw1_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1amw1_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1amw1_23{width:100%;margin-bottom:16px}._fieldWrapper_1amw1_23:last-child{margin-bottom:0}._fieldLabel_1amw1_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1amw1_36{font-size:.75rem;margin-top:8px}._field_1amw1_23{width:100%;position:relative}._fieldLabelNew_1amw1_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1amw1_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1amw1_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1amw1_52[type=password]{font-size:18px}._inputNew_1amw1_52:focus,._inputNew_1amw1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1amw1_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1amw1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1amw1_52._error_1amw1_7{border:1px solid #ef4444}._inputNew_1amw1_52._error_1amw1_7:focus,._inputNew_1amw1_52._error_1amw1_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1amw1_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1amw1_90{width:calc(50% - 8px)}._tableNavWrapper_1amw1_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1amw1_109{display:flex;align-items:center}._tableNavItem_1amw1_114{margin:0 6px}._modalContent_1amw1_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1amw1_118._center_1amw1_125{text-align:center;font-family:Inter}._modalContent_1amw1_118._settings_1amw1_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1amw1_118._settingsIntegration_1amw1_133,._modalContent_1amw1_118._performanceTestModalContent_1amw1_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1amw1_118._monitoringReportContent_1amw1_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1amw1_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1amw1_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1amw1_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1amw1_158:after,._modalLine_1amw1_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1amw1_158:before{left:-20px}._modalLine_1amw1_158:after{right:-20px}._infoMessage_1amw1_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1amw1_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1amw1_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1amw1_196._buttonsAutoWidth_1amw1_203{justify-content:flex-end}._modalFooter_1amw1_196._buttonsAutoWidth_1amw1_203 button,._modalFooter_1amw1_196._buttonsAutoWidth_1amw1_203 span{margin-left:12px}._fullWidthTitle_1amw1_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1amw1_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1amw1_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1amw1_230{padding:0 16px 15px}}._widgetHeader_1amw1_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1amw1_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1amw1_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1amw1_266{height:180px;display:flex;align-items:center}._widgetFooter_1amw1_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1amw1_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1amw1_279:last-child{border:none}._widgetMainValue_1amw1_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1amw1_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1amw1_303{font-size:.75rem;color:#64748b}._widgetLoader_1amw1_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1amw1_315{opacity:.5;cursor:default}._widgetAddress_1amw1_320{font-size:.75rem;color:#64748b}._widgetTag_1amw1_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1amw1_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1amw1_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1amw1_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1amw1_346._green_1amw1_351:before,._chartValuesTitle_1amw1_346._dark_1amw1_351:before,._chartValuesTitle_1amw1_346._blue_1amw1_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1amw1_346._green_1amw1_351:before{background:#22c55e}._chartValuesTitle_1amw1_346._dark_1amw1_351:before{background:#475569}._chartValuesTitle_1amw1_346._blue_1amw1_351:before{background:#43e0f8}._topbar_1amw1_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1amw1_373._sticky_1amw1_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1amw1_391{display:inline-flex}._logo_1amw1_391{max-width:110px}._menuWrapper_1amw1_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1amw1_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1amw1_399._opened_1amw1_417{display:flex}}._menuItem_1amw1_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1amw1_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1amw1_422 ._menuIcon_1amw1_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1amw1_422 ._menuIconPerformance_1amw1_448{fill:none}._menuItem_1amw1_422 ._menuIconStroke_1amw1_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1amw1_422._active_1amw1_456,._menuItem_1amw1_422:hover{background:#fff;color:#52c2fd}._menuItem_1amw1_422._active_1amw1_456 ._menuIcon_1amw1_443:not(._menuIconStroke_1amw1_451,._menuIconPerformance_1amw1_448),._menuItem_1amw1_422:hover ._menuIcon_1amw1_443:not(._menuIconStroke_1amw1_451,._menuIconPerformance_1amw1_448){fill:#52c2fd}._menuItem_1amw1_422._active_1amw1_456 ._menuIconPerformance_1amw1_448 path,._menuItem_1amw1_422:hover ._menuIconPerformance_1amw1_448 path{stroke:#59a6fd}._menuItem_1amw1_422._active_1amw1_456 ._menuIconStroke_1amw1_451:not(._menuIcon_1amw1_443),._menuItem_1amw1_422:hover ._menuIconStroke_1amw1_451:not(._menuIcon_1amw1_443){stroke:#52c2fd}._redDot_1amw1_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1amw1_485{display:flex;justify-content:center}._link_1amw1_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._fieldWrapper_1amw1_23{width:auto;align-self:flex-start;margin-bottom:8px}.radioLabel{border-radius:12px;align-items:center;position:relative;display:flex;justify-content:space-between;cursor:pointer}.radioLabel:before{display:flex;width:20px;height:20px;border:2px solid #94a3b8;border-radius:50%;overflow:hidden;content:""}.radioLabel._error_1amw1_7{border-color:#ef4444!important}.radioLabel div{padding:0 10px;font-size:14px;font-weight:300}.radioLabel input{position:absolute;right:0;top:0;display:none}.radioLabelChecked{border-color:#43e0f8}.radioLabelChecked:before{border:2px solid #43e0f8;background-image:radial-gradient(circle,#43e0f8 0,#43e0f8 5px,transparent 5px)}._authButtonsWrapper_9kn23_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_9kn23_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_9kn23_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_9kn23_23{width:100%;margin-bottom:16px}._fieldWrapper_9kn23_23:last-child{margin-bottom:0}._fieldLabel_9kn23_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_9kn23_36{font-size:.75rem;margin-top:8px}._field_9kn23_23{width:100%;position:relative}._fieldLabelNew_9kn23_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_9kn23_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_9kn23_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_9kn23_52[type=password]{font-size:18px}._inputNew_9kn23_52:focus,._inputNew_9kn23_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_9kn23_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_9kn23_52:disabled::placeholder{color:#cbd5e1}._inputNew_9kn23_52._error_9kn23_7{border:1px solid #ef4444}._inputNew_9kn23_52._error_9kn23_7:focus,._inputNew_9kn23_52._error_9kn23_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_9kn23_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_9kn23_90{width:calc(50% - 8px)}._tableNavWrapper_9kn23_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_9kn23_109{display:flex;align-items:center}._tableNavItem_9kn23_114{margin:0 6px}._modalContent_9kn23_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_9kn23_118._center_9kn23_125{text-align:center;font-family:Inter}._modalContent_9kn23_118._settings_9kn23_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_9kn23_118._settingsIntegration_9kn23_133,._modalContent_9kn23_118._performanceTestModalContent_9kn23_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_9kn23_118._monitoringReportContent_9kn23_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_9kn23_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_9kn23_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_9kn23_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_9kn23_158:after,._modalLine_9kn23_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_9kn23_158:before{left:-20px}._modalLine_9kn23_158:after{right:-20px}._infoMessage_9kn23_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_9kn23_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_9kn23_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_9kn23_196._buttonsAutoWidth_9kn23_203{justify-content:flex-end}._modalFooter_9kn23_196._buttonsAutoWidth_9kn23_203 button,._modalFooter_9kn23_196._buttonsAutoWidth_9kn23_203 span{margin-left:12px}._fullWidthTitle_9kn23_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_9kn23_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_9kn23_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_9kn23_230{padding:0 16px 15px}}._widgetHeader_9kn23_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_9kn23_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_9kn23_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_9kn23_266{height:180px;display:flex;align-items:center}._widgetFooter_9kn23_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_9kn23_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_9kn23_279:last-child{border:none}._widgetMainValue_9kn23_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_9kn23_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_9kn23_303{font-size:.75rem;color:#64748b}._widgetLoader_9kn23_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_9kn23_315{opacity:.5;cursor:default}._widgetAddress_9kn23_320{font-size:.75rem;color:#64748b}._widgetTag_9kn23_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_9kn23_333{font-weight:500;color:#0f172a}._chartValuesWrapper_9kn23_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_9kn23_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_9kn23_346._green_9kn23_351:before,._chartValuesTitle_9kn23_346._dark_9kn23_351:before,._chartValuesTitle_9kn23_346._blue_9kn23_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_9kn23_346._green_9kn23_351:before{background:#22c55e}._chartValuesTitle_9kn23_346._dark_9kn23_351:before{background:#475569}._chartValuesTitle_9kn23_346._blue_9kn23_351:before{background:#43e0f8}._topbar_9kn23_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_9kn23_373._sticky_9kn23_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_9kn23_391{display:inline-flex}._logo_9kn23_391{max-width:110px}._menuWrapper_9kn23_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_9kn23_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_9kn23_399._opened_9kn23_417{display:flex}}._menuItem_9kn23_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_9kn23_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_9kn23_422 ._menuIcon_9kn23_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_9kn23_422 ._menuIconPerformance_9kn23_448{fill:none}._menuItem_9kn23_422 ._menuIconStroke_9kn23_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_9kn23_422._active_9kn23_456,._menuItem_9kn23_422:hover{background:#fff;color:#52c2fd}._menuItem_9kn23_422._active_9kn23_456 ._menuIcon_9kn23_443:not(._menuIconStroke_9kn23_451,._menuIconPerformance_9kn23_448),._menuItem_9kn23_422:hover ._menuIcon_9kn23_443:not(._menuIconStroke_9kn23_451,._menuIconPerformance_9kn23_448){fill:#52c2fd}._menuItem_9kn23_422._active_9kn23_456 ._menuIconPerformance_9kn23_448 path,._menuItem_9kn23_422:hover ._menuIconPerformance_9kn23_448 path{stroke:#59a6fd}._menuItem_9kn23_422._active_9kn23_456 ._menuIconStroke_9kn23_451:not(._menuIcon_9kn23_443),._menuItem_9kn23_422:hover ._menuIconStroke_9kn23_451:not(._menuIcon_9kn23_443){stroke:#52c2fd}._redDot_9kn23_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_9kn23_485{display:flex;justify-content:center}._link_9kn23_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._authButtonsWrapper_1qis3_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1qis3_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1qis3_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1qis3_23{width:100%;margin-bottom:16px}._fieldWrapper_1qis3_23:last-child{margin-bottom:0}._fieldLabel_1qis3_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1qis3_36{font-size:.75rem;margin-top:8px}._field_1qis3_23{width:100%;position:relative}._fieldLabelNew_1qis3_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1qis3_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1qis3_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1qis3_52[type=password]{font-size:18px}._inputNew_1qis3_52:focus,._inputNew_1qis3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1qis3_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1qis3_52:disabled::placeholder{color:#cbd5e1}._inputNew_1qis3_52._error_1qis3_7{border:1px solid #ef4444}._inputNew_1qis3_52._error_1qis3_7:focus,._inputNew_1qis3_52._error_1qis3_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1qis3_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1qis3_90{width:calc(50% - 8px)}._tableNavWrapper_1qis3_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1qis3_109{display:flex;align-items:center}._tableNavItem_1qis3_114{margin:0 6px}._modalContent_1qis3_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1qis3_118._center_1qis3_125{text-align:center;font-family:Inter}._modalContent_1qis3_118._settings_1qis3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1qis3_118._settingsIntegration_1qis3_133,._modalContent_1qis3_118._performanceTestModalContent_1qis3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1qis3_118._monitoringReportContent_1qis3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1qis3_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1qis3_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1qis3_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1qis3_158:after,._modalLine_1qis3_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1qis3_158:before{left:-20px}._modalLine_1qis3_158:after{right:-20px}._infoMessage_1qis3_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1qis3_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1qis3_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1qis3_196._buttonsAutoWidth_1qis3_203{justify-content:flex-end}._modalFooter_1qis3_196._buttonsAutoWidth_1qis3_203 button,._modalFooter_1qis3_196._buttonsAutoWidth_1qis3_203 span{margin-left:12px}._fullWidthTitle_1qis3_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1qis3_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1qis3_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1qis3_230{padding:0 16px 15px}}._widgetHeader_1qis3_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1qis3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1qis3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1qis3_266{height:180px;display:flex;align-items:center}._widgetFooter_1qis3_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1qis3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1qis3_279:last-child{border:none}._widgetMainValue_1qis3_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1qis3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1qis3_303{font-size:.75rem;color:#64748b}._widgetLoader_1qis3_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1qis3_315{opacity:.5;cursor:default}._widgetAddress_1qis3_320{font-size:.75rem;color:#64748b}._widgetTag_1qis3_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1qis3_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1qis3_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1qis3_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1qis3_346._green_1qis3_351:before,._chartValuesTitle_1qis3_346._dark_1qis3_351:before,._chartValuesTitle_1qis3_346._blue_1qis3_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1qis3_346._green_1qis3_351:before{background:#22c55e}._chartValuesTitle_1qis3_346._dark_1qis3_351:before{background:#475569}._chartValuesTitle_1qis3_346._blue_1qis3_351:before{background:#43e0f8}._topbar_1qis3_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1qis3_373._sticky_1qis3_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1qis3_391{display:inline-flex}._logo_1qis3_391{max-width:110px}._menuWrapper_1qis3_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1qis3_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1qis3_399._opened_1qis3_417{display:flex}}._menuItem_1qis3_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1qis3_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1qis3_422 ._menuIcon_1qis3_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1qis3_422 ._menuIconPerformance_1qis3_448{fill:none}._menuItem_1qis3_422 ._menuIconStroke_1qis3_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1qis3_422._active_1qis3_456,._menuItem_1qis3_422:hover{background:#fff;color:#52c2fd}._menuItem_1qis3_422._active_1qis3_456 ._menuIcon_1qis3_443:not(._menuIconStroke_1qis3_451,._menuIconPerformance_1qis3_448),._menuItem_1qis3_422:hover ._menuIcon_1qis3_443:not(._menuIconStroke_1qis3_451,._menuIconPerformance_1qis3_448){fill:#52c2fd}._menuItem_1qis3_422._active_1qis3_456 ._menuIconPerformance_1qis3_448 path,._menuItem_1qis3_422:hover ._menuIconPerformance_1qis3_448 path{stroke:#59a6fd}._menuItem_1qis3_422._active_1qis3_456 ._menuIconStroke_1qis3_451:not(._menuIcon_1qis3_443),._menuItem_1qis3_422:hover ._menuIconStroke_1qis3_451:not(._menuIcon_1qis3_443){stroke:#52c2fd}._redDot_1qis3_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1qis3_485{display:flex;justify-content:center}._link_1qis3_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalHeader_1qis3_496{display:flex;align-items:center;padding:10px 36px 10px 16px;border-bottom:1px solid #e2e8f0}._performanceIconWrapper_1qis3_503{display:flex;align-items:center;justify-content:center;min-width:44px;width:44px;height:44px;background-color:#f5f5f5;border-radius:50%;margin-right:16px;border:1px solid #e2e8f0}._performanceIconWrapper_1qis3_503 svg{fill:none}._performanceIconWrapper_1qis3_503 svg path{stroke:#59a6fd}._performanceTestInfo_1qis3_522{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}._performanceTestInfo_1qis3_522 h3{font-size:18px;font-weight:500;line-height:24px;color:#0f172a;margin-bottom:4px}._performanceTestInfo_1qis3_522 p{font-size:14px;font-weight:400;line-height:20px;color:#64748b}._modalBody_1qis3_542{padding:16px}._performanceTestActionsWrapper_1qis3_546{display:flex;justify-content:space-between;gap:10px}._performanceTestAction_1qis3_546{display:flex;flex-direction:column;align-items:center;justify-content:center;border-radius:12px;border:1px solid #e2e8f0;padding:16px 30px;row-gap:8px;cursor:pointer}._performanceTestAction_1qis3_546:hover{border:1px solid #43e0f8;background-color:#ebfcff}._performanceTestAction_1qis3_546:hover svg path{fill:#165964}._performanceTestAction_1qis3_546 svg path{fill:#0f172a}._performanceTestAction_1qis3_546 p{font-size:14px;font-weight:500;color:#0f172a}._performanceTestAction_1qis3_546 span{font-size:12px;font-weight:400;color:#475569}._activeAction_1qis3_584{border:1px solid #43e0f8;background-color:#ebfcff}._activeAction_1qis3_584 svg path{fill:#165964}._scheduleSection_1qis3_592,._labelSection_1qis3_593{display:flex;flex-direction:column}._scheduleSection_1qis3_592 p,._labelSection_1qis3_593 p{font-size:14px;line-height:20px;font-weight:400;margin-bottom:4px}._scheduleSection_1qis3_592{position:relative;margin-top:12px}._selectItemWrapper_1qis3_610{display:flex;align-items:center;padding:8px;border-radius:8px;margin:4px}._selectItemWrapper_1qis3_610:hover{background-color:#f8fafc}._selectItemWrapper_1qis3_610 span{font-size:14px;line-height:20px;font-weight:400;color:#0f172a}._addBtnWrapper_1qis3_627{display:flex;align-items:center;padding:8px 8px 8px 16px}._addBtnWrapper_1qis3_627 span{font-size:14px;line-height:20px;font-weight:400;color:#2db2c8}._plusIcon_1qis3_639{font-size:16px;line-height:14px;margin-right:4px}._authButtonsWrapper_1k9dl_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1k9dl_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1k9dl_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1k9dl_23{width:100%;margin-bottom:16px}._fieldWrapper_1k9dl_23:last-child{margin-bottom:0}._fieldLabel_1k9dl_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1k9dl_36{font-size:.75rem;margin-top:8px}._field_1k9dl_23{width:100%;position:relative}._fieldLabelNew_1k9dl_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1k9dl_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1k9dl_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1k9dl_52[type=password]{font-size:18px}._inputNew_1k9dl_52:focus,._inputNew_1k9dl_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1k9dl_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1k9dl_52:disabled::placeholder{color:#cbd5e1}._inputNew_1k9dl_52._error_1k9dl_7{border:1px solid #ef4444}._inputNew_1k9dl_52._error_1k9dl_7:focus,._inputNew_1k9dl_52._error_1k9dl_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1k9dl_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1k9dl_90{width:calc(50% - 8px)}._tableNavWrapper_1k9dl_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1k9dl_109{display:flex;align-items:center}._tableNavItem_1k9dl_114{margin:0 6px}._modalContent_1k9dl_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1k9dl_118._center_1k9dl_125{text-align:center;font-family:Inter}._modalContent_1k9dl_118._settings_1k9dl_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1k9dl_118._settingsIntegration_1k9dl_133,._modalContent_1k9dl_118._performanceTestModalContent_1k9dl_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1k9dl_118._monitoringReportContent_1k9dl_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1k9dl_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1k9dl_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1k9dl_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1k9dl_158:after,._modalLine_1k9dl_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1k9dl_158:before{left:-20px}._modalLine_1k9dl_158:after{right:-20px}._infoMessage_1k9dl_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1k9dl_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1k9dl_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1k9dl_196._buttonsAutoWidth_1k9dl_203{justify-content:flex-end}._modalFooter_1k9dl_196._buttonsAutoWidth_1k9dl_203 button,._modalFooter_1k9dl_196._buttonsAutoWidth_1k9dl_203 span{margin-left:12px}._fullWidthTitle_1k9dl_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1k9dl_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1k9dl_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1k9dl_230{padding:0 16px 15px}}._widgetHeader_1k9dl_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1k9dl_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1k9dl_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1k9dl_266{height:180px;display:flex;align-items:center}._widgetFooter_1k9dl_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1k9dl_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1k9dl_279:last-child{border:none}._widgetMainValue_1k9dl_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1k9dl_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1k9dl_303{font-size:.75rem;color:#64748b}._widgetLoader_1k9dl_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1k9dl_315{opacity:.5;cursor:default}._widgetAddress_1k9dl_320{font-size:.75rem;color:#64748b}._widgetTag_1k9dl_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1k9dl_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1k9dl_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1k9dl_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1k9dl_346._green_1k9dl_351:before,._chartValuesTitle_1k9dl_346._dark_1k9dl_351:before,._chartValuesTitle_1k9dl_346._blue_1k9dl_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1k9dl_346._green_1k9dl_351:before{background:#22c55e}._chartValuesTitle_1k9dl_346._dark_1k9dl_351:before{background:#475569}._chartValuesTitle_1k9dl_346._blue_1k9dl_351:before{background:#43e0f8}._topbar_1k9dl_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1k9dl_373._sticky_1k9dl_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1k9dl_391{display:inline-flex}._logo_1k9dl_391{max-width:110px}._menuWrapper_1k9dl_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1k9dl_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1k9dl_399._opened_1k9dl_417{display:flex}}._menuItem_1k9dl_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1k9dl_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1k9dl_422 ._menuIcon_1k9dl_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1k9dl_422 ._menuIconPerformance_1k9dl_448{fill:none}._menuItem_1k9dl_422 ._menuIconStroke_1k9dl_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1k9dl_422._active_1k9dl_456,._menuItem_1k9dl_422:hover{background:#fff;color:#52c2fd}._menuItem_1k9dl_422._active_1k9dl_456 ._menuIcon_1k9dl_443:not(._menuIconStroke_1k9dl_451,._menuIconPerformance_1k9dl_448),._menuItem_1k9dl_422:hover ._menuIcon_1k9dl_443:not(._menuIconStroke_1k9dl_451,._menuIconPerformance_1k9dl_448){fill:#52c2fd}._menuItem_1k9dl_422._active_1k9dl_456 ._menuIconPerformance_1k9dl_448 path,._menuItem_1k9dl_422:hover ._menuIconPerformance_1k9dl_448 path{stroke:#59a6fd}._menuItem_1k9dl_422._active_1k9dl_456 ._menuIconStroke_1k9dl_451:not(._menuIcon_1k9dl_443),._menuItem_1k9dl_422:hover ._menuIconStroke_1k9dl_451:not(._menuIcon_1k9dl_443){stroke:#52c2fd}._redDot_1k9dl_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1k9dl_485{display:flex;justify-content:center}._link_1k9dl_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._leftNavWrapper_1k9dl_496{display:flex;align-items:center}._selectWrapper_1k9dl_501{width:330px;margin:0 12px}._messageCenterContentWrapper_1k9dl_506 .rowWithSubRows .rowNavWrapper .rowNavButtonsContainer{background-color:#e1f8fc}._messageCenterRemoveButtonContainer_1k9dl_510{gap:0px;background-color:transparent}._messageCenterRemoveButtonContainer_1k9dl_510 span{height:28px;width:28px;padding:4px}._messageCenterRemoveButtonContainer_1k9dl_510 span:hover{background-color:transparent}._messageCenterRemoveButtonContainer_1k9dl_510 span:hover svg path{stroke:#b91c1c}._optInOutStatus_k81c7_1{font-size:14px;font-weight:400}._Opted-in_k81c7_6{color:#22c55e}._Opted-out_k81c7_10{color:#64748b}._tooltip_k81c7_14{max-width:220px;padding:4px 10px!important;border-radius:6px!important;border:1px solid #e2e8f0!important;z-index:1500;font-size:.75rem}._tooltipArrow_k81c7_23{display:none}._authButtonsWrapper_14woq_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_14woq_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_14woq_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_14woq_23{width:100%;margin-bottom:16px}._fieldWrapper_14woq_23:last-child{margin-bottom:0}._fieldLabel_14woq_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_14woq_36{font-size:.75rem;margin-top:8px}._field_14woq_23{width:100%;position:relative}._fieldLabelNew_14woq_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_14woq_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_14woq_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_14woq_52[type=password]{font-size:18px}._inputNew_14woq_52:focus,._inputNew_14woq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_14woq_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_14woq_52:disabled::placeholder{color:#cbd5e1}._inputNew_14woq_52._error_14woq_7{border:1px solid #ef4444}._inputNew_14woq_52._error_14woq_7:focus,._inputNew_14woq_52._error_14woq_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_14woq_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_14woq_90{width:calc(50% - 8px)}._tableNavWrapper_14woq_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_14woq_109{display:flex;align-items:center}._tableNavItem_14woq_114{margin:0 6px}._modalContent_14woq_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_14woq_118._center_14woq_125{text-align:center;font-family:Inter}._modalContent_14woq_118._settings_14woq_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_14woq_118._settingsIntegration_14woq_133,._modalContent_14woq_118._performanceTestModalContent_14woq_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_14woq_118._monitoringReportContent_14woq_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_14woq_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_14woq_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_14woq_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_14woq_158:after,._modalLine_14woq_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_14woq_158:before{left:-20px}._modalLine_14woq_158:after{right:-20px}._infoMessage_14woq_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_14woq_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_14woq_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_14woq_196._buttonsAutoWidth_14woq_203{justify-content:flex-end}._modalFooter_14woq_196._buttonsAutoWidth_14woq_203 button,._modalFooter_14woq_196._buttonsAutoWidth_14woq_203 span{margin-left:12px}._fullWidthTitle_14woq_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_14woq_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_14woq_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_14woq_230{padding:0 16px 15px}}._widgetHeader_14woq_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_14woq_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_14woq_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_14woq_266{height:180px;display:flex;align-items:center}._widgetFooter_14woq_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_14woq_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_14woq_279:last-child{border:none}._widgetMainValue_14woq_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_14woq_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_14woq_303{font-size:.75rem;color:#64748b}._widgetLoader_14woq_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_14woq_315{opacity:.5;cursor:default}._widgetAddress_14woq_320{font-size:.75rem;color:#64748b}._widgetTag_14woq_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_14woq_333{font-weight:500;color:#0f172a}._chartValuesWrapper_14woq_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_14woq_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_14woq_346._green_14woq_351:before,._chartValuesTitle_14woq_346._dark_14woq_351:before,._chartValuesTitle_14woq_346._blue_14woq_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_14woq_346._green_14woq_351:before{background:#22c55e}._chartValuesTitle_14woq_346._dark_14woq_351:before{background:#475569}._chartValuesTitle_14woq_346._blue_14woq_351:before{background:#43e0f8}._topbar_14woq_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_14woq_373._sticky_14woq_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_14woq_391{display:inline-flex}._logo_14woq_391{max-width:110px}._menuWrapper_14woq_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_14woq_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_14woq_399._opened_14woq_417{display:flex}}._menuItem_14woq_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_14woq_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_14woq_422 ._menuIcon_14woq_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_14woq_422 ._menuIconPerformance_14woq_448{fill:none}._menuItem_14woq_422 ._menuIconStroke_14woq_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_14woq_422._active_14woq_456,._menuItem_14woq_422:hover{background:#fff;color:#52c2fd}._menuItem_14woq_422._active_14woq_456 ._menuIcon_14woq_443:not(._menuIconStroke_14woq_451,._menuIconPerformance_14woq_448),._menuItem_14woq_422:hover ._menuIcon_14woq_443:not(._menuIconStroke_14woq_451,._menuIconPerformance_14woq_448){fill:#52c2fd}._menuItem_14woq_422._active_14woq_456 ._menuIconPerformance_14woq_448 path,._menuItem_14woq_422:hover ._menuIconPerformance_14woq_448 path{stroke:#59a6fd}._menuItem_14woq_422._active_14woq_456 ._menuIconStroke_14woq_451:not(._menuIcon_14woq_443),._menuItem_14woq_422:hover ._menuIconStroke_14woq_451:not(._menuIcon_14woq_443){stroke:#52c2fd}._redDot_14woq_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_14woq_485{display:flex;justify-content:center}._link_14woq_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._leftNavWrapper_14woq_496{display:flex;align-items:center}._selectWrapper_14woq_501{width:330px;margin:0 12px}._errorMessage_19ery_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._infoMessage_19ery_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._authButtonsWrapper_pi7ut_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_pi7ut_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_pi7ut_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_pi7ut_23{width:100%;margin-bottom:16px}._fieldWrapper_pi7ut_23:last-child{margin-bottom:0}._fieldLabel_pi7ut_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_pi7ut_36{font-size:.75rem;margin-top:8px}._field_pi7ut_23{width:100%;position:relative}._fieldLabelNew_pi7ut_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_pi7ut_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_pi7ut_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_pi7ut_52[type=password]{font-size:18px}._inputNew_pi7ut_52:focus,._inputNew_pi7ut_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_pi7ut_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_pi7ut_52:disabled::placeholder{color:#cbd5e1}._inputNew_pi7ut_52._error_pi7ut_7{border:1px solid #ef4444}._inputNew_pi7ut_52._error_pi7ut_7:focus,._inputNew_pi7ut_52._error_pi7ut_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_pi7ut_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_pi7ut_90{width:calc(50% - 8px)}._tableNavWrapper_pi7ut_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_pi7ut_109{display:flex;align-items:center}._tableNavItem_pi7ut_114{margin:0 6px}._modalContent_pi7ut_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_pi7ut_118._center_pi7ut_125{text-align:center;font-family:Inter}._modalContent_pi7ut_118._settings_pi7ut_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_pi7ut_118._settingsIntegration_pi7ut_133,._modalContent_pi7ut_118._performanceTestModalContent_pi7ut_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_pi7ut_118._monitoringReportContent_pi7ut_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_pi7ut_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_pi7ut_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_pi7ut_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_pi7ut_158:after,._modalLine_pi7ut_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_pi7ut_158:before{left:-20px}._modalLine_pi7ut_158:after{right:-20px}._infoMessage_pi7ut_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_pi7ut_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_pi7ut_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_pi7ut_196._buttonsAutoWidth_pi7ut_203{justify-content:flex-end}._modalFooter_pi7ut_196._buttonsAutoWidth_pi7ut_203 button,._modalFooter_pi7ut_196._buttonsAutoWidth_pi7ut_203 span{margin-left:12px}._fullWidthTitle_pi7ut_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_pi7ut_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_pi7ut_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_pi7ut_230{padding:0 16px 15px}}._widgetHeader_pi7ut_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_pi7ut_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_pi7ut_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_pi7ut_266{height:180px;display:flex;align-items:center}._widgetFooter_pi7ut_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_pi7ut_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_pi7ut_279:last-child{border:none}._widgetMainValue_pi7ut_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_pi7ut_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_pi7ut_303{font-size:.75rem;color:#64748b}._widgetLoader_pi7ut_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_pi7ut_315{opacity:.5;cursor:default}._widgetAddress_pi7ut_320{font-size:.75rem;color:#64748b}._widgetTag_pi7ut_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_pi7ut_333{font-weight:500;color:#0f172a}._chartValuesWrapper_pi7ut_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_pi7ut_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_pi7ut_346._green_pi7ut_351:before,._chartValuesTitle_pi7ut_346._dark_pi7ut_351:before,._chartValuesTitle_pi7ut_346._blue_pi7ut_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_pi7ut_346._green_pi7ut_351:before{background:#22c55e}._chartValuesTitle_pi7ut_346._dark_pi7ut_351:before{background:#475569}._chartValuesTitle_pi7ut_346._blue_pi7ut_351:before{background:#43e0f8}._topbar_pi7ut_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_pi7ut_373._sticky_pi7ut_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_pi7ut_391{display:inline-flex}._logo_pi7ut_391{max-width:110px}._menuWrapper_pi7ut_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_pi7ut_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_pi7ut_399._opened_pi7ut_417{display:flex}}._menuItem_pi7ut_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_pi7ut_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_pi7ut_422 ._menuIcon_pi7ut_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_pi7ut_422 ._menuIconPerformance_pi7ut_448{fill:none}._menuItem_pi7ut_422 ._menuIconStroke_pi7ut_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_pi7ut_422._active_pi7ut_456,._menuItem_pi7ut_422:hover{background:#fff;color:#52c2fd}._menuItem_pi7ut_422._active_pi7ut_456 ._menuIcon_pi7ut_443:not(._menuIconStroke_pi7ut_451,._menuIconPerformance_pi7ut_448),._menuItem_pi7ut_422:hover ._menuIcon_pi7ut_443:not(._menuIconStroke_pi7ut_451,._menuIconPerformance_pi7ut_448){fill:#52c2fd}._menuItem_pi7ut_422._active_pi7ut_456 ._menuIconPerformance_pi7ut_448 path,._menuItem_pi7ut_422:hover ._menuIconPerformance_pi7ut_448 path{stroke:#59a6fd}._menuItem_pi7ut_422._active_pi7ut_456 ._menuIconStroke_pi7ut_451:not(._menuIcon_pi7ut_443),._menuItem_pi7ut_422:hover ._menuIconStroke_pi7ut_451:not(._menuIcon_pi7ut_443){stroke:#52c2fd}._redDot_pi7ut_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_pi7ut_485{display:flex;justify-content:center}._link_pi7ut_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertStatus_pi7ut_496{font-size:.875rem}._alertStatus_pi7ut_496:before{display:none}._alertStatus_pi7ut_496._pending_pi7ut_502{color:#f59e0b}._alertStatus_pi7ut_496._failed_pi7ut_505{color:#ef4444}._alertStatus_pi7ut_496._delivered_pi7ut_508{color:#2db2c8}._authButtonsWrapper_19ery_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_19ery_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_19ery_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_19ery_23{width:100%;margin-bottom:16px}._fieldWrapper_19ery_23:last-child{margin-bottom:0}._fieldLabel_19ery_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_19ery_36{font-size:.75rem;margin-top:8px}._field_19ery_23{width:100%;position:relative}._fieldLabelNew_19ery_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_19ery_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_19ery_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_19ery_52[type=password]{font-size:18px}._inputNew_19ery_52:focus,._inputNew_19ery_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_19ery_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_19ery_52:disabled::placeholder{color:#cbd5e1}._inputNew_19ery_52._error_19ery_7{border:1px solid #ef4444}._inputNew_19ery_52._error_19ery_7:focus,._inputNew_19ery_52._error_19ery_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_19ery_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_19ery_90{width:calc(50% - 8px)}._tableNavWrapper_19ery_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_19ery_109{display:flex;align-items:center}._tableNavItem_19ery_114{margin:0 6px}._modalContent_19ery_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_19ery_118._center_19ery_125{text-align:center;font-family:Inter}._modalContent_19ery_118._settings_19ery_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_19ery_118._settingsIntegration_19ery_133,._modalContent_19ery_118._performanceTestModalContent_19ery_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_19ery_118._monitoringReportContent_19ery_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_19ery_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_19ery_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_19ery_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_19ery_158:after,._modalLine_19ery_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_19ery_158:before{left:-20px}._modalLine_19ery_158:after{right:-20px}._infoMessage_19ery_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_19ery_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_19ery_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_19ery_196._buttonsAutoWidth_19ery_203{justify-content:flex-end}._modalFooter_19ery_196._buttonsAutoWidth_19ery_203 button,._modalFooter_19ery_196._buttonsAutoWidth_19ery_203 span{margin-left:12px}._fullWidthTitle_19ery_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_19ery_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_19ery_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_19ery_230{padding:0 16px 15px}}._widgetHeader_19ery_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_19ery_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_19ery_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_19ery_266{height:180px;display:flex;align-items:center}._widgetFooter_19ery_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_19ery_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_19ery_279:last-child{border:none}._widgetMainValue_19ery_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_19ery_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_19ery_303{font-size:.75rem;color:#64748b}._widgetLoader_19ery_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_19ery_315{opacity:.5;cursor:default}._widgetAddress_19ery_320{font-size:.75rem;color:#64748b}._widgetTag_19ery_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_19ery_333{font-weight:500;color:#0f172a}._chartValuesWrapper_19ery_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_19ery_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_19ery_346._green_19ery_351:before,._chartValuesTitle_19ery_346._dark_19ery_351:before,._chartValuesTitle_19ery_346._blue_19ery_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_19ery_346._green_19ery_351:before{background:#22c55e}._chartValuesTitle_19ery_346._dark_19ery_351:before{background:#475569}._chartValuesTitle_19ery_346._blue_19ery_351:before{background:#43e0f8}._topbar_19ery_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_19ery_373._sticky_19ery_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_19ery_391{display:inline-flex}._logo_19ery_391{max-width:110px}._menuWrapper_19ery_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_19ery_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_19ery_399._opened_19ery_417{display:flex}}._menuItem_19ery_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_19ery_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_19ery_422 ._menuIcon_19ery_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_19ery_422 ._menuIconPerformance_19ery_448{fill:none}._menuItem_19ery_422 ._menuIconStroke_19ery_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_19ery_422._active_19ery_456,._menuItem_19ery_422:hover{background:#fff;color:#52c2fd}._menuItem_19ery_422._active_19ery_456 ._menuIcon_19ery_443:not(._menuIconStroke_19ery_451,._menuIconPerformance_19ery_448),._menuItem_19ery_422:hover ._menuIcon_19ery_443:not(._menuIconStroke_19ery_451,._menuIconPerformance_19ery_448){fill:#52c2fd}._menuItem_19ery_422._active_19ery_456 ._menuIconPerformance_19ery_448 path,._menuItem_19ery_422:hover ._menuIconPerformance_19ery_448 path{stroke:#59a6fd}._menuItem_19ery_422._active_19ery_456 ._menuIconStroke_19ery_451:not(._menuIcon_19ery_443),._menuItem_19ery_422:hover ._menuIconStroke_19ery_451:not(._menuIcon_19ery_443){stroke:#52c2fd}._redDot_19ery_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_19ery_485{display:flex;justify-content:center}._link_19ery_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._detailsWrapper_19ery_496{display:flex;margin-top:12px}._detailsItem_19ery_501{border-radius:12px;border:1px solid #e2e8f0;padding:16px;margin-right:12px;min-width:115px;max-width:400px}@media (max-width: 900px){._detailsItem_19ery_501{min-width:90px}}._detailsTitle_19ery_515{font-weight:400;color:#64748b;font-size:.875rem;margin-bottom:8px;display:flex;align-items:center;word-break:break-word;word-wrap:break-word}._detailsIcon_19ery_526{margin-right:4px}._detailsText_19ery_530{font-size:.875rem;font-weight:500;word-break:break-word;word-wrap:break-word}._detailsText_19ery_530 ul li ul,._detailsText_19ery_530 ul li ol{padding-left:20px}.mdxeditor-toolbar{background:#f8fafc;border:1px solid #e2e8f0;border-radius:10px;margin-bottom:10px}.mdxeditor-root-contenteditable ul,.mdxeditor-root-contenteditable ol{margin-left:20px}.mdxeditor-root-contenteditable h1{font-size:2.25rem;margin-bottom:10px}.mdxeditor-root-contenteditable h2{font-size:1.75rem;margin-bottom:10px}.mdxeditor-root-contenteditable h3{font-size:1.5rem;margin-bottom:10px}.mdxeditor-root-contenteditable h4{font-size:1.25rem;margin-bottom:10px}.mdxeditor-root-contenteditable h5{font-size:1rem;margin-bottom:10px}.mdxeditor-root-contenteditable h6{font-size:.75rem;margin-bottom:10px}._errorMessage_sljai_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._infoMessage_sljai_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._errorMessage_5e5v6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._infoMessage_5e5v6_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._authButtonsWrapper_sljai_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_sljai_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_sljai_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_sljai_23{width:100%;margin-bottom:16px}._fieldWrapper_sljai_23:last-child{margin-bottom:0}._fieldLabel_sljai_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_sljai_36{font-size:.75rem;margin-top:8px}._field_sljai_23{width:100%;position:relative}._fieldLabelNew_sljai_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_sljai_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_sljai_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_sljai_52[type=password]{font-size:18px}._inputNew_sljai_52:focus,._inputNew_sljai_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_sljai_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_sljai_52:disabled::placeholder{color:#cbd5e1}._inputNew_sljai_52._error_sljai_7{border:1px solid #ef4444}._inputNew_sljai_52._error_sljai_7:focus,._inputNew_sljai_52._error_sljai_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_sljai_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_sljai_90{width:calc(50% - 8px)}._tableNavWrapper_sljai_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_sljai_109{display:flex;align-items:center}._tableNavItem_sljai_114{margin:0 6px}._modalContent_sljai_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_sljai_118._center_sljai_125{text-align:center;font-family:Inter}._modalContent_sljai_118._settings_sljai_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_sljai_118._settingsIntegration_sljai_133,._modalContent_sljai_118._performanceTestModalContent_sljai_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_sljai_118._monitoringReportContent_sljai_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_sljai_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_sljai_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_sljai_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_sljai_158:after,._modalLine_sljai_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_sljai_158:before{left:-20px}._modalLine_sljai_158:after{right:-20px}._infoMessage_sljai_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_sljai_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_sljai_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_sljai_196._buttonsAutoWidth_sljai_203{justify-content:flex-end}._modalFooter_sljai_196._buttonsAutoWidth_sljai_203 button,._modalFooter_sljai_196._buttonsAutoWidth_sljai_203 span{margin-left:12px}._fullWidthTitle_sljai_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_sljai_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_sljai_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_sljai_230{padding:0 16px 15px}}._widgetHeader_sljai_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_sljai_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_sljai_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_sljai_266{height:180px;display:flex;align-items:center}._widgetFooter_sljai_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_sljai_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_sljai_279:last-child{border:none}._widgetMainValue_sljai_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_sljai_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_sljai_303{font-size:.75rem;color:#64748b}._widgetLoader_sljai_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_sljai_315{opacity:.5;cursor:default}._widgetAddress_sljai_320{font-size:.75rem;color:#64748b}._widgetTag_sljai_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_sljai_333{font-weight:500;color:#0f172a}._chartValuesWrapper_sljai_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_sljai_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_sljai_346._green_sljai_351:before,._chartValuesTitle_sljai_346._dark_sljai_351:before,._chartValuesTitle_sljai_346._blue_sljai_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_sljai_346._green_sljai_351:before{background:#22c55e}._chartValuesTitle_sljai_346._dark_sljai_351:before{background:#475569}._chartValuesTitle_sljai_346._blue_sljai_351:before{background:#43e0f8}._topbar_sljai_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_sljai_373._sticky_sljai_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_sljai_391{display:inline-flex}._logo_sljai_391{max-width:110px}._menuWrapper_sljai_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_sljai_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_sljai_399._opened_sljai_417{display:flex}}._menuItem_sljai_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_sljai_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_sljai_422 ._menuIcon_sljai_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_sljai_422 ._menuIconPerformance_sljai_448{fill:none}._menuItem_sljai_422 ._menuIconStroke_sljai_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_sljai_422._active_sljai_456,._menuItem_sljai_422:hover{background:#fff;color:#52c2fd}._menuItem_sljai_422._active_sljai_456 ._menuIcon_sljai_443:not(._menuIconStroke_sljai_451,._menuIconPerformance_sljai_448),._menuItem_sljai_422:hover ._menuIcon_sljai_443:not(._menuIconStroke_sljai_451,._menuIconPerformance_sljai_448){fill:#52c2fd}._menuItem_sljai_422._active_sljai_456 ._menuIconPerformance_sljai_448 path,._menuItem_sljai_422:hover ._menuIconPerformance_sljai_448 path{stroke:#59a6fd}._menuItem_sljai_422._active_sljai_456 ._menuIconStroke_sljai_451:not(._menuIcon_sljai_443),._menuItem_sljai_422:hover ._menuIconStroke_sljai_451:not(._menuIcon_sljai_443){stroke:#52c2fd}._redDot_sljai_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_sljai_485{display:flex;justify-content:center}._link_sljai_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._editor_sljai_496{height:170px;overflow-y:auto;width:100%;font-size:.875rem;font-family:Inter;padding-left:15px;padding-right:50px;border:1px solid #dde4ee;border-radius:10px}._editor_sljai_496:focus,._editor_sljai_496:active{border:1px solid #a7b8d0}._editor_sljai_496._error_sljai_7{border:1px solid #ef4444}._editor_sljai_496._error_sljai_7:focus,._editor_sljai_496._error_sljai_7:active{border-color:#ef4444;box-shadow:none}._authButtonsWrapper_5e5v6_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_5e5v6_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_5e5v6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_5e5v6_23{width:100%;margin-bottom:16px}._fieldWrapper_5e5v6_23:last-child{margin-bottom:0}._fieldLabel_5e5v6_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_5e5v6_36{font-size:.75rem;margin-top:8px}._field_5e5v6_23{width:100%;position:relative}._fieldLabelNew_5e5v6_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_5e5v6_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_5e5v6_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_5e5v6_52[type=password]{font-size:18px}._inputNew_5e5v6_52:focus,._inputNew_5e5v6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_5e5v6_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_5e5v6_52:disabled::placeholder{color:#cbd5e1}._inputNew_5e5v6_52._error_5e5v6_7{border:1px solid #ef4444}._inputNew_5e5v6_52._error_5e5v6_7:focus,._inputNew_5e5v6_52._error_5e5v6_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_5e5v6_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_5e5v6_90{width:calc(50% - 8px)}._tableNavWrapper_5e5v6_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_5e5v6_109{display:flex;align-items:center}._tableNavItem_5e5v6_114{margin:0 6px}._modalContent_5e5v6_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_5e5v6_118._center_5e5v6_125{text-align:center;font-family:Inter}._modalContent_5e5v6_118._settings_5e5v6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_5e5v6_118._settingsIntegration_5e5v6_133,._modalContent_5e5v6_118._performanceTestModalContent_5e5v6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_5e5v6_118._monitoringReportContent_5e5v6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_5e5v6_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_5e5v6_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_5e5v6_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_5e5v6_158:after,._modalLine_5e5v6_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_5e5v6_158:before{left:-20px}._modalLine_5e5v6_158:after{right:-20px}._infoMessage_5e5v6_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_5e5v6_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_5e5v6_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_5e5v6_196._buttonsAutoWidth_5e5v6_203{justify-content:flex-end}._modalFooter_5e5v6_196._buttonsAutoWidth_5e5v6_203 button,._modalFooter_5e5v6_196._buttonsAutoWidth_5e5v6_203 span{margin-left:12px}._fullWidthTitle_5e5v6_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_5e5v6_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_5e5v6_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_5e5v6_230{padding:0 16px 15px}}._widgetHeader_5e5v6_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_5e5v6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_5e5v6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_5e5v6_266{height:180px;display:flex;align-items:center}._widgetFooter_5e5v6_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_5e5v6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_5e5v6_279:last-child{border:none}._widgetMainValue_5e5v6_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_5e5v6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_5e5v6_303{font-size:.75rem;color:#64748b}._widgetLoader_5e5v6_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_5e5v6_315{opacity:.5;cursor:default}._widgetAddress_5e5v6_320{font-size:.75rem;color:#64748b}._widgetTag_5e5v6_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_5e5v6_333{font-weight:500;color:#0f172a}._chartValuesWrapper_5e5v6_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_5e5v6_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_5e5v6_346._green_5e5v6_351:before,._chartValuesTitle_5e5v6_346._dark_5e5v6_351:before,._chartValuesTitle_5e5v6_346._blue_5e5v6_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_5e5v6_346._green_5e5v6_351:before{background:#22c55e}._chartValuesTitle_5e5v6_346._dark_5e5v6_351:before{background:#475569}._chartValuesTitle_5e5v6_346._blue_5e5v6_351:before{background:#43e0f8}._topbar_5e5v6_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_5e5v6_373._sticky_5e5v6_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_5e5v6_391{display:inline-flex}._logo_5e5v6_391{max-width:110px}._menuWrapper_5e5v6_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_5e5v6_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_5e5v6_399._opened_5e5v6_417{display:flex}}._menuItem_5e5v6_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_5e5v6_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_5e5v6_422 ._menuIcon_5e5v6_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_5e5v6_422 ._menuIconPerformance_5e5v6_448{fill:none}._menuItem_5e5v6_422 ._menuIconStroke_5e5v6_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_5e5v6_422._active_5e5v6_456,._menuItem_5e5v6_422:hover{background:#fff;color:#52c2fd}._menuItem_5e5v6_422._active_5e5v6_456 ._menuIcon_5e5v6_443:not(._menuIconStroke_5e5v6_451,._menuIconPerformance_5e5v6_448),._menuItem_5e5v6_422:hover ._menuIcon_5e5v6_443:not(._menuIconStroke_5e5v6_451,._menuIconPerformance_5e5v6_448){fill:#52c2fd}._menuItem_5e5v6_422._active_5e5v6_456 ._menuIconPerformance_5e5v6_448 path,._menuItem_5e5v6_422:hover ._menuIconPerformance_5e5v6_448 path{stroke:#59a6fd}._menuItem_5e5v6_422._active_5e5v6_456 ._menuIconStroke_5e5v6_451:not(._menuIcon_5e5v6_443),._menuItem_5e5v6_422:hover ._menuIconStroke_5e5v6_451:not(._menuIcon_5e5v6_443){stroke:#52c2fd}._redDot_5e5v6_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_5e5v6_485{display:flex;justify-content:center}._link_5e5v6_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._messageFormWrapper_5e5v6_496{border-radius:20px;border:1px solid #e2e8f0;padding:20px;height:100%}._titleImput_5e5v6_503{height:48px;width:100%;border-radius:10px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;font-size:1rem;color:#475569}._titleImput_5e5v6_503._error_5e5v6_7{border:1px solid #ef4444}._titleImput_5e5v6_503._error_5e5v6_7:focus,._titleImput_5e5v6_503._error_5e5v6_7:active{border-color:#ef4444;box-shadow:none}._textareaWrapper_5e5v6_521{margin-bottom:16px}._textareaLabel_5e5v6_525{display:block;font-size:14px;margin-bottom:4px;margin-top:16px}._tooltip_5e5v6_532 span{font-size:14px!important;color:#000}._repeatButtonsWrapper_5e5v6_537{display:flex;justify-content:space-between;margin:8px 0 16px;border-bottom:1px solid #f1f5f9;padding-bottom:16px}._repeatButtons_5e5v6_537{width:calc(25% - 4px);height:32px;border-radius:10px;border:1px solid #e2e8f0;display:inline-flex;align-items:center;justify-content:center;font-size:.875rem;font-weight:500;transition:.15s;cursor:pointer;text-align:center}._repeatButtons_5e5v6_537:hover,._repeatButtons_5e5v6_537._active_5e5v6_456{border-color:#43e0f8;background:#ebfcff}._submitButtonWrapper_5e5v6_564{display:flex;justify-content:flex-end;align-items:center}._noteText_5e5v6_570{margin-right:auto;color:#64748b;font-size:12px}._symbolsCount_5e5v6_576{width:100%;text-align:right;font-size:14px;color:#64748b;margin-top:4px}._errorMessage_1lf2c_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._infoMessage_1lf2c_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._authButtonsWrapper_1lf2c_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1lf2c_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1lf2c_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1lf2c_23{width:100%;margin-bottom:16px}._fieldWrapper_1lf2c_23:last-child{margin-bottom:0}._fieldLabel_1lf2c_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1lf2c_36{font-size:.75rem;margin-top:8px}._field_1lf2c_23{width:100%;position:relative}._fieldLabelNew_1lf2c_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1lf2c_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1lf2c_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1lf2c_52[type=password]{font-size:18px}._inputNew_1lf2c_52:focus,._inputNew_1lf2c_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1lf2c_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1lf2c_52:disabled::placeholder{color:#cbd5e1}._inputNew_1lf2c_52._error_1lf2c_7{border:1px solid #ef4444}._inputNew_1lf2c_52._error_1lf2c_7:focus,._inputNew_1lf2c_52._error_1lf2c_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1lf2c_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1lf2c_90{width:calc(50% - 8px)}._tableNavWrapper_1lf2c_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1lf2c_109{display:flex;align-items:center}._tableNavItem_1lf2c_114{margin:0 6px}._modalContent_1lf2c_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1lf2c_118._center_1lf2c_125{text-align:center;font-family:Inter}._modalContent_1lf2c_118._settings_1lf2c_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1lf2c_118._settingsIntegration_1lf2c_133,._modalContent_1lf2c_118._performanceTestModalContent_1lf2c_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1lf2c_118._monitoringReportContent_1lf2c_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1lf2c_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1lf2c_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1lf2c_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1lf2c_158:after,._modalLine_1lf2c_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1lf2c_158:before{left:-20px}._modalLine_1lf2c_158:after{right:-20px}._infoMessage_1lf2c_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1lf2c_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1lf2c_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1lf2c_196._buttonsAutoWidth_1lf2c_203{justify-content:flex-end}._modalFooter_1lf2c_196._buttonsAutoWidth_1lf2c_203 button,._modalFooter_1lf2c_196._buttonsAutoWidth_1lf2c_203 span{margin-left:12px}._fullWidthTitle_1lf2c_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1lf2c_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1lf2c_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1lf2c_230{padding:0 16px 15px}}._widgetHeader_1lf2c_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1lf2c_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1lf2c_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1lf2c_266{height:180px;display:flex;align-items:center}._widgetFooter_1lf2c_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1lf2c_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1lf2c_279:last-child{border:none}._widgetMainValue_1lf2c_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1lf2c_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1lf2c_303{font-size:.75rem;color:#64748b}._widgetLoader_1lf2c_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1lf2c_315{opacity:.5;cursor:default}._widgetAddress_1lf2c_320{font-size:.75rem;color:#64748b}._widgetTag_1lf2c_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1lf2c_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1lf2c_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1lf2c_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1lf2c_346._green_1lf2c_351:before,._chartValuesTitle_1lf2c_346._dark_1lf2c_351:before,._chartValuesTitle_1lf2c_346._blue_1lf2c_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1lf2c_346._green_1lf2c_351:before{background:#22c55e}._chartValuesTitle_1lf2c_346._dark_1lf2c_351:before{background:#475569}._chartValuesTitle_1lf2c_346._blue_1lf2c_351:before{background:#43e0f8}._topbar_1lf2c_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1lf2c_373._sticky_1lf2c_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1lf2c_391{display:inline-flex}._logo_1lf2c_391{max-width:110px}._menuWrapper_1lf2c_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1lf2c_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1lf2c_399._opened_1lf2c_417{display:flex}}._menuItem_1lf2c_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1lf2c_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1lf2c_422 ._menuIcon_1lf2c_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1lf2c_422 ._menuIconPerformance_1lf2c_448{fill:none}._menuItem_1lf2c_422 ._menuIconStroke_1lf2c_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1lf2c_422._active_1lf2c_456,._menuItem_1lf2c_422:hover{background:#fff;color:#52c2fd}._menuItem_1lf2c_422._active_1lf2c_456 ._menuIcon_1lf2c_443:not(._menuIconStroke_1lf2c_451,._menuIconPerformance_1lf2c_448),._menuItem_1lf2c_422:hover ._menuIcon_1lf2c_443:not(._menuIconStroke_1lf2c_451,._menuIconPerformance_1lf2c_448){fill:#52c2fd}._menuItem_1lf2c_422._active_1lf2c_456 ._menuIconPerformance_1lf2c_448 path,._menuItem_1lf2c_422:hover ._menuIconPerformance_1lf2c_448 path{stroke:#59a6fd}._menuItem_1lf2c_422._active_1lf2c_456 ._menuIconStroke_1lf2c_451:not(._menuIcon_1lf2c_443),._menuItem_1lf2c_422:hover ._menuIconStroke_1lf2c_451:not(._menuIcon_1lf2c_443){stroke:#52c2fd}._redDot_1lf2c_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1lf2c_485{display:flex;justify-content:center}._link_1lf2c_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._templateList_1lf2c_496{border-radius:20px;border:1px solid #e2e8f0;padding:20px;height:100%;overflow-y:auto;position:relative}._table_1lf2c_100{min-height:100%;top:0}._tabsWrapper_1lf2c_510{width:100%;display:inline-flex;height:40px;padding:4px;margin-bottom:20px;border-radius:32px;background:#f1f5f9}._tab_1lf2c_100{width:50%;height:32px;border-radius:32px;padding:0 16px;display:inline-flex;align-items:center;justify-content:center;font-size:14px;font-weight:500;margin-right:4px;background:#f1f5f9;color:#94a3b8;cursor:pointer}._tab_1lf2c_100._active_1lf2c_456{background:#fff;color:#334155;box-shadow:0 1px 3px #3341550a,0 1px 2px #3341550a}._tab_1lf2c_100:last-child{margin-right:0}._tab_1lf2c_100._disabled_1lf2c_315{box-shadow:none;background:#f1f5f9}._tab_1lf2c_100._grey_1lf2c_547{box-shadow:none;background:#f1f5f9;color:#94a3b8;cursor:pointer}._messageTemplateButtonContainer_1lf2c_554{gap:0px}._messageTemplateButtonContainer_1lf2c_554 span{height:28px;width:28px;padding:4px}._messageTemplateButtonContainer_1lf2c_554 span:hover{background-color:transparent}._messageTemplateButtonContainer_1lf2c_554 span:hover svg path{stroke:#0f172a}._authButtonsWrapper_1bdlv_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1bdlv_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1bdlv_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1bdlv_23{width:100%;margin-bottom:16px}._fieldWrapper_1bdlv_23:last-child{margin-bottom:0}._fieldLabel_1bdlv_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1bdlv_36{font-size:.75rem;margin-top:8px}._field_1bdlv_23{width:100%;position:relative}._fieldLabelNew_1bdlv_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1bdlv_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1bdlv_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1bdlv_52[type=password]{font-size:18px}._inputNew_1bdlv_52:focus,._inputNew_1bdlv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1bdlv_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1bdlv_52:disabled::placeholder{color:#cbd5e1}._inputNew_1bdlv_52._error_1bdlv_7{border:1px solid #ef4444}._inputNew_1bdlv_52._error_1bdlv_7:focus,._inputNew_1bdlv_52._error_1bdlv_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1bdlv_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1bdlv_90{width:calc(50% - 8px)}._tableNavWrapper_1bdlv_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1bdlv_109{display:flex;align-items:center}._tableNavItem_1bdlv_114{margin:0 6px}._modalContent_1bdlv_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1bdlv_118._center_1bdlv_125{text-align:center;font-family:Inter}._modalContent_1bdlv_118._settings_1bdlv_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1bdlv_118._settingsIntegration_1bdlv_133,._modalContent_1bdlv_118._performanceTestModalContent_1bdlv_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1bdlv_118._monitoringReportContent_1bdlv_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1bdlv_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1bdlv_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1bdlv_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1bdlv_158:after,._modalLine_1bdlv_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1bdlv_158:before{left:-20px}._modalLine_1bdlv_158:after{right:-20px}._infoMessage_1bdlv_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1bdlv_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1bdlv_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1bdlv_196._buttonsAutoWidth_1bdlv_203{justify-content:flex-end}._modalFooter_1bdlv_196._buttonsAutoWidth_1bdlv_203 button,._modalFooter_1bdlv_196._buttonsAutoWidth_1bdlv_203 span{margin-left:12px}._fullWidthTitle_1bdlv_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1bdlv_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1bdlv_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1bdlv_230{padding:0 16px 15px}}._widgetHeader_1bdlv_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1bdlv_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1bdlv_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1bdlv_266{height:180px;display:flex;align-items:center}._widgetFooter_1bdlv_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1bdlv_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1bdlv_279:last-child{border:none}._widgetMainValue_1bdlv_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1bdlv_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1bdlv_303{font-size:.75rem;color:#64748b}._widgetLoader_1bdlv_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1bdlv_315{opacity:.5;cursor:default}._widgetAddress_1bdlv_320{font-size:.75rem;color:#64748b}._widgetTag_1bdlv_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1bdlv_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1bdlv_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1bdlv_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1bdlv_346._green_1bdlv_351:before,._chartValuesTitle_1bdlv_346._dark_1bdlv_351:before,._chartValuesTitle_1bdlv_346._blue_1bdlv_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1bdlv_346._green_1bdlv_351:before{background:#22c55e}._chartValuesTitle_1bdlv_346._dark_1bdlv_351:before{background:#475569}._chartValuesTitle_1bdlv_346._blue_1bdlv_351:before{background:#43e0f8}._topbar_1bdlv_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1bdlv_373._sticky_1bdlv_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1bdlv_391{display:inline-flex}._logo_1bdlv_391{max-width:110px}._menuWrapper_1bdlv_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1bdlv_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1bdlv_399._opened_1bdlv_417{display:flex}}._menuItem_1bdlv_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1bdlv_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1bdlv_422 ._menuIcon_1bdlv_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1bdlv_422 ._menuIconPerformance_1bdlv_448{fill:none}._menuItem_1bdlv_422 ._menuIconStroke_1bdlv_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1bdlv_422._active_1bdlv_456,._menuItem_1bdlv_422:hover{background:#fff;color:#52c2fd}._menuItem_1bdlv_422._active_1bdlv_456 ._menuIcon_1bdlv_443:not(._menuIconStroke_1bdlv_451,._menuIconPerformance_1bdlv_448),._menuItem_1bdlv_422:hover ._menuIcon_1bdlv_443:not(._menuIconStroke_1bdlv_451,._menuIconPerformance_1bdlv_448){fill:#52c2fd}._menuItem_1bdlv_422._active_1bdlv_456 ._menuIconPerformance_1bdlv_448 path,._menuItem_1bdlv_422:hover ._menuIconPerformance_1bdlv_448 path{stroke:#59a6fd}._menuItem_1bdlv_422._active_1bdlv_456 ._menuIconStroke_1bdlv_451:not(._menuIcon_1bdlv_443),._menuItem_1bdlv_422:hover ._menuIconStroke_1bdlv_451:not(._menuIcon_1bdlv_443){stroke:#52c2fd}._redDot_1bdlv_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1bdlv_485{display:flex;justify-content:center}._link_1bdlv_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._deviceStatus_1bdlv_496:before{content:"";display:inline-flex;width:12px;height:12px;border-radius:50%;border:2px solid #fff;margin-right:8px;position:relative;top:-1px;filter:drop-shadow(0px 2px 4px rgba(0,0,0,.12))}._deviceStatus_1bdlv_496._online_1bdlv_508:before{background:#22c55e}._deviceStatus_1bdlv_496._offline_1bdlv_511:before{background:#94a3b8}._authButtonsWrapper_mnz6j_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_mnz6j_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_mnz6j_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_mnz6j_23{width:100%;margin-bottom:16px}._fieldWrapper_mnz6j_23:last-child{margin-bottom:0}._fieldLabel_mnz6j_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_mnz6j_36{font-size:.75rem;margin-top:8px}._field_mnz6j_23{width:100%;position:relative}._fieldLabelNew_mnz6j_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_mnz6j_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_mnz6j_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_mnz6j_52[type=password]{font-size:18px}._inputNew_mnz6j_52:focus,._inputNew_mnz6j_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_mnz6j_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_mnz6j_52:disabled::placeholder{color:#cbd5e1}._inputNew_mnz6j_52._error_mnz6j_7{border:1px solid #ef4444}._inputNew_mnz6j_52._error_mnz6j_7:focus,._inputNew_mnz6j_52._error_mnz6j_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_mnz6j_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_mnz6j_90{width:calc(50% - 8px)}._tableNavWrapper_mnz6j_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_mnz6j_109{display:flex;align-items:center}._tableNavItem_mnz6j_114{margin:0 6px}._modalContent_mnz6j_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_mnz6j_118._center_mnz6j_125{text-align:center;font-family:Inter}._modalContent_mnz6j_118._settings_mnz6j_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_mnz6j_118._settingsIntegration_mnz6j_133,._modalContent_mnz6j_118._performanceTestModalContent_mnz6j_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_mnz6j_118._monitoringReportContent_mnz6j_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_mnz6j_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_mnz6j_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_mnz6j_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_mnz6j_158:after,._modalLine_mnz6j_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_mnz6j_158:before{left:-20px}._modalLine_mnz6j_158:after{right:-20px}._infoMessage_mnz6j_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_mnz6j_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_mnz6j_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_mnz6j_196._buttonsAutoWidth_mnz6j_203{justify-content:flex-end}._modalFooter_mnz6j_196._buttonsAutoWidth_mnz6j_203 button,._modalFooter_mnz6j_196._buttonsAutoWidth_mnz6j_203 span{margin-left:12px}._fullWidthTitle_mnz6j_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_mnz6j_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_mnz6j_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_mnz6j_230{padding:0 16px 15px}}._widgetHeader_mnz6j_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_mnz6j_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_mnz6j_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_mnz6j_266{height:180px;display:flex;align-items:center}._widgetFooter_mnz6j_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_mnz6j_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_mnz6j_279:last-child{border:none}._widgetMainValue_mnz6j_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_mnz6j_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_mnz6j_303{font-size:.75rem;color:#64748b}._widgetLoader_mnz6j_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_mnz6j_315{opacity:.5;cursor:default}._widgetAddress_mnz6j_320{font-size:.75rem;color:#64748b}._widgetTag_mnz6j_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_mnz6j_333{font-weight:500;color:#0f172a}._chartValuesWrapper_mnz6j_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_mnz6j_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_mnz6j_346._green_mnz6j_351:before,._chartValuesTitle_mnz6j_346._dark_mnz6j_351:before,._chartValuesTitle_mnz6j_346._blue_mnz6j_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_mnz6j_346._green_mnz6j_351:before{background:#22c55e}._chartValuesTitle_mnz6j_346._dark_mnz6j_351:before{background:#475569}._chartValuesTitle_mnz6j_346._blue_mnz6j_351:before{background:#43e0f8}._topbar_mnz6j_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_mnz6j_373._sticky_mnz6j_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_mnz6j_391{display:inline-flex}._logo_mnz6j_391{max-width:110px}._menuWrapper_mnz6j_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_mnz6j_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_mnz6j_399._opened_mnz6j_417{display:flex}}._menuItem_mnz6j_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_mnz6j_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_mnz6j_422 ._menuIcon_mnz6j_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_mnz6j_422 ._menuIconPerformance_mnz6j_448{fill:none}._menuItem_mnz6j_422 ._menuIconStroke_mnz6j_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_mnz6j_422._active_mnz6j_456,._menuItem_mnz6j_422:hover{background:#fff;color:#52c2fd}._menuItem_mnz6j_422._active_mnz6j_456 ._menuIcon_mnz6j_443:not(._menuIconStroke_mnz6j_451,._menuIconPerformance_mnz6j_448),._menuItem_mnz6j_422:hover ._menuIcon_mnz6j_443:not(._menuIconStroke_mnz6j_451,._menuIconPerformance_mnz6j_448){fill:#52c2fd}._menuItem_mnz6j_422._active_mnz6j_456 ._menuIconPerformance_mnz6j_448 path,._menuItem_mnz6j_422:hover ._menuIconPerformance_mnz6j_448 path{stroke:#59a6fd}._menuItem_mnz6j_422._active_mnz6j_456 ._menuIconStroke_mnz6j_451:not(._menuIcon_mnz6j_443),._menuItem_mnz6j_422:hover ._menuIconStroke_mnz6j_451:not(._menuIcon_mnz6j_443){stroke:#52c2fd}._redDot_mnz6j_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_mnz6j_485{display:flex;justify-content:center}._link_mnz6j_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._statusContainer_mnz6j_496{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._orderStatus_mnz6j_503{padding:2px 8px 2px 6px;text-transform:uppercase;border-radius:20px;line-height:1;position:relative;font-size:.75rem;display:inline-flex;align-items:center}._orderStatus_mnz6j_503:before{display:inline-flex;margin-right:2px;position:relative;top:1px}._orderStatus_mnz6j_503._new_mnz6j_519{background:#dcfce7;color:#15803d}._orderStatus_mnz6j_503._new_mnz6j_519:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='9'%20cy='8'%20r='2'%20fill='%2315803D'/%3e%3c/svg%3e")}._orderStatus_mnz6j_503._pending_mnz6j_526{background:#fef3c7;color:#b45309}._orderStatus_mnz6j_503._pending_mnz6j_526:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%204V8H11M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23B45309'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_mnz6j_503._confirmed_mnz6j_533{background:#cdfcff;color:#134f66}._orderStatus_mnz6j_503._confirmed_mnz6j_533:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%208.5L7.5%2010L10%206.5M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23134F66'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_mnz6j_503._packed_mnz6j_540{background:#f3e8ff;color:#7e22ce}._orderStatus_mnz6j_503._packed_mnz6j_540:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%207V4C10.5%202.61929%209.38071%201.5%208%201.5C6.61929%201.5%205.5%202.61929%205.5%204V7M13.0707%205.67149L13.9128%2013.6715C13.9594%2014.1143%2013.6122%2014.5%2013.1669%2014.5H2.83309C2.38781%2014.5%202.0406%2014.1143%202.08721%2013.6715L2.92931%205.67149C2.96949%205.28978%203.29137%205%203.67519%205H12.3248C12.7086%205%2013.0305%205.28978%2013.0707%205.67149ZM5.75%207C5.75%207.13807%205.63807%207.25%205.5%207.25C5.36193%207.25%205.25%207.13807%205.25%207C5.25%206.86193%205.36193%206.75%205.5%206.75C5.63807%206.75%205.75%206.86193%205.75%207ZM10.75%207C10.75%207.13807%2010.6381%207.25%2010.5%207.25C10.3619%207.25%2010.25%207.13807%2010.25%207C10.25%206.86193%2010.3619%206.75%2010.5%206.75C10.6381%206.75%2010.75%206.86193%2010.75%207Z'%20stroke='%237E22CE'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_mnz6j_503._shipping_mnz6j_547{background:#dbeafe;color:#2563eb}._orderStatus_mnz6j_503._shipping_mnz6j_547:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.5%2012.5C5.5%2013.0523%205.05228%2013.5%204.5%2013.5C3.94772%2013.5%203.5%2013.0523%203.5%2012.5M5.5%2012.5C5.5%2011.9477%205.05228%2011.5%204.5%2011.5C3.94772%2011.5%203.5%2011.9477%203.5%2012.5M5.5%2012.5H9.5M3.5%2012.5H2.25C1.83579%2012.5%201.5%2012.1642%201.5%2011.75V9.5003M13%2012.5C13%2013.0523%2012.5523%2013.5%2012%2013.5C11.4477%2013.5%2011%2013.0523%2011%2012.5M13%2012.5C13%2011.9477%2012.5523%2011.5%2012%2011.5C11.4477%2011.5%2011%2011.9477%2011%2012.5M13%2012.5L13.75%2012.5C14.1642%2012.5%2014.5024%2012.1638%2014.477%2011.7504C14.3369%209.47865%2013.5648%207.37792%2012.3344%205.62189C12.0929%205.27728%2011.7019%205.07183%2011.2818%205.04877H9.5M11%2012.5H9.5M9.5%205.04877V4.40986C9.5%204.03153%209.21832%203.71147%208.84201%203.67242C7.74356%203.55843%206.6286%203.5%205.5%203.5C4.3714%203.5%203.25644%203.55843%202.15799%203.67242C1.78168%203.71147%201.5%204.03153%201.5%204.40986V9.5003M9.5%205.04877V9.5003M9.5%2012.5V9.5003M9.5%209.5003H1.5'%20stroke='%232563EB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_mnz6j_503._archived_mnz6j_554{background:#e0e7ff;color:#4338ca}._orderStatus_mnz6j_503._archived_mnz6j_554:before{content:url("data:image/svg+xml,%3csvg%20class='svg-icon'%20width='16'%20height='16'%20viewBox='0%200%201024%201024'%20version='1.1'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M325.808%20690.656a16%2016%200%201%201%200%2032%2016%2016%200%200%201%200-32zM325.808%20530.656a16%2016%200%201%201%200%2032%2016%2016%200%200%201%200-32zM405.808%20370.656h320a16%2016%200%201%201%200%2032h-320a16%2016%200%201%201%200-32zM325.808%20370.656a16%2016%200%201%201%200%2032%2016%2016%200%200%201%200-32z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M587.584%20242.656h-128c-30.88%200-56-25.12-56-56v-48c0-30.88%2025.12-56%2056-56h128c30.88%200%2056%2025.12%2056%2056v48c0%2030.88-25.136%2056-56%2056z%20m-128-128c-13.232%200-24%2010.768-24%2024v48c0%2013.232%2010.768%2024%2024%2024h128c13.232%200%2024-10.768%2024-24v-48c0-13.232-10.768-24-24-24h-128zM544%20915.296H325.904c-79.504%200-144.192-62.32-144.192-138.896v-491.52c0-76.576%2064.672-138.88%20144.192-138.88h31.168a16%2016%200%200%201%200%2032h-31.168c-61.856%200-112.192%2047.952-112.192%20106.88v491.52c0%2058.944%2050.336%20106.896%20112.192%20106.896H544a16%2016%200%201%201%200%2032z%20m309.904-309.296a16%2016%200%200%201-16-16V284.896c0-58.928-50.336-106.88-112.192-106.88h-31.408a16%2016%200%201%201%200-32h31.408c79.504%200%20144.192%2062.304%20144.192%20138.88v305.104a16%2016%200%200%201-16%2016z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M696.304%20965.664c-123.52%200-224-100.48-224-224s100.48-224%20224-224%20224%20100.48%20224%20224-100.496%20224-224%20224z%20m0-416c-105.872%200-192%2086.128-192%20192s86.128%20192%20192%20192%20192-86.128%20192-192-86.128-192-192-192z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M809.52%20662.464a15.984%2015.984%200%200%200-22.624%200l-124.528%20124.528-56.656-56.656a15.984%2015.984%200%201%200-22.624%2022.624l67.872%2067.872a15.952%2015.952%200%200%200%2011.408%204.672%2015.952%2015.952%200%200%200%2011.408-4.672l135.744-135.744a16%2016%200%200%200%200-22.624z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3cpath%20d='M493.744%20706.656c0%208.848-7.76%2016-17.328%2016h-69.296c-9.568%200-17.328-7.152-17.328-16%200-8.848%207.76-16%2017.328-16h69.296c9.584%200%2017.328%207.152%2017.328%2016zM630%20546.656c0%208.848-8.96%2016-20.016%2016h-200.16c-11.056%200-20.016-7.152-20.016-16%200-8.848%208.96-16%2020.016-16h200.16c11.056%200%2020.016%207.152%2020.016%2016z'%20stroke-width='36.4'%20stroke='%234338ca'%20fill='%234338ca'%20/%3e%3c/svg%3e")}._orderStatus_mnz6j_503._denied_mnz6j_561{background:#fee2e2;color:#b91c1c}._orderStatus_mnz6j_503._denied_mnz6j_561:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.70001%203.05C6.70001%202.4701%206.2299%202%205.65001%202C5.07011%202%204.60001%202.4701%204.60001%203.05L4.6%205.05M6.70001%203.05L6.70001%202.05C6.70001%201.4701%207.17011%201%207.75001%201C8.32991%201%208.80001%201.4701%208.80001%202.05L8.80002%203.05M6.70001%203.05L6.75%207M8.80002%207.5V3.05M8.80002%203.05C8.80002%202.4701%209.27012%202%209.85002%202C10.4299%202%2010.9%202.4701%2010.9%203.05V10M4.6%205.05C4.6%204.4701%204.1299%204%203.55%204C2.9701%204%202.5%204.4701%202.5%205.05V10.5C2.5%2012.9853%204.51472%2015%207%2015H8.34525C9.27351%2015%2010.1637%2014.6313%2010.8201%2013.9749L11.9749%2012.8201C12.6313%2012.1637%2013%2011.2735%2013%2010.3453L13.002%208.99598C13.003%208.88061%2013.0467%208.76888%2013.1338%208.68179C13.5439%208.27174%2013.5439%207.60692%2013.1338%207.19687C12.7238%206.78682%2012.0589%206.78682%2011.6489%207.19687C11.1544%207.69141%2010.9052%208.34074%2010.902%208.98764M4.6%205.05V8M8.78%2010.8787C9.03992%2010.6188%209.33566%2010.4165%209.65134%2010.2719C10.0467%2010.0908%2010.4733%2010.0002%2010.9%2010M10.9013%2010H10.9'%20stroke='%23B91C1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_mnz6j_503._canceled_mnz6j_568{background:#fee2e2;color:#b91c1c}._orderStatus_mnz6j_503._canceled_mnz6j_568:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%206.5L9.5%209.5M9.5%206.5L6.5%209.5M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23B91C1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._ordersActionsWrapper_l5mje_1{background-color:transparent}._ordersActionsWrapper_l5mje_1 span{background-color:#f9fafc}._ordersActionsWrapper_l5mje_1 span._deleteAction_l5mje_7{background-color:#e2f8fc}._ordersActionsWrapper_l5mje_1 span._deleteAction_l5mje_7:hover svg path{stroke:#ef4444}._ordersActionsWrapper_l5mje_1 span._editAction_l5mje_13{background-color:#e2f8fc}._ordersActionsWrapper_l5mje_1 span._editAction_l5mje_13:hover{background-color:#d0edf2}._ordersActionsWrapper_l5mje_1 span._editAction_l5mje_13:hover svg path{stroke:#0f172a}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span{background-color:#f9fafc}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span:hover{background-color:#e2e8f0}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span:hover svg path{stroke:#0f172a}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span._deleteAction_l5mje_7{background-color:#f9fafc}._ordersActionsWrapper_l5mje_1._singleItem_l5mje_22 span._deleteAction_l5mje_7:hover svg path{stroke:#ef4444}._authButtonsWrapper_iltoq_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_iltoq_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_iltoq_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_iltoq_23{width:100%;margin-bottom:16px}._fieldWrapper_iltoq_23:last-child{margin-bottom:0}._fieldLabel_iltoq_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_iltoq_36{font-size:.75rem;margin-top:8px}._field_iltoq_23{width:100%;position:relative}._fieldLabelNew_iltoq_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_iltoq_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_iltoq_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_iltoq_52[type=password]{font-size:18px}._inputNew_iltoq_52:focus,._inputNew_iltoq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_iltoq_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_iltoq_52:disabled::placeholder{color:#cbd5e1}._inputNew_iltoq_52._error_iltoq_7{border:1px solid #ef4444}._inputNew_iltoq_52._error_iltoq_7:focus,._inputNew_iltoq_52._error_iltoq_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_iltoq_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_iltoq_90{width:calc(50% - 8px)}._tableNavWrapper_iltoq_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_iltoq_109{display:flex;align-items:center}._tableNavItem_iltoq_114{margin:0 6px}._modalContent_iltoq_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_iltoq_118._center_iltoq_125{text-align:center;font-family:Inter}._modalContent_iltoq_118._settings_iltoq_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_iltoq_118._settingsIntegration_iltoq_133,._modalContent_iltoq_118._performanceTestModalContent_iltoq_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_iltoq_118._monitoringReportContent_iltoq_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_iltoq_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_iltoq_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_iltoq_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_iltoq_158:after,._modalLine_iltoq_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_iltoq_158:before{left:-20px}._modalLine_iltoq_158:after{right:-20px}._infoMessage_iltoq_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_iltoq_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_iltoq_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_iltoq_196._buttonsAutoWidth_iltoq_203{justify-content:flex-end}._modalFooter_iltoq_196._buttonsAutoWidth_iltoq_203 button,._modalFooter_iltoq_196._buttonsAutoWidth_iltoq_203 span{margin-left:12px}._fullWidthTitle_iltoq_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_iltoq_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_iltoq_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_iltoq_230{padding:0 16px 15px}}._widgetHeader_iltoq_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_iltoq_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_iltoq_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_iltoq_266{height:180px;display:flex;align-items:center}._widgetFooter_iltoq_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_iltoq_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_iltoq_279:last-child{border:none}._widgetMainValue_iltoq_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_iltoq_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_iltoq_303{font-size:.75rem;color:#64748b}._widgetLoader_iltoq_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_iltoq_315{opacity:.5;cursor:default}._widgetAddress_iltoq_320{font-size:.75rem;color:#64748b}._widgetTag_iltoq_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_iltoq_333{font-weight:500;color:#0f172a}._chartValuesWrapper_iltoq_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_iltoq_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_iltoq_346._green_iltoq_351:before,._chartValuesTitle_iltoq_346._dark_iltoq_351:before,._chartValuesTitle_iltoq_346._blue_iltoq_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_iltoq_346._green_iltoq_351:before{background:#22c55e}._chartValuesTitle_iltoq_346._dark_iltoq_351:before{background:#475569}._chartValuesTitle_iltoq_346._blue_iltoq_351:before{background:#43e0f8}._topbar_iltoq_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_iltoq_373._sticky_iltoq_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_iltoq_391{display:inline-flex}._logo_iltoq_391{max-width:110px}._menuWrapper_iltoq_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_iltoq_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_iltoq_399._opened_iltoq_417{display:flex}}._menuItem_iltoq_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_iltoq_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_iltoq_422 ._menuIcon_iltoq_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_iltoq_422 ._menuIconPerformance_iltoq_448{fill:none}._menuItem_iltoq_422 ._menuIconStroke_iltoq_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_iltoq_422._active_iltoq_456,._menuItem_iltoq_422:hover{background:#fff;color:#52c2fd}._menuItem_iltoq_422._active_iltoq_456 ._menuIcon_iltoq_443:not(._menuIconStroke_iltoq_451,._menuIconPerformance_iltoq_448),._menuItem_iltoq_422:hover ._menuIcon_iltoq_443:not(._menuIconStroke_iltoq_451,._menuIconPerformance_iltoq_448){fill:#52c2fd}._menuItem_iltoq_422._active_iltoq_456 ._menuIconPerformance_iltoq_448 path,._menuItem_iltoq_422:hover ._menuIconPerformance_iltoq_448 path{stroke:#59a6fd}._menuItem_iltoq_422._active_iltoq_456 ._menuIconStroke_iltoq_451:not(._menuIcon_iltoq_443),._menuItem_iltoq_422:hover ._menuIconStroke_iltoq_451:not(._menuIcon_iltoq_443){stroke:#52c2fd}._redDot_iltoq_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_iltoq_485{display:flex;justify-content:center}._link_iltoq_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderItem_iltoq_496{margin-bottom:8px;font-family:Inter;list-style:none}._orderItem_iltoq_496:last-child{margin-bottom:0}._orderItemName_iltoq_505{color:#64748b}._orderItemValue_iltoq_509{display:inline-flex;margin-left:8px;font-weight:500}._authButtonsWrapper_yjq4i_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_yjq4i_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_yjq4i_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_yjq4i_23{width:100%;margin-bottom:16px}._fieldWrapper_yjq4i_23:last-child{margin-bottom:0}._fieldLabel_yjq4i_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_yjq4i_36{font-size:.75rem;margin-top:8px}._field_yjq4i_23{width:100%;position:relative}._fieldLabelNew_yjq4i_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_yjq4i_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_yjq4i_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_yjq4i_52[type=password]{font-size:18px}._inputNew_yjq4i_52:focus,._inputNew_yjq4i_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_yjq4i_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_yjq4i_52:disabled::placeholder{color:#cbd5e1}._inputNew_yjq4i_52._error_yjq4i_7{border:1px solid #ef4444}._inputNew_yjq4i_52._error_yjq4i_7:focus,._inputNew_yjq4i_52._error_yjq4i_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_yjq4i_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_yjq4i_90{width:calc(50% - 8px)}._tableNavWrapper_yjq4i_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_yjq4i_109{display:flex;align-items:center}._tableNavItem_yjq4i_114{margin:0 6px}._modalContent_yjq4i_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_yjq4i_118._center_yjq4i_125{text-align:center;font-family:Inter}._modalContent_yjq4i_118._settings_yjq4i_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_yjq4i_118._settingsIntegration_yjq4i_133,._modalContent_yjq4i_118._performanceTestModalContent_yjq4i_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_yjq4i_118._monitoringReportContent_yjq4i_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_yjq4i_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_yjq4i_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_yjq4i_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_yjq4i_158:after,._modalLine_yjq4i_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_yjq4i_158:before{left:-20px}._modalLine_yjq4i_158:after{right:-20px}._infoMessage_yjq4i_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_yjq4i_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_yjq4i_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_yjq4i_196._buttonsAutoWidth_yjq4i_203{justify-content:flex-end}._modalFooter_yjq4i_196._buttonsAutoWidth_yjq4i_203 button,._modalFooter_yjq4i_196._buttonsAutoWidth_yjq4i_203 span{margin-left:12px}._fullWidthTitle_yjq4i_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_yjq4i_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_yjq4i_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_yjq4i_230{padding:0 16px 15px}}._widgetHeader_yjq4i_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_yjq4i_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_yjq4i_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_yjq4i_266{height:180px;display:flex;align-items:center}._widgetFooter_yjq4i_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_yjq4i_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_yjq4i_279:last-child{border:none}._widgetMainValue_yjq4i_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_yjq4i_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_yjq4i_303{font-size:.75rem;color:#64748b}._widgetLoader_yjq4i_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_yjq4i_315{opacity:.5;cursor:default}._widgetAddress_yjq4i_320{font-size:.75rem;color:#64748b}._widgetTag_yjq4i_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_yjq4i_333{font-weight:500;color:#0f172a}._chartValuesWrapper_yjq4i_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_yjq4i_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_yjq4i_346._green_yjq4i_351:before,._chartValuesTitle_yjq4i_346._dark_yjq4i_351:before,._chartValuesTitle_yjq4i_346._blue_yjq4i_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_yjq4i_346._green_yjq4i_351:before{background:#22c55e}._chartValuesTitle_yjq4i_346._dark_yjq4i_351:before{background:#475569}._chartValuesTitle_yjq4i_346._blue_yjq4i_351:before{background:#43e0f8}._topbar_yjq4i_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_yjq4i_373._sticky_yjq4i_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_yjq4i_391{display:inline-flex}._logo_yjq4i_391{max-width:110px}._menuWrapper_yjq4i_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_yjq4i_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_yjq4i_399._opened_yjq4i_417{display:flex}}._menuItem_yjq4i_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_yjq4i_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_yjq4i_422 ._menuIcon_yjq4i_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_yjq4i_422 ._menuIconPerformance_yjq4i_448{fill:none}._menuItem_yjq4i_422 ._menuIconStroke_yjq4i_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_yjq4i_422._active_yjq4i_456,._menuItem_yjq4i_422:hover{background:#fff;color:#52c2fd}._menuItem_yjq4i_422._active_yjq4i_456 ._menuIcon_yjq4i_443:not(._menuIconStroke_yjq4i_451,._menuIconPerformance_yjq4i_448),._menuItem_yjq4i_422:hover ._menuIcon_yjq4i_443:not(._menuIconStroke_yjq4i_451,._menuIconPerformance_yjq4i_448){fill:#52c2fd}._menuItem_yjq4i_422._active_yjq4i_456 ._menuIconPerformance_yjq4i_448 path,._menuItem_yjq4i_422:hover ._menuIconPerformance_yjq4i_448 path{stroke:#59a6fd}._menuItem_yjq4i_422._active_yjq4i_456 ._menuIconStroke_yjq4i_451:not(._menuIcon_yjq4i_443),._menuItem_yjq4i_422:hover ._menuIconStroke_yjq4i_451:not(._menuIcon_yjq4i_443){stroke:#52c2fd}._redDot_yjq4i_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_yjq4i_485{display:flex;justify-content:center}._link_yjq4i_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderStatus_yjq4i_496{padding:2px 8px 2px 6px;text-transform:uppercase;border-radius:20px;line-height:1;position:relative;font-size:.75rem;display:inline-flex;align-items:center}._orderStatus_yjq4i_496:before{display:inline-flex;margin-right:2px;position:relative;top:1px}._orderStatus_yjq4i_496._new_yjq4i_512{background:#dcfce7;color:#15803d}._orderStatus_yjq4i_496._new_yjq4i_512:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='9'%20cy='8'%20r='2'%20fill='%2315803D'/%3e%3c/svg%3e")}._orderStatus_yjq4i_496._pending_yjq4i_519{background:#fef3c7;color:#b45309}._orderStatus_yjq4i_496._pending_yjq4i_519:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M8%204V8H11M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23B45309'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_yjq4i_496._confirmed_yjq4i_526{background:#cdfcff;color:#134f66}._orderStatus_yjq4i_496._confirmed_yjq4i_526:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6%208.5L7.5%2010L10%206.5M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23134F66'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_yjq4i_496._packed_yjq4i_533{background:#f3e8ff;color:#7e22ce}._orderStatus_yjq4i_496._packed_yjq4i_533:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.5%207V4C10.5%202.61929%209.38071%201.5%208%201.5C6.61929%201.5%205.5%202.61929%205.5%204V7M13.0707%205.67149L13.9128%2013.6715C13.9594%2014.1143%2013.6122%2014.5%2013.1669%2014.5H2.83309C2.38781%2014.5%202.0406%2014.1143%202.08721%2013.6715L2.92931%205.67149C2.96949%205.28978%203.29137%205%203.67519%205H12.3248C12.7086%205%2013.0305%205.28978%2013.0707%205.67149ZM5.75%207C5.75%207.13807%205.63807%207.25%205.5%207.25C5.36193%207.25%205.25%207.13807%205.25%207C5.25%206.86193%205.36193%206.75%205.5%206.75C5.63807%206.75%205.75%206.86193%205.75%207ZM10.75%207C10.75%207.13807%2010.6381%207.25%2010.5%207.25C10.3619%207.25%2010.25%207.13807%2010.25%207C10.25%206.86193%2010.3619%206.75%2010.5%206.75C10.6381%206.75%2010.75%206.86193%2010.75%207Z'%20stroke='%237E22CE'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_yjq4i_496._shipping_yjq4i_540{background:#dbeafe;color:#2563eb}._orderStatus_yjq4i_496._shipping_yjq4i_540:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M5.5%2012.5C5.5%2013.0523%205.05228%2013.5%204.5%2013.5C3.94772%2013.5%203.5%2013.0523%203.5%2012.5M5.5%2012.5C5.5%2011.9477%205.05228%2011.5%204.5%2011.5C3.94772%2011.5%203.5%2011.9477%203.5%2012.5M5.5%2012.5H9.5M3.5%2012.5H2.25C1.83579%2012.5%201.5%2012.1642%201.5%2011.75V9.5003M13%2012.5C13%2013.0523%2012.5523%2013.5%2012%2013.5C11.4477%2013.5%2011%2013.0523%2011%2012.5M13%2012.5C13%2011.9477%2012.5523%2011.5%2012%2011.5C11.4477%2011.5%2011%2011.9477%2011%2012.5M13%2012.5L13.75%2012.5C14.1642%2012.5%2014.5024%2012.1638%2014.477%2011.7504C14.3369%209.47865%2013.5648%207.37792%2012.3344%205.62189C12.0929%205.27728%2011.7019%205.07183%2011.2818%205.04877H9.5M11%2012.5H9.5M9.5%205.04877V4.40986C9.5%204.03153%209.21832%203.71147%208.84201%203.67242C7.74356%203.55843%206.6286%203.5%205.5%203.5C4.3714%203.5%203.25644%203.55843%202.15799%203.67242C1.78168%203.71147%201.5%204.03153%201.5%204.40986V9.5003M9.5%205.04877V9.5003M9.5%2012.5V9.5003M9.5%209.5003H1.5'%20stroke='%232563EB'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_yjq4i_496._fulfilled_yjq4i_547{background:#e0e7ff;color:#4338ca}._orderStatus_yjq4i_496._fulfilled_yjq4i_547:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M4.42171%206.83333C4.95928%206.83333%205.44432%206.5361%205.77607%206.11311C6.29151%205.45589%206.94113%204.90893%207.68369%204.51347C8.16511%204.25708%208.58286%203.87618%208.78543%203.36975C8.92717%203.01539%209%202.63724%209%202.25558V1.83333C9%201.55719%209.22386%201.33333%209.5%201.33333C10.3284%201.33333%2011%202.0049%2011%202.83333C11%203.60108%2010.827%204.32842%2010.5178%204.97847C10.3407%205.35069%2010.5891%205.83333%2011.0013%205.83333M11.0013%205.83333H13.0852C13.7696%205.83333%2014.3822%206.29599%2014.4547%206.97657C14.4846%207.25805%2014.5%207.54389%2014.5%207.83333C14.5%209.73174%2013.8387%2011.4757%2012.734%2012.8475C12.4756%2013.1683%2012.0761%2013.3333%2011.6642%2013.3333H8.98683C8.66439%2013.3333%208.34405%2013.2813%208.03815%2013.1794L5.96185%2012.4873C5.65595%2012.3853%205.33561%2012.3333%205.01317%2012.3333H3.93614M11.0013%205.83333H9.5M3.93614%2012.3333C3.99135%2012.4697%204.05142%2012.6036%204.11615%2012.7348C4.24758%2013.0012%204.06413%2013.3333%203.76712%2013.3333H3.16192C2.56945%2013.3333%202.01994%2012.988%201.84704%2012.4213C1.62139%2011.6817%201.5%2010.8967%201.5%2010.0833C1.5%209.04836%201.69654%208.05928%202.05433%207.1514C2.2577%206.63535%202.77822%206.33333%203.3329%206.33333H4.03474C4.34936%206.33333%204.53154%206.70394%204.3682%206.97283C3.81726%207.87986%203.5%208.94454%203.5%2010.0833C3.5%2010.879%203.65488%2011.6385%203.93614%2012.3333Z'%20stroke='%234338CA'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_yjq4i_496._denied_yjq4i_554{background:#fee2e2;color:#b91c1c}._orderStatus_yjq4i_496._denied_yjq4i_554:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.70001%203.05C6.70001%202.4701%206.2299%202%205.65001%202C5.07011%202%204.60001%202.4701%204.60001%203.05L4.6%205.05M6.70001%203.05L6.70001%202.05C6.70001%201.4701%207.17011%201%207.75001%201C8.32991%201%208.80001%201.4701%208.80001%202.05L8.80002%203.05M6.70001%203.05L6.75%207M8.80002%207.5V3.05M8.80002%203.05C8.80002%202.4701%209.27012%202%209.85002%202C10.4299%202%2010.9%202.4701%2010.9%203.05V10M4.6%205.05C4.6%204.4701%204.1299%204%203.55%204C2.9701%204%202.5%204.4701%202.5%205.05V10.5C2.5%2012.9853%204.51472%2015%207%2015H8.34525C9.27351%2015%2010.1637%2014.6313%2010.8201%2013.9749L11.9749%2012.8201C12.6313%2012.1637%2013%2011.2735%2013%2010.3453L13.002%208.99598C13.003%208.88061%2013.0467%208.76888%2013.1338%208.68179C13.5439%208.27174%2013.5439%207.60692%2013.1338%207.19687C12.7238%206.78682%2012.0589%206.78682%2011.6489%207.19687C11.1544%207.69141%2010.9052%208.34074%2010.902%208.98764M4.6%205.05V8M8.78%2010.8787C9.03992%2010.6188%209.33566%2010.4165%209.65134%2010.2719C10.0467%2010.0908%2010.4733%2010.0002%2010.9%2010M10.9013%2010H10.9'%20stroke='%23B91C1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._orderStatus_yjq4i_496._canceled_yjq4i_561{background:#fee2e2;color:#b91c1c}._orderStatus_yjq4i_496._canceled_yjq4i_561:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M6.5%206.5L9.5%209.5M9.5%206.5L6.5%209.5M14%208C14%2011.3137%2011.3137%2014%208%2014C4.68629%2014%202%2011.3137%202%208C2%204.68629%204.68629%202%208%202C11.3137%202%2014%204.68629%2014%208Z'%20stroke='%23B91C1C'%20stroke-width='1.5'%20stroke-linecap='round'%20stroke-linejoin='round'/%3e%3c/svg%3e")}._authButtonsWrapper_1uja8_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1uja8_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1uja8_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1uja8_23{width:100%;margin-bottom:16px}._fieldWrapper_1uja8_23:last-child{margin-bottom:0}._fieldLabel_1uja8_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1uja8_36{font-size:.75rem;margin-top:8px}._field_1uja8_23{width:100%;position:relative}._fieldLabelNew_1uja8_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1uja8_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1uja8_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1uja8_52[type=password]{font-size:18px}._inputNew_1uja8_52:focus,._inputNew_1uja8_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1uja8_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1uja8_52:disabled::placeholder{color:#cbd5e1}._inputNew_1uja8_52._error_1uja8_7{border:1px solid #ef4444}._inputNew_1uja8_52._error_1uja8_7:focus,._inputNew_1uja8_52._error_1uja8_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1uja8_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1uja8_90{width:calc(50% - 8px)}._tableNavWrapper_1uja8_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1uja8_109{display:flex;align-items:center}._tableNavItem_1uja8_114{margin:0 6px}._modalContent_1uja8_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1uja8_118._center_1uja8_125{text-align:center;font-family:Inter}._modalContent_1uja8_118._settings_1uja8_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1uja8_118._settingsIntegration_1uja8_133,._modalContent_1uja8_118._performanceTestModalContent_1uja8_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1uja8_118._monitoringReportContent_1uja8_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1uja8_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1uja8_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1uja8_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1uja8_158:after,._modalLine_1uja8_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1uja8_158:before{left:-20px}._modalLine_1uja8_158:after{right:-20px}._infoMessage_1uja8_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1uja8_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1uja8_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1uja8_196._buttonsAutoWidth_1uja8_203{justify-content:flex-end}._modalFooter_1uja8_196._buttonsAutoWidth_1uja8_203 button,._modalFooter_1uja8_196._buttonsAutoWidth_1uja8_203 span{margin-left:12px}._fullWidthTitle_1uja8_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1uja8_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1uja8_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1uja8_230{padding:0 16px 15px}}._widgetHeader_1uja8_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1uja8_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1uja8_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1uja8_266{height:180px;display:flex;align-items:center}._widgetFooter_1uja8_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1uja8_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1uja8_279:last-child{border:none}._widgetMainValue_1uja8_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1uja8_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1uja8_303{font-size:.75rem;color:#64748b}._widgetLoader_1uja8_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1uja8_315{opacity:.5;cursor:default}._widgetAddress_1uja8_320{font-size:.75rem;color:#64748b}._widgetTag_1uja8_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1uja8_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1uja8_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1uja8_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1uja8_346._green_1uja8_351:before,._chartValuesTitle_1uja8_346._dark_1uja8_351:before,._chartValuesTitle_1uja8_346._blue_1uja8_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1uja8_346._green_1uja8_351:before{background:#22c55e}._chartValuesTitle_1uja8_346._dark_1uja8_351:before{background:#475569}._chartValuesTitle_1uja8_346._blue_1uja8_351:before{background:#43e0f8}._topbar_1uja8_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1uja8_373._sticky_1uja8_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1uja8_391{display:inline-flex}._logo_1uja8_391{max-width:110px}._menuWrapper_1uja8_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1uja8_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1uja8_399._opened_1uja8_417{display:flex}}._menuItem_1uja8_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1uja8_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1uja8_422 ._menuIcon_1uja8_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1uja8_422 ._menuIconPerformance_1uja8_448{fill:none}._menuItem_1uja8_422 ._menuIconStroke_1uja8_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1uja8_422._active_1uja8_456,._menuItem_1uja8_422:hover{background:#fff;color:#52c2fd}._menuItem_1uja8_422._active_1uja8_456 ._menuIcon_1uja8_443:not(._menuIconStroke_1uja8_451,._menuIconPerformance_1uja8_448),._menuItem_1uja8_422:hover ._menuIcon_1uja8_443:not(._menuIconStroke_1uja8_451,._menuIconPerformance_1uja8_448){fill:#52c2fd}._menuItem_1uja8_422._active_1uja8_456 ._menuIconPerformance_1uja8_448 path,._menuItem_1uja8_422:hover ._menuIconPerformance_1uja8_448 path{stroke:#59a6fd}._menuItem_1uja8_422._active_1uja8_456 ._menuIconStroke_1uja8_451:not(._menuIcon_1uja8_443),._menuItem_1uja8_422:hover ._menuIconStroke_1uja8_451:not(._menuIcon_1uja8_443){stroke:#52c2fd}._redDot_1uja8_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1uja8_485{display:flex;justify-content:center}._link_1uja8_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableFiltersWrapper_1uja8_496{display:flex;border-radius:6px;border:1px solid #e2e8f0;margin:16px 0;position:relative}._datePickerWrapper_1uja8_504{border-radius:10px;position:absolute;z-index:1001;right:-206px;top:44px;border:1px solid #f1f5f9;background-color:#fff;box-shadow:0 16px 40px -8px #47556921}._datePickerWrapper_1uja8_504 div:first-child{border:none}._datePickerWrapper_1uja8_504 ._dateButtonsWrapper_1uja8_517{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #f1f5f9}._datePickerWrapper_1uja8_504 ._dateButtonsWrapper_1uja8_517 button{color:#165964}._innerWrapper_1uja8_528{background-color:#ff0}._tableFilter_1uja8_496{display:flex;align-items:center;justify-content:center;padding:8px;border-right:1px solid #e2e8f0;cursor:pointer}._tableFilter_1uja8_496 span{font-size:14px;font-weight:500;line-height:20px;color:#475569}._tableFilter_1uja8_496:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}._tableFilter_1uja8_496:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px;border-right:none}._tableFilter_1uja8_496:hover{background-color:#f8fafc}._tableFilter_1uja8_496._active_1uja8_456{background-color:#aff2fd}._modalBody_1y1p5_1{display:flex;flex-direction:column;align-items:center;padding:16px}._modalBody_1y1p5_1 h3{font-size:18px;font-weight:500;line-height:24px;color:#0f172a;margin-bottom:4px}._modalBody_1y1p5_1 p{font-size:14px;line-height:20px;font-weight:400;color:#475569}._iconWrapper_1y1p5_21{display:flex;width:44px;height:44px;border-radius:10px;align-items:center;justify-content:center;margin-bottom:16px;background-color:#fee2e2}._iconWrapper_1y1p5_21 svg{width:24px;height:24px}._iconWrapper_1y1p5_21 svg path{stroke:#b91c1c}._authButtonsWrapper_1g4bq_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1g4bq_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1g4bq_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1g4bq_23{width:100%;margin-bottom:16px}._fieldWrapper_1g4bq_23:last-child{margin-bottom:0}._fieldLabel_1g4bq_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1g4bq_36{font-size:.75rem;margin-top:8px}._field_1g4bq_23{width:100%;position:relative}._fieldLabelNew_1g4bq_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1g4bq_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1g4bq_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1g4bq_52[type=password]{font-size:18px}._inputNew_1g4bq_52:focus,._inputNew_1g4bq_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1g4bq_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1g4bq_52:disabled::placeholder{color:#cbd5e1}._inputNew_1g4bq_52._error_1g4bq_7{border:1px solid #ef4444}._inputNew_1g4bq_52._error_1g4bq_7:focus,._inputNew_1g4bq_52._error_1g4bq_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1g4bq_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1g4bq_90{width:calc(50% - 8px)}._tableNavWrapper_1g4bq_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1g4bq_109{display:flex;align-items:center}._tableNavItem_1g4bq_114{margin:0 6px}._modalContent_1g4bq_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1g4bq_118._center_1g4bq_125{text-align:center;font-family:Inter}._modalContent_1g4bq_118._settings_1g4bq_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1g4bq_118._settingsIntegration_1g4bq_133,._modalContent_1g4bq_118._performanceTestModalContent_1g4bq_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1g4bq_118._monitoringReportContent_1g4bq_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1g4bq_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1g4bq_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1g4bq_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1g4bq_158:after,._modalLine_1g4bq_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1g4bq_158:before{left:-20px}._modalLine_1g4bq_158:after{right:-20px}._infoMessage_1g4bq_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1g4bq_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1g4bq_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1g4bq_196._buttonsAutoWidth_1g4bq_203{justify-content:flex-end}._modalFooter_1g4bq_196._buttonsAutoWidth_1g4bq_203 button,._modalFooter_1g4bq_196._buttonsAutoWidth_1g4bq_203 span{margin-left:12px}._fullWidthTitle_1g4bq_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1g4bq_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1g4bq_230,._perfTestWidgetWrapper_1g4bq_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1g4bq_230,._perfTestWidgetWrapper_1g4bq_230{padding:0 16px 15px}}._widgetHeader_1g4bq_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1g4bq_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1g4bq_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1g4bq_266{height:180px;display:flex;align-items:center}._widgetFooter_1g4bq_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1g4bq_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1g4bq_279:last-child{border:none}._widgetMainValue_1g4bq_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1g4bq_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1g4bq_303{font-size:.75rem;color:#64748b}._widgetLoader_1g4bq_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1g4bq_315{opacity:.5;cursor:default}._widgetAddress_1g4bq_320{font-size:.75rem;color:#64748b}._widgetTag_1g4bq_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1g4bq_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1g4bq_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1g4bq_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1g4bq_346._green_1g4bq_351:before,._chartValuesTitle_1g4bq_346._dark_1g4bq_351:before,._chartValuesTitle_1g4bq_346._blue_1g4bq_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1g4bq_346._green_1g4bq_351:before{background:#22c55e}._chartValuesTitle_1g4bq_346._dark_1g4bq_351:before{background:#475569}._chartValuesTitle_1g4bq_346._blue_1g4bq_351:before{background:#43e0f8}._topbar_1g4bq_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1g4bq_373._sticky_1g4bq_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1g4bq_391{display:inline-flex}._logo_1g4bq_391{max-width:110px}._menuWrapper_1g4bq_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1g4bq_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1g4bq_399._opened_1g4bq_417{display:flex}}._menuItem_1g4bq_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1g4bq_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1g4bq_422 ._menuIcon_1g4bq_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1g4bq_422 ._menuIconPerformance_1g4bq_448{fill:none}._menuItem_1g4bq_422 ._menuIconStroke_1g4bq_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1g4bq_422._active_1g4bq_456,._menuItem_1g4bq_422:hover{background:#fff;color:#52c2fd}._menuItem_1g4bq_422._active_1g4bq_456 ._menuIcon_1g4bq_443:not(._menuIconStroke_1g4bq_451,._menuIconPerformance_1g4bq_448),._menuItem_1g4bq_422:hover ._menuIcon_1g4bq_443:not(._menuIconStroke_1g4bq_451,._menuIconPerformance_1g4bq_448){fill:#52c2fd}._menuItem_1g4bq_422._active_1g4bq_456 ._menuIconPerformance_1g4bq_448 path,._menuItem_1g4bq_422:hover ._menuIconPerformance_1g4bq_448 path{stroke:#59a6fd}._menuItem_1g4bq_422._active_1g4bq_456 ._menuIconStroke_1g4bq_451:not(._menuIcon_1g4bq_443),._menuItem_1g4bq_422:hover ._menuIconStroke_1g4bq_451:not(._menuIcon_1g4bq_443){stroke:#52c2fd}._redDot_1g4bq_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1g4bq_485{display:flex;justify-content:center}._link_1g4bq_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._perfTestWidgetWrapper_1g4bq_230{max-width:100%;min-height:193px}._chartWrapper_1g4bq_501{padding:16px 0}._indicatorsWrapper_1g4bq_505{margin-top:16px}._indicator_1g4bq_505{display:inline-flex;align-items:center;font-size:12px;font-style:normal;font-weight:500;color:#475569;text-transform:uppercase;margin-right:20px}._indicator_1g4bq_505 i{font-style:normal;color:#0f172a;padding-left:4px}._colorCircle_1g4bq_525{width:8px;height:8px;border-radius:50%;display:inline-flex;margin-right:6px}._authButtonsWrapper_hon6j_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_hon6j_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_hon6j_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_hon6j_23{width:100%;margin-bottom:16px}._fieldWrapper_hon6j_23:last-child{margin-bottom:0}._fieldLabel_hon6j_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_hon6j_36{font-size:.75rem;margin-top:8px}._field_hon6j_23{width:100%;position:relative}._fieldLabelNew_hon6j_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_hon6j_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_hon6j_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_hon6j_52[type=password]{font-size:18px}._inputNew_hon6j_52:focus,._inputNew_hon6j_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_hon6j_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_hon6j_52:disabled::placeholder{color:#cbd5e1}._inputNew_hon6j_52._error_hon6j_7{border:1px solid #ef4444}._inputNew_hon6j_52._error_hon6j_7:focus,._inputNew_hon6j_52._error_hon6j_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_hon6j_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_hon6j_90{width:calc(50% - 8px)}._tableNavWrapper_hon6j_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_hon6j_109{display:flex;align-items:center}._tableNavItem_hon6j_114{margin:0 6px}._modalContent_hon6j_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_hon6j_118._center_hon6j_125{text-align:center;font-family:Inter}._modalContent_hon6j_118._settings_hon6j_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_hon6j_118._settingsIntegration_hon6j_133,._modalContent_hon6j_118._performanceTestModalContent_hon6j_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_hon6j_118._monitoringReportContent_hon6j_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_hon6j_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_hon6j_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_hon6j_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_hon6j_158:after,._modalLine_hon6j_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_hon6j_158:before{left:-20px}._modalLine_hon6j_158:after{right:-20px}._infoMessage_hon6j_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_hon6j_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_hon6j_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_hon6j_196._buttonsAutoWidth_hon6j_203{justify-content:flex-end}._modalFooter_hon6j_196._buttonsAutoWidth_hon6j_203 button,._modalFooter_hon6j_196._buttonsAutoWidth_hon6j_203 span{margin-left:12px}._fullWidthTitle_hon6j_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_hon6j_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_hon6j_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_hon6j_230{padding:0 16px 15px}}._widgetHeader_hon6j_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_hon6j_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_hon6j_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_hon6j_266{height:180px;display:flex;align-items:center}._widgetFooter_hon6j_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_hon6j_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_hon6j_279:last-child{border:none}._widgetMainValue_hon6j_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_hon6j_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_hon6j_303{font-size:.75rem;color:#64748b}._widgetLoader_hon6j_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_hon6j_315{opacity:.5;cursor:default}._widgetAddress_hon6j_320{font-size:.75rem;color:#64748b}._widgetTag_hon6j_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_hon6j_333{font-weight:500;color:#0f172a}._chartValuesWrapper_hon6j_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_hon6j_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_hon6j_346._green_hon6j_351:before,._chartValuesTitle_hon6j_346._dark_hon6j_351:before,._chartValuesTitle_hon6j_346._blue_hon6j_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_hon6j_346._green_hon6j_351:before{background:#22c55e}._chartValuesTitle_hon6j_346._dark_hon6j_351:before{background:#475569}._chartValuesTitle_hon6j_346._blue_hon6j_351:before{background:#43e0f8}._topbar_hon6j_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_hon6j_373._sticky_hon6j_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_hon6j_391{display:inline-flex}._logo_hon6j_391{max-width:110px}._menuWrapper_hon6j_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_hon6j_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_hon6j_399._opened_hon6j_417{display:flex}}._menuItem_hon6j_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_hon6j_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_hon6j_422 ._menuIcon_hon6j_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_hon6j_422 ._menuIconPerformance_hon6j_448{fill:none}._menuItem_hon6j_422 ._menuIconStroke_hon6j_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_hon6j_422._active_hon6j_456,._menuItem_hon6j_422:hover{background:#fff;color:#52c2fd}._menuItem_hon6j_422._active_hon6j_456 ._menuIcon_hon6j_443:not(._menuIconStroke_hon6j_451,._menuIconPerformance_hon6j_448),._menuItem_hon6j_422:hover ._menuIcon_hon6j_443:not(._menuIconStroke_hon6j_451,._menuIconPerformance_hon6j_448){fill:#52c2fd}._menuItem_hon6j_422._active_hon6j_456 ._menuIconPerformance_hon6j_448 path,._menuItem_hon6j_422:hover ._menuIconPerformance_hon6j_448 path{stroke:#59a6fd}._menuItem_hon6j_422._active_hon6j_456 ._menuIconStroke_hon6j_451:not(._menuIcon_hon6j_443),._menuItem_hon6j_422:hover ._menuIconStroke_hon6j_451:not(._menuIcon_hon6j_443){stroke:#52c2fd}._redDot_hon6j_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_hon6j_485{display:flex;justify-content:center}._link_hon6j_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableNavButtonsWrapper_hon6j_109{display:flex}._confirmedCheckboxWrapper_hon6j_500{display:flex;align-items:center;margin:0 6px}._confirmedCheckboxWrapper_hon6j_500 label{margin-right:8px}._startPerformanceButton_hon6j_509{background-color:#43e0f8!important;color:#165964!important}._startPerformanceButton_hon6j_509[disabled]{background-color:#f1f5f9!important;color:#cbd5e1!important;border:1px solid #f1f5f9}._cancelButton_hon6j_519{padding:2px 8px!important;background-color:#ef4444!important;color:#fff!important;border:1px solid #ef4444!important;font-size:12px!important;height:unset!important;margin-left:10px!important}._cancelButton_hon6j_519[disabled]{opacity:.5!important}._authButtonsWrapper_104q4_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_104q4_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_104q4_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_104q4_23{width:100%;margin-bottom:16px}._fieldWrapper_104q4_23:last-child{margin-bottom:0}._fieldLabel_104q4_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_104q4_36{font-size:.75rem;margin-top:8px}._field_104q4_23{width:100%;position:relative}._fieldLabelNew_104q4_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_104q4_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_104q4_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_104q4_52[type=password]{font-size:18px}._inputNew_104q4_52:focus,._inputNew_104q4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_104q4_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_104q4_52:disabled::placeholder{color:#cbd5e1}._inputNew_104q4_52._error_104q4_7{border:1px solid #ef4444}._inputNew_104q4_52._error_104q4_7:focus,._inputNew_104q4_52._error_104q4_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_104q4_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_104q4_90{width:calc(50% - 8px)}._tableNavWrapper_104q4_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_104q4_109{display:flex;align-items:center}._tableNavItem_104q4_114{margin:0 6px}._modalContent_104q4_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_104q4_118._center_104q4_125{text-align:center;font-family:Inter}._modalContent_104q4_118._settings_104q4_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_104q4_118._settingsIntegration_104q4_133,._modalContent_104q4_118._performanceTestModalContent_104q4_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_104q4_118._monitoringReportContent_104q4_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_104q4_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_104q4_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_104q4_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_104q4_158:after,._modalLine_104q4_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_104q4_158:before{left:-20px}._modalLine_104q4_158:after{right:-20px}._infoMessage_104q4_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_104q4_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_104q4_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_104q4_196._buttonsAutoWidth_104q4_203{justify-content:flex-end}._modalFooter_104q4_196._buttonsAutoWidth_104q4_203 button,._modalFooter_104q4_196._buttonsAutoWidth_104q4_203 span{margin-left:12px}._fullWidthTitle_104q4_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_104q4_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_104q4_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_104q4_230{padding:0 16px 15px}}._widgetHeader_104q4_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_104q4_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_104q4_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_104q4_266{height:180px;display:flex;align-items:center}._widgetFooter_104q4_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_104q4_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_104q4_279:last-child{border:none}._widgetMainValue_104q4_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_104q4_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_104q4_303{font-size:.75rem;color:#64748b}._widgetLoader_104q4_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_104q4_315{opacity:.5;cursor:default}._widgetAddress_104q4_320{font-size:.75rem;color:#64748b}._widgetTag_104q4_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_104q4_333{font-weight:500;color:#0f172a}._chartValuesWrapper_104q4_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_104q4_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_104q4_346._green_104q4_351:before,._chartValuesTitle_104q4_346._dark_104q4_351:before,._chartValuesTitle_104q4_346._blue_104q4_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_104q4_346._green_104q4_351:before{background:#22c55e}._chartValuesTitle_104q4_346._dark_104q4_351:before{background:#475569}._chartValuesTitle_104q4_346._blue_104q4_351:before{background:#43e0f8}._topbar_104q4_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_104q4_373._sticky_104q4_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_104q4_391{display:inline-flex}._logo_104q4_391{max-width:110px}._menuWrapper_104q4_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_104q4_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_104q4_399._opened_104q4_417{display:flex}}._menuItem_104q4_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_104q4_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_104q4_422 ._menuIcon_104q4_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_104q4_422 ._menuIconPerformance_104q4_448{fill:none}._menuItem_104q4_422 ._menuIconStroke_104q4_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_104q4_422._active_104q4_456,._menuItem_104q4_422:hover{background:#fff;color:#52c2fd}._menuItem_104q4_422._active_104q4_456 ._menuIcon_104q4_443:not(._menuIconStroke_104q4_451,._menuIconPerformance_104q4_448),._menuItem_104q4_422:hover ._menuIcon_104q4_443:not(._menuIconStroke_104q4_451,._menuIconPerformance_104q4_448){fill:#52c2fd}._menuItem_104q4_422._active_104q4_456 ._menuIconPerformance_104q4_448 path,._menuItem_104q4_422:hover ._menuIconPerformance_104q4_448 path{stroke:#59a6fd}._menuItem_104q4_422._active_104q4_456 ._menuIconStroke_104q4_451:not(._menuIcon_104q4_443),._menuItem_104q4_422:hover ._menuIconStroke_104q4_451:not(._menuIcon_104q4_443){stroke:#52c2fd}._redDot_104q4_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_104q4_485{display:flex;justify-content:center}._link_104q4_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_104q4_230{flex:1 1 400px;max-width:initial;min-height:193px}@media only screen and (max-width: 1024px){._widgetWrapper_104q4_230{width:100%}}._alertWidgetSubtitle_104q4_507{font-size:.75rem;margin:16px 0 18px}._indicatorsWrapper_104q4_512{display:flex;justify-content:space-between;flex-wrap:wrap}._indicatorWrapper_104q4_518{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}._indicatorValue_104q4_525{width:100%;text-align:center;font-size:16px;font-weight:500;margin-bottom:16px;color:#0f172a}._indicator_104q4_512{color:#475569;font-size:.75rem}._summaryIndicators_104q4_539{display:inline-flex;align-items:center;margin:0 2px;color:#475569;font-size:.75rem;padding:4px 10px 4px 5px;border:1px solid #e2e8f0;border-radius:6px}._summaryIndicators_104q4_539 i{display:inline-flex;padding:0 5px;font-style:normal;font-size:12px;font-weight:500;color:#0f172a}._authButtonsWrapper_qt2n9_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_qt2n9_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_qt2n9_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_qt2n9_23{width:100%;margin-bottom:16px}._fieldWrapper_qt2n9_23:last-child{margin-bottom:0}._fieldLabel_qt2n9_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_qt2n9_36{font-size:.75rem;margin-top:8px}._field_qt2n9_23{width:100%;position:relative}._fieldLabelNew_qt2n9_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_qt2n9_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_qt2n9_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_qt2n9_52[type=password]{font-size:18px}._inputNew_qt2n9_52:focus,._inputNew_qt2n9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_qt2n9_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_qt2n9_52:disabled::placeholder{color:#cbd5e1}._inputNew_qt2n9_52._error_qt2n9_7{border:1px solid #ef4444}._inputNew_qt2n9_52._error_qt2n9_7:focus,._inputNew_qt2n9_52._error_qt2n9_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_qt2n9_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_qt2n9_90{width:calc(50% - 8px)}._tableNavWrapper_qt2n9_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_qt2n9_109{display:flex;align-items:center}._tableNavItem_qt2n9_114{margin:0 6px}._modalContent_qt2n9_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_qt2n9_118._center_qt2n9_125{text-align:center;font-family:Inter}._modalContent_qt2n9_118._settings_qt2n9_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_qt2n9_118._settingsIntegration_qt2n9_133,._modalContent_qt2n9_118._performanceTestModalContent_qt2n9_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_qt2n9_118._monitoringReportContent_qt2n9_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_qt2n9_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_qt2n9_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_qt2n9_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_qt2n9_158:after,._modalLine_qt2n9_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_qt2n9_158:before{left:-20px}._modalLine_qt2n9_158:after{right:-20px}._infoMessage_qt2n9_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_qt2n9_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_qt2n9_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_qt2n9_196._buttonsAutoWidth_qt2n9_203{justify-content:flex-end}._modalFooter_qt2n9_196._buttonsAutoWidth_qt2n9_203 button,._modalFooter_qt2n9_196._buttonsAutoWidth_qt2n9_203 span{margin-left:12px}._fullWidthTitle_qt2n9_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_qt2n9_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_qt2n9_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_qt2n9_230{padding:0 16px 15px}}._widgetHeader_qt2n9_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_qt2n9_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_qt2n9_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_qt2n9_266{height:180px;display:flex;align-items:center}._widgetFooter_qt2n9_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_qt2n9_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_qt2n9_279:last-child{border:none}._widgetMainValue_qt2n9_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_qt2n9_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_qt2n9_303{font-size:.75rem;color:#64748b}._widgetLoader_qt2n9_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_qt2n9_315{opacity:.5;cursor:default}._widgetAddress_qt2n9_320{font-size:.75rem;color:#64748b}._widgetTag_qt2n9_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_qt2n9_333{font-weight:500;color:#0f172a}._chartValuesWrapper_qt2n9_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_qt2n9_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_qt2n9_346._green_qt2n9_351:before,._chartValuesTitle_qt2n9_346._dark_qt2n9_351:before,._chartValuesTitle_qt2n9_346._blue_qt2n9_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_qt2n9_346._green_qt2n9_351:before{background:#22c55e}._chartValuesTitle_qt2n9_346._dark_qt2n9_351:before{background:#475569}._chartValuesTitle_qt2n9_346._blue_qt2n9_351:before{background:#43e0f8}._topbar_qt2n9_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_qt2n9_373._sticky_qt2n9_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_qt2n9_391{display:inline-flex}._logo_qt2n9_391{max-width:110px}._menuWrapper_qt2n9_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_qt2n9_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_qt2n9_399._opened_qt2n9_417{display:flex}}._menuItem_qt2n9_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_qt2n9_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_qt2n9_422 ._menuIcon_qt2n9_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_qt2n9_422 ._menuIconPerformance_qt2n9_448{fill:none}._menuItem_qt2n9_422 ._menuIconStroke_qt2n9_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_qt2n9_422._active_qt2n9_456,._menuItem_qt2n9_422:hover{background:#fff;color:#52c2fd}._menuItem_qt2n9_422._active_qt2n9_456 ._menuIcon_qt2n9_443:not(._menuIconStroke_qt2n9_451,._menuIconPerformance_qt2n9_448),._menuItem_qt2n9_422:hover ._menuIcon_qt2n9_443:not(._menuIconStroke_qt2n9_451,._menuIconPerformance_qt2n9_448){fill:#52c2fd}._menuItem_qt2n9_422._active_qt2n9_456 ._menuIconPerformance_qt2n9_448 path,._menuItem_qt2n9_422:hover ._menuIconPerformance_qt2n9_448 path{stroke:#59a6fd}._menuItem_qt2n9_422._active_qt2n9_456 ._menuIconStroke_qt2n9_451:not(._menuIcon_qt2n9_443),._menuItem_qt2n9_422:hover ._menuIconStroke_qt2n9_451:not(._menuIcon_qt2n9_443){stroke:#52c2fd}._redDot_qt2n9_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_qt2n9_485{display:flex;justify-content:center}._link_qt2n9_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_qt2n9_230{flex:1 1 400px;max-width:initial;min-height:193px}@media only screen and (max-width: 1024px){._widgetWrapper_qt2n9_230{width:100%}}._chartWrapper_qt2n9_507{padding:16px 0}._indicatorsWrapper_qt2n9_511{margin-top:16px}._indicator_qt2n9_511{display:inline-flex;align-items:center;font-size:12px;font-style:normal;font-weight:500;color:#475569;text-transform:uppercase;margin-right:20px}._indicator_qt2n9_511 i{font-style:normal;color:#0f172a;padding-left:4px}._colorCircle_qt2n9_531{width:8px;height:8px;border-radius:50%;display:inline-flex;margin-right:6px}._authButtonsWrapper_1bbk7_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1bbk7_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1bbk7_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1bbk7_23{width:100%;margin-bottom:16px}._fieldWrapper_1bbk7_23:last-child{margin-bottom:0}._fieldLabel_1bbk7_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1bbk7_36{font-size:.75rem;margin-top:8px}._field_1bbk7_23{width:100%;position:relative}._fieldLabelNew_1bbk7_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1bbk7_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1bbk7_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1bbk7_52[type=password]{font-size:18px}._inputNew_1bbk7_52:focus,._inputNew_1bbk7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1bbk7_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1bbk7_52:disabled::placeholder{color:#cbd5e1}._inputNew_1bbk7_52._error_1bbk7_7{border:1px solid #ef4444}._inputNew_1bbk7_52._error_1bbk7_7:focus,._inputNew_1bbk7_52._error_1bbk7_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1bbk7_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1bbk7_90{width:calc(50% - 8px)}._tableNavWrapper_1bbk7_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1bbk7_109{display:flex;align-items:center}._tableNavItem_1bbk7_114{margin:0 6px}._modalContent_1bbk7_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1bbk7_118._center_1bbk7_125{text-align:center;font-family:Inter}._modalContent_1bbk7_118._settings_1bbk7_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1bbk7_118._settingsIntegration_1bbk7_133,._modalContent_1bbk7_118._performanceTestModalContent_1bbk7_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1bbk7_118._monitoringReportContent_1bbk7_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1bbk7_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1bbk7_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1bbk7_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1bbk7_158:after,._modalLine_1bbk7_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1bbk7_158:before{left:-20px}._modalLine_1bbk7_158:after{right:-20px}._infoMessage_1bbk7_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1bbk7_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1bbk7_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1bbk7_196._buttonsAutoWidth_1bbk7_203{justify-content:flex-end}._modalFooter_1bbk7_196._buttonsAutoWidth_1bbk7_203 button,._modalFooter_1bbk7_196._buttonsAutoWidth_1bbk7_203 span{margin-left:12px}._fullWidthTitle_1bbk7_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1bbk7_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1bbk7_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1bbk7_230{padding:0 16px 15px}}._widgetHeader_1bbk7_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1bbk7_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1bbk7_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1bbk7_266{height:180px;display:flex;align-items:center}._widgetFooter_1bbk7_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1bbk7_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1bbk7_279:last-child{border:none}._widgetMainValue_1bbk7_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1bbk7_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1bbk7_303{font-size:.75rem;color:#64748b}._widgetLoader_1bbk7_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1bbk7_315{opacity:.5;cursor:default}._widgetAddress_1bbk7_320{font-size:.75rem;color:#64748b}._widgetTag_1bbk7_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1bbk7_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1bbk7_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1bbk7_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1bbk7_346._green_1bbk7_351:before,._chartValuesTitle_1bbk7_346._dark_1bbk7_351:before,._chartValuesTitle_1bbk7_346._blue_1bbk7_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1bbk7_346._green_1bbk7_351:before{background:#22c55e}._chartValuesTitle_1bbk7_346._dark_1bbk7_351:before{background:#475569}._chartValuesTitle_1bbk7_346._blue_1bbk7_351:before{background:#43e0f8}._topbar_1bbk7_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1bbk7_373._sticky_1bbk7_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1bbk7_391{display:inline-flex}._logo_1bbk7_391{max-width:110px}._menuWrapper_1bbk7_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1bbk7_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1bbk7_399._opened_1bbk7_417{display:flex}}._menuItem_1bbk7_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1bbk7_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1bbk7_422 ._menuIcon_1bbk7_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1bbk7_422 ._menuIconPerformance_1bbk7_448{fill:none}._menuItem_1bbk7_422 ._menuIconStroke_1bbk7_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1bbk7_422._active_1bbk7_456,._menuItem_1bbk7_422:hover{background:#fff;color:#52c2fd}._menuItem_1bbk7_422._active_1bbk7_456 ._menuIcon_1bbk7_443:not(._menuIconStroke_1bbk7_451,._menuIconPerformance_1bbk7_448),._menuItem_1bbk7_422:hover ._menuIcon_1bbk7_443:not(._menuIconStroke_1bbk7_451,._menuIconPerformance_1bbk7_448){fill:#52c2fd}._menuItem_1bbk7_422._active_1bbk7_456 ._menuIconPerformance_1bbk7_448 path,._menuItem_1bbk7_422:hover ._menuIconPerformance_1bbk7_448 path{stroke:#59a6fd}._menuItem_1bbk7_422._active_1bbk7_456 ._menuIconStroke_1bbk7_451:not(._menuIcon_1bbk7_443),._menuItem_1bbk7_422:hover ._menuIconStroke_1bbk7_451:not(._menuIcon_1bbk7_443){stroke:#52c2fd}._redDot_1bbk7_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1bbk7_485{display:flex;justify-content:center}._link_1bbk7_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetsWrapper_1bbk7_223{column-count:2}@media only screen and (max-width: 1200px){._widgetsWrapper_1bbk7_223{flex-wrap:wrap}}._statusButtonWrapper_1bbk7_505{margin-right:12px}._statusButton_1bbk7_505{display:inline-flex;font-size:.75rem;font-weight:500;text-transform:uppercase;padding:2px 8px;border-radius:20px;margin-left:4px;cursor:pointer}._statusButton_1bbk7_505._acknowledge_1bbk7_519{border:1px solid #2563eb;background:#dbeafe;color:#4338ca}._statusButton_1bbk7_505._active_1bbk7_456{border:1px solid #2db2cb;background:#ebfcff;color:#165964}._statusButton_1bbk7_505._frozen_1bbk7_529{border:1px solid #14b8a6;background:#dffbf4;color:#115e59}._statusButton_1bbk7_505._disabled_1bbk7_315{color:#cbd5e1;border:1px solid #cbd5e1;background:#f1f5f9}._statusButton_1bbk7_505._disabledStatusButton_1bbk7_539{pointer-events:none;opacity:.5}._statusButton_1bbk7_505._transfer_1bbk7_543{color:#164d63;border:1px solid #06b3d4;background:#cff9fe}._statusButton_1bbk7_505._missing_1bbk7_548{color:#b45309;border:1px solid #f59e0b;background:#fef3c7}._authButtonsWrapper_17kob_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_17kob_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_17kob_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_17kob_23{width:100%;margin-bottom:16px}._fieldWrapper_17kob_23:last-child{margin-bottom:0}._fieldLabel_17kob_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_17kob_36{font-size:.75rem;margin-top:8px}._field_17kob_23{width:100%;position:relative}._fieldLabelNew_17kob_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_17kob_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_17kob_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_17kob_52[type=password]{font-size:18px}._inputNew_17kob_52:focus,._inputNew_17kob_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_17kob_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_17kob_52:disabled::placeholder{color:#cbd5e1}._inputNew_17kob_52._error_17kob_7{border:1px solid #ef4444}._inputNew_17kob_52._error_17kob_7:focus,._inputNew_17kob_52._error_17kob_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_17kob_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_17kob_90{width:calc(50% - 8px)}._tableNavWrapper_17kob_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_17kob_109{display:flex;align-items:center}._tableNavItem_17kob_114{margin:0 6px}._modalContent_17kob_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_17kob_118._center_17kob_125{text-align:center;font-family:Inter}._modalContent_17kob_118._settings_17kob_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_17kob_118._settingsIntegration_17kob_133,._modalContent_17kob_118._performanceTestModalContent_17kob_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_17kob_118._monitoringReportContent_17kob_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_17kob_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_17kob_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_17kob_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_17kob_158:after,._modalLine_17kob_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_17kob_158:before{left:-20px}._modalLine_17kob_158:after{right:-20px}._infoMessage_17kob_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_17kob_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_17kob_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_17kob_196._buttonsAutoWidth_17kob_203{justify-content:flex-end}._modalFooter_17kob_196._buttonsAutoWidth_17kob_203 button,._modalFooter_17kob_196._buttonsAutoWidth_17kob_203 span{margin-left:12px}._fullWidthTitle_17kob_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_17kob_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_17kob_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_17kob_230{padding:0 16px 15px}}._widgetHeader_17kob_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_17kob_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_17kob_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_17kob_266{height:180px;display:flex;align-items:center}._widgetFooter_17kob_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_17kob_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_17kob_279:last-child{border:none}._widgetMainValue_17kob_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_17kob_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_17kob_303{font-size:.75rem;color:#64748b}._widgetLoader_17kob_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_17kob_315{opacity:.5;cursor:default}._widgetAddress_17kob_320{font-size:.75rem;color:#64748b}._widgetTag_17kob_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_17kob_333{font-weight:500;color:#0f172a}._chartValuesWrapper_17kob_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_17kob_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_17kob_346._green_17kob_351:before,._chartValuesTitle_17kob_346._dark_17kob_351:before,._chartValuesTitle_17kob_346._blue_17kob_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_17kob_346._green_17kob_351:before{background:#22c55e}._chartValuesTitle_17kob_346._dark_17kob_351:before{background:#475569}._chartValuesTitle_17kob_346._blue_17kob_351:before{background:#43e0f8}._topbar_17kob_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_17kob_373._sticky_17kob_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_17kob_391{display:inline-flex}._logo_17kob_391{max-width:110px}._menuWrapper_17kob_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_17kob_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_17kob_399._opened_17kob_417{display:flex}}._menuItem_17kob_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_17kob_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_17kob_422 ._menuIcon_17kob_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_17kob_422 ._menuIconPerformance_17kob_448{fill:none}._menuItem_17kob_422 ._menuIconStroke_17kob_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_17kob_422._active_17kob_456,._menuItem_17kob_422:hover{background:#fff;color:#52c2fd}._menuItem_17kob_422._active_17kob_456 ._menuIcon_17kob_443:not(._menuIconStroke_17kob_451,._menuIconPerformance_17kob_448),._menuItem_17kob_422:hover ._menuIcon_17kob_443:not(._menuIconStroke_17kob_451,._menuIconPerformance_17kob_448){fill:#52c2fd}._menuItem_17kob_422._active_17kob_456 ._menuIconPerformance_17kob_448 path,._menuItem_17kob_422:hover ._menuIconPerformance_17kob_448 path{stroke:#59a6fd}._menuItem_17kob_422._active_17kob_456 ._menuIconStroke_17kob_451:not(._menuIcon_17kob_443),._menuItem_17kob_422:hover ._menuIconStroke_17kob_451:not(._menuIcon_17kob_443){stroke:#52c2fd}._redDot_17kob_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_17kob_485{display:flex;justify-content:center}._link_17kob_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._toggleFieldWrapper_17kob_496{display:flex;align-items:center;justify-content:space-between}._toggleFieldWrapper_17kob_496._disabled_17kob_315{opacity:.5;pointer-events:none}._saveButton_17kob_506{position:absolute;z-index:2;top:20px;right:52px;width:120px;height:36px;border-radius:20px;background-color:#43e0f8;font-size:14px;line-height:36px;text-align:center;color:#165964;cursor:pointer}@media only screen and (max-width: 450px){._saveButton_17kob_506{width:60px}}._contractorContainer_17kob_527{overflow:scroll;height:calc(100vh - 76px)}._addButton_17kob_532{display:inline-flex;align-items:center;color:#2db2c8;font-weight:500;font-size:.875rem;cursor:pointer}._addButton_17kob_532:after{position:relative;left:4px;top:2px;display:inline-flex;content:url("data:image/svg+xml,%3csvg%20width='20'%20height='20'%20viewBox='0%200%2020%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M10.75%204.75C10.75%204.33579%2010.4142%204%2010%204C9.58579%204%209.25%204.33579%209.25%204.75V9.25H4.75C4.33579%209.25%204%209.58579%204%2010C4%2010.4142%204.33579%2010.75%204.75%2010.75L9.25%2010.75V15.25C9.25%2015.6642%209.58579%2016%2010%2016C10.4142%2016%2010.75%2015.6642%2010.75%2015.25V10.75L15.25%2010.75C15.6642%2010.75%2016%2010.4142%2016%2010C16%209.58579%2015.6642%209.25%2015.25%209.25H10.75V4.75Z'%20fill='%232DB2C8'/%3e%3c/svg%3e")}._closeIconClassName_17kob_548{z-index:2;top:18px}._inputText_17kob_553{margin-bottom:0}._row_17kob_557{display:flex;flex-direction:row;gap:16px;padding:0 20px;margin-bottom:20px}._row_17kob_557>div{flex:1}@media only screen and (max-width: 450px){._row_17kob_557{flex-direction:column}._row_17kob_557._subscriptionRow_17kob_571{flex-direction:row}}._directionColumn_17kob_576{flex-direction:column;gap:5px}._sectionTitleInfoIcon_17kob_581 path{fill:#64769b}._titleInformationIcon_17kob_585 span:after{display:block;transform:scale(1.2)}._subscriptionSectionModalLine_17kob_590{margin:0}._subscriptionPlanName_17kob_594 div:nth-child(1){font-size:16px;margin-bottom:10px;font-weight:500;color:#0f172a}._subscriptionPlanName_17kob_594 div:nth-child(2){font-size:14px;color:#64769b}._subscriptionDropdownContainer_17kob_605{max-width:140px}._subscriptionDropdownContainer_17kob_605 .static-select__control{border:0!important;box-shadow:none!important;outline:none}._subscriptionDropdownContainer_17kob_605 .static-select__control{min-width:95px;font-size:14px;color:#2db2c8;cursor:pointer}._subscriptionDropdownContainer_17kob_605 .static-select__indicator{color:#2db2c8;right:20px}._subscriptionDropdownContainer_17kob_605 .static-select__indicator:hover svg{color:#2db2c8}._subscriptionDropdownContainer_17kob_605 .static-select__indicator svg{width:18px;height:18px}._subscriptionDropdownContainer_17kob_605 .static-select__menu,._subscriptionSelectMenu_17kob_635{right:20px!important;width:200px!important}._toggleFieldWrapper_19lif_1{display:flex;align-items:center;justify-content:space-between}._customAppLinkWrapper_19lif_7{margin-top:16px}._authButtonsWrapper_17d49_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_17d49_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_17d49_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_17d49_23{width:100%;margin-bottom:16px}._fieldWrapper_17d49_23:last-child{margin-bottom:0}._fieldLabel_17d49_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_17d49_36{font-size:.75rem;margin-top:8px}._field_17d49_23{width:100%;position:relative}._fieldLabelNew_17d49_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_17d49_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_17d49_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_17d49_52[type=password]{font-size:18px}._inputNew_17d49_52:focus,._inputNew_17d49_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_17d49_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_17d49_52:disabled::placeholder{color:#cbd5e1}._inputNew_17d49_52._error_17d49_7{border:1px solid #ef4444}._inputNew_17d49_52._error_17d49_7:focus,._inputNew_17d49_52._error_17d49_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_17d49_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_17d49_90{width:calc(50% - 8px)}._tableNavWrapper_17d49_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_17d49_109{display:flex;align-items:center}._tableNavItem_17d49_114{margin:0 6px}._modalContent_17d49_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_17d49_118._center_17d49_125{text-align:center;font-family:Inter}._modalContent_17d49_118._settings_17d49_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_17d49_118._settingsIntegration_17d49_133,._modalContent_17d49_118._performanceTestModalContent_17d49_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_17d49_118._monitoringReportContent_17d49_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_17d49_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_17d49_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_17d49_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_17d49_158:after,._modalLine_17d49_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_17d49_158:before{left:-20px}._modalLine_17d49_158:after{right:-20px}._infoMessage_17d49_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_17d49_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_17d49_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_17d49_196._buttonsAutoWidth_17d49_203{justify-content:flex-end}._modalFooter_17d49_196._buttonsAutoWidth_17d49_203 button,._modalFooter_17d49_196._buttonsAutoWidth_17d49_203 span{margin-left:12px}._fullWidthTitle_17d49_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_17d49_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_17d49_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_17d49_230{padding:0 16px 15px}}._widgetHeader_17d49_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_17d49_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_17d49_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_17d49_266{height:180px;display:flex;align-items:center}._widgetFooter_17d49_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_17d49_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_17d49_279:last-child{border:none}._widgetMainValue_17d49_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_17d49_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_17d49_303{font-size:.75rem;color:#64748b}._widgetLoader_17d49_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_17d49_315{opacity:.5;cursor:default}._widgetAddress_17d49_320{font-size:.75rem;color:#64748b}._widgetTag_17d49_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_17d49_333{font-weight:500;color:#0f172a}._chartValuesWrapper_17d49_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_17d49_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_17d49_346._green_17d49_351:before,._chartValuesTitle_17d49_346._dark_17d49_351:before,._chartValuesTitle_17d49_346._blue_17d49_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_17d49_346._green_17d49_351:before{background:#22c55e}._chartValuesTitle_17d49_346._dark_17d49_351:before{background:#475569}._chartValuesTitle_17d49_346._blue_17d49_351:before{background:#43e0f8}._topbar_17d49_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_17d49_373._sticky_17d49_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_17d49_391{display:inline-flex}._logo_17d49_391{max-width:110px}._menuWrapper_17d49_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_17d49_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_17d49_399._opened_17d49_417{display:flex}}._menuItem_17d49_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_17d49_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_17d49_422 ._menuIcon_17d49_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_17d49_422 ._menuIconPerformance_17d49_448{fill:none}._menuItem_17d49_422 ._menuIconStroke_17d49_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_17d49_422._active_17d49_456,._menuItem_17d49_422:hover{background:#fff;color:#52c2fd}._menuItem_17d49_422._active_17d49_456 ._menuIcon_17d49_443:not(._menuIconStroke_17d49_451,._menuIconPerformance_17d49_448),._menuItem_17d49_422:hover ._menuIcon_17d49_443:not(._menuIconStroke_17d49_451,._menuIconPerformance_17d49_448){fill:#52c2fd}._menuItem_17d49_422._active_17d49_456 ._menuIconPerformance_17d49_448 path,._menuItem_17d49_422:hover ._menuIconPerformance_17d49_448 path{stroke:#59a6fd}._menuItem_17d49_422._active_17d49_456 ._menuIconStroke_17d49_451:not(._menuIcon_17d49_443),._menuItem_17d49_422:hover ._menuIconStroke_17d49_451:not(._menuIcon_17d49_443){stroke:#52c2fd}._redDot_17d49_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_17d49_485{display:flex;justify-content:center}._link_17d49_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._inputButton_17d49_496,._iconWrapper_17d49_497{position:absolute;right:10px;top:11px;font-size:.875rem;font-weight:500;color:#43e0f8;cursor:pointer}._iconWrapper_17d49_497{top:11px}@media only screen and (max-width: 1024px){._jobID_17d49_512 svg{width:18px!important;height:18px!important}}._colorOption_91e4k_1{padding:8px 12px;cursor:pointer;font-size:14px}._colorOption_91e4k_1:hover{background-color:#f1f5f9}._colorSingleValue_91e4k_10{display:flex;align-items:center}._authButtonsWrapper_7s0yj_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_7s0yj_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_7s0yj_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_7s0yj_23{width:100%;margin-bottom:16px}._fieldWrapper_7s0yj_23:last-child{margin-bottom:0}._fieldLabel_7s0yj_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_7s0yj_36{font-size:.75rem;margin-top:8px}._field_7s0yj_23{width:100%;position:relative}._fieldLabelNew_7s0yj_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_7s0yj_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_7s0yj_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_7s0yj_52[type=password]{font-size:18px}._inputNew_7s0yj_52:focus,._inputNew_7s0yj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_7s0yj_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_7s0yj_52:disabled::placeholder{color:#cbd5e1}._inputNew_7s0yj_52._error_7s0yj_7{border:1px solid #ef4444}._inputNew_7s0yj_52._error_7s0yj_7:focus,._inputNew_7s0yj_52._error_7s0yj_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_7s0yj_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_7s0yj_90{width:calc(50% - 8px)}._tableNavWrapper_7s0yj_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_7s0yj_109{display:flex;align-items:center}._tableNavItem_7s0yj_114{margin:0 6px}._modalContent_7s0yj_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_7s0yj_118._center_7s0yj_125{text-align:center;font-family:Inter}._modalContent_7s0yj_118._settings_7s0yj_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_7s0yj_118._settingsIntegration_7s0yj_133,._modalContent_7s0yj_118._performanceTestModalContent_7s0yj_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_7s0yj_118._monitoringReportContent_7s0yj_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_7s0yj_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_7s0yj_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_7s0yj_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_7s0yj_158:after,._modalLine_7s0yj_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_7s0yj_158:before{left:-20px}._modalLine_7s0yj_158:after{right:-20px}._infoMessage_7s0yj_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_7s0yj_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_7s0yj_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_7s0yj_196._buttonsAutoWidth_7s0yj_203{justify-content:flex-end}._modalFooter_7s0yj_196._buttonsAutoWidth_7s0yj_203 button,._modalFooter_7s0yj_196._buttonsAutoWidth_7s0yj_203 span{margin-left:12px}._fullWidthTitle_7s0yj_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_7s0yj_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_7s0yj_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_7s0yj_230{padding:0 16px 15px}}._widgetHeader_7s0yj_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_7s0yj_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_7s0yj_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_7s0yj_266{height:180px;display:flex;align-items:center}._widgetFooter_7s0yj_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_7s0yj_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_7s0yj_279:last-child{border:none}._widgetMainValue_7s0yj_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_7s0yj_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_7s0yj_303{font-size:.75rem;color:#64748b}._widgetLoader_7s0yj_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_7s0yj_315{opacity:.5;cursor:default}._widgetAddress_7s0yj_320{font-size:.75rem;color:#64748b}._widgetTag_7s0yj_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_7s0yj_333{font-weight:500;color:#0f172a}._chartValuesWrapper_7s0yj_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_7s0yj_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_7s0yj_346._green_7s0yj_351:before,._chartValuesTitle_7s0yj_346._dark_7s0yj_351:before,._chartValuesTitle_7s0yj_346._blue_7s0yj_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_7s0yj_346._green_7s0yj_351:before{background:#22c55e}._chartValuesTitle_7s0yj_346._dark_7s0yj_351:before{background:#475569}._chartValuesTitle_7s0yj_346._blue_7s0yj_351:before{background:#43e0f8}._topbar_7s0yj_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_7s0yj_373._sticky_7s0yj_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_7s0yj_391{display:inline-flex}._logo_7s0yj_391{max-width:110px}._menuWrapper_7s0yj_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_7s0yj_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_7s0yj_399._opened_7s0yj_417{display:flex}}._menuItem_7s0yj_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_7s0yj_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_7s0yj_422 ._menuIcon_7s0yj_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_7s0yj_422 ._menuIconPerformance_7s0yj_448{fill:none}._menuItem_7s0yj_422 ._menuIconStroke_7s0yj_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_7s0yj_422._active_7s0yj_456,._menuItem_7s0yj_422:hover{background:#fff;color:#52c2fd}._menuItem_7s0yj_422._active_7s0yj_456 ._menuIcon_7s0yj_443:not(._menuIconStroke_7s0yj_451,._menuIconPerformance_7s0yj_448),._menuItem_7s0yj_422:hover ._menuIcon_7s0yj_443:not(._menuIconStroke_7s0yj_451,._menuIconPerformance_7s0yj_448){fill:#52c2fd}._menuItem_7s0yj_422._active_7s0yj_456 ._menuIconPerformance_7s0yj_448 path,._menuItem_7s0yj_422:hover ._menuIconPerformance_7s0yj_448 path{stroke:#59a6fd}._menuItem_7s0yj_422._active_7s0yj_456 ._menuIconStroke_7s0yj_451:not(._menuIcon_7s0yj_443),._menuItem_7s0yj_422:hover ._menuIconStroke_7s0yj_451:not(._menuIcon_7s0yj_443){stroke:#52c2fd}._redDot_7s0yj_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_7s0yj_485{display:flex;justify-content:center}._link_7s0yj_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._closeIconClassName_7s0yj_496{z-index:2;top:18px}._hiddenModal_7s0yj_501{display:none}._changeSubscriptionSubModal_7s0yj_505 ._modalBody_7s0yj_505{display:flex;flex-direction:column;align-items:center;padding:16px 20px}._changeSubscriptionSubModal_7s0yj_505 ._modalBody_7s0yj_505 p{font-size:14px;color:#475569;margin-top:4px;text-align:center}._changeSubscriptionSubModal_7s0yj_505 ._modalBody_7s0yj_505 span{font-weight:700}._changeSubscriptionSubModal_7s0yj_505 ._subscriptionSubModalFooter_7s0yj_520{flex-direction:column;gap:12px}._changeSubscriptionSubModal_7s0yj_505 ._iconWrapper_7s0yj_524{display:flex;width:44px;height:44px;border-radius:10px;align-items:center;justify-content:center;margin-bottom:16px;background-color:#ebfcff}._changeSubscriptionSubModal_7s0yj_505 ._iconWrapper_7s0yj_524 svg{width:24px;height:24px}._closeIconClassName_1jdgt_1{z-index:2;top:13px}._installedDevicesHistoryModalWrapper_1jdgt_6 header{padding:22px 60px 22px 20px}._authButtonsWrapper_21x3q_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_21x3q_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_21x3q_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_21x3q_23{width:100%;margin-bottom:16px}._fieldWrapper_21x3q_23:last-child{margin-bottom:0}._fieldLabel_21x3q_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_21x3q_36{font-size:.75rem;margin-top:8px}._field_21x3q_23{width:100%;position:relative}._fieldLabelNew_21x3q_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_21x3q_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_21x3q_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_21x3q_52[type=password]{font-size:18px}._inputNew_21x3q_52:focus,._inputNew_21x3q_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_21x3q_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_21x3q_52:disabled::placeholder{color:#cbd5e1}._inputNew_21x3q_52._error_21x3q_7{border:1px solid #ef4444}._inputNew_21x3q_52._error_21x3q_7:focus,._inputNew_21x3q_52._error_21x3q_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_21x3q_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_21x3q_90{width:calc(50% - 8px)}._tableNavWrapper_21x3q_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_21x3q_109{display:flex;align-items:center}._tableNavItem_21x3q_114{margin:0 6px}._modalContent_21x3q_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_21x3q_118._center_21x3q_125{text-align:center;font-family:Inter}._modalContent_21x3q_118._settings_21x3q_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_21x3q_118._settingsIntegration_21x3q_133,._modalContent_21x3q_118._performanceTestModalContent_21x3q_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_21x3q_118._monitoringReportContent_21x3q_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_21x3q_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_21x3q_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_21x3q_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_21x3q_158:after,._modalLine_21x3q_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_21x3q_158:before{left:-20px}._modalLine_21x3q_158:after{right:-20px}._infoMessage_21x3q_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_21x3q_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_21x3q_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_21x3q_196._buttonsAutoWidth_21x3q_203{justify-content:flex-end}._modalFooter_21x3q_196._buttonsAutoWidth_21x3q_203 button,._modalFooter_21x3q_196._buttonsAutoWidth_21x3q_203 span{margin-left:12px}._fullWidthTitle_21x3q_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_21x3q_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_21x3q_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_21x3q_230{padding:0 16px 15px}}._widgetHeader_21x3q_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_21x3q_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_21x3q_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_21x3q_266{height:180px;display:flex;align-items:center}._widgetFooter_21x3q_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_21x3q_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_21x3q_279:last-child{border:none}._widgetMainValue_21x3q_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_21x3q_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_21x3q_303{font-size:.75rem;color:#64748b}._widgetLoader_21x3q_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_21x3q_315{opacity:.5;cursor:default}._widgetAddress_21x3q_320{font-size:.75rem;color:#64748b}._widgetTag_21x3q_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_21x3q_333{font-weight:500;color:#0f172a}._chartValuesWrapper_21x3q_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_21x3q_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_21x3q_346._green_21x3q_351:before,._chartValuesTitle_21x3q_346._dark_21x3q_351:before,._chartValuesTitle_21x3q_346._blue_21x3q_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_21x3q_346._green_21x3q_351:before{background:#22c55e}._chartValuesTitle_21x3q_346._dark_21x3q_351:before{background:#475569}._chartValuesTitle_21x3q_346._blue_21x3q_351:before{background:#43e0f8}._topbar_21x3q_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_21x3q_373._sticky_21x3q_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_21x3q_391{display:inline-flex}._logo_21x3q_391{max-width:110px}._menuWrapper_21x3q_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_21x3q_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_21x3q_399._opened_21x3q_417{display:flex}}._menuItem_21x3q_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_21x3q_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_21x3q_422 ._menuIcon_21x3q_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_21x3q_422 ._menuIconPerformance_21x3q_448{fill:none}._menuItem_21x3q_422 ._menuIconStroke_21x3q_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_21x3q_422._active_21x3q_456,._menuItem_21x3q_422:hover{background:#fff;color:#52c2fd}._menuItem_21x3q_422._active_21x3q_456 ._menuIcon_21x3q_443:not(._menuIconStroke_21x3q_451,._menuIconPerformance_21x3q_448),._menuItem_21x3q_422:hover ._menuIcon_21x3q_443:not(._menuIconStroke_21x3q_451,._menuIconPerformance_21x3q_448){fill:#52c2fd}._menuItem_21x3q_422._active_21x3q_456 ._menuIconPerformance_21x3q_448 path,._menuItem_21x3q_422:hover ._menuIconPerformance_21x3q_448 path{stroke:#59a6fd}._menuItem_21x3q_422._active_21x3q_456 ._menuIconStroke_21x3q_451:not(._menuIcon_21x3q_443),._menuItem_21x3q_422:hover ._menuIconStroke_21x3q_451:not(._menuIcon_21x3q_443){stroke:#52c2fd}._redDot_21x3q_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_21x3q_485{display:flex;justify-content:center}._link_21x3q_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_21x3q_230{width:100%;max-width:100%;min-height:170px}._chart_21x3q_338{height:20px}._authButtonsWrapper_kcb2u_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_kcb2u_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_kcb2u_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_kcb2u_23{width:100%;margin-bottom:16px}._fieldWrapper_kcb2u_23:last-child{margin-bottom:0}._fieldLabel_kcb2u_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_kcb2u_36{font-size:.75rem;margin-top:8px}._field_kcb2u_23{width:100%;position:relative}._fieldLabelNew_kcb2u_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_kcb2u_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_kcb2u_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_kcb2u_52[type=password]{font-size:18px}._inputNew_kcb2u_52:focus,._inputNew_kcb2u_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_kcb2u_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_kcb2u_52:disabled::placeholder{color:#cbd5e1}._inputNew_kcb2u_52._error_kcb2u_7{border:1px solid #ef4444}._inputNew_kcb2u_52._error_kcb2u_7:focus,._inputNew_kcb2u_52._error_kcb2u_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_kcb2u_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_kcb2u_90{width:calc(50% - 8px)}._tableNavWrapper_kcb2u_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_kcb2u_109{display:flex;align-items:center}._tableNavItem_kcb2u_114{margin:0 6px}._modalContent_kcb2u_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_kcb2u_118._center_kcb2u_125{text-align:center;font-family:Inter}._modalContent_kcb2u_118._settings_kcb2u_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_kcb2u_118._settingsIntegration_kcb2u_133,._modalContent_kcb2u_118._performanceTestModalContent_kcb2u_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_kcb2u_118._monitoringReportContent_kcb2u_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_kcb2u_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_kcb2u_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_kcb2u_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_kcb2u_158:after,._modalLine_kcb2u_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_kcb2u_158:before{left:-20px}._modalLine_kcb2u_158:after{right:-20px}._infoMessage_kcb2u_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_kcb2u_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_kcb2u_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_kcb2u_196._buttonsAutoWidth_kcb2u_203{justify-content:flex-end}._modalFooter_kcb2u_196._buttonsAutoWidth_kcb2u_203 button,._modalFooter_kcb2u_196._buttonsAutoWidth_kcb2u_203 span{margin-left:12px}._fullWidthTitle_kcb2u_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_kcb2u_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_kcb2u_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_kcb2u_230{padding:0 16px 15px}}._widgetHeader_kcb2u_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_kcb2u_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_kcb2u_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_kcb2u_266{height:180px;display:flex;align-items:center}._widgetFooter_kcb2u_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_kcb2u_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_kcb2u_279:last-child{border:none}._widgetMainValue_kcb2u_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_kcb2u_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_kcb2u_303{font-size:.75rem;color:#64748b}._widgetLoader_kcb2u_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_kcb2u_315{opacity:.5;cursor:default}._widgetAddress_kcb2u_320{font-size:.75rem;color:#64748b}._widgetTag_kcb2u_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_kcb2u_333{font-weight:500;color:#0f172a}._chartValuesWrapper_kcb2u_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_kcb2u_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_kcb2u_346._green_kcb2u_351:before,._chartValuesTitle_kcb2u_346._dark_kcb2u_351:before,._chartValuesTitle_kcb2u_346._blue_kcb2u_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_kcb2u_346._green_kcb2u_351:before{background:#22c55e}._chartValuesTitle_kcb2u_346._dark_kcb2u_351:before{background:#475569}._chartValuesTitle_kcb2u_346._blue_kcb2u_351:before{background:#43e0f8}._topbar_kcb2u_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_kcb2u_373._sticky_kcb2u_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_kcb2u_391{display:inline-flex}._logo_kcb2u_391{max-width:110px}._menuWrapper_kcb2u_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_kcb2u_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_kcb2u_399._opened_kcb2u_417{display:flex}}._menuItem_kcb2u_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_kcb2u_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_kcb2u_422 ._menuIcon_kcb2u_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_kcb2u_422 ._menuIconPerformance_kcb2u_448{fill:none}._menuItem_kcb2u_422 ._menuIconStroke_kcb2u_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_kcb2u_422._active_kcb2u_456,._menuItem_kcb2u_422:hover{background:#fff;color:#52c2fd}._menuItem_kcb2u_422._active_kcb2u_456 ._menuIcon_kcb2u_443:not(._menuIconStroke_kcb2u_451,._menuIconPerformance_kcb2u_448),._menuItem_kcb2u_422:hover ._menuIcon_kcb2u_443:not(._menuIconStroke_kcb2u_451,._menuIconPerformance_kcb2u_448){fill:#52c2fd}._menuItem_kcb2u_422._active_kcb2u_456 ._menuIconPerformance_kcb2u_448 path,._menuItem_kcb2u_422:hover ._menuIconPerformance_kcb2u_448 path{stroke:#59a6fd}._menuItem_kcb2u_422._active_kcb2u_456 ._menuIconStroke_kcb2u_451:not(._menuIcon_kcb2u_443),._menuItem_kcb2u_422:hover ._menuIconStroke_kcb2u_451:not(._menuIcon_kcb2u_443){stroke:#52c2fd}._redDot_kcb2u_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_kcb2u_485{display:flex;justify-content:center}._link_kcb2u_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_kcb2u_230{width:initial;max-width:initial;flex:1 0 300px}._valueNote_kcb2u_502{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_kcb2u_508{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_kcb2u_338{position:absolute;bottom:-126px}._text_kcb2u_521{font-size:.75rem;color:#64748b;font-family:Inter}._online_kcb2u_527,._offline_kcb2u_528{display:inline-flex;align-items:center}._online_kcb2u_527:before,._offline_kcb2u_528:before{width:12px;height:12px;border-radius:50%;display:inline-flex;margin-right:4px;content:""}._online_kcb2u_527:before{background-color:#22c55e}._offline_kcb2u_528:before{background-color:#e2e8f0}._percentage_kcb2u_550{font-size:18px;color:#475569;font-weight:300;margin-left:8px}._authButtonsWrapper_bch82_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_bch82_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_bch82_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_bch82_23{width:100%;margin-bottom:16px}._fieldWrapper_bch82_23:last-child{margin-bottom:0}._fieldLabel_bch82_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_bch82_36{font-size:.75rem;margin-top:8px}._field_bch82_23{width:100%;position:relative}._fieldLabelNew_bch82_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_bch82_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_bch82_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_bch82_52[type=password]{font-size:18px}._inputNew_bch82_52:focus,._inputNew_bch82_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_bch82_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_bch82_52:disabled::placeholder{color:#cbd5e1}._inputNew_bch82_52._error_bch82_7{border:1px solid #ef4444}._inputNew_bch82_52._error_bch82_7:focus,._inputNew_bch82_52._error_bch82_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_bch82_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_bch82_90{width:calc(50% - 8px)}._tableNavWrapper_bch82_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_bch82_109{display:flex;align-items:center}._tableNavItem_bch82_114{margin:0 6px}._modalContent_bch82_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_bch82_118._center_bch82_125{text-align:center;font-family:Inter}._modalContent_bch82_118._settings_bch82_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_bch82_118._settingsIntegration_bch82_133,._modalContent_bch82_118._performanceTestModalContent_bch82_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_bch82_118._monitoringReportContent_bch82_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_bch82_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_bch82_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_bch82_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_bch82_158:after,._modalLine_bch82_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_bch82_158:before{left:-20px}._modalLine_bch82_158:after{right:-20px}._infoMessage_bch82_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_bch82_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_bch82_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_bch82_196._buttonsAutoWidth_bch82_203{justify-content:flex-end}._modalFooter_bch82_196._buttonsAutoWidth_bch82_203 button,._modalFooter_bch82_196._buttonsAutoWidth_bch82_203 span{margin-left:12px}._fullWidthTitle_bch82_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_bch82_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_bch82_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_bch82_230{padding:0 16px 15px}}._widgetHeader_bch82_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_bch82_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_bch82_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_bch82_266{height:180px;display:flex;align-items:center}._widgetFooter_bch82_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_bch82_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_bch82_279:last-child{border:none}._widgetMainValue_bch82_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_bch82_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_bch82_303{font-size:.75rem;color:#64748b}._widgetLoader_bch82_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_bch82_315{opacity:.5;cursor:default}._widgetAddress_bch82_320{font-size:.75rem;color:#64748b}._widgetTag_bch82_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_bch82_333{font-weight:500;color:#0f172a}._chartValuesWrapper_bch82_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_bch82_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_bch82_346._green_bch82_351:before,._chartValuesTitle_bch82_346._dark_bch82_351:before,._chartValuesTitle_bch82_346._blue_bch82_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_bch82_346._green_bch82_351:before{background:#22c55e}._chartValuesTitle_bch82_346._dark_bch82_351:before{background:#475569}._chartValuesTitle_bch82_346._blue_bch82_351:before{background:#43e0f8}._topbar_bch82_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_bch82_373._sticky_bch82_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_bch82_391{display:inline-flex}._logo_bch82_391{max-width:110px}._menuWrapper_bch82_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_bch82_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_bch82_399._opened_bch82_417{display:flex}}._menuItem_bch82_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_bch82_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_bch82_422 ._menuIcon_bch82_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_bch82_422 ._menuIconPerformance_bch82_448{fill:none}._menuItem_bch82_422 ._menuIconStroke_bch82_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_bch82_422._active_bch82_456,._menuItem_bch82_422:hover{background:#fff;color:#52c2fd}._menuItem_bch82_422._active_bch82_456 ._menuIcon_bch82_443:not(._menuIconStroke_bch82_451,._menuIconPerformance_bch82_448),._menuItem_bch82_422:hover ._menuIcon_bch82_443:not(._menuIconStroke_bch82_451,._menuIconPerformance_bch82_448){fill:#52c2fd}._menuItem_bch82_422._active_bch82_456 ._menuIconPerformance_bch82_448 path,._menuItem_bch82_422:hover ._menuIconPerformance_bch82_448 path{stroke:#59a6fd}._menuItem_bch82_422._active_bch82_456 ._menuIconStroke_bch82_451:not(._menuIcon_bch82_443),._menuItem_bch82_422:hover ._menuIconStroke_bch82_451:not(._menuIcon_bch82_443){stroke:#52c2fd}._redDot_bch82_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_bch82_485{display:flex;justify-content:center}._link_bch82_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_bch82_230{width:initial;max-width:initial;flex:1 1 520px}@media only screen and (max-width: 1200px){._widgetWrapper_bch82_230{padding:0 6px 24px}}._chartWrapper_bch82_507{display:flex;justify-content:flex-end}@media only screen and (max-width: 1100px){._chartWrapper_bch82_507{max-width:560px;margin:0 auto;position:relative}}._chart_bch82_338{position:absolute;top:-36px;left:0}@media only screen and (max-width: 1100px){._chart_bch82_338{top:-54px}}._widgetMainValue_bch82_288{position:absolute;left:14px;bottom:30px;width:210px}._chartNotesWrapper_bch82_537{display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%;row-gap:36px}@media only screen and (max-width: 1420px){._chartNotesWrapper_bch82_537 ._rowLastNote_bch82_545{width:14%}}@media only screen and (min-width: 1201px) and (max-width: 1299px){._chartNotesWrapper_bch82_537 ._rowPreLastNote_bch82_550{width:17%}}@media only screen and (max-width: 690px){._chartNotesWrapper_bch82_537{width:46%;gap:30px 10px}}._chartNote_bch82_537{font-size:.75rem;font-weight:400;color:#64748b;width:18%;break-inside:avoid-column}._chartNote_bch82_537:nth-child(3){margin-bottom:0}._chartNote_bch82_537:before{display:inline-flex;position:relative;top:2px;width:4px;height:12px;border-radius:4px;margin-right:6px;content:""}._chartNote_bch82_537._installed_bch82_581:before{background:#14b8a6}._chartNote_bch82_537._packed_bch82_584:before{background:#a855f7}._chartNote_bch82_537._inInventory_bch82_587:before{background:#c11574}._chartNote_bch82_537._inStock_bch82_590:before{background:#22c55e}._chartNote_bch82_537._missing_bch82_593:before{background:#fcd34d}._chartNote_bch82_537._preinstalled_bch82_596:before{background:#115e59}._chartNote_bch82_537._damaged_bch82_599:before{background:#ef4444}._chartNote_bch82_537._transfering_bch82_602:before{background:#3b82f6}._chartNote_bch82_537._production_bch82_605:before{background:#cbd5e1}._chartNote_bch82_537._warranty_bch82_608:before{background:#43e0f8}@media only screen and (max-width: 690px){._chartNote_bch82_537{width:45%!important}}@media only screen and (max-width: 690px){._hiddenChartNote_bch82_618{display:none}}._chartNoteValue_bch82_623{display:block;font-weight:500;font-size:1rem;color:#000;margin-top:10px}._authButtonsWrapper_ruv7w_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_ruv7w_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_ruv7w_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_ruv7w_23{width:100%;margin-bottom:16px}._fieldWrapper_ruv7w_23:last-child{margin-bottom:0}._fieldLabel_ruv7w_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_ruv7w_36{font-size:.75rem;margin-top:8px}._field_ruv7w_23{width:100%;position:relative}._fieldLabelNew_ruv7w_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_ruv7w_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_ruv7w_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_ruv7w_52[type=password]{font-size:18px}._inputNew_ruv7w_52:focus,._inputNew_ruv7w_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ruv7w_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_ruv7w_52:disabled::placeholder{color:#cbd5e1}._inputNew_ruv7w_52._error_ruv7w_7{border:1px solid #ef4444}._inputNew_ruv7w_52._error_ruv7w_7:focus,._inputNew_ruv7w_52._error_ruv7w_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_ruv7w_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_ruv7w_90{width:calc(50% - 8px)}._tableNavWrapper_ruv7w_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_ruv7w_109{display:flex;align-items:center}._tableNavItem_ruv7w_114{margin:0 6px}._modalContent_ruv7w_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_ruv7w_118._center_ruv7w_125{text-align:center;font-family:Inter}._modalContent_ruv7w_118._settings_ruv7w_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_ruv7w_118._settingsIntegration_ruv7w_133,._modalContent_ruv7w_118._performanceTestModalContent_ruv7w_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_ruv7w_118._monitoringReportContent_ruv7w_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_ruv7w_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_ruv7w_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_ruv7w_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_ruv7w_158:after,._modalLine_ruv7w_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_ruv7w_158:before{left:-20px}._modalLine_ruv7w_158:after{right:-20px}._infoMessage_ruv7w_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_ruv7w_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_ruv7w_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_ruv7w_196._buttonsAutoWidth_ruv7w_203{justify-content:flex-end}._modalFooter_ruv7w_196._buttonsAutoWidth_ruv7w_203 button,._modalFooter_ruv7w_196._buttonsAutoWidth_ruv7w_203 span{margin-left:12px}._fullWidthTitle_ruv7w_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_ruv7w_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_ruv7w_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_ruv7w_230{padding:0 16px 15px}}._widgetHeader_ruv7w_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_ruv7w_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ruv7w_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ruv7w_266{height:180px;display:flex;align-items:center}._widgetFooter_ruv7w_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_ruv7w_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ruv7w_279:last-child{border:none}._widgetMainValue_ruv7w_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_ruv7w_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ruv7w_303{font-size:.75rem;color:#64748b}._widgetLoader_ruv7w_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_ruv7w_315{opacity:.5;cursor:default}._widgetAddress_ruv7w_320{font-size:.75rem;color:#64748b}._widgetTag_ruv7w_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_ruv7w_333{font-weight:500;color:#0f172a}._chartValuesWrapper_ruv7w_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_ruv7w_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_ruv7w_346._green_ruv7w_351:before,._chartValuesTitle_ruv7w_346._dark_ruv7w_351:before,._chartValuesTitle_ruv7w_346._blue_ruv7w_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_ruv7w_346._green_ruv7w_351:before{background:#22c55e}._chartValuesTitle_ruv7w_346._dark_ruv7w_351:before{background:#475569}._chartValuesTitle_ruv7w_346._blue_ruv7w_351:before{background:#43e0f8}._topbar_ruv7w_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_ruv7w_373._sticky_ruv7w_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_ruv7w_391{display:inline-flex}._logo_ruv7w_391{max-width:110px}._menuWrapper_ruv7w_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_ruv7w_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_ruv7w_399._opened_ruv7w_417{display:flex}}._menuItem_ruv7w_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_ruv7w_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_ruv7w_422 ._menuIcon_ruv7w_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_ruv7w_422 ._menuIconPerformance_ruv7w_448{fill:none}._menuItem_ruv7w_422 ._menuIconStroke_ruv7w_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_ruv7w_422._active_ruv7w_456,._menuItem_ruv7w_422:hover{background:#fff;color:#52c2fd}._menuItem_ruv7w_422._active_ruv7w_456 ._menuIcon_ruv7w_443:not(._menuIconStroke_ruv7w_451,._menuIconPerformance_ruv7w_448),._menuItem_ruv7w_422:hover ._menuIcon_ruv7w_443:not(._menuIconStroke_ruv7w_451,._menuIconPerformance_ruv7w_448){fill:#52c2fd}._menuItem_ruv7w_422._active_ruv7w_456 ._menuIconPerformance_ruv7w_448 path,._menuItem_ruv7w_422:hover ._menuIconPerformance_ruv7w_448 path{stroke:#59a6fd}._menuItem_ruv7w_422._active_ruv7w_456 ._menuIconStroke_ruv7w_451:not(._menuIcon_ruv7w_443),._menuItem_ruv7w_422:hover ._menuIconStroke_ruv7w_451:not(._menuIcon_ruv7w_443){stroke:#52c2fd}._redDot_ruv7w_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_ruv7w_485{display:flex;justify-content:center}._link_ruv7w_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_ruv7w_230{width:100%;max-width:100%;min-height:150px}._chart_ruv7w_338{height:16px}._chartItemWrapper_ruv7w_506{margin-bottom:20px}._rainbowWrapper_1oy9k_1{width:210px}._authButtonsWrapper_16c2t_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_16c2t_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_16c2t_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_16c2t_23{width:100%;margin-bottom:16px}._fieldWrapper_16c2t_23:last-child{margin-bottom:0}._fieldLabel_16c2t_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_16c2t_36{font-size:.75rem;margin-top:8px}._field_16c2t_23{width:100%;position:relative}._fieldLabelNew_16c2t_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_16c2t_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_16c2t_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_16c2t_52[type=password]{font-size:18px}._inputNew_16c2t_52:focus,._inputNew_16c2t_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_16c2t_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_16c2t_52:disabled::placeholder{color:#cbd5e1}._inputNew_16c2t_52._error_16c2t_7{border:1px solid #ef4444}._inputNew_16c2t_52._error_16c2t_7:focus,._inputNew_16c2t_52._error_16c2t_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_16c2t_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_16c2t_90{width:calc(50% - 8px)}._tableNavWrapper_16c2t_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_16c2t_109{display:flex;align-items:center}._tableNavItem_16c2t_114{margin:0 6px}._modalContent_16c2t_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_16c2t_118._center_16c2t_125{text-align:center;font-family:Inter}._modalContent_16c2t_118._settings_16c2t_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_16c2t_118._settingsIntegration_16c2t_133,._modalContent_16c2t_118._performanceTestModalContent_16c2t_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_16c2t_118._monitoringReportContent_16c2t_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_16c2t_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_16c2t_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_16c2t_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_16c2t_158:after,._modalLine_16c2t_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_16c2t_158:before{left:-20px}._modalLine_16c2t_158:after{right:-20px}._infoMessage_16c2t_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_16c2t_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_16c2t_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_16c2t_196._buttonsAutoWidth_16c2t_203{justify-content:flex-end}._modalFooter_16c2t_196._buttonsAutoWidth_16c2t_203 button,._modalFooter_16c2t_196._buttonsAutoWidth_16c2t_203 span{margin-left:12px}._fullWidthTitle_16c2t_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_16c2t_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_16c2t_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_16c2t_230{padding:0 16px 15px}}._widgetHeader_16c2t_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_16c2t_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_16c2t_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_16c2t_266{height:180px;display:flex;align-items:center}._widgetFooter_16c2t_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_16c2t_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_16c2t_279:last-child{border:none}._widgetMainValue_16c2t_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_16c2t_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_16c2t_303{font-size:.75rem;color:#64748b}._widgetLoader_16c2t_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_16c2t_315{opacity:.5;cursor:default}._widgetAddress_16c2t_320{font-size:.75rem;color:#64748b}._widgetTag_16c2t_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_16c2t_333{font-weight:500;color:#0f172a}._chartValuesWrapper_16c2t_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_16c2t_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_16c2t_346._green_16c2t_351:before,._chartValuesTitle_16c2t_346._dark_16c2t_351:before,._chartValuesTitle_16c2t_346._blue_16c2t_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_16c2t_346._green_16c2t_351:before{background:#22c55e}._chartValuesTitle_16c2t_346._dark_16c2t_351:before{background:#475569}._chartValuesTitle_16c2t_346._blue_16c2t_351:before{background:#43e0f8}._topbar_16c2t_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_16c2t_373._sticky_16c2t_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_16c2t_391{display:inline-flex}._logo_16c2t_391{max-width:110px}._menuWrapper_16c2t_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_16c2t_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_16c2t_399._opened_16c2t_417{display:flex}}._menuItem_16c2t_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_16c2t_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_16c2t_422 ._menuIcon_16c2t_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_16c2t_422 ._menuIconPerformance_16c2t_448{fill:none}._menuItem_16c2t_422 ._menuIconStroke_16c2t_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_16c2t_422._active_16c2t_456,._menuItem_16c2t_422:hover{background:#fff;color:#52c2fd}._menuItem_16c2t_422._active_16c2t_456 ._menuIcon_16c2t_443:not(._menuIconStroke_16c2t_451,._menuIconPerformance_16c2t_448),._menuItem_16c2t_422:hover ._menuIcon_16c2t_443:not(._menuIconStroke_16c2t_451,._menuIconPerformance_16c2t_448){fill:#52c2fd}._menuItem_16c2t_422._active_16c2t_456 ._menuIconPerformance_16c2t_448 path,._menuItem_16c2t_422:hover ._menuIconPerformance_16c2t_448 path{stroke:#59a6fd}._menuItem_16c2t_422._active_16c2t_456 ._menuIconStroke_16c2t_451:not(._menuIcon_16c2t_443),._menuItem_16c2t_422:hover ._menuIconStroke_16c2t_451:not(._menuIcon_16c2t_443){stroke:#52c2fd}._redDot_16c2t_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_16c2t_485{display:flex;justify-content:center}._link_16c2t_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_16c2t_230{flex:1 1 500px;max-width:initial}._chartWrapper_16c2t_501{display:flex;justify-content:flex-end}@media only screen and (max-width: 1300px){._chartWrapper_16c2t_501{max-width:513px;margin:0 auto;position:relative}}._chart_16c2t_338{position:absolute;left:0}._widgetMainValue_16c2t_288{width:95px;position:absolute;left:57px;bottom:63px}._chartNotesWrapper_16c2t_524{display:flex;justify-content:space-between;gap:0;height:203px;padding-top:12px;padding-bottom:12px;width:calc(100% - 230px)}._chartNotesWrapperColumn_16c2t_534{height:100%;display:flex;flex:1;flex-flow:column;padding-top:25px}._chartNotesSeparator_16c2t_542{width:1px;background-color:#e2e8f0;margin:0 20px;height:100%}._chartNote_16c2t_524{font-size:12px;font-weight:400;color:#64748b;display:inline-flex;justify-content:start;font-size:.75rem;margin-bottom:22px}._chartNote_16c2t_524:before{display:inline-flex;position:relative;top:2px;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._chartNote_16c2t_524._new_16c2t_568:before{background-color:#4ade80}._chartNote_16c2t_524._pending_16c2t_571:before{background-color:#fde047}._chartNote_16c2t_524._confirmed_16c2t_574:before{background-color:#43e0f8}._chartNote_16c2t_524._packed_16c2t_577:before{background-color:#7e22ce}._chartNote_16c2t_524._shipping_16c2t_580:before{background-color:#2563eb}._chartNote_16c2t_524._fulfilled_16c2t_583{margin-right:10px}._chartNote_16c2t_524._fulfilled_16c2t_583:before{background-color:#94a3b8}._chartNote_16c2t_524._denied_16c2t_589{margin-right:10px}._chartNote_16c2t_524._denied_16c2t_589:before{background-color:#ef4444}._chartNoteValue_16c2t_596{font-weight:500;padding-left:4px;font-size:.875rem;color:#000;margin-left:auto}._authButtonsWrapper_pm5sy_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_pm5sy_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_pm5sy_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_pm5sy_23{width:100%;margin-bottom:16px}._fieldWrapper_pm5sy_23:last-child{margin-bottom:0}._fieldLabel_pm5sy_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_pm5sy_36{font-size:.75rem;margin-top:8px}._field_pm5sy_23{width:100%;position:relative}._fieldLabelNew_pm5sy_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_pm5sy_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_pm5sy_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_pm5sy_52[type=password]{font-size:18px}._inputNew_pm5sy_52:focus,._inputNew_pm5sy_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_pm5sy_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_pm5sy_52:disabled::placeholder{color:#cbd5e1}._inputNew_pm5sy_52._error_pm5sy_7{border:1px solid #ef4444}._inputNew_pm5sy_52._error_pm5sy_7:focus,._inputNew_pm5sy_52._error_pm5sy_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_pm5sy_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_pm5sy_90{width:calc(50% - 8px)}._tableNavWrapper_pm5sy_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_pm5sy_109{display:flex;align-items:center}._tableNavItem_pm5sy_114{margin:0 6px}._modalContent_pm5sy_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_pm5sy_118._center_pm5sy_125{text-align:center;font-family:Inter}._modalContent_pm5sy_118._settings_pm5sy_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_pm5sy_118._settingsIntegration_pm5sy_133,._modalContent_pm5sy_118._performanceTestModalContent_pm5sy_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_pm5sy_118._monitoringReportContent_pm5sy_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_pm5sy_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_pm5sy_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_pm5sy_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_pm5sy_158:after,._modalLine_pm5sy_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_pm5sy_158:before{left:-20px}._modalLine_pm5sy_158:after{right:-20px}._infoMessage_pm5sy_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_pm5sy_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_pm5sy_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_pm5sy_196._buttonsAutoWidth_pm5sy_203{justify-content:flex-end}._modalFooter_pm5sy_196._buttonsAutoWidth_pm5sy_203 button,._modalFooter_pm5sy_196._buttonsAutoWidth_pm5sy_203 span{margin-left:12px}._fullWidthTitle_pm5sy_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_pm5sy_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_pm5sy_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_pm5sy_230{padding:0 16px 15px}}._widgetHeader_pm5sy_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_pm5sy_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_pm5sy_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_pm5sy_266{height:180px;display:flex;align-items:center}._widgetFooter_pm5sy_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_pm5sy_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_pm5sy_279:last-child{border:none}._widgetMainValue_pm5sy_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_pm5sy_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_pm5sy_303{font-size:.75rem;color:#64748b}._widgetLoader_pm5sy_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_pm5sy_315{opacity:.5;cursor:default}._widgetAddress_pm5sy_320{font-size:.75rem;color:#64748b}._widgetTag_pm5sy_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_pm5sy_333{font-weight:500;color:#0f172a}._chartValuesWrapper_pm5sy_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_pm5sy_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_pm5sy_346._green_pm5sy_351:before,._chartValuesTitle_pm5sy_346._dark_pm5sy_351:before,._chartValuesTitle_pm5sy_346._blue_pm5sy_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_pm5sy_346._green_pm5sy_351:before{background:#22c55e}._chartValuesTitle_pm5sy_346._dark_pm5sy_351:before{background:#475569}._chartValuesTitle_pm5sy_346._blue_pm5sy_351:before{background:#43e0f8}._topbar_pm5sy_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_pm5sy_373._sticky_pm5sy_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_pm5sy_391{display:inline-flex}._logo_pm5sy_391{max-width:110px}._menuWrapper_pm5sy_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_pm5sy_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_pm5sy_399._opened_pm5sy_417{display:flex}}._menuItem_pm5sy_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_pm5sy_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_pm5sy_422 ._menuIcon_pm5sy_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_pm5sy_422 ._menuIconPerformance_pm5sy_448{fill:none}._menuItem_pm5sy_422 ._menuIconStroke_pm5sy_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_pm5sy_422._active_pm5sy_456,._menuItem_pm5sy_422:hover{background:#fff;color:#52c2fd}._menuItem_pm5sy_422._active_pm5sy_456 ._menuIcon_pm5sy_443:not(._menuIconStroke_pm5sy_451,._menuIconPerformance_pm5sy_448),._menuItem_pm5sy_422:hover ._menuIcon_pm5sy_443:not(._menuIconStroke_pm5sy_451,._menuIconPerformance_pm5sy_448){fill:#52c2fd}._menuItem_pm5sy_422._active_pm5sy_456 ._menuIconPerformance_pm5sy_448 path,._menuItem_pm5sy_422:hover ._menuIconPerformance_pm5sy_448 path{stroke:#59a6fd}._menuItem_pm5sy_422._active_pm5sy_456 ._menuIconStroke_pm5sy_451:not(._menuIcon_pm5sy_443),._menuItem_pm5sy_422:hover ._menuIconStroke_pm5sy_451:not(._menuIcon_pm5sy_443){stroke:#52c2fd}._redDot_pm5sy_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_pm5sy_485{display:flex;justify-content:center}._link_pm5sy_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_pm5sy_230{flex:1 1 500px;max-width:initial}._widgetContent_pm5sy_501{display:flex;justify-content:space-between;gap:16px}._widgetBlock_pm5sy_507{flex:1;border-radius:10px;border:1px;border-color:#e2e8f0;border-style:solid;text-align:center}._widgetBlockHeader_pm5sy_516{border-top-left-radius:10px;border-top-right-radius:10px;background-color:#e2e8f0;color:#0f172a;padding-top:6px;padding-bottom:6px}._widgetBlockContent_pm5sy_525{padding:16px}._widgetBlockTotal_pm5sy_529 p:first-child{font-weight:500;font-size:24px;line-height:32px}._widgetBlockTotal_pm5sy_529 p:last-child{font-weight:500;font-size:12px;line-height:16px;color:#64748b}._widgetBlockAvailable_pm5sy_542{padding-top:22px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between}._widgetBlockAvailable_pm5sy_542 span{font-weight:500;font-size:14px;line-height:20px}._widgetBlockAvailable_pm5sy_542 span:first-child{background-color:#dcfce7;color:#15803d;padding:2px 8px;border-radius:10px}._widgetBlockPacked_pm5sy_563{padding-top:12px;display:flex;justify-content:space-between}._widgetBlockPacked_pm5sy_563 span{font-weight:500;font-size:14px;line-height:20px}._widgetBlockPacked_pm5sy_563 span:first-child{background-color:#f3e8ff;color:#0f172a;padding:2px 8px;border-radius:10px}._valueNote_pm5sy_582{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_pm5sy_588{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_pm5sy_338{position:absolute;bottom:-126px}._text_pm5sy_601{font-size:.75rem;color:#64748b;font-family:Inter}._available_pm5sy_607,._packed_pm5sy_608{display:inline-flex;align-items:center}._available_pm5sy_607:before,._packed_pm5sy_608:before{width:12px;height:12px;border-radius:50%;display:inline-flex;margin-right:4px;content:""}._available_pm5sy_607:before{background-color:#fef3c7}._packed_pm5sy_608:before{background-color:#fcd34d}._authButtonsWrapper_1a4zw_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1a4zw_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1a4zw_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1a4zw_23{width:100%;margin-bottom:16px}._fieldWrapper_1a4zw_23:last-child{margin-bottom:0}._fieldLabel_1a4zw_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1a4zw_36{font-size:.75rem;margin-top:8px}._field_1a4zw_23{width:100%;position:relative}._fieldLabelNew_1a4zw_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1a4zw_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1a4zw_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1a4zw_52[type=password]{font-size:18px}._inputNew_1a4zw_52:focus,._inputNew_1a4zw_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1a4zw_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1a4zw_52:disabled::placeholder{color:#cbd5e1}._inputNew_1a4zw_52._error_1a4zw_7{border:1px solid #ef4444}._inputNew_1a4zw_52._error_1a4zw_7:focus,._inputNew_1a4zw_52._error_1a4zw_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1a4zw_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1a4zw_90{width:calc(50% - 8px)}._tableNavWrapper_1a4zw_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1a4zw_109{display:flex;align-items:center}._tableNavItem_1a4zw_114{margin:0 6px}._modalContent_1a4zw_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1a4zw_118._center_1a4zw_125{text-align:center;font-family:Inter}._modalContent_1a4zw_118._settings_1a4zw_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1a4zw_118._settingsIntegration_1a4zw_133,._modalContent_1a4zw_118._performanceTestModalContent_1a4zw_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1a4zw_118._monitoringReportContent_1a4zw_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1a4zw_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1a4zw_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1a4zw_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1a4zw_158:after,._modalLine_1a4zw_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1a4zw_158:before{left:-20px}._modalLine_1a4zw_158:after{right:-20px}._infoMessage_1a4zw_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1a4zw_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1a4zw_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1a4zw_196._buttonsAutoWidth_1a4zw_203{justify-content:flex-end}._modalFooter_1a4zw_196._buttonsAutoWidth_1a4zw_203 button,._modalFooter_1a4zw_196._buttonsAutoWidth_1a4zw_203 span{margin-left:12px}._fullWidthTitle_1a4zw_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1a4zw_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1a4zw_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1a4zw_230{padding:0 16px 15px}}._widgetHeader_1a4zw_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1a4zw_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1a4zw_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1a4zw_266{height:180px;display:flex;align-items:center}._widgetFooter_1a4zw_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1a4zw_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1a4zw_279:last-child{border:none}._widgetMainValue_1a4zw_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1a4zw_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1a4zw_303{font-size:.75rem;color:#64748b}._widgetLoader_1a4zw_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1a4zw_315{opacity:.5;cursor:default}._widgetAddress_1a4zw_320{font-size:.75rem;color:#64748b}._widgetTag_1a4zw_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1a4zw_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1a4zw_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1a4zw_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1a4zw_346._green_1a4zw_351:before,._chartValuesTitle_1a4zw_346._dark_1a4zw_351:before,._chartValuesTitle_1a4zw_346._blue_1a4zw_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1a4zw_346._green_1a4zw_351:before{background:#22c55e}._chartValuesTitle_1a4zw_346._dark_1a4zw_351:before{background:#475569}._chartValuesTitle_1a4zw_346._blue_1a4zw_351:before{background:#43e0f8}._topbar_1a4zw_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1a4zw_373._sticky_1a4zw_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1a4zw_391{display:inline-flex}._logo_1a4zw_391{max-width:110px}._menuWrapper_1a4zw_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1a4zw_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1a4zw_399._opened_1a4zw_417{display:flex}}._menuItem_1a4zw_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1a4zw_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1a4zw_422 ._menuIcon_1a4zw_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1a4zw_422 ._menuIconPerformance_1a4zw_448{fill:none}._menuItem_1a4zw_422 ._menuIconStroke_1a4zw_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1a4zw_422._active_1a4zw_456,._menuItem_1a4zw_422:hover{background:#fff;color:#52c2fd}._menuItem_1a4zw_422._active_1a4zw_456 ._menuIcon_1a4zw_443:not(._menuIconStroke_1a4zw_451,._menuIconPerformance_1a4zw_448),._menuItem_1a4zw_422:hover ._menuIcon_1a4zw_443:not(._menuIconStroke_1a4zw_451,._menuIconPerformance_1a4zw_448){fill:#52c2fd}._menuItem_1a4zw_422._active_1a4zw_456 ._menuIconPerformance_1a4zw_448 path,._menuItem_1a4zw_422:hover ._menuIconPerformance_1a4zw_448 path{stroke:#59a6fd}._menuItem_1a4zw_422._active_1a4zw_456 ._menuIconStroke_1a4zw_451:not(._menuIcon_1a4zw_443),._menuItem_1a4zw_422:hover ._menuIconStroke_1a4zw_451:not(._menuIcon_1a4zw_443){stroke:#52c2fd}._redDot_1a4zw_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1a4zw_485{display:flex;justify-content:center}._link_1a4zw_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetsWrapper_1a4zw_223{flex-wrap:wrap}._widgetsRowWrapper_1a4zw_500{width:100%;padding:24px 18px;background:#f8fafc;border-radius:40px}._widgetsRowWrapper_1a4zw_500._half_1a4zw_506{flex:1;margin-bottom:0}@media only screen and (max-width: 1200px){._widgetsRowWrapper_1a4zw_500._half_1a4zw_506{flex:1 0 100%}}._widgetsRowWrapper_1a4zw_500:last-child{margin-bottom:0}._widgetsHalfRowWrapper_1a4zw_519{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%;gap:24px 16px}._widgetsHalfRowWrapper_1a4zw_519 ._widgetsRow_1a4zw_500{flex-wrap:wrap;gap:24px 16px}@media only screen and (max-width: 1200px){._widgetsHalfRowWrapper_1a4zw_519 br{display:none}}._widgetsRow_1a4zw_500{display:flex;width:100%;gap:24px 16px}@media only screen and (max-width: 1200px){._widgetsRow_1a4zw_500{flex-wrap:wrap}._widgetsRow_1a4zw_500 ._widgetWrapper_1a4zw_230{width:100%;max-width:100%}}._widgetsRowTitle_1a4zw_551{font-size:24px;font-weight:500;line-height:1;margin-bottom:16px;padding-left:16px}._authButtonsWrapper_vuqxo_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_vuqxo_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_vuqxo_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_vuqxo_23{width:100%;margin-bottom:16px}._fieldWrapper_vuqxo_23:last-child{margin-bottom:0}._fieldLabel_vuqxo_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_vuqxo_36{font-size:.75rem;margin-top:8px}._field_vuqxo_23{width:100%;position:relative}._fieldLabelNew_vuqxo_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_vuqxo_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_vuqxo_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_vuqxo_52[type=password]{font-size:18px}._inputNew_vuqxo_52:focus,._inputNew_vuqxo_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_vuqxo_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_vuqxo_52:disabled::placeholder{color:#cbd5e1}._inputNew_vuqxo_52._error_vuqxo_7{border:1px solid #ef4444}._inputNew_vuqxo_52._error_vuqxo_7:focus,._inputNew_vuqxo_52._error_vuqxo_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_vuqxo_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_vuqxo_90{width:calc(50% - 8px)}._tableNavWrapper_vuqxo_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_vuqxo_109{display:flex;align-items:center}._tableNavItem_vuqxo_114{margin:0 6px}._modalContent_vuqxo_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_vuqxo_118._center_vuqxo_125{text-align:center;font-family:Inter}._modalContent_vuqxo_118._settings_vuqxo_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_vuqxo_118._settingsIntegration_vuqxo_133,._modalContent_vuqxo_118._performanceTestModalContent_vuqxo_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_vuqxo_118._monitoringReportContent_vuqxo_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_vuqxo_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_vuqxo_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_vuqxo_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_vuqxo_158:after,._modalLine_vuqxo_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_vuqxo_158:before{left:-20px}._modalLine_vuqxo_158:after{right:-20px}._infoMessage_vuqxo_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_vuqxo_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_vuqxo_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_vuqxo_196._buttonsAutoWidth_vuqxo_203{justify-content:flex-end}._modalFooter_vuqxo_196._buttonsAutoWidth_vuqxo_203 button,._modalFooter_vuqxo_196._buttonsAutoWidth_vuqxo_203 span{margin-left:12px}._fullWidthTitle_vuqxo_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_vuqxo_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_vuqxo_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_vuqxo_230{padding:0 16px 15px}}._widgetHeader_vuqxo_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_vuqxo_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_vuqxo_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_vuqxo_266{height:180px;display:flex;align-items:center}._widgetFooter_vuqxo_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_vuqxo_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_vuqxo_279:last-child{border:none}._widgetMainValue_vuqxo_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_vuqxo_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_vuqxo_303{font-size:.75rem;color:#64748b}._widgetLoader_vuqxo_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_vuqxo_315{opacity:.5;cursor:default}._widgetAddress_vuqxo_320{font-size:.75rem;color:#64748b}._widgetTag_vuqxo_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_vuqxo_333{font-weight:500;color:#0f172a}._chartValuesWrapper_vuqxo_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_vuqxo_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_vuqxo_346._green_vuqxo_351:before,._chartValuesTitle_vuqxo_346._dark_vuqxo_351:before,._chartValuesTitle_vuqxo_346._blue_vuqxo_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_vuqxo_346._green_vuqxo_351:before{background:#22c55e}._chartValuesTitle_vuqxo_346._dark_vuqxo_351:before{background:#475569}._chartValuesTitle_vuqxo_346._blue_vuqxo_351:before{background:#43e0f8}._topbar_vuqxo_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_vuqxo_373._sticky_vuqxo_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_vuqxo_391{display:inline-flex}._logo_vuqxo_391{max-width:110px}._menuWrapper_vuqxo_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_vuqxo_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_vuqxo_399._opened_vuqxo_417{display:flex}}._menuItem_vuqxo_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_vuqxo_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_vuqxo_422 ._menuIcon_vuqxo_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_vuqxo_422 ._menuIconPerformance_vuqxo_448{fill:none}._menuItem_vuqxo_422 ._menuIconStroke_vuqxo_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_vuqxo_422._active_vuqxo_456,._menuItem_vuqxo_422:hover{background:#fff;color:#52c2fd}._menuItem_vuqxo_422._active_vuqxo_456 ._menuIcon_vuqxo_443:not(._menuIconStroke_vuqxo_451,._menuIconPerformance_vuqxo_448),._menuItem_vuqxo_422:hover ._menuIcon_vuqxo_443:not(._menuIconStroke_vuqxo_451,._menuIconPerformance_vuqxo_448){fill:#52c2fd}._menuItem_vuqxo_422._active_vuqxo_456 ._menuIconPerformance_vuqxo_448 path,._menuItem_vuqxo_422:hover ._menuIconPerformance_vuqxo_448 path{stroke:#59a6fd}._menuItem_vuqxo_422._active_vuqxo_456 ._menuIconStroke_vuqxo_451:not(._menuIcon_vuqxo_443),._menuItem_vuqxo_422:hover ._menuIconStroke_vuqxo_451:not(._menuIcon_vuqxo_443){stroke:#52c2fd}._redDot_vuqxo_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_vuqxo_485{display:flex;justify-content:center}._link_vuqxo_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_vuqxo_230{width:100%}@media only screen and (max-width: 1200px){._widgetWrapper_vuqxo_230{max-width:100%;margin-bottom:0}}._chartWrapper_vuqxo_506{display:flex;justify-content:flex-end}@media only screen and (max-width: 1300px){._chartWrapper_vuqxo_506{max-width:513px;margin:0 auto;position:relative}}._chart_vuqxo_338{position:absolute;top:16px;left:0}@media only screen and (max-width: 1300px){._chart_vuqxo_338{top:0}}._widgetMainValue_vuqxo_288{position:absolute;left:0;bottom:63px;width:210px}._chartNotesWrapper_vuqxo_536{display:flex;justify-content:space-between;gap:40px;height:203px;padding-top:12px;padding-bottom:12px;width:calc(100% - 230px)}._chartNotesWrapperColumn_vuqxo_546{height:100%;display:flex;flex:1;flex-flow:column;padding-top:25px}._chartNote_vuqxo_536{font-size:12px;font-weight:400;color:#64748b;display:inline-flex;justify-content:start;font-size:.75rem;border-bottom:1px solid #f1f5f9;margin-bottom:22px;padding-bottom:22px}._chartNote_vuqxo_536:last-child{border-bottom:none}._chartNote_vuqxo_536:before{display:inline-flex;position:relative;top:2px;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._chartNote_vuqxo_536._new_vuqxo_578:before{background-color:#4ade80}._chartNote_vuqxo_536._pending_vuqxo_581:before{background-color:#fde047}._chartNote_vuqxo_536._confirmed_vuqxo_584:before{background-color:#43e0f8}._chartNote_vuqxo_536._packed_vuqxo_587:before{background-color:#7e22ce}._chartNote_vuqxo_536._shipping_vuqxo_590:before{background-color:#2563eb}._chartNote_vuqxo_536._denied_vuqxo_593:before{background-color:#ef4444}._chartNoteValue_vuqxo_597{font-weight:500;padding-left:4px;font-size:.875rem;color:#000;margin-left:auto}._authButtonsWrapper_2rnrc_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_2rnrc_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_2rnrc_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_2rnrc_23{width:100%;margin-bottom:16px}._fieldWrapper_2rnrc_23:last-child{margin-bottom:0}._fieldLabel_2rnrc_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_2rnrc_36{font-size:.75rem;margin-top:8px}._field_2rnrc_23{width:100%;position:relative}._fieldLabelNew_2rnrc_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_2rnrc_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_2rnrc_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_2rnrc_52[type=password]{font-size:18px}._inputNew_2rnrc_52:focus,._inputNew_2rnrc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_2rnrc_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_2rnrc_52:disabled::placeholder{color:#cbd5e1}._inputNew_2rnrc_52._error_2rnrc_7{border:1px solid #ef4444}._inputNew_2rnrc_52._error_2rnrc_7:focus,._inputNew_2rnrc_52._error_2rnrc_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_2rnrc_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_2rnrc_90{width:calc(50% - 8px)}._tableNavWrapper_2rnrc_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_2rnrc_109{display:flex;align-items:center}._tableNavItem_2rnrc_114{margin:0 6px}._modalContent_2rnrc_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_2rnrc_118._center_2rnrc_125{text-align:center;font-family:Inter}._modalContent_2rnrc_118._settings_2rnrc_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_2rnrc_118._settingsIntegration_2rnrc_133,._modalContent_2rnrc_118._performanceTestModalContent_2rnrc_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_2rnrc_118._monitoringReportContent_2rnrc_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_2rnrc_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_2rnrc_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_2rnrc_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_2rnrc_158:after,._modalLine_2rnrc_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_2rnrc_158:before{left:-20px}._modalLine_2rnrc_158:after{right:-20px}._infoMessage_2rnrc_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_2rnrc_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_2rnrc_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_2rnrc_196._buttonsAutoWidth_2rnrc_203{justify-content:flex-end}._modalFooter_2rnrc_196._buttonsAutoWidth_2rnrc_203 button,._modalFooter_2rnrc_196._buttonsAutoWidth_2rnrc_203 span{margin-left:12px}._fullWidthTitle_2rnrc_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_2rnrc_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_2rnrc_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_2rnrc_230{padding:0 16px 15px}}._widgetHeader_2rnrc_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_2rnrc_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_2rnrc_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_2rnrc_266{height:180px;display:flex;align-items:center}._widgetFooter_2rnrc_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_2rnrc_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_2rnrc_279:last-child{border:none}._widgetMainValue_2rnrc_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_2rnrc_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_2rnrc_303{font-size:.75rem;color:#64748b}._widgetLoader_2rnrc_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_2rnrc_315{opacity:.5;cursor:default}._widgetAddress_2rnrc_320{font-size:.75rem;color:#64748b}._widgetTag_2rnrc_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_2rnrc_333{font-weight:500;color:#0f172a}._chartValuesWrapper_2rnrc_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_2rnrc_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_2rnrc_346._green_2rnrc_351:before,._chartValuesTitle_2rnrc_346._dark_2rnrc_351:before,._chartValuesTitle_2rnrc_346._blue_2rnrc_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_2rnrc_346._green_2rnrc_351:before{background:#22c55e}._chartValuesTitle_2rnrc_346._dark_2rnrc_351:before{background:#475569}._chartValuesTitle_2rnrc_346._blue_2rnrc_351:before{background:#43e0f8}._topbar_2rnrc_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_2rnrc_373._sticky_2rnrc_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_2rnrc_391{display:inline-flex}._logo_2rnrc_391{max-width:110px}._menuWrapper_2rnrc_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_2rnrc_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_2rnrc_399._opened_2rnrc_417{display:flex}}._menuItem_2rnrc_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_2rnrc_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_2rnrc_422 ._menuIcon_2rnrc_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_2rnrc_422 ._menuIconPerformance_2rnrc_448{fill:none}._menuItem_2rnrc_422 ._menuIconStroke_2rnrc_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_2rnrc_422._active_2rnrc_456,._menuItem_2rnrc_422:hover{background:#fff;color:#52c2fd}._menuItem_2rnrc_422._active_2rnrc_456 ._menuIcon_2rnrc_443:not(._menuIconStroke_2rnrc_451,._menuIconPerformance_2rnrc_448),._menuItem_2rnrc_422:hover ._menuIcon_2rnrc_443:not(._menuIconStroke_2rnrc_451,._menuIconPerformance_2rnrc_448){fill:#52c2fd}._menuItem_2rnrc_422._active_2rnrc_456 ._menuIconPerformance_2rnrc_448 path,._menuItem_2rnrc_422:hover ._menuIconPerformance_2rnrc_448 path{stroke:#59a6fd}._menuItem_2rnrc_422._active_2rnrc_456 ._menuIconStroke_2rnrc_451:not(._menuIcon_2rnrc_443),._menuItem_2rnrc_422:hover ._menuIconStroke_2rnrc_451:not(._menuIcon_2rnrc_443){stroke:#52c2fd}._redDot_2rnrc_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_2rnrc_485{display:flex;justify-content:center}._link_2rnrc_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_2rnrc_230{width:initial;max-width:initial;flex:1 0 300px}._valueNote_2rnrc_502{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_2rnrc_508{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_2rnrc_338{position:absolute;bottom:-126px}._text_2rnrc_521{font-size:.75rem;color:#64748b;font-family:Inter}._withMobileApp_2rnrc_527,._withoutMobileApp_2rnrc_528{display:inline-flex;align-items:center}._withMobileApp_2rnrc_527:before,._withoutMobileApp_2rnrc_528:before{width:12px;height:12px;border-radius:50%;display:inline-flex;margin-right:4px;content:""}._withMobileApp_2rnrc_527:before{background-color:#22c55e}._withoutMobileApp_2rnrc_528:before{background-color:#e2e8f0}._percentage_2rnrc_550{font-size:18px;color:#475569;font-weight:300;margin-left:8px}._authButtonsWrapper_49ead_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_49ead_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_49ead_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_49ead_23{width:100%;margin-bottom:16px}._fieldWrapper_49ead_23:last-child{margin-bottom:0}._fieldLabel_49ead_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_49ead_36{font-size:.75rem;margin-top:8px}._field_49ead_23{width:100%;position:relative}._fieldLabelNew_49ead_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_49ead_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_49ead_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_49ead_52[type=password]{font-size:18px}._inputNew_49ead_52:focus,._inputNew_49ead_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_49ead_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_49ead_52:disabled::placeholder{color:#cbd5e1}._inputNew_49ead_52._error_49ead_7{border:1px solid #ef4444}._inputNew_49ead_52._error_49ead_7:focus,._inputNew_49ead_52._error_49ead_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_49ead_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_49ead_90{width:calc(50% - 8px)}._tableNavWrapper_49ead_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_49ead_109{display:flex;align-items:center}._tableNavItem_49ead_114{margin:0 6px}._modalContent_49ead_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_49ead_118._center_49ead_125{text-align:center;font-family:Inter}._modalContent_49ead_118._settings_49ead_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_49ead_118._settingsIntegration_49ead_133,._modalContent_49ead_118._performanceTestModalContent_49ead_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_49ead_118._monitoringReportContent_49ead_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_49ead_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_49ead_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_49ead_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_49ead_158:after,._modalLine_49ead_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_49ead_158:before{left:-20px}._modalLine_49ead_158:after{right:-20px}._infoMessage_49ead_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_49ead_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_49ead_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_49ead_196._buttonsAutoWidth_49ead_203{justify-content:flex-end}._modalFooter_49ead_196._buttonsAutoWidth_49ead_203 button,._modalFooter_49ead_196._buttonsAutoWidth_49ead_203 span{margin-left:12px}._fullWidthTitle_49ead_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_49ead_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_49ead_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_49ead_230{padding:0 16px 15px}}._widgetHeader_49ead_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_49ead_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_49ead_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_49ead_266{height:180px;display:flex;align-items:center}._widgetFooter_49ead_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_49ead_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_49ead_279:last-child{border:none}._widgetMainValue_49ead_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_49ead_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_49ead_303{font-size:.75rem;color:#64748b}._widgetLoader_49ead_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_49ead_315{opacity:.5;cursor:default}._widgetAddress_49ead_320{font-size:.75rem;color:#64748b}._widgetTag_49ead_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_49ead_333{font-weight:500;color:#0f172a}._chartValuesWrapper_49ead_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_49ead_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_49ead_346._green_49ead_351:before,._chartValuesTitle_49ead_346._dark_49ead_351:before,._chartValuesTitle_49ead_346._blue_49ead_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_49ead_346._green_49ead_351:before{background:#22c55e}._chartValuesTitle_49ead_346._dark_49ead_351:before{background:#475569}._chartValuesTitle_49ead_346._blue_49ead_351:before{background:#43e0f8}._topbar_49ead_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_49ead_373._sticky_49ead_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_49ead_391{display:inline-flex}._logo_49ead_391{max-width:110px}._menuWrapper_49ead_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_49ead_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_49ead_399._opened_49ead_417{display:flex}}._menuItem_49ead_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_49ead_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_49ead_422 ._menuIcon_49ead_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_49ead_422 ._menuIconPerformance_49ead_448{fill:none}._menuItem_49ead_422 ._menuIconStroke_49ead_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_49ead_422._active_49ead_456,._menuItem_49ead_422:hover{background:#fff;color:#52c2fd}._menuItem_49ead_422._active_49ead_456 ._menuIcon_49ead_443:not(._menuIconStroke_49ead_451,._menuIconPerformance_49ead_448),._menuItem_49ead_422:hover ._menuIcon_49ead_443:not(._menuIconStroke_49ead_451,._menuIconPerformance_49ead_448){fill:#52c2fd}._menuItem_49ead_422._active_49ead_456 ._menuIconPerformance_49ead_448 path,._menuItem_49ead_422:hover ._menuIconPerformance_49ead_448 path{stroke:#59a6fd}._menuItem_49ead_422._active_49ead_456 ._menuIconStroke_49ead_451:not(._menuIcon_49ead_443),._menuItem_49ead_422:hover ._menuIconStroke_49ead_451:not(._menuIcon_49ead_443){stroke:#52c2fd}._redDot_49ead_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_49ead_485{display:flex;justify-content:center}._link_49ead_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetsWrapper_49ead_223{flex-wrap:wrap}._actionButtonsWrapper_49ead_500._disabled_49ead_315 ._actionButton_49ead_500{border:1px solid #cbd5e1!important;background:#f1f5f9!important;color:#cbd5e1!important;cursor:default!important}._actionButton_49ead_500{font-size:.75rem;text-transform:uppercase;font-weight:500;line-height:1.2;padding:2px 8px;border-radius:20px;margin-right:12px;cursor:pointer}._actionButton_49ead_500._transfer_49ead_517{border:1px solid #3b82f6;background:#dbeafe;color:#1e40af}._actionButton_49ead_500._missing_49ead_522{border:1px solid #f59e0b;background:#fef3c7;color:#b45309}._actionButton_49ead_500._damaged_49ead_527{border:1px solid #ef4444;background:#fee2e2;color:#b91c1c}._actionButton_49ead_500._warehouse_49ead_532{border:1px solid #64748b;background:#f1f5f9;color:#1e293b}._actionButton_49ead_500._warranty_49ead_537{border:1px solid #43e0f8;background:#ebfcff;color:#165964}._actionButton_49ead_500:disabled{opacity:.5;cursor:default}._authButtonsWrapper_1gm9o_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1gm9o_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1gm9o_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1gm9o_23{width:100%;margin-bottom:16px}._fieldWrapper_1gm9o_23:last-child{margin-bottom:0}._fieldLabel_1gm9o_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1gm9o_36{font-size:.75rem;margin-top:8px}._field_1gm9o_23{width:100%;position:relative}._fieldLabelNew_1gm9o_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1gm9o_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1gm9o_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1gm9o_52[type=password]{font-size:18px}._inputNew_1gm9o_52:focus,._inputNew_1gm9o_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1gm9o_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1gm9o_52:disabled::placeholder{color:#cbd5e1}._inputNew_1gm9o_52._error_1gm9o_7{border:1px solid #ef4444}._inputNew_1gm9o_52._error_1gm9o_7:focus,._inputNew_1gm9o_52._error_1gm9o_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1gm9o_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1gm9o_90{width:calc(50% - 8px)}._tableNavWrapper_1gm9o_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1gm9o_109{display:flex;align-items:center}._tableNavItem_1gm9o_114{margin:0 6px}._modalContent_1gm9o_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1gm9o_118._center_1gm9o_125{text-align:center;font-family:Inter}._modalContent_1gm9o_118._settings_1gm9o_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1gm9o_118._settingsIntegration_1gm9o_133,._modalContent_1gm9o_118._performanceTestModalContent_1gm9o_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1gm9o_118._monitoringReportContent_1gm9o_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1gm9o_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1gm9o_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1gm9o_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1gm9o_158:after,._modalLine_1gm9o_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1gm9o_158:before{left:-20px}._modalLine_1gm9o_158:after{right:-20px}._infoMessage_1gm9o_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1gm9o_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1gm9o_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1gm9o_196._buttonsAutoWidth_1gm9o_203{justify-content:flex-end}._modalFooter_1gm9o_196._buttonsAutoWidth_1gm9o_203 button,._modalFooter_1gm9o_196._buttonsAutoWidth_1gm9o_203 span{margin-left:12px}._fullWidthTitle_1gm9o_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1gm9o_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1gm9o_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1gm9o_230{padding:0 16px 15px}}._widgetHeader_1gm9o_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1gm9o_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1gm9o_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1gm9o_266{height:180px;display:flex;align-items:center}._widgetFooter_1gm9o_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1gm9o_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1gm9o_279:last-child{border:none}._widgetMainValue_1gm9o_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1gm9o_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1gm9o_303{font-size:.75rem;color:#64748b}._widgetLoader_1gm9o_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1gm9o_315{opacity:.5;cursor:default}._widgetAddress_1gm9o_320{font-size:.75rem;color:#64748b}._widgetTag_1gm9o_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1gm9o_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1gm9o_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1gm9o_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1gm9o_346._green_1gm9o_351:before,._chartValuesTitle_1gm9o_346._dark_1gm9o_351:before,._chartValuesTitle_1gm9o_346._blue_1gm9o_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1gm9o_346._green_1gm9o_351:before{background:#22c55e}._chartValuesTitle_1gm9o_346._dark_1gm9o_351:before{background:#475569}._chartValuesTitle_1gm9o_346._blue_1gm9o_351:before{background:#43e0f8}._topbar_1gm9o_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1gm9o_373._sticky_1gm9o_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1gm9o_391{display:inline-flex}._logo_1gm9o_391{max-width:110px}._menuWrapper_1gm9o_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1gm9o_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1gm9o_399._opened_1gm9o_417{display:flex}}._menuItem_1gm9o_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1gm9o_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1gm9o_422 ._menuIcon_1gm9o_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1gm9o_422 ._menuIconPerformance_1gm9o_448{fill:none}._menuItem_1gm9o_422 ._menuIconStroke_1gm9o_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1gm9o_422._active_1gm9o_456,._menuItem_1gm9o_422:hover{background:#fff;color:#52c2fd}._menuItem_1gm9o_422._active_1gm9o_456 ._menuIcon_1gm9o_443:not(._menuIconStroke_1gm9o_451,._menuIconPerformance_1gm9o_448),._menuItem_1gm9o_422:hover ._menuIcon_1gm9o_443:not(._menuIconStroke_1gm9o_451,._menuIconPerformance_1gm9o_448){fill:#52c2fd}._menuItem_1gm9o_422._active_1gm9o_456 ._menuIconPerformance_1gm9o_448 path,._menuItem_1gm9o_422:hover ._menuIconPerformance_1gm9o_448 path{stroke:#59a6fd}._menuItem_1gm9o_422._active_1gm9o_456 ._menuIconStroke_1gm9o_451:not(._menuIcon_1gm9o_443),._menuItem_1gm9o_422:hover ._menuIconStroke_1gm9o_451:not(._menuIcon_1gm9o_443){stroke:#52c2fd}._redDot_1gm9o_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1gm9o_485{display:flex;justify-content:center}._link_1gm9o_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderDetails_1gm9o_496{font-family:Inter;display:flex;flex-direction:column;gap:20px}._orderDetailsRow_1gm9o_503{display:flex;justify-content:space-between;gap:20px;flex-wrap:wrap}._orderDetailsItem_1gm9o_510{flex:1;min-width:150px}._orderDetailsLabel_1gm9o_515{display:block;font-size:.875rem;margin-bottom:4px;color:#64748b;font-weight:300}._orderDetailsValue_1gm9o_523{font-weight:400;display:block}._separator_1gm9o_528{height:1px;width:100%;margin:20px 0 15px;background:#e2e8f0}._deviceWrapper_1gm9o_535{display:flex;align-items:center;font-family:Inter}._deviceWrapper_1gm9o_535:before{display:block;content:url(/assets/device-O4Bbl98r.svg)}._deviceWrapper_1gm9o_535 svg{stroke:#64748b}._deviceQtyWrapper_1gm9o_548{padding-left:16px;margin-right:20px}._deviceName_1gm9o_553{display:block;font-weight:500;margin-bottom:4px}._deviceQty_1gm9o_548{display:block;font-size:.875rem;color:#64748b}._deviceQtyDelete_1gm9o_565{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;margin-left:auto}._orderNote_1gm9o_577{display:flex;gap:3px;font-size:14px;color:#0f172a;margin-top:8px;background-color:#ebfcff;padding:10px 25px 10px 12px;border-radius:10px;-webkit-user-select:none;user-select:none}._orderNote_1gm9o_577 svg{flex-shrink:0;width:18px;height:18px}._orderNote_1gm9o_577 svg path{fill:#2db2c8}._productTypeSelect_1gm9o_597{width:115px;overflow:hidden}._productTypeSelect_1gm9o_597 .static-select__indicators{display:none}._productTypeSelect_1gm9o_597 .static-select__control{width:200px;border:0!important;box-shadow:none!important}._productTypeSelect_1gm9o_597 .static-select__control:hover,._productTypeSelect_1gm9o_597 .static-select__control:focus{border:0}._addNewButtonWrapper_1gm9o_613{display:inline-block}._addNewButton_1gm9o_613{padding:0 6px 0 16px!important}._dropdownIndicator_1gm9o_621{width:17px;height:16px;margin-left:8px;vertical-align:middle;stroke:currentColor}._authButtonsWrapper_1v2qr_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1v2qr_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1v2qr_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1v2qr_23{width:100%;margin-bottom:16px}._fieldWrapper_1v2qr_23:last-child{margin-bottom:0}._fieldLabel_1v2qr_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1v2qr_36{font-size:.75rem;margin-top:8px}._field_1v2qr_23{width:100%;position:relative}._fieldLabelNew_1v2qr_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1v2qr_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1v2qr_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1v2qr_52[type=password]{font-size:18px}._inputNew_1v2qr_52:focus,._inputNew_1v2qr_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1v2qr_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1v2qr_52:disabled::placeholder{color:#cbd5e1}._inputNew_1v2qr_52._error_1v2qr_7{border:1px solid #ef4444}._inputNew_1v2qr_52._error_1v2qr_7:focus,._inputNew_1v2qr_52._error_1v2qr_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1v2qr_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1v2qr_90{width:calc(50% - 8px)}._tableNavWrapper_1v2qr_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1v2qr_109{display:flex;align-items:center}._tableNavItem_1v2qr_114{margin:0 6px}._modalContent_1v2qr_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1v2qr_118._center_1v2qr_125{text-align:center;font-family:Inter}._modalContent_1v2qr_118._settings_1v2qr_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1v2qr_118._settingsIntegration_1v2qr_133,._modalContent_1v2qr_118._performanceTestModalContent_1v2qr_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1v2qr_118._monitoringReportContent_1v2qr_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1v2qr_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1v2qr_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1v2qr_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1v2qr_158:after,._modalLine_1v2qr_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1v2qr_158:before{left:-20px}._modalLine_1v2qr_158:after{right:-20px}._infoMessage_1v2qr_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1v2qr_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1v2qr_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1v2qr_196._buttonsAutoWidth_1v2qr_203{justify-content:flex-end}._modalFooter_1v2qr_196._buttonsAutoWidth_1v2qr_203 button,._modalFooter_1v2qr_196._buttonsAutoWidth_1v2qr_203 span{margin-left:12px}._fullWidthTitle_1v2qr_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1v2qr_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1v2qr_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1v2qr_230{padding:0 16px 15px}}._widgetHeader_1v2qr_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1v2qr_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1v2qr_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1v2qr_266{height:180px;display:flex;align-items:center}._widgetFooter_1v2qr_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1v2qr_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1v2qr_279:last-child{border:none}._widgetMainValue_1v2qr_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1v2qr_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1v2qr_303{font-size:.75rem;color:#64748b}._widgetLoader_1v2qr_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1v2qr_315{opacity:.5;cursor:default}._widgetAddress_1v2qr_320{font-size:.75rem;color:#64748b}._widgetTag_1v2qr_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1v2qr_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1v2qr_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1v2qr_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1v2qr_346._green_1v2qr_351:before,._chartValuesTitle_1v2qr_346._dark_1v2qr_351:before,._chartValuesTitle_1v2qr_346._blue_1v2qr_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1v2qr_346._green_1v2qr_351:before{background:#22c55e}._chartValuesTitle_1v2qr_346._dark_1v2qr_351:before{background:#475569}._chartValuesTitle_1v2qr_346._blue_1v2qr_351:before{background:#43e0f8}._topbar_1v2qr_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1v2qr_373._sticky_1v2qr_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1v2qr_391{display:inline-flex}._logo_1v2qr_391{max-width:110px}._menuWrapper_1v2qr_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1v2qr_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1v2qr_399._opened_1v2qr_417{display:flex}}._menuItem_1v2qr_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1v2qr_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1v2qr_422 ._menuIcon_1v2qr_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1v2qr_422 ._menuIconPerformance_1v2qr_448{fill:none}._menuItem_1v2qr_422 ._menuIconStroke_1v2qr_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1v2qr_422._active_1v2qr_456,._menuItem_1v2qr_422:hover{background:#fff;color:#52c2fd}._menuItem_1v2qr_422._active_1v2qr_456 ._menuIcon_1v2qr_443:not(._menuIconStroke_1v2qr_451,._menuIconPerformance_1v2qr_448),._menuItem_1v2qr_422:hover ._menuIcon_1v2qr_443:not(._menuIconStroke_1v2qr_451,._menuIconPerformance_1v2qr_448){fill:#52c2fd}._menuItem_1v2qr_422._active_1v2qr_456 ._menuIconPerformance_1v2qr_448 path,._menuItem_1v2qr_422:hover ._menuIconPerformance_1v2qr_448 path{stroke:#59a6fd}._menuItem_1v2qr_422._active_1v2qr_456 ._menuIconStroke_1v2qr_451:not(._menuIcon_1v2qr_443),._menuItem_1v2qr_422:hover ._menuIconStroke_1v2qr_451:not(._menuIcon_1v2qr_443){stroke:#52c2fd}._redDot_1v2qr_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1v2qr_485{display:flex;justify-content:center}._link_1v2qr_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetsWrapper_1v2qr_223{flex-wrap:wrap}._ordersActionsWrapper_1v2qr_500{background-color:transparent}._ordersActionsWrapper_1v2qr_500 span{background-color:#f9fafc}._ordersActionsWrapper_1v2qr_500 span._deleteAction_1v2qr_506{background-color:#e2f8fc}._ordersActionsWrapper_1v2qr_500 span._deleteAction_1v2qr_506:hover svg path{stroke:#ef4444}._ordersActionsWrapper_1v2qr_500 span._denyAction_1v2qr_512{background-color:#e2f8fc}._ordersActionsWrapper_1v2qr_500 span._denyAction_1v2qr_512:hover svg path{fill:#ef4444;stroke:#e17a7a}._ordersActionsWrapper_1v2qr_500 span._editAction_1v2qr_519{background-color:#e2f8fc}._ordersActionsWrapper_1v2qr_500 span._editAction_1v2qr_519:hover{background-color:#d0edf2}._ordersActionsWrapper_1v2qr_500 span._editAction_1v2qr_519:hover svg path{stroke:#0f172a}._ordersActionsWrapper_1v2qr_500._singleItem_1v2qr_528 span{background-color:#f9fafc}._ordersActionsWrapper_1v2qr_500._singleItem_1v2qr_528 span:hover{background-color:#e2e8f0}._ordersActionsWrapper_1v2qr_500._singleItem_1v2qr_528 span:hover svg path{stroke:#0f172a}._ordersActionsWrapper_1v2qr_500._singleItem_1v2qr_528 span._deleteAction_1v2qr_506{background-color:#f9fafc}._ordersActionsWrapper_1v2qr_500._singleItem_1v2qr_528 span._deleteAction_1v2qr_506:hover svg path{stroke:#ef4444}._ordersActionsWrapper_1v2qr_500._singleItem_1v2qr_528 span._denyAction_1v2qr_512{background-color:#f9fafc}._ordersActionsWrapper_1v2qr_500._singleItem_1v2qr_528 span._denyAction_1v2qr_512:hover svg path{fill:#ef4444;stroke:#e17a7a}._authButtonsWrapper_dff5t_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_dff5t_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_dff5t_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_dff5t_23{width:100%;margin-bottom:16px}._fieldWrapper_dff5t_23:last-child{margin-bottom:0}._fieldLabel_dff5t_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_dff5t_36{font-size:.75rem;margin-top:8px}._field_dff5t_23{width:100%;position:relative}._fieldLabelNew_dff5t_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_dff5t_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_dff5t_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_dff5t_52[type=password]{font-size:18px}._inputNew_dff5t_52:focus,._inputNew_dff5t_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_dff5t_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_dff5t_52:disabled::placeholder{color:#cbd5e1}._inputNew_dff5t_52._error_dff5t_7{border:1px solid #ef4444}._inputNew_dff5t_52._error_dff5t_7:focus,._inputNew_dff5t_52._error_dff5t_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_dff5t_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_dff5t_90{width:calc(50% - 8px)}._tableNavWrapper_dff5t_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_dff5t_109{display:flex;align-items:center}._tableNavItem_dff5t_114{margin:0 6px}._modalContent_dff5t_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_dff5t_118._center_dff5t_125{text-align:center;font-family:Inter}._modalContent_dff5t_118._settings_dff5t_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_dff5t_118._settingsIntegration_dff5t_133,._modalContent_dff5t_118._performanceTestModalContent_dff5t_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_dff5t_118._monitoringReportContent_dff5t_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_dff5t_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_dff5t_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_dff5t_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_dff5t_158:after,._modalLine_dff5t_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_dff5t_158:before{left:-20px}._modalLine_dff5t_158:after{right:-20px}._infoMessage_dff5t_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_dff5t_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_dff5t_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_dff5t_196._buttonsAutoWidth_dff5t_203{justify-content:flex-end}._modalFooter_dff5t_196._buttonsAutoWidth_dff5t_203 button,._modalFooter_dff5t_196._buttonsAutoWidth_dff5t_203 span{margin-left:12px}._fullWidthTitle_dff5t_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_dff5t_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_dff5t_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_dff5t_230{padding:0 16px 15px}}._widgetHeader_dff5t_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_dff5t_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_dff5t_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_dff5t_266{height:180px;display:flex;align-items:center}._widgetFooter_dff5t_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_dff5t_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_dff5t_279:last-child{border:none}._widgetMainValue_dff5t_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_dff5t_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_dff5t_303{font-size:.75rem;color:#64748b}._widgetLoader_dff5t_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_dff5t_315{opacity:.5;cursor:default}._widgetAddress_dff5t_320{font-size:.75rem;color:#64748b}._widgetTag_dff5t_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_dff5t_333{font-weight:500;color:#0f172a}._chartValuesWrapper_dff5t_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_dff5t_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_dff5t_346._green_dff5t_351:before,._chartValuesTitle_dff5t_346._dark_dff5t_351:before,._chartValuesTitle_dff5t_346._blue_dff5t_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_dff5t_346._green_dff5t_351:before{background:#22c55e}._chartValuesTitle_dff5t_346._dark_dff5t_351:before{background:#475569}._chartValuesTitle_dff5t_346._blue_dff5t_351:before{background:#43e0f8}._topbar_dff5t_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_dff5t_373._sticky_dff5t_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_dff5t_391{display:inline-flex}._logo_dff5t_391{max-width:110px}._menuWrapper_dff5t_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_dff5t_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_dff5t_399._opened_dff5t_417{display:flex}}._menuItem_dff5t_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_dff5t_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_dff5t_422 ._menuIcon_dff5t_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_dff5t_422 ._menuIconPerformance_dff5t_448{fill:none}._menuItem_dff5t_422 ._menuIconStroke_dff5t_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_dff5t_422._active_dff5t_456,._menuItem_dff5t_422:hover{background:#fff;color:#52c2fd}._menuItem_dff5t_422._active_dff5t_456 ._menuIcon_dff5t_443:not(._menuIconStroke_dff5t_451,._menuIconPerformance_dff5t_448),._menuItem_dff5t_422:hover ._menuIcon_dff5t_443:not(._menuIconStroke_dff5t_451,._menuIconPerformance_dff5t_448){fill:#52c2fd}._menuItem_dff5t_422._active_dff5t_456 ._menuIconPerformance_dff5t_448 path,._menuItem_dff5t_422:hover ._menuIconPerformance_dff5t_448 path{stroke:#59a6fd}._menuItem_dff5t_422._active_dff5t_456 ._menuIconStroke_dff5t_451:not(._menuIcon_dff5t_443),._menuItem_dff5t_422:hover ._menuIconStroke_dff5t_451:not(._menuIcon_dff5t_443){stroke:#52c2fd}._redDot_dff5t_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_dff5t_485{display:flex;justify-content:center}._link_dff5t_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderDetails_dff5t_496{display:flex;justify-content:space-between;font-family:Inter}._orderDetailsItem_dff5t_502{width:33%}._orderDetailsLabel_dff5t_506{display:block;font-size:.875rem;margin-bottom:4px;color:#64748b}._orderDetailsValue_dff5t_513{font-weight:500;display:block}._separator_dff5t_518{height:1px;width:100%;margin:20px 0;background:#e2e8f0}._deviceWrapper_dff5t_525{display:flex;justify-content:space-between;align-items:center;font-family:Inter}._deviceWrapper_dff5t_525:before{display:block;content:url(/assets/device-O4Bbl98r.svg)}._deviceWrapper_dff5t_525 svg{stroke:#64748b}@media only screen and (max-width: 900px){._deviceWrapper_dff5t_525{flex-wrap:wrap}}._deviceQtyDelete_dff5t_544{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;margin-right:25px}._deviceQtyWrapper_dff5t_556{padding-left:16px;margin-right:20px}._deviceName_dff5t_561{display:block;font-weight:500;margin-bottom:4px}._deviceQty_dff5t_544{display:block;font-size:.875rem;color:#64748b}._orderInputWrapper_dff5t_573{display:inline-flex;align-items:center}._orderInput_dff5t_573{margin:0 4px;height:40px;width:64px;border-radius:10px;border:1px solid #cbd5e1;text-align:center;font-size:.875rem;font-family:Inter}._orderInput_dff5t_573::-webkit-outer-spin-button,._orderInput_dff5t_573::-webkit-inner-spin-button{appearance:none}._orderInputButton_dff5t_592{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer}._orderNote_dff5t_603{font-size:.75rem;color:#64748b;margin-top:20px}._orderNote_dff5t_603:before{content:"*";color:#42e8ff}._authButtonsWrapper_bv9re_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_bv9re_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_bv9re_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_bv9re_23{width:100%;margin-bottom:16px}._fieldWrapper_bv9re_23:last-child{margin-bottom:0}._fieldLabel_bv9re_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_bv9re_36{font-size:.75rem;margin-top:8px}._field_bv9re_23{width:100%;position:relative}._fieldLabelNew_bv9re_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_bv9re_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_bv9re_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_bv9re_52[type=password]{font-size:18px}._inputNew_bv9re_52:focus,._inputNew_bv9re_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_bv9re_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_bv9re_52:disabled::placeholder{color:#cbd5e1}._inputNew_bv9re_52._error_bv9re_7{border:1px solid #ef4444}._inputNew_bv9re_52._error_bv9re_7:focus,._inputNew_bv9re_52._error_bv9re_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_bv9re_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_bv9re_90{width:calc(50% - 8px)}._tableNavWrapper_bv9re_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_bv9re_109{display:flex;align-items:center}._tableNavItem_bv9re_114{margin:0 6px}._modalContent_bv9re_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_bv9re_118._center_bv9re_125{text-align:center;font-family:Inter}._modalContent_bv9re_118._settings_bv9re_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_bv9re_118._settingsIntegration_bv9re_133,._modalContent_bv9re_118._performanceTestModalContent_bv9re_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_bv9re_118._monitoringReportContent_bv9re_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_bv9re_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_bv9re_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_bv9re_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_bv9re_158:after,._modalLine_bv9re_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_bv9re_158:before{left:-20px}._modalLine_bv9re_158:after{right:-20px}._infoMessage_bv9re_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_bv9re_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_bv9re_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_bv9re_196._buttonsAutoWidth_bv9re_203{justify-content:flex-end}._modalFooter_bv9re_196._buttonsAutoWidth_bv9re_203 button,._modalFooter_bv9re_196._buttonsAutoWidth_bv9re_203 span{margin-left:12px}._fullWidthTitle_bv9re_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_bv9re_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_bv9re_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_bv9re_230{padding:0 16px 15px}}._widgetHeader_bv9re_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_bv9re_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_bv9re_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_bv9re_266{height:180px;display:flex;align-items:center}._widgetFooter_bv9re_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_bv9re_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_bv9re_279:last-child{border:none}._widgetMainValue_bv9re_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_bv9re_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_bv9re_303{font-size:.75rem;color:#64748b}._widgetLoader_bv9re_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_bv9re_315{opacity:.5;cursor:default}._widgetAddress_bv9re_320{font-size:.75rem;color:#64748b}._widgetTag_bv9re_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_bv9re_333{font-weight:500;color:#0f172a}._chartValuesWrapper_bv9re_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_bv9re_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_bv9re_346._green_bv9re_351:before,._chartValuesTitle_bv9re_346._dark_bv9re_351:before,._chartValuesTitle_bv9re_346._blue_bv9re_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_bv9re_346._green_bv9re_351:before{background:#22c55e}._chartValuesTitle_bv9re_346._dark_bv9re_351:before{background:#475569}._chartValuesTitle_bv9re_346._blue_bv9re_351:before{background:#43e0f8}._topbar_bv9re_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_bv9re_373._sticky_bv9re_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_bv9re_391{display:inline-flex}._logo_bv9re_391{max-width:110px}._menuWrapper_bv9re_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_bv9re_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_bv9re_399._opened_bv9re_417{display:flex}}._menuItem_bv9re_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_bv9re_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_bv9re_422 ._menuIcon_bv9re_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_bv9re_422 ._menuIconPerformance_bv9re_448{fill:none}._menuItem_bv9re_422 ._menuIconStroke_bv9re_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_bv9re_422._active_bv9re_456,._menuItem_bv9re_422:hover{background:#fff;color:#52c2fd}._menuItem_bv9re_422._active_bv9re_456 ._menuIcon_bv9re_443:not(._menuIconStroke_bv9re_451,._menuIconPerformance_bv9re_448),._menuItem_bv9re_422:hover ._menuIcon_bv9re_443:not(._menuIconStroke_bv9re_451,._menuIconPerformance_bv9re_448){fill:#52c2fd}._menuItem_bv9re_422._active_bv9re_456 ._menuIconPerformance_bv9re_448 path,._menuItem_bv9re_422:hover ._menuIconPerformance_bv9re_448 path{stroke:#59a6fd}._menuItem_bv9re_422._active_bv9re_456 ._menuIconStroke_bv9re_451:not(._menuIcon_bv9re_443),._menuItem_bv9re_422:hover ._menuIconStroke_bv9re_451:not(._menuIcon_bv9re_443){stroke:#52c2fd}._redDot_bv9re_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_bv9re_485{display:flex;justify-content:center}._link_bv9re_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderDetails_bv9re_496{font-family:Inter;display:flex;flex-direction:column;gap:20px}._orderDetailsRow_bv9re_503{display:flex;justify-content:space-between;gap:20px}._orderDetailsItem_bv9re_509{width:100%}._orderDetailsLabel_bv9re_513{display:block;font-size:.875rem;margin-bottom:4px;color:#64748b}._orderDetailsValue_bv9re_520{font-weight:500;display:block}._separator_bv9re_525{height:1px;width:100%;margin:20px 0;background:#e2e8f0}._deviceWrapper_bv9re_532{display:flex;align-items:center;font-family:Inter}._deviceWrapper_bv9re_532:before{display:block;content:url(/assets/device-O4Bbl98r.svg)}._deviceWrapper_bv9re_532 svg{stroke:#64748b}._deviceQtyWrapper_bv9re_545{padding-left:16px;margin-right:20px}._deviceName_bv9re_550{display:block;font-weight:500;margin-bottom:4px}._deviceQty_bv9re_545{display:block;font-size:.875rem;color:#64748b}._deviceQtyDelete_bv9re_562{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer;margin-left:auto}._orderNote_bv9re_574{font-size:.75rem;color:#64748b;margin-top:20px}._orderNote_bv9re_574:before{content:"*";color:#42e8ff}._authButtonsWrapper_15w6q_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_15w6q_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_15w6q_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_15w6q_23{width:100%;margin-bottom:16px}._fieldWrapper_15w6q_23:last-child{margin-bottom:0}._fieldLabel_15w6q_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_15w6q_36{font-size:.75rem;margin-top:8px}._field_15w6q_23{width:100%;position:relative}._fieldLabelNew_15w6q_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_15w6q_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_15w6q_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_15w6q_52[type=password]{font-size:18px}._inputNew_15w6q_52:focus,._inputNew_15w6q_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_15w6q_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_15w6q_52:disabled::placeholder{color:#cbd5e1}._inputNew_15w6q_52._error_15w6q_7{border:1px solid #ef4444}._inputNew_15w6q_52._error_15w6q_7:focus,._inputNew_15w6q_52._error_15w6q_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_15w6q_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_15w6q_90{width:calc(50% - 8px)}._tableNavWrapper_15w6q_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_15w6q_109{display:flex;align-items:center}._tableNavItem_15w6q_114{margin:0 6px}._modalContent_15w6q_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_15w6q_118._center_15w6q_125{text-align:center;font-family:Inter}._modalContent_15w6q_118._settings_15w6q_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_15w6q_118._settingsIntegration_15w6q_133,._modalContent_15w6q_118._performanceTestModalContent_15w6q_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_15w6q_118._monitoringReportContent_15w6q_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_15w6q_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_15w6q_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_15w6q_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_15w6q_158:after,._modalLine_15w6q_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_15w6q_158:before{left:-20px}._modalLine_15w6q_158:after{right:-20px}._infoMessage_15w6q_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_15w6q_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_15w6q_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_15w6q_196._buttonsAutoWidth_15w6q_203{justify-content:flex-end}._modalFooter_15w6q_196._buttonsAutoWidth_15w6q_203 button,._modalFooter_15w6q_196._buttonsAutoWidth_15w6q_203 span{margin-left:12px}._fullWidthTitle_15w6q_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_15w6q_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_15w6q_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_15w6q_230{padding:0 16px 15px}}._widgetHeader_15w6q_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_15w6q_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_15w6q_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_15w6q_266{height:180px;display:flex;align-items:center}._widgetFooter_15w6q_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_15w6q_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_15w6q_279:last-child{border:none}._widgetMainValue_15w6q_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_15w6q_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_15w6q_303{font-size:.75rem;color:#64748b}._widgetLoader_15w6q_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_15w6q_315{opacity:.5;cursor:default}._widgetAddress_15w6q_320{font-size:.75rem;color:#64748b}._widgetTag_15w6q_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_15w6q_333{font-weight:500;color:#0f172a}._chartValuesWrapper_15w6q_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_15w6q_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_15w6q_346._green_15w6q_351:before,._chartValuesTitle_15w6q_346._dark_15w6q_351:before,._chartValuesTitle_15w6q_346._blue_15w6q_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_15w6q_346._green_15w6q_351:before{background:#22c55e}._chartValuesTitle_15w6q_346._dark_15w6q_351:before{background:#475569}._chartValuesTitle_15w6q_346._blue_15w6q_351:before{background:#43e0f8}._topbar_15w6q_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_15w6q_373._sticky_15w6q_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_15w6q_391{display:inline-flex}._logo_15w6q_391{max-width:110px}._menuWrapper_15w6q_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_15w6q_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_15w6q_399._opened_15w6q_417{display:flex}}._menuItem_15w6q_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_15w6q_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_15w6q_422 ._menuIcon_15w6q_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_15w6q_422 ._menuIconPerformance_15w6q_448{fill:none}._menuItem_15w6q_422 ._menuIconStroke_15w6q_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_15w6q_422._active_15w6q_456,._menuItem_15w6q_422:hover{background:#fff;color:#52c2fd}._menuItem_15w6q_422._active_15w6q_456 ._menuIcon_15w6q_443:not(._menuIconStroke_15w6q_451,._menuIconPerformance_15w6q_448),._menuItem_15w6q_422:hover ._menuIcon_15w6q_443:not(._menuIconStroke_15w6q_451,._menuIconPerformance_15w6q_448){fill:#52c2fd}._menuItem_15w6q_422._active_15w6q_456 ._menuIconPerformance_15w6q_448 path,._menuItem_15w6q_422:hover ._menuIconPerformance_15w6q_448 path{stroke:#59a6fd}._menuItem_15w6q_422._active_15w6q_456 ._menuIconStroke_15w6q_451:not(._menuIcon_15w6q_443),._menuItem_15w6q_422:hover ._menuIconStroke_15w6q_451:not(._menuIcon_15w6q_443){stroke:#52c2fd}._redDot_15w6q_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_15w6q_485{display:flex;justify-content:center}._link_15w6q_490{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1200px){._widgetsWrapper_15w6q_223{flex-wrap:wrap}}._authButtonsWrapper_1wk9o_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1wk9o_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1wk9o_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1wk9o_23{width:100%;margin-bottom:16px}._fieldWrapper_1wk9o_23:last-child{margin-bottom:0}._fieldLabel_1wk9o_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1wk9o_36{font-size:.75rem;margin-top:8px}._field_1wk9o_23{width:100%;position:relative}._fieldLabelNew_1wk9o_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1wk9o_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1wk9o_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1wk9o_52[type=password]{font-size:18px}._inputNew_1wk9o_52:focus,._inputNew_1wk9o_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1wk9o_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1wk9o_52:disabled::placeholder{color:#cbd5e1}._inputNew_1wk9o_52._error_1wk9o_7{border:1px solid #ef4444}._inputNew_1wk9o_52._error_1wk9o_7:focus,._inputNew_1wk9o_52._error_1wk9o_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1wk9o_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1wk9o_90{width:calc(50% - 8px)}._tableNavWrapper_1wk9o_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1wk9o_109{display:flex;align-items:center}._tableNavItem_1wk9o_114{margin:0 6px}._modalContent_1wk9o_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1wk9o_118._center_1wk9o_125{text-align:center;font-family:Inter}._modalContent_1wk9o_118._settings_1wk9o_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1wk9o_118._settingsIntegration_1wk9o_133,._modalContent_1wk9o_118._performanceTestModalContent_1wk9o_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1wk9o_118._monitoringReportContent_1wk9o_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1wk9o_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1wk9o_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1wk9o_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1wk9o_158:after,._modalLine_1wk9o_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1wk9o_158:before{left:-20px}._modalLine_1wk9o_158:after{right:-20px}._infoMessage_1wk9o_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1wk9o_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1wk9o_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1wk9o_196._buttonsAutoWidth_1wk9o_203{justify-content:flex-end}._modalFooter_1wk9o_196._buttonsAutoWidth_1wk9o_203 button,._modalFooter_1wk9o_196._buttonsAutoWidth_1wk9o_203 span{margin-left:12px}._fullWidthTitle_1wk9o_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1wk9o_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1wk9o_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1wk9o_230{padding:0 16px 15px}}._widgetHeader_1wk9o_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1wk9o_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1wk9o_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1wk9o_266{height:180px;display:flex;align-items:center}._widgetFooter_1wk9o_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1wk9o_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1wk9o_279:last-child{border:none}._widgetMainValue_1wk9o_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1wk9o_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1wk9o_303{font-size:.75rem;color:#64748b}._widgetLoader_1wk9o_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1wk9o_315{opacity:.5;cursor:default}._widgetAddress_1wk9o_320{font-size:.75rem;color:#64748b}._widgetTag_1wk9o_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1wk9o_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1wk9o_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1wk9o_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1wk9o_346._green_1wk9o_351:before,._chartValuesTitle_1wk9o_346._dark_1wk9o_351:before,._chartValuesTitle_1wk9o_346._blue_1wk9o_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1wk9o_346._green_1wk9o_351:before{background:#22c55e}._chartValuesTitle_1wk9o_346._dark_1wk9o_351:before{background:#475569}._chartValuesTitle_1wk9o_346._blue_1wk9o_351:before{background:#43e0f8}._topbar_1wk9o_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1wk9o_373._sticky_1wk9o_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1wk9o_391{display:inline-flex}._logo_1wk9o_391{max-width:110px}._menuWrapper_1wk9o_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1wk9o_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1wk9o_399._opened_1wk9o_417{display:flex}}._menuItem_1wk9o_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1wk9o_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1wk9o_422 ._menuIcon_1wk9o_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1wk9o_422 ._menuIconPerformance_1wk9o_448{fill:none}._menuItem_1wk9o_422 ._menuIconStroke_1wk9o_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1wk9o_422._active_1wk9o_456,._menuItem_1wk9o_422:hover{background:#fff;color:#52c2fd}._menuItem_1wk9o_422._active_1wk9o_456 ._menuIcon_1wk9o_443:not(._menuIconStroke_1wk9o_451,._menuIconPerformance_1wk9o_448),._menuItem_1wk9o_422:hover ._menuIcon_1wk9o_443:not(._menuIconStroke_1wk9o_451,._menuIconPerformance_1wk9o_448){fill:#52c2fd}._menuItem_1wk9o_422._active_1wk9o_456 ._menuIconPerformance_1wk9o_448 path,._menuItem_1wk9o_422:hover ._menuIconPerformance_1wk9o_448 path{stroke:#59a6fd}._menuItem_1wk9o_422._active_1wk9o_456 ._menuIconStroke_1wk9o_451:not(._menuIcon_1wk9o_443),._menuItem_1wk9o_422:hover ._menuIconStroke_1wk9o_451:not(._menuIcon_1wk9o_443){stroke:#52c2fd}._redDot_1wk9o_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1wk9o_485{display:flex;justify-content:center}._link_1wk9o_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._fileWrapper_1wk9o_496{display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;min-height:76px;border-radius:10px;border:1px dashed #e2e8f0;width:100%;cursor:pointer;background:#f8fafc}._dragging_1wk9o_510{background-color:#b8f6b8;cursor:grabbing}._inputFile_1wk9o_515{display:none}._labelText_1wk9o_519{font-family:Inter;font-size:.875rem;width:100%;text-align:center;color:#64748b}._labelText_1wk9o_519 span{color:#43e0f8}._icon_1wk9o_530{margin-bottom:16px}._uploadedImage_1wk9o_534{max-width:80%;max-height:100px}._fileNameWrapper_1wk9o_539{border-radius:8px;border:1px solid #e2e8f0;padding:8px 12px;font-size:.75rem;font-weight:500;margin-top:8px;display:flex;flex-wrap:wrap;align-items:center;position:relative}._fileName_1wk9o_539{padding-left:4px;max-width:calc(100% - 30px)}._clearFile_1wk9o_557{position:absolute;right:8px;cursor:pointer}._authButtonsWrapper_f893l_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_f893l_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_f893l_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_f893l_23{width:100%;margin-bottom:16px}._fieldWrapper_f893l_23:last-child{margin-bottom:0}._fieldLabel_f893l_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_f893l_36{font-size:.75rem;margin-top:8px}._field_f893l_23{width:100%;position:relative}._fieldLabelNew_f893l_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_f893l_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_f893l_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_f893l_52[type=password]{font-size:18px}._inputNew_f893l_52:focus,._inputNew_f893l_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_f893l_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_f893l_52:disabled::placeholder{color:#cbd5e1}._inputNew_f893l_52._error_f893l_7{border:1px solid #ef4444}._inputNew_f893l_52._error_f893l_7:focus,._inputNew_f893l_52._error_f893l_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_f893l_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_f893l_90{width:calc(50% - 8px)}._tableNavWrapper_f893l_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_f893l_109{display:flex;align-items:center}._tableNavItem_f893l_114{margin:0 6px}._modalContent_f893l_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_f893l_118._center_f893l_125{text-align:center;font-family:Inter}._modalContent_f893l_118._settings_f893l_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_f893l_118._settingsIntegration_f893l_133,._modalContent_f893l_118._performanceTestModalContent_f893l_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_f893l_118._monitoringReportContent_f893l_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_f893l_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_f893l_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_f893l_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_f893l_158:after,._modalLine_f893l_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_f893l_158:before{left:-20px}._modalLine_f893l_158:after{right:-20px}._infoMessage_f893l_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_f893l_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_f893l_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_f893l_196._buttonsAutoWidth_f893l_203{justify-content:flex-end}._modalFooter_f893l_196._buttonsAutoWidth_f893l_203 button,._modalFooter_f893l_196._buttonsAutoWidth_f893l_203 span{margin-left:12px}._fullWidthTitle_f893l_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_f893l_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_f893l_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_f893l_230{padding:0 16px 15px}}._widgetHeader_f893l_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_f893l_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_f893l_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_f893l_266{height:180px;display:flex;align-items:center}._widgetFooter_f893l_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_f893l_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_f893l_279:last-child{border:none}._widgetMainValue_f893l_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_f893l_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_f893l_303{font-size:.75rem;color:#64748b}._widgetLoader_f893l_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_f893l_315{opacity:.5;cursor:default}._widgetAddress_f893l_320{font-size:.75rem;color:#64748b}._widgetTag_f893l_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_f893l_333{font-weight:500;color:#0f172a}._chartValuesWrapper_f893l_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_f893l_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_f893l_346._green_f893l_351:before,._chartValuesTitle_f893l_346._dark_f893l_351:before,._chartValuesTitle_f893l_346._blue_f893l_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_f893l_346._green_f893l_351:before{background:#22c55e}._chartValuesTitle_f893l_346._dark_f893l_351:before{background:#475569}._chartValuesTitle_f893l_346._blue_f893l_351:before{background:#43e0f8}._topbar_f893l_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_f893l_373._sticky_f893l_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_f893l_391{display:inline-flex}._logo_f893l_391{max-width:110px}._menuWrapper_f893l_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_f893l_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_f893l_399._opened_f893l_417{display:flex}}._menuItem_f893l_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_f893l_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_f893l_422 ._menuIcon_f893l_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_f893l_422 ._menuIconPerformance_f893l_448{fill:none}._menuItem_f893l_422 ._menuIconStroke_f893l_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_f893l_422._active_f893l_456,._menuItem_f893l_422:hover{background:#fff;color:#52c2fd}._menuItem_f893l_422._active_f893l_456 ._menuIcon_f893l_443:not(._menuIconStroke_f893l_451,._menuIconPerformance_f893l_448),._menuItem_f893l_422:hover ._menuIcon_f893l_443:not(._menuIconStroke_f893l_451,._menuIconPerformance_f893l_448){fill:#52c2fd}._menuItem_f893l_422._active_f893l_456 ._menuIconPerformance_f893l_448 path,._menuItem_f893l_422:hover ._menuIconPerformance_f893l_448 path{stroke:#59a6fd}._menuItem_f893l_422._active_f893l_456 ._menuIconStroke_f893l_451:not(._menuIcon_f893l_443),._menuItem_f893l_422:hover ._menuIconStroke_f893l_451:not(._menuIcon_f893l_443){stroke:#52c2fd}._redDot_f893l_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_f893l_485{display:flex;justify-content:center}._link_f893l_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._inputWrapper_f893l_496{display:flex;margin-bottom:16px}._inputWrapper_f893l_496:last-child{margin-bottom:0}._inputNumber_f893l_504{font-size:.875rem;color:#64748b;min-width:25px;text-align:center;height:20px;border-right:1px solid #e2e8f0;margin-right:8px;margin-top:10px;line-height:1.4}._inputSN_f893l_516{flex-shrink:3;margin-bottom:0}._clearButton_f893l_521{width:40px;height:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;border-radius:8px;border:1px solid #e2e8f0;margin-left:8px}._authButtonsWrapper_9zy2z_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_9zy2z_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_9zy2z_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_9zy2z_23{width:100%;margin-bottom:16px}._fieldWrapper_9zy2z_23:last-child{margin-bottom:0}._fieldLabel_9zy2z_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_9zy2z_36{font-size:.75rem;margin-top:8px}._field_9zy2z_23{width:100%;position:relative}._fieldLabelNew_9zy2z_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_9zy2z_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_9zy2z_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_9zy2z_52[type=password]{font-size:18px}._inputNew_9zy2z_52:focus,._inputNew_9zy2z_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_9zy2z_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_9zy2z_52:disabled::placeholder{color:#cbd5e1}._inputNew_9zy2z_52._error_9zy2z_7{border:1px solid #ef4444}._inputNew_9zy2z_52._error_9zy2z_7:focus,._inputNew_9zy2z_52._error_9zy2z_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_9zy2z_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_9zy2z_90{width:calc(50% - 8px)}._tableNavWrapper_9zy2z_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_9zy2z_109{display:flex;align-items:center}._tableNavItem_9zy2z_114{margin:0 6px}._modalContent_9zy2z_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_9zy2z_118._center_9zy2z_125{text-align:center;font-family:Inter}._modalContent_9zy2z_118._settings_9zy2z_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_9zy2z_118._settingsIntegration_9zy2z_133,._modalContent_9zy2z_118._performanceTestModalContent_9zy2z_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_9zy2z_118._monitoringReportContent_9zy2z_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_9zy2z_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_9zy2z_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_9zy2z_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_9zy2z_158:after,._modalLine_9zy2z_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_9zy2z_158:before{left:-20px}._modalLine_9zy2z_158:after{right:-20px}._infoMessage_9zy2z_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_9zy2z_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_9zy2z_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_9zy2z_196._buttonsAutoWidth_9zy2z_203{justify-content:flex-end}._modalFooter_9zy2z_196._buttonsAutoWidth_9zy2z_203 button,._modalFooter_9zy2z_196._buttonsAutoWidth_9zy2z_203 span{margin-left:12px}._fullWidthTitle_9zy2z_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_9zy2z_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_9zy2z_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_9zy2z_230{padding:0 16px 15px}}._widgetHeader_9zy2z_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_9zy2z_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_9zy2z_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_9zy2z_266{height:180px;display:flex;align-items:center}._widgetFooter_9zy2z_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_9zy2z_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_9zy2z_279:last-child{border:none}._widgetMainValue_9zy2z_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_9zy2z_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_9zy2z_303{font-size:.75rem;color:#64748b}._widgetLoader_9zy2z_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_9zy2z_315{opacity:.5;cursor:default}._widgetAddress_9zy2z_320{font-size:.75rem;color:#64748b}._widgetTag_9zy2z_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_9zy2z_333{font-weight:500;color:#0f172a}._chartValuesWrapper_9zy2z_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_9zy2z_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_9zy2z_346._green_9zy2z_351:before,._chartValuesTitle_9zy2z_346._dark_9zy2z_351:before,._chartValuesTitle_9zy2z_346._blue_9zy2z_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_9zy2z_346._green_9zy2z_351:before{background:#22c55e}._chartValuesTitle_9zy2z_346._dark_9zy2z_351:before{background:#475569}._chartValuesTitle_9zy2z_346._blue_9zy2z_351:before{background:#43e0f8}._topbar_9zy2z_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_9zy2z_373._sticky_9zy2z_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_9zy2z_391{display:inline-flex}._logo_9zy2z_391{max-width:110px}._menuWrapper_9zy2z_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_9zy2z_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_9zy2z_399._opened_9zy2z_417{display:flex}}._menuItem_9zy2z_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_9zy2z_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_9zy2z_422 ._menuIcon_9zy2z_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_9zy2z_422 ._menuIconPerformance_9zy2z_448{fill:none}._menuItem_9zy2z_422 ._menuIconStroke_9zy2z_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_9zy2z_422._active_9zy2z_456,._menuItem_9zy2z_422:hover{background:#fff;color:#52c2fd}._menuItem_9zy2z_422._active_9zy2z_456 ._menuIcon_9zy2z_443:not(._menuIconStroke_9zy2z_451,._menuIconPerformance_9zy2z_448),._menuItem_9zy2z_422:hover ._menuIcon_9zy2z_443:not(._menuIconStroke_9zy2z_451,._menuIconPerformance_9zy2z_448){fill:#52c2fd}._menuItem_9zy2z_422._active_9zy2z_456 ._menuIconPerformance_9zy2z_448 path,._menuItem_9zy2z_422:hover ._menuIconPerformance_9zy2z_448 path{stroke:#59a6fd}._menuItem_9zy2z_422._active_9zy2z_456 ._menuIconStroke_9zy2z_451:not(._menuIcon_9zy2z_443),._menuItem_9zy2z_422:hover ._menuIconStroke_9zy2z_451:not(._menuIcon_9zy2z_443){stroke:#52c2fd}._redDot_9zy2z_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_9zy2z_485{display:flex;justify-content:center}._link_9zy2z_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._dataWrapper_9zy2z_496{display:flex;margin-bottom:16px}._dataItem_9zy2z_501{width:50%}._dataItemTitle_9zy2z_505{font-size:.875rem;color:#64748b;margin-bottom:8px}._dataItemText_9zy2z_511{font-weight:500}._line_9zy2z_515{width:100%;height:1px;background:#e2e8f0;margin-bottom:16px}._inputFileWrapper_9zy2z_522{position:relative;margin-bottom:16px}._spinnerWrapper_9zy2z_527{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_9zy2z_534{max-width:100%}._authButtonsWrapper_9ul4s_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_9ul4s_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_9ul4s_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_9ul4s_23{width:100%;margin-bottom:16px}._fieldWrapper_9ul4s_23:last-child{margin-bottom:0}._fieldLabel_9ul4s_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_9ul4s_36{font-size:.75rem;margin-top:8px}._field_9ul4s_23{width:100%;position:relative}._fieldLabelNew_9ul4s_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_9ul4s_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_9ul4s_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_9ul4s_52[type=password]{font-size:18px}._inputNew_9ul4s_52:focus,._inputNew_9ul4s_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_9ul4s_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_9ul4s_52:disabled::placeholder{color:#cbd5e1}._inputNew_9ul4s_52._error_9ul4s_7{border:1px solid #ef4444}._inputNew_9ul4s_52._error_9ul4s_7:focus,._inputNew_9ul4s_52._error_9ul4s_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_9ul4s_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_9ul4s_90{width:calc(50% - 8px)}._tableNavWrapper_9ul4s_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_9ul4s_109{display:flex;align-items:center}._tableNavItem_9ul4s_114{margin:0 6px}._modalContent_9ul4s_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_9ul4s_118._center_9ul4s_125{text-align:center;font-family:Inter}._modalContent_9ul4s_118._settings_9ul4s_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_9ul4s_118._settingsIntegration_9ul4s_133,._modalContent_9ul4s_118._performanceTestModalContent_9ul4s_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_9ul4s_118._monitoringReportContent_9ul4s_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_9ul4s_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_9ul4s_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_9ul4s_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_9ul4s_158:after,._modalLine_9ul4s_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_9ul4s_158:before{left:-20px}._modalLine_9ul4s_158:after{right:-20px}._infoMessage_9ul4s_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_9ul4s_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_9ul4s_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_9ul4s_196._buttonsAutoWidth_9ul4s_203{justify-content:flex-end}._modalFooter_9ul4s_196._buttonsAutoWidth_9ul4s_203 button,._modalFooter_9ul4s_196._buttonsAutoWidth_9ul4s_203 span{margin-left:12px}._fullWidthTitle_9ul4s_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_9ul4s_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_9ul4s_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_9ul4s_230{padding:0 16px 15px}}._widgetHeader_9ul4s_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_9ul4s_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_9ul4s_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_9ul4s_266{height:180px;display:flex;align-items:center}._widgetFooter_9ul4s_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_9ul4s_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_9ul4s_279:last-child{border:none}._widgetMainValue_9ul4s_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_9ul4s_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_9ul4s_303{font-size:.75rem;color:#64748b}._widgetLoader_9ul4s_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_9ul4s_315{opacity:.5;cursor:default}._widgetAddress_9ul4s_320{font-size:.75rem;color:#64748b}._widgetTag_9ul4s_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_9ul4s_333{font-weight:500;color:#0f172a}._chartValuesWrapper_9ul4s_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_9ul4s_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_9ul4s_346._green_9ul4s_351:before,._chartValuesTitle_9ul4s_346._dark_9ul4s_351:before,._chartValuesTitle_9ul4s_346._blue_9ul4s_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_9ul4s_346._green_9ul4s_351:before{background:#22c55e}._chartValuesTitle_9ul4s_346._dark_9ul4s_351:before{background:#475569}._chartValuesTitle_9ul4s_346._blue_9ul4s_351:before{background:#43e0f8}._topbar_9ul4s_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_9ul4s_373._sticky_9ul4s_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_9ul4s_391{display:inline-flex}._logo_9ul4s_391{max-width:110px}._menuWrapper_9ul4s_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_9ul4s_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_9ul4s_399._opened_9ul4s_417{display:flex}}._menuItem_9ul4s_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_9ul4s_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_9ul4s_422 ._menuIcon_9ul4s_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_9ul4s_422 ._menuIconPerformance_9ul4s_448{fill:none}._menuItem_9ul4s_422 ._menuIconStroke_9ul4s_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_9ul4s_422._active_9ul4s_456,._menuItem_9ul4s_422:hover{background:#fff;color:#52c2fd}._menuItem_9ul4s_422._active_9ul4s_456 ._menuIcon_9ul4s_443:not(._menuIconStroke_9ul4s_451,._menuIconPerformance_9ul4s_448),._menuItem_9ul4s_422:hover ._menuIcon_9ul4s_443:not(._menuIconStroke_9ul4s_451,._menuIconPerformance_9ul4s_448){fill:#52c2fd}._menuItem_9ul4s_422._active_9ul4s_456 ._menuIconPerformance_9ul4s_448 path,._menuItem_9ul4s_422:hover ._menuIconPerformance_9ul4s_448 path{stroke:#59a6fd}._menuItem_9ul4s_422._active_9ul4s_456 ._menuIconStroke_9ul4s_451:not(._menuIcon_9ul4s_443),._menuItem_9ul4s_422:hover ._menuIconStroke_9ul4s_451:not(._menuIcon_9ul4s_443){stroke:#52c2fd}._redDot_9ul4s_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_9ul4s_485{display:flex;justify-content:center}._link_9ul4s_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._valueNote_9ul4s_496{font-size:12px;font-weight:400;color:#64748b}._devicesWrapper_9ul4s_502{width:100%;max-width:920px;min-height:240px}._valueNote_9ul4s_496{font-size:.75rem;color:#64748b;display:inline-flex;align-items:center}._valueNote_9ul4s_496:before{display:inline-flex;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._valueNote_9ul4s_496._green_9ul4s_351:before{background-color:#4ade80}._valueNote_9ul4s_496._yellow_9ul4s_525:before{background-color:#fde047}._valueNote_9ul4s_496._red_9ul4s_470:before{background-color:#ef4444}._valueNote_9ul4s_496._turquoise_9ul4s_531:before{background-color:#43e0f8}._valueNote_9ul4s_496._purple_9ul4s_534:before{background-color:#a855f7}._devicesFooter_9ul4s_538{margin-top:16px}._authButtonsWrapper_fq0f6_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_fq0f6_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_fq0f6_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_fq0f6_23{width:100%;margin-bottom:16px}._fieldWrapper_fq0f6_23:last-child{margin-bottom:0}._fieldLabel_fq0f6_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_fq0f6_36{font-size:.75rem;margin-top:8px}._field_fq0f6_23{width:100%;position:relative}._fieldLabelNew_fq0f6_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_fq0f6_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_fq0f6_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_fq0f6_52[type=password]{font-size:18px}._inputNew_fq0f6_52:focus,._inputNew_fq0f6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_fq0f6_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_fq0f6_52:disabled::placeholder{color:#cbd5e1}._inputNew_fq0f6_52._error_fq0f6_7{border:1px solid #ef4444}._inputNew_fq0f6_52._error_fq0f6_7:focus,._inputNew_fq0f6_52._error_fq0f6_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_fq0f6_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_fq0f6_90{width:calc(50% - 8px)}._tableNavWrapper_fq0f6_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_fq0f6_109{display:flex;align-items:center}._tableNavItem_fq0f6_114{margin:0 6px}._modalContent_fq0f6_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_fq0f6_118._center_fq0f6_125{text-align:center;font-family:Inter}._modalContent_fq0f6_118._settings_fq0f6_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_fq0f6_118._settingsIntegration_fq0f6_133,._modalContent_fq0f6_118._performanceTestModalContent_fq0f6_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_fq0f6_118._monitoringReportContent_fq0f6_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_fq0f6_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_fq0f6_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_fq0f6_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_fq0f6_158:after,._modalLine_fq0f6_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_fq0f6_158:before{left:-20px}._modalLine_fq0f6_158:after{right:-20px}._infoMessage_fq0f6_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_fq0f6_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_fq0f6_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_fq0f6_196._buttonsAutoWidth_fq0f6_203{justify-content:flex-end}._modalFooter_fq0f6_196._buttonsAutoWidth_fq0f6_203 button,._modalFooter_fq0f6_196._buttonsAutoWidth_fq0f6_203 span{margin-left:12px}._fullWidthTitle_fq0f6_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_fq0f6_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_fq0f6_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_fq0f6_230{padding:0 16px 15px}}._widgetHeader_fq0f6_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_fq0f6_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_fq0f6_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_fq0f6_266{height:180px;display:flex;align-items:center}._widgetFooter_fq0f6_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_fq0f6_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_fq0f6_279:last-child{border:none}._widgetMainValue_fq0f6_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_fq0f6_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_fq0f6_303{font-size:.75rem;color:#64748b}._widgetLoader_fq0f6_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_fq0f6_315{opacity:.5;cursor:default}._widgetAddress_fq0f6_320{font-size:.75rem;color:#64748b}._widgetTag_fq0f6_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_fq0f6_333{font-weight:500;color:#0f172a}._chartValuesWrapper_fq0f6_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_fq0f6_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_fq0f6_346._green_fq0f6_351:before,._chartValuesTitle_fq0f6_346._dark_fq0f6_351:before,._chartValuesTitle_fq0f6_346._blue_fq0f6_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_fq0f6_346._green_fq0f6_351:before{background:#22c55e}._chartValuesTitle_fq0f6_346._dark_fq0f6_351:before{background:#475569}._chartValuesTitle_fq0f6_346._blue_fq0f6_351:before{background:#43e0f8}._topbar_fq0f6_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_fq0f6_373._sticky_fq0f6_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_fq0f6_391{display:inline-flex}._logo_fq0f6_391{max-width:110px}._menuWrapper_fq0f6_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_fq0f6_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_fq0f6_399._opened_fq0f6_417{display:flex}}._menuItem_fq0f6_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_fq0f6_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_fq0f6_422 ._menuIcon_fq0f6_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_fq0f6_422 ._menuIconPerformance_fq0f6_448{fill:none}._menuItem_fq0f6_422 ._menuIconStroke_fq0f6_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_fq0f6_422._active_fq0f6_456,._menuItem_fq0f6_422:hover{background:#fff;color:#52c2fd}._menuItem_fq0f6_422._active_fq0f6_456 ._menuIcon_fq0f6_443:not(._menuIconStroke_fq0f6_451,._menuIconPerformance_fq0f6_448),._menuItem_fq0f6_422:hover ._menuIcon_fq0f6_443:not(._menuIconStroke_fq0f6_451,._menuIconPerformance_fq0f6_448){fill:#52c2fd}._menuItem_fq0f6_422._active_fq0f6_456 ._menuIconPerformance_fq0f6_448 path,._menuItem_fq0f6_422:hover ._menuIconPerformance_fq0f6_448 path{stroke:#59a6fd}._menuItem_fq0f6_422._active_fq0f6_456 ._menuIconStroke_fq0f6_451:not(._menuIcon_fq0f6_443),._menuItem_fq0f6_422:hover ._menuIconStroke_fq0f6_451:not(._menuIcon_fq0f6_443){stroke:#52c2fd}._redDot_fq0f6_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_fq0f6_485{display:flex;justify-content:center}._link_fq0f6_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._tagButton_fq0f6_496{font-size:.75rem;font-weight:500;line-height:1;display:flex;align-items:center;display:inline-flex;height:20px;padding:0 8px;border-radius:20px;border:1px solid #cbd5e1;background:#f1f5f9;color:#cbd5e1;margin-left:4px;cursor:pointer}._tagButton_fq0f6_496._yellow_fq0f6_512{border-color:#f59e0b;color:#b45309;background:#fef3c7}._tagButton_fq0f6_496._red_fq0f6_470{border-color:#ef4444;color:#b91c1c;background:#fee2e2}._tagButton_fq0f6_496._disabled_fq0f6_315{cursor:default;pointer-events:none;opacity:.5}._authButtonsWrapper_a1tff_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_a1tff_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_a1tff_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_a1tff_23{width:100%;margin-bottom:16px}._fieldWrapper_a1tff_23:last-child{margin-bottom:0}._fieldLabel_a1tff_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_a1tff_36{font-size:.75rem;margin-top:8px}._field_a1tff_23{width:100%;position:relative}._fieldLabelNew_a1tff_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_a1tff_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_a1tff_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_a1tff_52[type=password]{font-size:18px}._inputNew_a1tff_52:focus,._inputNew_a1tff_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_a1tff_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_a1tff_52:disabled::placeholder{color:#cbd5e1}._inputNew_a1tff_52._error_a1tff_7{border:1px solid #ef4444}._inputNew_a1tff_52._error_a1tff_7:focus,._inputNew_a1tff_52._error_a1tff_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_a1tff_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_a1tff_90{width:calc(50% - 8px)}._tableNavWrapper_a1tff_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_a1tff_109{display:flex;align-items:center}._tableNavItem_a1tff_114{margin:0 6px}._modalContent_a1tff_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_a1tff_118._center_a1tff_125{text-align:center;font-family:Inter}._modalContent_a1tff_118._settings_a1tff_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_a1tff_118._settingsIntegration_a1tff_133,._modalContent_a1tff_118._performanceTestModalContent_a1tff_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_a1tff_118._monitoringReportContent_a1tff_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_a1tff_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_a1tff_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_a1tff_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_a1tff_158:after,._modalLine_a1tff_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_a1tff_158:before{left:-20px}._modalLine_a1tff_158:after{right:-20px}._infoMessage_a1tff_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_a1tff_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_a1tff_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_a1tff_196._buttonsAutoWidth_a1tff_203{justify-content:flex-end}._modalFooter_a1tff_196._buttonsAutoWidth_a1tff_203 button,._modalFooter_a1tff_196._buttonsAutoWidth_a1tff_203 span{margin-left:12px}._fullWidthTitle_a1tff_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_a1tff_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_a1tff_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_a1tff_230{padding:0 16px 15px}}._widgetHeader_a1tff_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_a1tff_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_a1tff_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_a1tff_266{height:180px;display:flex;align-items:center}._widgetFooter_a1tff_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_a1tff_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_a1tff_279:last-child{border:none}._widgetMainValue_a1tff_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_a1tff_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_a1tff_303{font-size:.75rem;color:#64748b}._widgetLoader_a1tff_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_a1tff_315{opacity:.5;cursor:default}._widgetAddress_a1tff_320{font-size:.75rem;color:#64748b}._widgetTag_a1tff_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_a1tff_333{font-weight:500;color:#0f172a}._chartValuesWrapper_a1tff_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_a1tff_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_a1tff_346._green_a1tff_351:before,._chartValuesTitle_a1tff_346._dark_a1tff_351:before,._chartValuesTitle_a1tff_346._blue_a1tff_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_a1tff_346._green_a1tff_351:before{background:#22c55e}._chartValuesTitle_a1tff_346._dark_a1tff_351:before{background:#475569}._chartValuesTitle_a1tff_346._blue_a1tff_351:before{background:#43e0f8}._topbar_a1tff_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_a1tff_373._sticky_a1tff_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_a1tff_391{display:inline-flex}._logo_a1tff_391{max-width:110px}._menuWrapper_a1tff_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_a1tff_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_a1tff_399._opened_a1tff_417{display:flex}}._menuItem_a1tff_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_a1tff_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_a1tff_422 ._menuIcon_a1tff_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_a1tff_422 ._menuIconPerformance_a1tff_448{fill:none}._menuItem_a1tff_422 ._menuIconStroke_a1tff_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_a1tff_422._active_a1tff_456,._menuItem_a1tff_422:hover{background:#fff;color:#52c2fd}._menuItem_a1tff_422._active_a1tff_456 ._menuIcon_a1tff_443:not(._menuIconStroke_a1tff_451,._menuIconPerformance_a1tff_448),._menuItem_a1tff_422:hover ._menuIcon_a1tff_443:not(._menuIconStroke_a1tff_451,._menuIconPerformance_a1tff_448){fill:#52c2fd}._menuItem_a1tff_422._active_a1tff_456 ._menuIconPerformance_a1tff_448 path,._menuItem_a1tff_422:hover ._menuIconPerformance_a1tff_448 path{stroke:#59a6fd}._menuItem_a1tff_422._active_a1tff_456 ._menuIconStroke_a1tff_451:not(._menuIcon_a1tff_443),._menuItem_a1tff_422:hover ._menuIconStroke_a1tff_451:not(._menuIcon_a1tff_443){stroke:#52c2fd}._redDot_a1tff_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_a1tff_485{display:flex;justify-content:center}._link_a1tff_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._dataWrapper_a1tff_496{display:flex;margin-bottom:16px}._dataItem_a1tff_501{width:50%}._dataItemTitle_a1tff_505{font-size:.875rem;color:#64748b;margin-bottom:8px}._dataItemText_a1tff_511{font-weight:500}._devicesInfo_a1tff_515{border-radius:12px;background:#f8fafc}._devicesInfoItem_a1tff_520{padding:12px 16px}._line_a1tff_524{width:100%;height:1px;background:#e2e8f0;margin-bottom:16px}._inputFileWrapper_a1tff_531{position:relative;margin-bottom:16px}._spinnerWrapper_a1tff_536{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_a1tff_543{max-width:100%}._exportButtonFirst_a1tff_547 :last-child{order:-1;margin-right:auto;margin-left:0!important}._authButtonsWrapper_1qqe9_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1qqe9_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1qqe9_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1qqe9_23{width:100%;margin-bottom:16px}._fieldWrapper_1qqe9_23:last-child{margin-bottom:0}._fieldLabel_1qqe9_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1qqe9_36{font-size:.75rem;margin-top:8px}._field_1qqe9_23{width:100%;position:relative}._fieldLabelNew_1qqe9_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1qqe9_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1qqe9_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1qqe9_52[type=password]{font-size:18px}._inputNew_1qqe9_52:focus,._inputNew_1qqe9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1qqe9_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1qqe9_52:disabled::placeholder{color:#cbd5e1}._inputNew_1qqe9_52._error_1qqe9_7{border:1px solid #ef4444}._inputNew_1qqe9_52._error_1qqe9_7:focus,._inputNew_1qqe9_52._error_1qqe9_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1qqe9_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1qqe9_90{width:calc(50% - 8px)}._tableNavWrapper_1qqe9_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1qqe9_109{display:flex;align-items:center}._tableNavItem_1qqe9_114{margin:0 6px}._modalContent_1qqe9_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1qqe9_118._center_1qqe9_125{text-align:center;font-family:Inter}._modalContent_1qqe9_118._settings_1qqe9_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1qqe9_118._settingsIntegration_1qqe9_133,._modalContent_1qqe9_118._performanceTestModalContent_1qqe9_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1qqe9_118._monitoringReportContent_1qqe9_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1qqe9_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1qqe9_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1qqe9_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1qqe9_158:after,._modalLine_1qqe9_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1qqe9_158:before{left:-20px}._modalLine_1qqe9_158:after{right:-20px}._infoMessage_1qqe9_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1qqe9_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1qqe9_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1qqe9_196._buttonsAutoWidth_1qqe9_203{justify-content:flex-end}._modalFooter_1qqe9_196._buttonsAutoWidth_1qqe9_203 button,._modalFooter_1qqe9_196._buttonsAutoWidth_1qqe9_203 span{margin-left:12px}._fullWidthTitle_1qqe9_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1qqe9_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1qqe9_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1qqe9_230{padding:0 16px 15px}}._widgetHeader_1qqe9_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1qqe9_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1qqe9_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1qqe9_266{height:180px;display:flex;align-items:center}._widgetFooter_1qqe9_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1qqe9_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1qqe9_279:last-child{border:none}._widgetMainValue_1qqe9_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1qqe9_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1qqe9_303{font-size:.75rem;color:#64748b}._widgetLoader_1qqe9_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1qqe9_315{opacity:.5;cursor:default}._widgetAddress_1qqe9_320{font-size:.75rem;color:#64748b}._widgetTag_1qqe9_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1qqe9_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1qqe9_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1qqe9_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1qqe9_346._green_1qqe9_351:before,._chartValuesTitle_1qqe9_346._dark_1qqe9_351:before,._chartValuesTitle_1qqe9_346._blue_1qqe9_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1qqe9_346._green_1qqe9_351:before{background:#22c55e}._chartValuesTitle_1qqe9_346._dark_1qqe9_351:before{background:#475569}._chartValuesTitle_1qqe9_346._blue_1qqe9_351:before{background:#43e0f8}._topbar_1qqe9_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1qqe9_373._sticky_1qqe9_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1qqe9_391{display:inline-flex}._logo_1qqe9_391{max-width:110px}._menuWrapper_1qqe9_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1qqe9_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1qqe9_399._opened_1qqe9_417{display:flex}}._menuItem_1qqe9_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1qqe9_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1qqe9_422 ._menuIcon_1qqe9_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1qqe9_422 ._menuIconPerformance_1qqe9_448{fill:none}._menuItem_1qqe9_422 ._menuIconStroke_1qqe9_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1qqe9_422._active_1qqe9_456,._menuItem_1qqe9_422:hover{background:#fff;color:#52c2fd}._menuItem_1qqe9_422._active_1qqe9_456 ._menuIcon_1qqe9_443:not(._menuIconStroke_1qqe9_451,._menuIconPerformance_1qqe9_448),._menuItem_1qqe9_422:hover ._menuIcon_1qqe9_443:not(._menuIconStroke_1qqe9_451,._menuIconPerformance_1qqe9_448){fill:#52c2fd}._menuItem_1qqe9_422._active_1qqe9_456 ._menuIconPerformance_1qqe9_448 path,._menuItem_1qqe9_422:hover ._menuIconPerformance_1qqe9_448 path{stroke:#59a6fd}._menuItem_1qqe9_422._active_1qqe9_456 ._menuIconStroke_1qqe9_451:not(._menuIcon_1qqe9_443),._menuItem_1qqe9_422:hover ._menuIconStroke_1qqe9_451:not(._menuIcon_1qqe9_443){stroke:#52c2fd}._redDot_1qqe9_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1qqe9_485{display:flex;justify-content:center}._link_1qqe9_490{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._widgetWrapper_1qqe9_230{max-width:100%}}._chartWrapper_1qqe9_502{display:flex;justify-content:flex-end}@media only screen and (max-width: 1024px){._chartWrapper_1qqe9_502{max-width:450px;margin:0 auto;position:relative}}._chart_1qqe9_338{position:absolute;top:16px;left:0}@media only screen and (max-width: 1024px){._chart_1qqe9_338{top:0}}._widgetMainValue_1qqe9_288{position:absolute;left:0;bottom:63px;width:210px}._chartNotesWrapper_1qqe9_532{padding-top:10px}._chartNote_1qqe9_532{font-size:12px;font-weight:400;color:#64748b;width:100%}._chartNote_1qqe9_532:before{display:inline-flex;position:relative;top:2px;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._chartNote_1qqe9_532._green_1qqe9_351:before{background:#22c55e}._chartNote_1qqe9_532._yellow_1qqe9_555:before{background:#fcd34d}._chartNote_1qqe9_532._purple_1qqe9_558:before{background:#2563eb}._chartNoteValue_1qqe9_562{font-weight:500;padding-left:4px;font-size:.875rem;color:#000}._chartNoteLine_1qqe9_569{display:block;width:110px;height:1px;background:#f1f5f9;margin:25px 0}._authButtonsWrapper_1albh_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1albh_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1albh_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1albh_23{width:100%;margin-bottom:16px}._fieldWrapper_1albh_23:last-child{margin-bottom:0}._fieldLabel_1albh_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1albh_36{font-size:.75rem;margin-top:8px}._field_1albh_23{width:100%;position:relative}._fieldLabelNew_1albh_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1albh_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1albh_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1albh_52[type=password]{font-size:18px}._inputNew_1albh_52:focus,._inputNew_1albh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1albh_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1albh_52:disabled::placeholder{color:#cbd5e1}._inputNew_1albh_52._error_1albh_7{border:1px solid #ef4444}._inputNew_1albh_52._error_1albh_7:focus,._inputNew_1albh_52._error_1albh_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1albh_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1albh_90{width:calc(50% - 8px)}._tableNavWrapper_1albh_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1albh_109{display:flex;align-items:center}._tableNavItem_1albh_114{margin:0 6px}._modalContent_1albh_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1albh_118._center_1albh_125{text-align:center;font-family:Inter}._modalContent_1albh_118._settings_1albh_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1albh_118._settingsIntegration_1albh_133,._modalContent_1albh_118._performanceTestModalContent_1albh_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1albh_118._monitoringReportContent_1albh_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1albh_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1albh_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1albh_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1albh_158:after,._modalLine_1albh_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1albh_158:before{left:-20px}._modalLine_1albh_158:after{right:-20px}._infoMessage_1albh_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1albh_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1albh_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1albh_196._buttonsAutoWidth_1albh_203{justify-content:flex-end}._modalFooter_1albh_196._buttonsAutoWidth_1albh_203 button,._modalFooter_1albh_196._buttonsAutoWidth_1albh_203 span{margin-left:12px}._fullWidthTitle_1albh_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1albh_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1albh_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1albh_230{padding:0 16px 15px}}._widgetHeader_1albh_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1albh_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1albh_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1albh_266{height:180px;display:flex;align-items:center}._widgetFooter_1albh_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1albh_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1albh_279:last-child{border:none}._widgetMainValue_1albh_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1albh_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1albh_303{font-size:.75rem;color:#64748b}._widgetLoader_1albh_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1albh_315{opacity:.5;cursor:default}._widgetAddress_1albh_320{font-size:.75rem;color:#64748b}._widgetTag_1albh_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1albh_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1albh_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1albh_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1albh_346._green_1albh_351:before,._chartValuesTitle_1albh_346._dark_1albh_351:before,._chartValuesTitle_1albh_346._blue_1albh_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1albh_346._green_1albh_351:before{background:#22c55e}._chartValuesTitle_1albh_346._dark_1albh_351:before{background:#475569}._chartValuesTitle_1albh_346._blue_1albh_351:before{background:#43e0f8}._topbar_1albh_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1albh_373._sticky_1albh_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1albh_391{display:inline-flex}._logo_1albh_391{max-width:110px}._menuWrapper_1albh_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1albh_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1albh_399._opened_1albh_417{display:flex}}._menuItem_1albh_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1albh_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1albh_422 ._menuIcon_1albh_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1albh_422 ._menuIconPerformance_1albh_448{fill:none}._menuItem_1albh_422 ._menuIconStroke_1albh_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1albh_422._active_1albh_456,._menuItem_1albh_422:hover{background:#fff;color:#52c2fd}._menuItem_1albh_422._active_1albh_456 ._menuIcon_1albh_443:not(._menuIconStroke_1albh_451,._menuIconPerformance_1albh_448),._menuItem_1albh_422:hover ._menuIcon_1albh_443:not(._menuIconStroke_1albh_451,._menuIconPerformance_1albh_448){fill:#52c2fd}._menuItem_1albh_422._active_1albh_456 ._menuIconPerformance_1albh_448 path,._menuItem_1albh_422:hover ._menuIconPerformance_1albh_448 path{stroke:#59a6fd}._menuItem_1albh_422._active_1albh_456 ._menuIconStroke_1albh_451:not(._menuIcon_1albh_443),._menuItem_1albh_422:hover ._menuIconStroke_1albh_451:not(._menuIcon_1albh_443){stroke:#52c2fd}._redDot_1albh_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1albh_485{display:flex;justify-content:center}._link_1albh_490{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._widgetWrapper_1albh_230{max-width:100%}}._valueNote_1albh_502{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_1albh_508{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_1albh_338{position:absolute;bottom:-126px}._text_1albh_521{font-size:.75rem;color:#64748b;font-family:Inter}._available_1albh_527,._packed_1albh_528{display:inline-flex;align-items:center}._available_1albh_527:before,._packed_1albh_528:before{width:12px;height:12px;border-radius:50%;display:inline-flex;margin-right:4px;content:""}._available_1albh_527:before{background-color:#fef3c7}._packed_1albh_528:before{background-color:#fcd34d}._authButtonsWrapper_10vje_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_10vje_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_10vje_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_10vje_23{width:100%;margin-bottom:16px}._fieldWrapper_10vje_23:last-child{margin-bottom:0}._fieldLabel_10vje_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_10vje_36{font-size:.75rem;margin-top:8px}._field_10vje_23{width:100%;position:relative}._fieldLabelNew_10vje_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_10vje_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_10vje_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_10vje_52[type=password]{font-size:18px}._inputNew_10vje_52:focus,._inputNew_10vje_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_10vje_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_10vje_52:disabled::placeholder{color:#cbd5e1}._inputNew_10vje_52._error_10vje_7{border:1px solid #ef4444}._inputNew_10vje_52._error_10vje_7:focus,._inputNew_10vje_52._error_10vje_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_10vje_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_10vje_90{width:calc(50% - 8px)}._tableNavWrapper_10vje_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_10vje_109{display:flex;align-items:center}._tableNavItem_10vje_114{margin:0 6px}._modalContent_10vje_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_10vje_118._center_10vje_125{text-align:center;font-family:Inter}._modalContent_10vje_118._settings_10vje_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_10vje_118._settingsIntegration_10vje_133,._modalContent_10vje_118._performanceTestModalContent_10vje_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_10vje_118._monitoringReportContent_10vje_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_10vje_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_10vje_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_10vje_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_10vje_158:after,._modalLine_10vje_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_10vje_158:before{left:-20px}._modalLine_10vje_158:after{right:-20px}._infoMessage_10vje_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_10vje_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_10vje_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_10vje_196._buttonsAutoWidth_10vje_203{justify-content:flex-end}._modalFooter_10vje_196._buttonsAutoWidth_10vje_203 button,._modalFooter_10vje_196._buttonsAutoWidth_10vje_203 span{margin-left:12px}._fullWidthTitle_10vje_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_10vje_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_10vje_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_10vje_230{padding:0 16px 15px}}._widgetHeader_10vje_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_10vje_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_10vje_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_10vje_266{height:180px;display:flex;align-items:center}._widgetFooter_10vje_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_10vje_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_10vje_279:last-child{border:none}._widgetMainValue_10vje_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_10vje_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_10vje_303{font-size:.75rem;color:#64748b}._widgetLoader_10vje_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_10vje_315{opacity:.5;cursor:default}._widgetAddress_10vje_320{font-size:.75rem;color:#64748b}._widgetTag_10vje_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_10vje_333{font-weight:500;color:#0f172a}._chartValuesWrapper_10vje_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_10vje_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_10vje_346._green_10vje_351:before,._chartValuesTitle_10vje_346._dark_10vje_351:before,._chartValuesTitle_10vje_346._blue_10vje_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_10vje_346._green_10vje_351:before{background:#22c55e}._chartValuesTitle_10vje_346._dark_10vje_351:before{background:#475569}._chartValuesTitle_10vje_346._blue_10vje_351:before{background:#43e0f8}._topbar_10vje_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_10vje_373._sticky_10vje_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_10vje_391{display:inline-flex}._logo_10vje_391{max-width:110px}._menuWrapper_10vje_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_10vje_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_10vje_399._opened_10vje_417{display:flex}}._menuItem_10vje_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_10vje_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_10vje_422 ._menuIcon_10vje_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_10vje_422 ._menuIconPerformance_10vje_448{fill:none}._menuItem_10vje_422 ._menuIconStroke_10vje_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_10vje_422._active_10vje_456,._menuItem_10vje_422:hover{background:#fff;color:#52c2fd}._menuItem_10vje_422._active_10vje_456 ._menuIcon_10vje_443:not(._menuIconStroke_10vje_451,._menuIconPerformance_10vje_448),._menuItem_10vje_422:hover ._menuIcon_10vje_443:not(._menuIconStroke_10vje_451,._menuIconPerformance_10vje_448){fill:#52c2fd}._menuItem_10vje_422._active_10vje_456 ._menuIconPerformance_10vje_448 path,._menuItem_10vje_422:hover ._menuIconPerformance_10vje_448 path{stroke:#59a6fd}._menuItem_10vje_422._active_10vje_456 ._menuIconStroke_10vje_451:not(._menuIcon_10vje_443),._menuItem_10vje_422:hover ._menuIconStroke_10vje_451:not(._menuIcon_10vje_443){stroke:#52c2fd}._redDot_10vje_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_10vje_485{display:flex;justify-content:center}._link_10vje_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._statusContainer_10vje_496{display:flex;align-items:center;gap:8px;flex-wrap:wrap}._alertStatus_10vje_503{text-transform:uppercase;font-size:.75rem;font-weight:500;display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;border:1px solid #ccc;color:#ccc}._alertStatus_10vje_503:before{display:none}._alertStatus_10vje_503._packed_10vje_517{background:#fef3c7;color:#78350f;border-color:#b45309}._alertStatus_10vje_503._confirmed_10vje_522{background:#dcfce7;color:#14532d;border-color:#15803d}._alertStatus_10vje_503._shipping_10vje_527{background:#dbeafe;color:#264af8;border-color:#2563eb}._errorMessage_11mf0_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._infoMessage_11mf0_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._authButtonsWrapper_19tux_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_19tux_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_19tux_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_19tux_23{width:100%;margin-bottom:16px}._fieldWrapper_19tux_23:last-child{margin-bottom:0}._fieldLabel_19tux_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_19tux_36{font-size:.75rem;margin-top:8px}._field_19tux_23{width:100%;position:relative}._fieldLabelNew_19tux_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_19tux_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_19tux_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_19tux_52[type=password]{font-size:18px}._inputNew_19tux_52:focus,._inputNew_19tux_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_19tux_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_19tux_52:disabled::placeholder{color:#cbd5e1}._inputNew_19tux_52._error_19tux_7{border:1px solid #ef4444}._inputNew_19tux_52._error_19tux_7:focus,._inputNew_19tux_52._error_19tux_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_19tux_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_19tux_90{width:calc(50% - 8px)}._tableNavWrapper_19tux_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_19tux_109{display:flex;align-items:center}._tableNavItem_19tux_114{margin:0 6px}._modalContent_19tux_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_19tux_118._center_19tux_125{text-align:center;font-family:Inter}._modalContent_19tux_118._settings_19tux_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_19tux_118._settingsIntegration_19tux_133,._modalContent_19tux_118._performanceTestModalContent_19tux_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_19tux_118._monitoringReportContent_19tux_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_19tux_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_19tux_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_19tux_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_19tux_158:after,._modalLine_19tux_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_19tux_158:before{left:-20px}._modalLine_19tux_158:after{right:-20px}._infoMessage_19tux_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_19tux_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_19tux_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_19tux_196._buttonsAutoWidth_19tux_203{justify-content:flex-end}._modalFooter_19tux_196._buttonsAutoWidth_19tux_203 button,._modalFooter_19tux_196._buttonsAutoWidth_19tux_203 span{margin-left:12px}._fullWidthTitle_19tux_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_19tux_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_19tux_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_19tux_230{padding:0 16px 15px}}._widgetHeader_19tux_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_19tux_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_19tux_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_19tux_266{height:180px;display:flex;align-items:center}._widgetFooter_19tux_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_19tux_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_19tux_279:last-child{border:none}._widgetMainValue_19tux_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_19tux_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_19tux_303{font-size:.75rem;color:#64748b}._widgetLoader_19tux_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_19tux_315{opacity:.5;cursor:default}._widgetAddress_19tux_320{font-size:.75rem;color:#64748b}._widgetTag_19tux_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_19tux_333{font-weight:500;color:#0f172a}._chartValuesWrapper_19tux_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_19tux_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_19tux_346._green_19tux_351:before,._chartValuesTitle_19tux_346._dark_19tux_351:before,._chartValuesTitle_19tux_346._blue_19tux_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_19tux_346._green_19tux_351:before{background:#22c55e}._chartValuesTitle_19tux_346._dark_19tux_351:before{background:#475569}._chartValuesTitle_19tux_346._blue_19tux_351:before{background:#43e0f8}._topbar_19tux_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_19tux_373._sticky_19tux_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_19tux_391{display:inline-flex}._logo_19tux_391{max-width:110px}._menuWrapper_19tux_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_19tux_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_19tux_399._opened_19tux_417{display:flex}}._menuItem_19tux_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_19tux_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_19tux_422 ._menuIcon_19tux_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_19tux_422 ._menuIconPerformance_19tux_448{fill:none}._menuItem_19tux_422 ._menuIconStroke_19tux_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_19tux_422._active_19tux_456,._menuItem_19tux_422:hover{background:#fff;color:#52c2fd}._menuItem_19tux_422._active_19tux_456 ._menuIcon_19tux_443:not(._menuIconStroke_19tux_451,._menuIconPerformance_19tux_448),._menuItem_19tux_422:hover ._menuIcon_19tux_443:not(._menuIconStroke_19tux_451,._menuIconPerformance_19tux_448){fill:#52c2fd}._menuItem_19tux_422._active_19tux_456 ._menuIconPerformance_19tux_448 path,._menuItem_19tux_422:hover ._menuIconPerformance_19tux_448 path{stroke:#59a6fd}._menuItem_19tux_422._active_19tux_456 ._menuIconStroke_19tux_451:not(._menuIcon_19tux_443),._menuItem_19tux_422:hover ._menuIconStroke_19tux_451:not(._menuIcon_19tux_443){stroke:#52c2fd}._redDot_19tux_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_19tux_485{display:flex;justify-content:center}._link_19tux_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._dataWrapper_19tux_496{display:flex;margin-bottom:16px}._dataItem_19tux_501{width:50%}._dataItemTitle_19tux_505{font-size:.875rem;color:#64748b;margin-bottom:8px}._dataItemText_19tux_511{font-weight:500}._devicesInfo_19tux_515{border-radius:12px;background:#f8fafc}._devicesInfoItem_19tux_520{padding:12px 16px}._line_19tux_524{width:100%;height:1px;background:#e2e8f0;margin-bottom:16px}._inputFileWrapper_19tux_531{position:relative;margin-bottom:16px}._spinnerWrapper_19tux_536{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_19tux_543{max-width:100%}._authButtonsWrapper_1q3z4_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1q3z4_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1q3z4_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_1q3z4_23{width:100%;margin-bottom:16px}._fieldWrapper_1q3z4_23:last-child{margin-bottom:0}._fieldLabel_1q3z4_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1q3z4_36{font-size:.75rem;margin-top:8px}._field_1q3z4_23{width:100%;position:relative}._fieldLabelNew_1q3z4_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1q3z4_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1q3z4_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1q3z4_52[type=password]{font-size:18px}._inputNew_1q3z4_52:focus,._inputNew_1q3z4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1q3z4_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1q3z4_52:disabled::placeholder{color:#cbd5e1}._inputNew_1q3z4_52._error_1q3z4_7{border:1px solid #ef4444}._inputNew_1q3z4_52._error_1q3z4_7:focus,._inputNew_1q3z4_52._error_1q3z4_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1q3z4_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1q3z4_90{width:calc(50% - 8px)}._tableNavWrapper_1q3z4_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_1q3z4_109{display:flex;align-items:center}._tableNavItem_1q3z4_114{margin:0 6px}._modalContent_1q3z4_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1q3z4_118._center_1q3z4_125{text-align:center;font-family:Inter}._modalContent_1q3z4_118._settings_1q3z4_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_1q3z4_118._settingsIntegration_1q3z4_133,._modalContent_1q3z4_118._performanceTestModalContent_1q3z4_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_1q3z4_118._monitoringReportContent_1q3z4_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_1q3z4_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1q3z4_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1q3z4_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1q3z4_158:after,._modalLine_1q3z4_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1q3z4_158:before{left:-20px}._modalLine_1q3z4_158:after{right:-20px}._infoMessage_1q3z4_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1q3z4_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_1q3z4_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1q3z4_196._buttonsAutoWidth_1q3z4_203{justify-content:flex-end}._modalFooter_1q3z4_196._buttonsAutoWidth_1q3z4_203 button,._modalFooter_1q3z4_196._buttonsAutoWidth_1q3z4_203 span{margin-left:12px}._fullWidthTitle_1q3z4_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_1q3z4_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_1q3z4_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_1q3z4_230{padding:0 16px 15px}}._widgetHeader_1q3z4_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_1q3z4_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1q3z4_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_1q3z4_266{height:180px;display:flex;align-items:center}._widgetFooter_1q3z4_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1q3z4_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1q3z4_279:last-child{border:none}._widgetMainValue_1q3z4_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1q3z4_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1q3z4_303{font-size:.75rem;color:#64748b}._widgetLoader_1q3z4_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1q3z4_315{opacity:.5;cursor:default}._widgetAddress_1q3z4_320{font-size:.75rem;color:#64748b}._widgetTag_1q3z4_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1q3z4_333{font-weight:500;color:#0f172a}._chartValuesWrapper_1q3z4_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1q3z4_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1q3z4_346._green_1q3z4_351:before,._chartValuesTitle_1q3z4_346._dark_1q3z4_351:before,._chartValuesTitle_1q3z4_346._blue_1q3z4_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_1q3z4_346._green_1q3z4_351:before{background:#22c55e}._chartValuesTitle_1q3z4_346._dark_1q3z4_351:before{background:#475569}._chartValuesTitle_1q3z4_346._blue_1q3z4_351:before{background:#43e0f8}._topbar_1q3z4_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_1q3z4_373._sticky_1q3z4_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_1q3z4_391{display:inline-flex}._logo_1q3z4_391{max-width:110px}._menuWrapper_1q3z4_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1q3z4_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_1q3z4_399._opened_1q3z4_417{display:flex}}._menuItem_1q3z4_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_1q3z4_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1q3z4_422 ._menuIcon_1q3z4_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1q3z4_422 ._menuIconPerformance_1q3z4_448{fill:none}._menuItem_1q3z4_422 ._menuIconStroke_1q3z4_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1q3z4_422._active_1q3z4_456,._menuItem_1q3z4_422:hover{background:#fff;color:#52c2fd}._menuItem_1q3z4_422._active_1q3z4_456 ._menuIcon_1q3z4_443:not(._menuIconStroke_1q3z4_451,._menuIconPerformance_1q3z4_448),._menuItem_1q3z4_422:hover ._menuIcon_1q3z4_443:not(._menuIconStroke_1q3z4_451,._menuIconPerformance_1q3z4_448){fill:#52c2fd}._menuItem_1q3z4_422._active_1q3z4_456 ._menuIconPerformance_1q3z4_448 path,._menuItem_1q3z4_422:hover ._menuIconPerformance_1q3z4_448 path{stroke:#59a6fd}._menuItem_1q3z4_422._active_1q3z4_456 ._menuIconStroke_1q3z4_451:not(._menuIcon_1q3z4_443),._menuItem_1q3z4_422:hover ._menuIconStroke_1q3z4_451:not(._menuIcon_1q3z4_443){stroke:#52c2fd}._redDot_1q3z4_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_1q3z4_485{display:flex;justify-content:center}._link_1q3z4_490{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertStatus_1q3z4_496{text-transform:uppercase;font-size:.75rem;font-weight:500;display:inline-flex;align-items:center;padding:2px 8px;border-radius:20px;border:1px solid #ccc;color:#ccc}._alertStatus_1q3z4_496:before{display:none}._alertStatus_1q3z4_496._packed_1q3z4_510{background:#fef3c7;color:#78350f;border-color:#b45309}._alertStatus_1q3z4_496._confirmed_1q3z4_515{background:#dcfce7;color:#14532d;border-color:#15803d}._alertStatus_1q3z4_496._shipping_1q3z4_520{background:#dbeafe;color:#264af8;border-color:#2563eb}._authButtonsWrapper_ldei3_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_ldei3_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_ldei3_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_ldei3_23{width:100%;margin-bottom:16px}._fieldWrapper_ldei3_23:last-child{margin-bottom:0}._fieldLabel_ldei3_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_ldei3_36{font-size:.75rem;margin-top:8px}._field_ldei3_23{width:100%;position:relative}._fieldLabelNew_ldei3_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_ldei3_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_ldei3_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_ldei3_52[type=password]{font-size:18px}._inputNew_ldei3_52:focus,._inputNew_ldei3_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ldei3_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_ldei3_52:disabled::placeholder{color:#cbd5e1}._inputNew_ldei3_52._error_ldei3_7{border:1px solid #ef4444}._inputNew_ldei3_52._error_ldei3_7:focus,._inputNew_ldei3_52._error_ldei3_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_ldei3_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_ldei3_90{width:calc(50% - 8px)}._tableNavWrapper_ldei3_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_ldei3_109{display:flex;align-items:center}._tableNavItem_ldei3_114{margin:0 6px}._modalContent_ldei3_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_ldei3_118._center_ldei3_125{text-align:center;font-family:Inter}._modalContent_ldei3_118._settings_ldei3_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_ldei3_118._settingsIntegration_ldei3_133,._modalContent_ldei3_118._performanceTestModalContent_ldei3_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_ldei3_118._monitoringReportContent_ldei3_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_ldei3_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_ldei3_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_ldei3_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_ldei3_158:after,._modalLine_ldei3_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_ldei3_158:before{left:-20px}._modalLine_ldei3_158:after{right:-20px}._infoMessage_ldei3_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_ldei3_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_ldei3_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_ldei3_196._buttonsAutoWidth_ldei3_203{justify-content:flex-end}._modalFooter_ldei3_196._buttonsAutoWidth_ldei3_203 button,._modalFooter_ldei3_196._buttonsAutoWidth_ldei3_203 span{margin-left:12px}._fullWidthTitle_ldei3_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_ldei3_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_ldei3_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_ldei3_230{padding:0 16px 15px}}._widgetHeader_ldei3_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_ldei3_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ldei3_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_ldei3_266{height:180px;display:flex;align-items:center}._widgetFooter_ldei3_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_ldei3_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ldei3_279:last-child{border:none}._widgetMainValue_ldei3_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_ldei3_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ldei3_303{font-size:.75rem;color:#64748b}._widgetLoader_ldei3_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_ldei3_315{opacity:.5;cursor:default}._widgetAddress_ldei3_320{font-size:.75rem;color:#64748b}._widgetTag_ldei3_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_ldei3_333{font-weight:500;color:#0f172a}._chartValuesWrapper_ldei3_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_ldei3_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_ldei3_346._green_ldei3_351:before,._chartValuesTitle_ldei3_346._dark_ldei3_351:before,._chartValuesTitle_ldei3_346._blue_ldei3_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_ldei3_346._green_ldei3_351:before{background:#22c55e}._chartValuesTitle_ldei3_346._dark_ldei3_351:before{background:#475569}._chartValuesTitle_ldei3_346._blue_ldei3_351:before{background:#43e0f8}._topbar_ldei3_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_ldei3_373._sticky_ldei3_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_ldei3_391{display:inline-flex}._logo_ldei3_391{max-width:110px}._menuWrapper_ldei3_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_ldei3_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_ldei3_399._opened_ldei3_417{display:flex}}._menuItem_ldei3_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_ldei3_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_ldei3_422 ._menuIcon_ldei3_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_ldei3_422 ._menuIconPerformance_ldei3_448{fill:none}._menuItem_ldei3_422 ._menuIconStroke_ldei3_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_ldei3_422._active_ldei3_456,._menuItem_ldei3_422:hover{background:#fff;color:#52c2fd}._menuItem_ldei3_422._active_ldei3_456 ._menuIcon_ldei3_443:not(._menuIconStroke_ldei3_451,._menuIconPerformance_ldei3_448),._menuItem_ldei3_422:hover ._menuIcon_ldei3_443:not(._menuIconStroke_ldei3_451,._menuIconPerformance_ldei3_448){fill:#52c2fd}._menuItem_ldei3_422._active_ldei3_456 ._menuIconPerformance_ldei3_448 path,._menuItem_ldei3_422:hover ._menuIconPerformance_ldei3_448 path{stroke:#59a6fd}._menuItem_ldei3_422._active_ldei3_456 ._menuIconStroke_ldei3_451:not(._menuIcon_ldei3_443),._menuItem_ldei3_422:hover ._menuIconStroke_ldei3_451:not(._menuIcon_ldei3_443){stroke:#52c2fd}._redDot_ldei3_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_ldei3_485{display:flex;justify-content:center}._link_ldei3_490{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._widgetWrapper_ldei3_230{max-width:100%;margin-bottom:24px}}._chartWrapper_ldei3_503{display:flex;justify-content:flex-end}@media only screen and (max-width: 1024px){._chartWrapper_ldei3_503{max-width:450px;margin:0 auto;position:relative}}._chart_ldei3_338{position:absolute;top:16px;left:0}@media only screen and (max-width: 1024px){._chart_ldei3_338{top:0}}._widgetMainValue_ldei3_288{position:absolute;left:0;bottom:63px;width:210px}._chartNotesWrapper_ldei3_533{padding-top:10px}._chartNote_ldei3_533{font-size:12px;font-weight:400;color:#64748b;width:100%}._chartNote_ldei3_533:before{display:inline-flex;position:relative;top:2px;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._chartNote_ldei3_533._green_ldei3_351:before{background:#22c55e}._chartNote_ldei3_533._yellow_ldei3_556:before{background:#fcd34d}._chartNote_ldei3_533._purple_ldei3_559:before{background:#2563eb}._chartNoteValue_ldei3_563{font-weight:500;padding-left:4px;font-size:.875rem;color:#000}._chartNoteLine_ldei3_570{display:block;width:110px;height:1px;background:#f1f5f9;margin:25px 0}._authButtonsWrapper_11mf0_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_11mf0_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_11mf0_7:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%207.99998C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%207.99998C1.6001%204.46535%204.46548%201.59998%208.0001%201.59998C11.5347%201.59998%2014.4001%204.46535%2014.4001%207.99998ZM8.0001%203.99998C8.33147%203.99998%208.6001%204.2686%208.6001%204.59998V8.19998C8.6001%208.53135%208.33147%208.79998%208.0001%208.79998C7.66873%208.79998%207.4001%208.53135%207.4001%208.19998V4.59998C7.4001%204.2686%207.66873%203.99998%208.0001%203.99998ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7581%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7581%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%23EF4444'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._fieldWrapper_11mf0_23{width:100%;margin-bottom:16px}._fieldWrapper_11mf0_23:last-child{margin-bottom:0}._fieldLabel_11mf0_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_11mf0_36{font-size:.75rem;margin-top:8px}._field_11mf0_23{width:100%;position:relative}._fieldLabelNew_11mf0_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_11mf0_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_11mf0_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_11mf0_52[type=password]{font-size:18px}._inputNew_11mf0_52:focus,._inputNew_11mf0_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_11mf0_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_11mf0_52:disabled::placeholder{color:#cbd5e1}._inputNew_11mf0_52._error_11mf0_7{border:1px solid #ef4444}._inputNew_11mf0_52._error_11mf0_7:focus,._inputNew_11mf0_52._error_11mf0_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_11mf0_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_11mf0_90{width:calc(50% - 8px)}._tableNavWrapper_11mf0_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px;row-gap:6px;flex-wrap:wrap}._tableNavButtonsWrapper_11mf0_109{display:flex;align-items:center}._tableNavItem_11mf0_114{margin:0 6px}._modalContent_11mf0_118{padding:20px;max-height:calc(90vh - 145px);max-height:calc(var(--vh, 1vh) * 90 - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_11mf0_118._center_11mf0_125{text-align:center;font-family:Inter}._modalContent_11mf0_118._settings_11mf0_129{max-height:calc(90vh - 205px);max-height:calc(var(--vh, 1vh) * 90 - 205px)}._modalContent_11mf0_118._settingsIntegration_11mf0_133,._modalContent_11mf0_118._performanceTestModalContent_11mf0_137{max-height:calc(90vh - 170px);max-height:calc(var(--vh, 1vh) * 90 - 170px)}._modalContent_11mf0_118._monitoringReportContent_11mf0_141{max-height:calc(100vh - 100px);max-height:calc(var(--vh, 1vh) * 100 - 100px)}._modalTitle_11mf0_146{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_11mf0_152{font-size:.875rem;line-height:20px;color:#475569}._modalLine_11mf0_158{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_11mf0_158:after,._modalLine_11mf0_158:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_11mf0_158:before{left:-20px}._modalLine_11mf0_158:after{right:-20px}._infoMessage_11mf0_181{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_11mf0_181:before{content:url("data:image/svg+xml,%3csvg%20width='16'%20height='16'%20viewBox='0%200%2016%2016'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M14.4001%208.00001C14.4001%2011.5346%2011.5347%2014.4%208.0001%2014.4C4.46548%2014.4%201.6001%2011.5346%201.6001%208.00001C1.6001%204.46538%204.46548%201.60001%208.0001%201.60001C11.5347%201.60001%2014.4001%204.46538%2014.4001%208.00001ZM8.0001%204.00001C8.33147%204.00001%208.6001%204.26864%208.6001%204.60001V8.20001C8.6001%208.53138%208.33147%208.80001%208.0001%208.80001C7.66873%208.80001%207.4001%208.53138%207.4001%208.20001V4.60001C7.4001%204.26864%207.66873%204.00001%208.0001%204.00001ZM8.0001%2012C8.44192%2012%208.8001%2011.6418%208.8001%2011.2C8.8001%2010.7582%208.44192%2010.4%208.0001%2010.4C7.55827%2010.4%207.2001%2010.7582%207.2001%2011.2C7.2001%2011.6418%207.55827%2012%208.0001%2012Z'%20fill='%2364748B'/%3e%3c/svg%3e");position:absolute;left:0;top:0}._modalFooter_11mf0_196{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_11mf0_196._buttonsAutoWidth_11mf0_203{justify-content:flex-end}._modalFooter_11mf0_196._buttonsAutoWidth_11mf0_203 button,._modalFooter_11mf0_196._buttonsAutoWidth_11mf0_203 span{margin-left:12px}._fullWidthTitle_11mf0_211{width:calc(100% + 40px);margin-left:-20px;padding:8px 20px;margin-bottom:20px;line-height:1;font-size:.75rem;text-transform:uppercase;color:#64748b;background:#f8fafc}._widgetsWrapper_11mf0_223{display:flex;justify-content:center;gap:24px 16px;margin:0 0 24px}._widgetWrapper_11mf0_230{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 18px 24px;max-width:450px;width:100%;min-height:316px;position:relative}@media only screen and (max-width: 768px){._widgetWrapper_11mf0_230{padding:0 16px 15px}}._widgetHeader_11mf0_246{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9;gap:5px}._widgetTitle_11mf0_255{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_11mf0_261{padding-top:16px;position:relative}._widgetSpinnerWrapper_11mf0_266{height:180px;display:flex;align-items:center}._widgetFooter_11mf0_272{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_11mf0_279{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_11mf0_279:last-child{border:none}._widgetMainValue_11mf0_288{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_11mf0_296{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_11mf0_303{font-size:.75rem;color:#64748b}._widgetLoader_11mf0_308{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_11mf0_315{opacity:.5;cursor:default}._widgetAddress_11mf0_320{font-size:.75rem;color:#64748b}._widgetTag_11mf0_325{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_11mf0_333{font-weight:500;color:#0f172a}._chartValuesWrapper_11mf0_338{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_11mf0_346{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_11mf0_346._green_11mf0_351:before,._chartValuesTitle_11mf0_346._dark_11mf0_351:before,._chartValuesTitle_11mf0_346._blue_11mf0_351:before{display:inline-flex;position:relative;top:1px;width:13px;height:13px;border-radius:50%;border:2px solid #fff;margin-right:4px;box-shadow:0 2px 4px #00000014;content:""}._chartValuesTitle_11mf0_346._green_11mf0_351:before{background:#22c55e}._chartValuesTitle_11mf0_346._dark_11mf0_351:before{background:#475569}._chartValuesTitle_11mf0_346._blue_11mf0_351:before{background:#43e0f8}._topbar_11mf0_373{width:100%;padding:0 24px;margin-bottom:24px;height:64px;display:flex;justify-content:space-between;align-items:center;position:relative;z-index:2000}._topbar_11mf0_373._sticky_11mf0_384{position:sticky;top:0;left:0;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%)}._logoWrapper_11mf0_391{display:inline-flex}._logo_11mf0_391{max-width:110px}._menuWrapper_11mf0_399{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_11mf0_399{width:265px;height:100vh;background:#fff;background:linear-gradient(90deg,#627afa 3.88%,#4ae9ff 94.88%);box-shadow:-12px 1px 89px -41px #0000004d;position:absolute;right:0;top:0;padding:64px 16px 0;display:none;flex-direction:column}._menuWrapper_11mf0_399._opened_11mf0_417{display:flex}}._menuItem_11mf0_422{padding:8px 20px;border-radius:30px;margin:0 8px;font-family:Inter;font-size:.875rem;font-weight:500;color:#fff;transition:.2s;display:flex;align-items:center}@media only screen and (max-width: 1300px){._menuItem_11mf0_422{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_11mf0_422 ._menuIcon_11mf0_443{fill:#fff;transition:.2s;margin-right:8px}._menuItem_11mf0_422 ._menuIconPerformance_11mf0_448{fill:none}._menuItem_11mf0_422 ._menuIconStroke_11mf0_451{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_11mf0_422._active_11mf0_456,._menuItem_11mf0_422:hover{background:#fff;color:#52c2fd}._menuItem_11mf0_422._active_11mf0_456 ._menuIcon_11mf0_443:not(._menuIconStroke_11mf0_451,._menuIconPerformance_11mf0_448),._menuItem_11mf0_422:hover ._menuIcon_11mf0_443:not(._menuIconStroke_11mf0_451,._menuIconPerformance_11mf0_448){fill:#52c2fd}._menuItem_11mf0_422._active_11mf0_456 ._menuIconPerformance_11mf0_448 path,._menuItem_11mf0_422:hover ._menuIconPerformance_11mf0_448 path{stroke:#59a6fd}._menuItem_11mf0_422._active_11mf0_456 ._menuIconStroke_11mf0_451:not(._menuIcon_11mf0_443),._menuItem_11mf0_422:hover ._menuIconStroke_11mf0_451:not(._menuIcon_11mf0_443){stroke:#52c2fd}._redDot_11mf0_470{display:inline-flex;justify-content:center;align-items:center;width:14px;height:14px;border-radius:50%;background:#d73d3d;position:relative;right:-6px;top:-6px;font-size:8px;color:#fff}._screenWrapper_11mf0_485{display:flex;justify-content:center}._link_11mf0_490{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._widgetsWrapper_11mf0_223{flex-wrap:wrap}}._tableActionsWrapper_11mf0_502 span{font-size:.875rem;color:#334155;padding:0 12px;width:auto;height:32px;position:relative;display:inline-flex;align-items:center;border-radius:32px;border:1px solid #e2e8f0;background:#fff}
