@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=IBM+Plex+Sans&family=Inter:wght@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}.tableNavButtonsWrapper{display:flex;align-items:center}.tableNavItem{margin:0 6px}.modalContent{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}.modalContent.center{text-align:center;font-family:Inter}.modalContent.settings{max-height:calc(90vh - 205px)}.modalContent.settingsIntegration,.modalContent.performanceTestModalContent{max-height:calc(90vh - 170px)}.modalContent.monitoringReportContent{max-height:calc(100vh - 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;padding:0 12px;margin-bottom:24px}.widgetWrapper{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}.widgetHeader{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}.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(114deg,#4ae9ff 3.88%,#627afa 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(114deg,#4ae9ff 3.88%,#627afa 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}html,body{color:#000;font-family:Inter,sans-serif;font-weight:400}body{background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1mbie_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_1mbie_1:disabled,._buttonNew_1mbie_1[disabled]{cursor:default;opacity:.7}._buttonNew_1mbie_1 svg{margin-right:8px}._buttonNew_1mbie_1._blue_1mbie_20{color:#134f66;background:#42e8ff}._buttonNew_1mbie_1._green_1mbie_24{color:#fff;background:#22c55e}._buttonNew_1mbie_1._tropicalCyan_1mbie_28{border:1px solid #42e8ff;background:#fff;color:#2db2c8}._buttonNew_1mbie_1._blueBordered_1mbie_33{border:1px solid #42e8ff;background:#fff;color:#42e8ff}._buttonNew_1mbie_1._greyBordered_1mbie_38{border:1px solid #cbd5e1;background:#fff;color:#000}._buttonNew_1mbie_1._grey_1mbie_38{background:#e2e8f0;color:#000}._buttonNew_1mbie_1._orange_1mbie_47{background:#f59e0b;color:#fff}._buttonNew_1mbie_1._red_1mbie_51{color:#fff;background:#ef4444}._buttonNew_1mbie_1._red_1mbie_51 svg{stroke:#fff}._buttonNew_1mbie_1._redBordered_1mbie_58{border:1px solid #ef4444;color:#ef4444;background:#fff}._buttonNew_1mbie_1._redBordered_1mbie_58 svg{stroke:#ef4444}._buttonNew_1mbie_1._fullWidth_1mbie_66{width:100%}._buttonNew_1mbie_1._halfWidth_1mbie_69{width:calc(50% - 8px)}._buttonNew_1mbie_1._auto_1mbie_72{width:auto;padding:0 16px}._authButtonsWrapper_5wi35_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_5wi35_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_5wi35_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_5wi35_23{width:100%;margin-bottom:16px}._fieldWrapper_5wi35_23:last-child{margin-bottom:0}._fieldLabel_5wi35_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_5wi35_36{font-size:.75rem;margin-top:8px}._field_5wi35_23{width:100%;position:relative}._fieldLabelNew_5wi35_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_5wi35_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_5wi35_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_5wi35_52[type=password]{font-size:18px}._inputNew_5wi35_52:focus,._inputNew_5wi35_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_5wi35_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_5wi35_52:disabled::placeholder{color:#cbd5e1}._inputNew_5wi35_52._error_5wi35_7{border:1px solid #ef4444}._inputNew_5wi35_52._error_5wi35_7:focus,._inputNew_5wi35_52._error_5wi35_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_5wi35_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_5wi35_90{width:calc(50% - 8px)}._tableNavWrapper_5wi35_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_5wi35_107{display:flex;align-items:center}._tableNavItem_5wi35_112{margin:0 6px}._modalContent_5wi35_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_5wi35_116._center_5wi35_122{text-align:center;font-family:Inter}._modalContent_5wi35_116._settings_5wi35_126{max-height:calc(90vh - 205px)}._modalContent_5wi35_116._settingsIntegration_5wi35_129,._modalContent_5wi35_116._performanceTestModalContent_5wi35_132{max-height:calc(90vh - 170px)}._modalContent_5wi35_116._monitoringReportContent_5wi35_135{max-height:calc(100vh - 100px)}._modalTitle_5wi35_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_5wi35_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_5wi35_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_5wi35_151:after,._modalLine_5wi35_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_5wi35_151:before{left:-20px}._modalLine_5wi35_151:after{right:-20px}._infoMessage_5wi35_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_5wi35_174: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_5wi35_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_5wi35_189._buttonsAutoWidth_5wi35_196{justify-content:flex-end}._modalFooter_5wi35_189._buttonsAutoWidth_5wi35_196 button,._modalFooter_5wi35_189._buttonsAutoWidth_5wi35_196 span{margin-left:12px}._fullWidthTitle_5wi35_204{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_5wi35_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_5wi35_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_5wi35_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_5wi35_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_5wi35_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_5wi35_254{height:180px;display:flex;align-items:center}._widgetFooter_5wi35_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_5wi35_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_5wi35_267:last-child{border:none}._widgetMainValue_5wi35_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_5wi35_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_5wi35_291{font-size:.75rem;color:#64748b}._widgetLoader_5wi35_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_5wi35_303{opacity:.5;cursor:default}._widgetAddress_5wi35_308{font-size:.75rem;color:#64748b}._widgetTag_5wi35_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_5wi35_321{font-weight:500;color:#0f172a}._chartValuesWrapper_5wi35_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_5wi35_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_5wi35_334._green_5wi35_339:before,._chartValuesTitle_5wi35_334._dark_5wi35_339:before,._chartValuesTitle_5wi35_334._blue_5wi35_339: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_5wi35_334._green_5wi35_339:before{background:#22c55e}._chartValuesTitle_5wi35_334._dark_5wi35_339:before{background:#475569}._chartValuesTitle_5wi35_334._blue_5wi35_339:before{background:#43e0f8}._topbar_5wi35_361{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_5wi35_361._sticky_5wi35_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_5wi35_379{display:inline-flex}._logo_5wi35_379{max-width:110px}._menuWrapper_5wi35_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_5wi35_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_5wi35_387._opened_5wi35_405{display:flex}}._menuItem_5wi35_410{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_5wi35_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_5wi35_410 ._menuIcon_5wi35_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_5wi35_410 ._menuIconPerformance_5wi35_436{fill:none}._menuItem_5wi35_410 ._menuIconStroke_5wi35_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_5wi35_410._active_5wi35_444,._menuItem_5wi35_410:hover{background:#fff;color:#52c2fd}._menuItem_5wi35_410._active_5wi35_444 ._menuIcon_5wi35_431:not(._menuIconStroke_5wi35_439,._menuIconPerformance_5wi35_436),._menuItem_5wi35_410:hover ._menuIcon_5wi35_431:not(._menuIconStroke_5wi35_439,._menuIconPerformance_5wi35_436){fill:#52c2fd}._menuItem_5wi35_410._active_5wi35_444 ._menuIconPerformance_5wi35_436 path,._menuItem_5wi35_410:hover ._menuIconPerformance_5wi35_436 path{stroke:#59a6fd}._menuItem_5wi35_410._active_5wi35_444 ._menuIconStroke_5wi35_439:not(._menuIcon_5wi35_431),._menuItem_5wi35_410:hover ._menuIconStroke_5wi35_439:not(._menuIcon_5wi35_431){stroke:#52c2fd}._redDot_5wi35_458{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_5wi35_473{display:flex;justify-content:center}._link_5wi35_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._viewport_5wi35_484{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_5wi35_495{position:fixed;box-shadow:0 16px 40px -8px #47556921;background:#fff;z-index:3100}._modal_5wi35_116{left:50%;top:50%;width:calc(100% - 8px);transform:translate(-50%,-50%);max-width:1190px;max-height:90vh;border-radius:20px}._drawer_5wi35_512{width:100%;height:100vh;right:0;top:0}._closeIcon_5wi35_519{padding:10px;position:absolute;right:6px;top:6px;cursor:pointer;z-index:2}._closeIcon_5wi35_519: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_5wi35_531{margin-left:0!important;margin-right:auto}._modalHeader_6ybig_1{position:relative;z-index:1;padding:16px 60px 16px 20px;display:flex;align-items:center;border-bottom:1px solid #e2e8f0}._modalHeader_6ybig_1._borderless_6ybig_9{border-bottom:none}._modalHeader_6ybig_1._modalHeaderShadow_6ybig_12{box-shadow:0 1px 2px #e2e8f03d,0 2px 2px #94a3b81f}._modalHeaderTitle_6ybig_16{font-size:1.125rem;font-weight:500}._modalHeaderSubtitle_6ybig_21{color:#475569;font-size:.875rem}._modalHeaderIconWrapper_6ybig_26{margin-right:16px;display:flex}._authButtonsWrapper_yyrcz_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_yyrcz_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_yyrcz_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_yyrcz_23{width:100%;margin-bottom:16px}._fieldWrapper_yyrcz_23:last-child{margin-bottom:0}._fieldLabel_yyrcz_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_yyrcz_36{font-size:.75rem;margin-top:8px}._field_yyrcz_23{width:100%;position:relative}._fieldLabelNew_yyrcz_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_yyrcz_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_yyrcz_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_yyrcz_52[type=password]{font-size:18px}._inputNew_yyrcz_52:focus,._inputNew_yyrcz_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_yyrcz_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_yyrcz_52:disabled::placeholder{color:#cbd5e1}._inputNew_yyrcz_52._error_yyrcz_7{border:1px solid #ef4444}._inputNew_yyrcz_52._error_yyrcz_7:focus,._inputNew_yyrcz_52._error_yyrcz_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_yyrcz_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_yyrcz_90{width:calc(50% - 8px)}._tableNavWrapper_yyrcz_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_yyrcz_107{display:flex;align-items:center}._tableNavItem_yyrcz_112{margin:0 6px}._modalContent_yyrcz_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_yyrcz_116._center_yyrcz_122{text-align:center;font-family:Inter}._modalContent_yyrcz_116._settings_yyrcz_126{max-height:calc(90vh - 205px)}._modalContent_yyrcz_116._settingsIntegration_yyrcz_129,._modalContent_yyrcz_116._performanceTestModalContent_yyrcz_132{max-height:calc(90vh - 170px)}._modalContent_yyrcz_116._monitoringReportContent_yyrcz_135{max-height:calc(100vh - 100px)}._modalTitle_yyrcz_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_yyrcz_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_yyrcz_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_yyrcz_151:after,._modalLine_yyrcz_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_yyrcz_151:before{left:-20px}._modalLine_yyrcz_151:after{right:-20px}._infoMessage_yyrcz_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_yyrcz_174: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_yyrcz_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_yyrcz_189._buttonsAutoWidth_yyrcz_196{justify-content:flex-end}._modalFooter_yyrcz_189._buttonsAutoWidth_yyrcz_196 button,._modalFooter_yyrcz_189._buttonsAutoWidth_yyrcz_196 span{margin-left:12px}._fullWidthTitle_yyrcz_204{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_yyrcz_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_yyrcz_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_yyrcz_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_yyrcz_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_yyrcz_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_yyrcz_254{height:180px;display:flex;align-items:center}._widgetFooter_yyrcz_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_yyrcz_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_yyrcz_267:last-child{border:none}._widgetMainValue_yyrcz_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_yyrcz_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_yyrcz_291{font-size:.75rem;color:#64748b}._widgetLoader_yyrcz_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_yyrcz_303{opacity:.5;cursor:default}._widgetAddress_yyrcz_308{font-size:.75rem;color:#64748b}._widgetTag_yyrcz_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_yyrcz_321{font-weight:500;color:#0f172a}._chartValuesWrapper_yyrcz_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_yyrcz_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_yyrcz_334._green_yyrcz_339:before,._chartValuesTitle_yyrcz_334._dark_yyrcz_339:before,._chartValuesTitle_yyrcz_334._blue_yyrcz_339: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_yyrcz_334._green_yyrcz_339:before{background:#22c55e}._chartValuesTitle_yyrcz_334._dark_yyrcz_339:before{background:#475569}._chartValuesTitle_yyrcz_334._blue_yyrcz_339:before{background:#43e0f8}._topbar_yyrcz_361{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_yyrcz_361._sticky_yyrcz_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_yyrcz_379{display:inline-flex}._logo_yyrcz_379{max-width:110px}._menuWrapper_yyrcz_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_yyrcz_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_yyrcz_387._opened_yyrcz_405{display:flex}}._menuItem_yyrcz_410{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_yyrcz_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_yyrcz_410 ._menuIcon_yyrcz_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_yyrcz_410 ._menuIconPerformance_yyrcz_436{fill:none}._menuItem_yyrcz_410 ._menuIconStroke_yyrcz_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_yyrcz_410._active_yyrcz_444,._menuItem_yyrcz_410:hover{background:#fff;color:#52c2fd}._menuItem_yyrcz_410._active_yyrcz_444 ._menuIcon_yyrcz_431:not(._menuIconStroke_yyrcz_439,._menuIconPerformance_yyrcz_436),._menuItem_yyrcz_410:hover ._menuIcon_yyrcz_431:not(._menuIconStroke_yyrcz_439,._menuIconPerformance_yyrcz_436){fill:#52c2fd}._menuItem_yyrcz_410._active_yyrcz_444 ._menuIconPerformance_yyrcz_436 path,._menuItem_yyrcz_410:hover ._menuIconPerformance_yyrcz_436 path{stroke:#59a6fd}._menuItem_yyrcz_410._active_yyrcz_444 ._menuIconStroke_yyrcz_439:not(._menuIcon_yyrcz_431),._menuItem_yyrcz_410:hover ._menuIconStroke_yyrcz_439:not(._menuIcon_yyrcz_431){stroke:#52c2fd}._redDot_yyrcz_458{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_yyrcz_473{display:flex;justify-content:center}._link_yyrcz_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._logoField_yyrcz_484{display:flex;justify-content:space-between}._imageWrapper_yyrcz_489{width:72px;height:72px;border-radius:10px;border:1px solid #e2e8f0;background:#f8fafc;display:flex;justify-content:center;align-items:center;overflow:hidden}._fileWrapper_yyrcz_501{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_yyrcz_501._error_yyrcz_7{border:1px solid #ef4444}._dragging_yyrcz_518{background-color:#b8f6b8;cursor:grabbing}._inputFile_yyrcz_523{display:none}._labelText_yyrcz_527{font-size:.75rem;text-align:center;color:#64748b}._labelText_yyrcz_527 span{font-weight:500;color:#43e0f8}._uploadedImage_yyrcz_537{max-width:72px;max-height:72px}._authButtonsWrapper_3tb1v_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_3tb1v_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_3tb1v_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_3tb1v_23{width:100%;margin-bottom:16px}._fieldWrapper_3tb1v_23:last-child{margin-bottom:0}._fieldLabel_3tb1v_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_3tb1v_36{font-size:.75rem;margin-top:8px}._field_3tb1v_23{width:100%;position:relative}._fieldLabelNew_3tb1v_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_3tb1v_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_3tb1v_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_3tb1v_52[type=password]{font-size:18px}._inputNew_3tb1v_52:focus,._inputNew_3tb1v_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_3tb1v_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_3tb1v_52:disabled::placeholder{color:#cbd5e1}._inputNew_3tb1v_52._error_3tb1v_7{border:1px solid #ef4444}._inputNew_3tb1v_52._error_3tb1v_7:focus,._inputNew_3tb1v_52._error_3tb1v_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_3tb1v_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_3tb1v_90{width:calc(50% - 8px)}._tableNavWrapper_3tb1v_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_3tb1v_107{display:flex;align-items:center}._tableNavItem_3tb1v_112{margin:0 6px}._modalContent_3tb1v_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_3tb1v_116._center_3tb1v_122{text-align:center;font-family:Inter}._modalContent_3tb1v_116._settings_3tb1v_126{max-height:calc(90vh - 205px)}._modalContent_3tb1v_116._settingsIntegration_3tb1v_129,._modalContent_3tb1v_116._performanceTestModalContent_3tb1v_132{max-height:calc(90vh - 170px)}._modalContent_3tb1v_116._monitoringReportContent_3tb1v_135{max-height:calc(100vh - 100px)}._modalTitle_3tb1v_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_3tb1v_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_3tb1v_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_3tb1v_151:after,._modalLine_3tb1v_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_3tb1v_151:before{left:-20px}._modalLine_3tb1v_151:after{right:-20px}._infoMessage_3tb1v_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_3tb1v_174: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_3tb1v_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_3tb1v_189._buttonsAutoWidth_3tb1v_196{justify-content:flex-end}._modalFooter_3tb1v_189._buttonsAutoWidth_3tb1v_196 button,._modalFooter_3tb1v_189._buttonsAutoWidth_3tb1v_196 span{margin-left:12px}._fullWidthTitle_3tb1v_204{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_3tb1v_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_3tb1v_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_3tb1v_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_3tb1v_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_3tb1v_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_3tb1v_254{height:180px;display:flex;align-items:center}._widgetFooter_3tb1v_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_3tb1v_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_3tb1v_267:last-child{border:none}._widgetMainValue_3tb1v_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_3tb1v_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_3tb1v_291{font-size:.75rem;color:#64748b}._widgetLoader_3tb1v_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_3tb1v_303{opacity:.5;cursor:default}._widgetAddress_3tb1v_308{font-size:.75rem;color:#64748b}._widgetTag_3tb1v_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_3tb1v_321{font-weight:500;color:#0f172a}._chartValuesWrapper_3tb1v_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_3tb1v_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_3tb1v_334._green_3tb1v_339:before,._chartValuesTitle_3tb1v_334._dark_3tb1v_339:before,._chartValuesTitle_3tb1v_334._blue_3tb1v_339: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_3tb1v_334._green_3tb1v_339:before{background:#22c55e}._chartValuesTitle_3tb1v_334._dark_3tb1v_339:before{background:#475569}._chartValuesTitle_3tb1v_334._blue_3tb1v_339:before{background:#43e0f8}._topbar_3tb1v_361{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_3tb1v_361._sticky_3tb1v_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_3tb1v_379{display:inline-flex}._logo_3tb1v_379{max-width:110px}._menuWrapper_3tb1v_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_3tb1v_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_3tb1v_387._opened_3tb1v_405{display:flex}}._menuItem_3tb1v_410{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_3tb1v_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_3tb1v_410 ._menuIcon_3tb1v_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_3tb1v_410 ._menuIconPerformance_3tb1v_436{fill:none}._menuItem_3tb1v_410 ._menuIconStroke_3tb1v_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_3tb1v_410._active_3tb1v_444,._menuItem_3tb1v_410:hover{background:#fff;color:#52c2fd}._menuItem_3tb1v_410._active_3tb1v_444 ._menuIcon_3tb1v_431:not(._menuIconStroke_3tb1v_439,._menuIconPerformance_3tb1v_436),._menuItem_3tb1v_410:hover ._menuIcon_3tb1v_431:not(._menuIconStroke_3tb1v_439,._menuIconPerformance_3tb1v_436){fill:#52c2fd}._menuItem_3tb1v_410._active_3tb1v_444 ._menuIconPerformance_3tb1v_436 path,._menuItem_3tb1v_410:hover ._menuIconPerformance_3tb1v_436 path{stroke:#59a6fd}._menuItem_3tb1v_410._active_3tb1v_444 ._menuIconStroke_3tb1v_439:not(._menuIcon_3tb1v_431),._menuItem_3tb1v_410:hover ._menuIconStroke_3tb1v_439:not(._menuIcon_3tb1v_431){stroke:#52c2fd}._redDot_3tb1v_458{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_3tb1v_473{display:flex;justify-content:center}._link_3tb1v_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._iconButton_3tb1v_484{position:absolute;right:12px;top:10px;opacity:.8;transform:scale(.9);cursor:pointer}._iconButton_3tb1v_484:hover{transition:.15s;opacity:.6}._showIcon_3tb1v_497{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_3tb1v_502{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")}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;overflow-x:hidden;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__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;background-color:#fff;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}._errorMessage_1cnwv_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_1cnwv_174: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_1i4ar_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1i4ar_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1i4ar_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_1i4ar_23{width:100%;margin-bottom:16px}._fieldWrapper_1i4ar_23:last-child{margin-bottom:0}._fieldLabel_1i4ar_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1i4ar_36{font-size:.75rem;margin-top:8px}._field_1i4ar_23{width:100%;position:relative}._fieldLabelNew_1i4ar_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1i4ar_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1i4ar_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1i4ar_52[type=password]{font-size:18px}._inputNew_1i4ar_52:focus,._inputNew_1i4ar_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1i4ar_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1i4ar_52:disabled::placeholder{color:#cbd5e1}._inputNew_1i4ar_52._error_1i4ar_7{border:1px solid #ef4444}._inputNew_1i4ar_52._error_1i4ar_7:focus,._inputNew_1i4ar_52._error_1i4ar_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1i4ar_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1i4ar_90{width:calc(50% - 8px)}._tableNavWrapper_1i4ar_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1i4ar_107{display:flex;align-items:center}._tableNavItem_1i4ar_112{margin:0 6px}._modalContent_1i4ar_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1i4ar_116._center_1i4ar_122{text-align:center;font-family:Inter}._modalContent_1i4ar_116._settings_1i4ar_126{max-height:calc(90vh - 205px)}._modalContent_1i4ar_116._settingsIntegration_1i4ar_129,._modalContent_1i4ar_116._performanceTestModalContent_1i4ar_132{max-height:calc(90vh - 170px)}._modalContent_1i4ar_116._monitoringReportContent_1i4ar_135{max-height:calc(100vh - 100px)}._modalTitle_1i4ar_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1i4ar_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1i4ar_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1i4ar_151:after,._modalLine_1i4ar_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1i4ar_151:before{left:-20px}._modalLine_1i4ar_151:after{right:-20px}._infoMessage_1i4ar_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1i4ar_174: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_1i4ar_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1i4ar_189._buttonsAutoWidth_1i4ar_196{justify-content:flex-end}._modalFooter_1i4ar_189._buttonsAutoWidth_1i4ar_196 button,._modalFooter_1i4ar_189._buttonsAutoWidth_1i4ar_196 span{margin-left:12px}._fullWidthTitle_1i4ar_204{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_1i4ar_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1i4ar_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1i4ar_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1i4ar_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1i4ar_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1i4ar_254{height:180px;display:flex;align-items:center}._widgetFooter_1i4ar_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1i4ar_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1i4ar_267:last-child{border:none}._widgetMainValue_1i4ar_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1i4ar_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1i4ar_291{font-size:.75rem;color:#64748b}._widgetLoader_1i4ar_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1i4ar_303{opacity:.5;cursor:default}._widgetAddress_1i4ar_308{font-size:.75rem;color:#64748b}._widgetTag_1i4ar_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1i4ar_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1i4ar_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1i4ar_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1i4ar_334._green_1i4ar_339:before,._chartValuesTitle_1i4ar_334._dark_1i4ar_339:before,._chartValuesTitle_1i4ar_334._blue_1i4ar_339: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_1i4ar_334._green_1i4ar_339:before{background:#22c55e}._chartValuesTitle_1i4ar_334._dark_1i4ar_339:before{background:#475569}._chartValuesTitle_1i4ar_334._blue_1i4ar_339:before{background:#43e0f8}._topbar_1i4ar_361{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_1i4ar_361._sticky_1i4ar_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1i4ar_379{display:inline-flex}._logo_1i4ar_379{max-width:110px}._menuWrapper_1i4ar_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1i4ar_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1i4ar_387._opened_1i4ar_405{display:flex}}._menuItem_1i4ar_410{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_1i4ar_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1i4ar_410 ._menuIcon_1i4ar_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1i4ar_410 ._menuIconPerformance_1i4ar_436{fill:none}._menuItem_1i4ar_410 ._menuIconStroke_1i4ar_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1i4ar_410._active_1i4ar_444,._menuItem_1i4ar_410:hover{background:#fff;color:#52c2fd}._menuItem_1i4ar_410._active_1i4ar_444 ._menuIcon_1i4ar_431:not(._menuIconStroke_1i4ar_439,._menuIconPerformance_1i4ar_436),._menuItem_1i4ar_410:hover ._menuIcon_1i4ar_431:not(._menuIconStroke_1i4ar_439,._menuIconPerformance_1i4ar_436){fill:#52c2fd}._menuItem_1i4ar_410._active_1i4ar_444 ._menuIconPerformance_1i4ar_436 path,._menuItem_1i4ar_410:hover ._menuIconPerformance_1i4ar_436 path{stroke:#59a6fd}._menuItem_1i4ar_410._active_1i4ar_444 ._menuIconStroke_1i4ar_439:not(._menuIcon_1i4ar_431),._menuItem_1i4ar_410:hover ._menuIconStroke_1i4ar_439:not(._menuIcon_1i4ar_431){stroke:#52c2fd}._redDot_1i4ar_458{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_1i4ar_473{display:flex;justify-content:center}._link_1i4ar_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._fieldWrapper_1i4ar_23{min-width:0}._fieldWrapper_1i4ar_23 ._error_1i4ar_7{border:1px solid #ef4444!important}._errorText_1i4ar_491{max-width:100%;color:#ef4444}._customOptionField_1i4ar_496{font-size:14px;color:#2db2c8;padding:10px}._customOptionField_1i4ar_496:hover{background-color:#fafafa}._subscriptionModal_a250b_1 footer{display:none}._subscriptionModalContainer_a250b_5{display:flex;flex-direction:column;width:100%;max-height:90vh;overflow:hidden}._subscriptionModalWrapper_a250b_13{display:flex;flex-direction:row;width:100%;padding:70px 40px 0;overflow-y:auto}._subscriptionModalSection_a250b_21{display:flex;width:100%}._subscriptionModalSection_a250b_21:nth-child(n+2) ._subscriptionModalFeature_a250b_25{display:none}._subscriptionModalPrice_a250b_29{display:flex;align-items:center;gap:8px;position:relative}._subscriptionModalPrice_a250b_29 ._subscriptionModalPriceOld_a250b_35{position:relative;font-size:16px;color:#64748b;text-align:center}._subscriptionModalFooter_a250b_42{display:flex;justify-content:space-between;align-items:center;padding:40px}._subscriptionModalFooter_a250b_42 div{display:flex;gap:24px}._subscriptionModalFooter_a250b_42 div span{display:flex;align-items:center;font-weight:500;font-size:14px}._subscriptionModalFooter_a250b_42 div span svg{margin-right:8px}._subscriptionModalFooter_a250b_42 ._subscriptionModalFooterText_a250b_61 span{font-size:12px}._subscriptionModalContent_a250b_65{display:flex;flex-direction:column;flex-grow:1;position:relative}._subscriptionModalFeature_a250b_25 ._subscriptionModalRow_a250b_72{flex-shrink:0;justify-content:start}._subscriptionModalFeature_a250b_25 ._subscriptionModalRow_a250b_72:last-child{border-bottom:0}._subscriptionModalFeature_a250b_25 ._featureRow_a250b_79:last-child{font-weight:600}._subscriptionModalFeature_a250b_25 ._subscriptionModalRowTitle_a250b_82{flex-shrink:0;align-items:start;padding:0 24px 0 0}._popularPlan_a250b_88{display:flex;justify-content:center;width:100%;height:585px;border-radius:16px;border:2px solid #2db2c8;position:absolute;top:-20px}._popularPlan_a250b_88 ._mostPopularText_a250b_98{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_a250b_88 ._mostPopularText_a250b_98 p{font-size:14px;font-weight:700;text-transform:uppercase}._subscriptionModalRow_a250b_72{display:flex;align-items:center;justify-content:center;height:32px;border-bottom:1px solid #e2e8f0;flex-shrink:0}._subscriptionModalRow_a250b_72:nth-last-child(2){border-color:#64748b}._subscriptionModalRow_a250b_72:last-child{border-bottom:0}._subscriptionModalRow_a250b_72 p{font-size:14px}._subscriptionModalRow_a250b_72 ._priceText_a250b_133{font-size:18px;font-weight:700}._subscriptionModalRowTitle_a250b_82{display:flex;flex-direction:column;align-items:center;justify-content:flex-start;height:85px;border-bottom:1px solid #e2e8f0;padding:0 12px}._subscriptionModalRowTitle_a250b_82 ._featuresTitle_a250b_147{padding-top:40px}._subscriptionModalRowTitle_a250b_82 p{white-space:nowrap;font-size:24px;font-weight:700}._subscriptionModalRowTitle_a250b_82 p._boldTitle_a250b_155{font-weight:900;font-style:italic;text-transform:uppercase}._subscriptionModalRowTitle_a250b_82 div{padding-top:4px;font-weight:600;height:14px;font-size:14px;color:#22c55e}._subscriptionModalRowTitle_a250b_82 span{font-family:Inter;font-style:italic;font-size:20px;font-weight:700}._popularPlanTitle_a250b_174{padding:0 30px;flex-shrink:0}@media only screen and (max-width: 850px){._subscriptionModalRowTitle_a250b_82 span{font-size:16px}._subscriptionModalRowTitle_a250b_82 p{font-size:18px}._subscriptionModalRow_a250b_72 p{font-size:12px}._subscriptionModalRow_a250b_72 ._priceText_a250b_133{font-size:14px}._subscriptionModalRow_a250b_72 svg{width:16px}._subscriptionModalFooter_a250b_42 span{font-size:12px}._subscriptionModalFooter_a250b_42 svg{width:16px;margin-right:6px}._subscriptionModalFooter_a250b_42 div{gap:16px}._subscriptionModalFooter_a250b_42 div:first-child span{font-size:10px}._popularPlan_a250b_88 ._mostPopularText_a250b_98{height:28px}._popularPlan_a250b_88 ._mostPopularText_a250b_98 p{font-size:12px}}._subscriptionSubModal_a250b_215 ._modalBody_a250b_215{display:flex;flex-direction:column;align-items:center;padding:16px 20px}._subscriptionSubModal_a250b_215 ._modalBody_a250b_215 p{font-size:14px;color:#475569;margin-top:4px;text-align:center}._subscriptionSubModal_a250b_215 ._modalBody_a250b_215 span{font-weight:700}._subscriptionSubModal_a250b_215 ._subscriptionSubModalFooter_a250b_230{flex-direction:column-reverse;gap:12px}._subscriptionSubModal_a250b_215 ._iconWrapper_a250b_234{display:flex;width:44px;height:44px;border-radius:10px;align-items:center;justify-content:center;margin-bottom:16px;background-color:#fef3c7}._subscriptionSubModal_a250b_215 ._iconWrapper_a250b_234 svg{width:24px;height:24px}@media only screen and (max-width: 700px){._subscriptionModalWrapper_a250b_13{flex-direction:column;overflow-y:auto}._subscriptionModalSection_a250b_21{margin-bottom:35px}._subscriptionModalSection_a250b_21:last-child{margin-bottom:0}._subscriptionModalSection_a250b_21:nth-child(n+2) ._subscriptionModalFeature_a250b_25{display:flex}._subscriptionModalContent_a250b_65 ._subscriptionModalRowTitle_a250b_82{padding:0}}@media only screen and (max-width: 590px){._subscriptionModalFooter_a250b_42,._subscriptionModalFooter_a250b_42 ._subscriptionModalFooterText_a250b_61{align-items:start}._subscriptionModalFooter_a250b_42 ._subscriptionModalFooterContacts_a250b_274{flex-direction:column;align-items:end}}._authButtonsWrapper_zzqqt_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_zzqqt_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_zzqqt_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_zzqqt_23{width:100%;margin-bottom:16px}._fieldWrapper_zzqqt_23:last-child{margin-bottom:0}._fieldLabel_zzqqt_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_zzqqt_36{font-size:.75rem;margin-top:8px}._field_zzqqt_23{width:100%;position:relative}._fieldLabelNew_zzqqt_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_zzqqt_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_zzqqt_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_zzqqt_52[type=password]{font-size:18px}._inputNew_zzqqt_52:focus,._inputNew_zzqqt_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_zzqqt_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_zzqqt_52:disabled::placeholder{color:#cbd5e1}._inputNew_zzqqt_52._error_zzqqt_7{border:1px solid #ef4444}._inputNew_zzqqt_52._error_zzqqt_7:focus,._inputNew_zzqqt_52._error_zzqqt_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_zzqqt_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_zzqqt_90{width:calc(50% - 8px)}._tableNavWrapper_zzqqt_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_zzqqt_107{display:flex;align-items:center}._tableNavItem_zzqqt_112{margin:0 6px}._modalContent_zzqqt_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_zzqqt_116._center_zzqqt_122{text-align:center;font-family:Inter}._modalContent_zzqqt_116._settings_zzqqt_126{max-height:calc(90vh - 205px)}._modalContent_zzqqt_116._settingsIntegration_zzqqt_129,._modalContent_zzqqt_116._performanceTestModalContent_zzqqt_132{max-height:calc(90vh - 170px)}._modalContent_zzqqt_116._monitoringReportContent_zzqqt_135{max-height:calc(100vh - 100px)}._modalTitle_zzqqt_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_zzqqt_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_zzqqt_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_zzqqt_151:after,._modalLine_zzqqt_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_zzqqt_151:before{left:-20px}._modalLine_zzqqt_151:after{right:-20px}._infoMessage_zzqqt_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_zzqqt_174: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_zzqqt_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_zzqqt_189._buttonsAutoWidth_zzqqt_196{justify-content:flex-end}._modalFooter_zzqqt_189._buttonsAutoWidth_zzqqt_196 button,._modalFooter_zzqqt_189._buttonsAutoWidth_zzqqt_196 span{margin-left:12px}._fullWidthTitle_zzqqt_204{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_zzqqt_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_zzqqt_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_zzqqt_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_zzqqt_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_zzqqt_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_zzqqt_254{height:180px;display:flex;align-items:center}._widgetFooter_zzqqt_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_zzqqt_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_zzqqt_267:last-child{border:none}._widgetMainValue_zzqqt_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_zzqqt_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_zzqqt_291{font-size:.75rem;color:#64748b}._widgetLoader_zzqqt_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_zzqqt_303{opacity:.5;cursor:default}._widgetAddress_zzqqt_308{font-size:.75rem;color:#64748b}._widgetTag_zzqqt_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_zzqqt_321{font-weight:500;color:#0f172a}._chartValuesWrapper_zzqqt_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_zzqqt_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_zzqqt_334._green_zzqqt_339:before,._chartValuesTitle_zzqqt_334._dark_zzqqt_339:before,._chartValuesTitle_zzqqt_334._blue_zzqqt_339: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_zzqqt_334._green_zzqqt_339:before{background:#22c55e}._chartValuesTitle_zzqqt_334._dark_zzqqt_339:before{background:#475569}._chartValuesTitle_zzqqt_334._blue_zzqqt_339:before{background:#43e0f8}._topbar_zzqqt_361{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_zzqqt_361._sticky_zzqqt_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_zzqqt_379{display:inline-flex}._logo_zzqqt_379{max-width:110px}._menuWrapper_zzqqt_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_zzqqt_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_zzqqt_387._opened_zzqqt_405{display:flex}}._menuItem_zzqqt_410{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_zzqqt_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_zzqqt_410 ._menuIcon_zzqqt_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_zzqqt_410 ._menuIconPerformance_zzqqt_436{fill:none}._menuItem_zzqqt_410 ._menuIconStroke_zzqqt_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_zzqqt_410._active_zzqqt_444,._menuItem_zzqqt_410:hover{background:#fff;color:#52c2fd}._menuItem_zzqqt_410._active_zzqqt_444 ._menuIcon_zzqqt_431:not(._menuIconStroke_zzqqt_439,._menuIconPerformance_zzqqt_436),._menuItem_zzqqt_410:hover ._menuIcon_zzqqt_431:not(._menuIconStroke_zzqqt_439,._menuIconPerformance_zzqqt_436){fill:#52c2fd}._menuItem_zzqqt_410._active_zzqqt_444 ._menuIconPerformance_zzqqt_436 path,._menuItem_zzqqt_410:hover ._menuIconPerformance_zzqqt_436 path{stroke:#59a6fd}._menuItem_zzqqt_410._active_zzqqt_444 ._menuIconStroke_zzqqt_439:not(._menuIcon_zzqqt_431),._menuItem_zzqqt_410:hover ._menuIconStroke_zzqqt_439:not(._menuIcon_zzqqt_431){stroke:#52c2fd}._redDot_zzqqt_458{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_zzqqt_473{display:flex;justify-content:center}._link_zzqqt_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._spinnerWrapper_zzqqt_484{position:absolute;z-index:1;width:calc(100% - 40px);display:flex;justify-content:center;align-items:center}._hidden_zzqqt_493{display:none}._subscriptionPlanContainer_zzqqt_497{font-size:14px;margin-bottom:10px}._subscriptionPlanContainer_zzqqt_497>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_zzqqt_497>div>div{cursor:pointer;color:#2db2c8;font-size:14px}._authButtonsWrapper_1h7b7_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1h7b7_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1h7b7_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_1h7b7_23{width:100%;margin-bottom:16px}._fieldWrapper_1h7b7_23:last-child{margin-bottom:0}._fieldLabel_1h7b7_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1h7b7_36{font-size:.75rem;margin-top:8px}._field_1h7b7_23{width:100%;position:relative}._fieldLabelNew_1h7b7_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1h7b7_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1h7b7_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1h7b7_52[type=password]{font-size:18px}._inputNew_1h7b7_52:focus,._inputNew_1h7b7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1h7b7_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1h7b7_52:disabled::placeholder{color:#cbd5e1}._inputNew_1h7b7_52._error_1h7b7_7{border:1px solid #ef4444}._inputNew_1h7b7_52._error_1h7b7_7:focus,._inputNew_1h7b7_52._error_1h7b7_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1h7b7_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1h7b7_90{width:calc(50% - 8px)}._tableNavWrapper_1h7b7_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1h7b7_107{display:flex;align-items:center}._tableNavItem_1h7b7_112{margin:0 6px}._modalContent_1h7b7_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1h7b7_116._center_1h7b7_122{text-align:center;font-family:Inter}._modalContent_1h7b7_116._settings_1h7b7_126{max-height:calc(90vh - 205px)}._modalContent_1h7b7_116._settingsIntegration_1h7b7_129,._modalContent_1h7b7_116._performanceTestModalContent_1h7b7_132{max-height:calc(90vh - 170px)}._modalContent_1h7b7_116._monitoringReportContent_1h7b7_135{max-height:calc(100vh - 100px)}._modalTitle_1h7b7_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1h7b7_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1h7b7_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1h7b7_151:after,._modalLine_1h7b7_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1h7b7_151:before{left:-20px}._modalLine_1h7b7_151:after{right:-20px}._infoMessage_1h7b7_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1h7b7_174: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_1h7b7_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1h7b7_189._buttonsAutoWidth_1h7b7_196{justify-content:flex-end}._modalFooter_1h7b7_189._buttonsAutoWidth_1h7b7_196 button,._modalFooter_1h7b7_189._buttonsAutoWidth_1h7b7_196 span{margin-left:12px}._fullWidthTitle_1h7b7_204{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_1h7b7_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1h7b7_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1h7b7_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1h7b7_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1h7b7_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1h7b7_254{height:180px;display:flex;align-items:center}._widgetFooter_1h7b7_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1h7b7_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1h7b7_267:last-child{border:none}._widgetMainValue_1h7b7_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1h7b7_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1h7b7_291{font-size:.75rem;color:#64748b}._widgetLoader_1h7b7_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1h7b7_303{opacity:.5;cursor:default}._widgetAddress_1h7b7_308{font-size:.75rem;color:#64748b}._widgetTag_1h7b7_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1h7b7_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1h7b7_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1h7b7_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1h7b7_334._green_1h7b7_339:before,._chartValuesTitle_1h7b7_334._dark_1h7b7_339:before,._chartValuesTitle_1h7b7_334._blue_1h7b7_339: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_1h7b7_334._green_1h7b7_339:before{background:#22c55e}._chartValuesTitle_1h7b7_334._dark_1h7b7_339:before{background:#475569}._chartValuesTitle_1h7b7_334._blue_1h7b7_339:before{background:#43e0f8}._topbar_1h7b7_361{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_1h7b7_361._sticky_1h7b7_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1h7b7_379{display:inline-flex}._logo_1h7b7_379{max-width:110px}._menuWrapper_1h7b7_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1h7b7_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1h7b7_387._opened_1h7b7_405{display:flex}}._menuItem_1h7b7_410{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_1h7b7_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1h7b7_410 ._menuIcon_1h7b7_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1h7b7_410 ._menuIconPerformance_1h7b7_436{fill:none}._menuItem_1h7b7_410 ._menuIconStroke_1h7b7_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1h7b7_410._active_1h7b7_444,._menuItem_1h7b7_410:hover{background:#fff;color:#52c2fd}._menuItem_1h7b7_410._active_1h7b7_444 ._menuIcon_1h7b7_431:not(._menuIconStroke_1h7b7_439,._menuIconPerformance_1h7b7_436),._menuItem_1h7b7_410:hover ._menuIcon_1h7b7_431:not(._menuIconStroke_1h7b7_439,._menuIconPerformance_1h7b7_436){fill:#52c2fd}._menuItem_1h7b7_410._active_1h7b7_444 ._menuIconPerformance_1h7b7_436 path,._menuItem_1h7b7_410:hover ._menuIconPerformance_1h7b7_436 path{stroke:#59a6fd}._menuItem_1h7b7_410._active_1h7b7_444 ._menuIconStroke_1h7b7_439:not(._menuIcon_1h7b7_431),._menuItem_1h7b7_410:hover ._menuIconStroke_1h7b7_439:not(._menuIcon_1h7b7_431){stroke:#52c2fd}._redDot_1h7b7_458{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_1h7b7_473{display:flex;justify-content:center}._link_1h7b7_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalNoteText_1h7b7_484{font-size:.875rem;color:#165964;padding:6px 10px;border-radius:10px;background:#ebfcff}._spinnerWrapper_1h7b7_492{position:absolute;z-index:1;width:calc(100% - 40px);display:flex;justify-content:center;align-items:center}._settingsIntegration_1h7b7_129 .static-select--is-disabled{opacity:1!important}._authButtonsWrapper_kgd9g_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_kgd9g_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_kgd9g_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_kgd9g_23{width:100%;margin-bottom:16px}._fieldWrapper_kgd9g_23:last-child{margin-bottom:0}._fieldLabel_kgd9g_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_kgd9g_36{font-size:.75rem;margin-top:8px}._field_kgd9g_23{width:100%;position:relative}._fieldLabelNew_kgd9g_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_kgd9g_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_kgd9g_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_kgd9g_52[type=password]{font-size:18px}._inputNew_kgd9g_52:focus,._inputNew_kgd9g_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_kgd9g_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_kgd9g_52:disabled::placeholder{color:#cbd5e1}._inputNew_kgd9g_52._error_kgd9g_7{border:1px solid #ef4444}._inputNew_kgd9g_52._error_kgd9g_7:focus,._inputNew_kgd9g_52._error_kgd9g_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_kgd9g_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_kgd9g_90{width:calc(50% - 8px)}._tableNavWrapper_kgd9g_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_kgd9g_107{display:flex;align-items:center}._tableNavItem_kgd9g_112{margin:0 6px}._modalContent_kgd9g_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_kgd9g_116._center_kgd9g_122{text-align:center;font-family:Inter}._modalContent_kgd9g_116._settings_kgd9g_126{max-height:calc(90vh - 205px)}._modalContent_kgd9g_116._settingsIntegration_kgd9g_129,._modalContent_kgd9g_116._performanceTestModalContent_kgd9g_132{max-height:calc(90vh - 170px)}._modalContent_kgd9g_116._monitoringReportContent_kgd9g_135{max-height:calc(100vh - 100px)}._modalTitle_kgd9g_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_kgd9g_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_kgd9g_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_kgd9g_151:after,._modalLine_kgd9g_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_kgd9g_151:before{left:-20px}._modalLine_kgd9g_151:after{right:-20px}._infoMessage_kgd9g_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_kgd9g_174: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_kgd9g_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_kgd9g_189._buttonsAutoWidth_kgd9g_196{justify-content:flex-end}._modalFooter_kgd9g_189._buttonsAutoWidth_kgd9g_196 button,._modalFooter_kgd9g_189._buttonsAutoWidth_kgd9g_196 span{margin-left:12px}._fullWidthTitle_kgd9g_204{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_kgd9g_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_kgd9g_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_kgd9g_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_kgd9g_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_kgd9g_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_kgd9g_254{height:180px;display:flex;align-items:center}._widgetFooter_kgd9g_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_kgd9g_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_kgd9g_267:last-child{border:none}._widgetMainValue_kgd9g_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_kgd9g_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_kgd9g_291{font-size:.75rem;color:#64748b}._widgetLoader_kgd9g_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_kgd9g_303{opacity:.5;cursor:default}._widgetAddress_kgd9g_308{font-size:.75rem;color:#64748b}._widgetTag_kgd9g_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_kgd9g_321{font-weight:500;color:#0f172a}._chartValuesWrapper_kgd9g_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_kgd9g_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_kgd9g_334._green_kgd9g_339:before,._chartValuesTitle_kgd9g_334._dark_kgd9g_339:before,._chartValuesTitle_kgd9g_334._blue_kgd9g_339: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_kgd9g_334._green_kgd9g_339:before{background:#22c55e}._chartValuesTitle_kgd9g_334._dark_kgd9g_339:before{background:#475569}._chartValuesTitle_kgd9g_334._blue_kgd9g_339:before{background:#43e0f8}._topbar_kgd9g_361{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_kgd9g_361._sticky_kgd9g_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_kgd9g_379{display:inline-flex}._logo_kgd9g_379{max-width:110px}._menuWrapper_kgd9g_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_kgd9g_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_kgd9g_387._opened_kgd9g_405{display:flex}}._menuItem_kgd9g_410{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_kgd9g_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_kgd9g_410 ._menuIcon_kgd9g_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_kgd9g_410 ._menuIconPerformance_kgd9g_436{fill:none}._menuItem_kgd9g_410 ._menuIconStroke_kgd9g_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_kgd9g_410._active_kgd9g_444,._menuItem_kgd9g_410:hover{background:#fff;color:#52c2fd}._menuItem_kgd9g_410._active_kgd9g_444 ._menuIcon_kgd9g_431:not(._menuIconStroke_kgd9g_439,._menuIconPerformance_kgd9g_436),._menuItem_kgd9g_410:hover ._menuIcon_kgd9g_431:not(._menuIconStroke_kgd9g_439,._menuIconPerformance_kgd9g_436){fill:#52c2fd}._menuItem_kgd9g_410._active_kgd9g_444 ._menuIconPerformance_kgd9g_436 path,._menuItem_kgd9g_410:hover ._menuIconPerformance_kgd9g_436 path{stroke:#59a6fd}._menuItem_kgd9g_410._active_kgd9g_444 ._menuIconStroke_kgd9g_439:not(._menuIcon_kgd9g_431),._menuItem_kgd9g_410:hover ._menuIconStroke_kgd9g_439:not(._menuIcon_kgd9g_431){stroke:#52c2fd}._redDot_kgd9g_458{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_kgd9g_473{display:flex;justify-content:center}._link_kgd9g_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._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}._authButtonsWrapper_me4vj_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_me4vj_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_me4vj_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_me4vj_23{width:100%;margin-bottom:16px}._fieldWrapper_me4vj_23:last-child{margin-bottom:0}._fieldLabel_me4vj_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_me4vj_36{font-size:.75rem;margin-top:8px}._field_me4vj_23{width:100%;position:relative}._fieldLabelNew_me4vj_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_me4vj_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_me4vj_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_me4vj_52[type=password]{font-size:18px}._inputNew_me4vj_52:focus,._inputNew_me4vj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_me4vj_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_me4vj_52:disabled::placeholder{color:#cbd5e1}._inputNew_me4vj_52._error_me4vj_7{border:1px solid #ef4444}._inputNew_me4vj_52._error_me4vj_7:focus,._inputNew_me4vj_52._error_me4vj_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_me4vj_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_me4vj_90{width:calc(50% - 8px)}._tableNavWrapper_me4vj_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_me4vj_107{display:flex;align-items:center}._tableNavItem_me4vj_112{margin:0 6px}._modalContent_me4vj_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_me4vj_116._center_me4vj_122{text-align:center;font-family:Inter}._modalContent_me4vj_116._settings_me4vj_126{max-height:calc(90vh - 205px)}._modalContent_me4vj_116._settingsIntegration_me4vj_129,._modalContent_me4vj_116._performanceTestModalContent_me4vj_132{max-height:calc(90vh - 170px)}._modalContent_me4vj_116._monitoringReportContent_me4vj_135{max-height:calc(100vh - 100px)}._modalTitle_me4vj_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_me4vj_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_me4vj_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_me4vj_151:after,._modalLine_me4vj_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_me4vj_151:before{left:-20px}._modalLine_me4vj_151:after{right:-20px}._infoMessage_me4vj_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_me4vj_174: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_me4vj_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_me4vj_189._buttonsAutoWidth_me4vj_196{justify-content:flex-end}._modalFooter_me4vj_189._buttonsAutoWidth_me4vj_196 button,._modalFooter_me4vj_189._buttonsAutoWidth_me4vj_196 span{margin-left:12px}._fullWidthTitle_me4vj_204{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_me4vj_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_me4vj_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_me4vj_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_me4vj_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_me4vj_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_me4vj_254{height:180px;display:flex;align-items:center}._widgetFooter_me4vj_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_me4vj_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_me4vj_267:last-child{border:none}._widgetMainValue_me4vj_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_me4vj_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_me4vj_291{font-size:.75rem;color:#64748b}._widgetLoader_me4vj_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_me4vj_303{opacity:.5;cursor:default}._widgetAddress_me4vj_308{font-size:.75rem;color:#64748b}._widgetTag_me4vj_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_me4vj_321{font-weight:500;color:#0f172a}._chartValuesWrapper_me4vj_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_me4vj_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_me4vj_334._green_me4vj_339:before,._chartValuesTitle_me4vj_334._dark_me4vj_339:before,._chartValuesTitle_me4vj_334._blue_me4vj_339: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_me4vj_334._green_me4vj_339:before{background:#22c55e}._chartValuesTitle_me4vj_334._dark_me4vj_339:before{background:#475569}._chartValuesTitle_me4vj_334._blue_me4vj_339:before{background:#43e0f8}._topbar_me4vj_361{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_me4vj_361._sticky_me4vj_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_me4vj_379{display:inline-flex}._logo_me4vj_379{max-width:110px}._menuWrapper_me4vj_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_me4vj_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_me4vj_387._opened_me4vj_405{display:flex}}._menuItem_me4vj_410{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_me4vj_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_me4vj_410 ._menuIcon_me4vj_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_me4vj_410 ._menuIconPerformance_me4vj_436{fill:none}._menuItem_me4vj_410 ._menuIconStroke_me4vj_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_me4vj_410._active_me4vj_444,._menuItem_me4vj_410:hover{background:#fff;color:#52c2fd}._menuItem_me4vj_410._active_me4vj_444 ._menuIcon_me4vj_431:not(._menuIconStroke_me4vj_439,._menuIconPerformance_me4vj_436),._menuItem_me4vj_410:hover ._menuIcon_me4vj_431:not(._menuIconStroke_me4vj_439,._menuIconPerformance_me4vj_436){fill:#52c2fd}._menuItem_me4vj_410._active_me4vj_444 ._menuIconPerformance_me4vj_436 path,._menuItem_me4vj_410:hover ._menuIconPerformance_me4vj_436 path{stroke:#59a6fd}._menuItem_me4vj_410._active_me4vj_444 ._menuIconStroke_me4vj_439:not(._menuIcon_me4vj_431),._menuItem_me4vj_410:hover ._menuIconStroke_me4vj_439:not(._menuIcon_me4vj_431){stroke:#52c2fd}._redDot_me4vj_458{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_me4vj_473{display:flex;justify-content:center}._link_me4vj_478{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_1cx5k_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1cx5k_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1cx5k_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_1cx5k_23{width:100%;margin-bottom:16px}._fieldWrapper_1cx5k_23:last-child{margin-bottom:0}._fieldLabel_1cx5k_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1cx5k_36{font-size:.75rem;margin-top:8px}._field_1cx5k_23{width:100%;position:relative}._fieldLabelNew_1cx5k_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1cx5k_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1cx5k_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1cx5k_52[type=password]{font-size:18px}._inputNew_1cx5k_52:focus,._inputNew_1cx5k_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1cx5k_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1cx5k_52:disabled::placeholder{color:#cbd5e1}._inputNew_1cx5k_52._error_1cx5k_7{border:1px solid #ef4444}._inputNew_1cx5k_52._error_1cx5k_7:focus,._inputNew_1cx5k_52._error_1cx5k_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1cx5k_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1cx5k_90{width:calc(50% - 8px)}._tableNavWrapper_1cx5k_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1cx5k_107{display:flex;align-items:center}._tableNavItem_1cx5k_112{margin:0 6px}._modalContent_1cx5k_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1cx5k_116._center_1cx5k_122{text-align:center;font-family:Inter}._modalContent_1cx5k_116._settings_1cx5k_126{max-height:calc(90vh - 205px)}._modalContent_1cx5k_116._settingsIntegration_1cx5k_129,._modalContent_1cx5k_116._performanceTestModalContent_1cx5k_132{max-height:calc(90vh - 170px)}._modalContent_1cx5k_116._monitoringReportContent_1cx5k_135{max-height:calc(100vh - 100px)}._modalTitle_1cx5k_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1cx5k_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1cx5k_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1cx5k_151:after,._modalLine_1cx5k_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1cx5k_151:before{left:-20px}._modalLine_1cx5k_151:after{right:-20px}._infoMessage_1cx5k_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1cx5k_174: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_1cx5k_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1cx5k_189._buttonsAutoWidth_1cx5k_196{justify-content:flex-end}._modalFooter_1cx5k_189._buttonsAutoWidth_1cx5k_196 button,._modalFooter_1cx5k_189._buttonsAutoWidth_1cx5k_196 span{margin-left:12px}._fullWidthTitle_1cx5k_204{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_1cx5k_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1cx5k_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1cx5k_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1cx5k_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1cx5k_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1cx5k_254{height:180px;display:flex;align-items:center}._widgetFooter_1cx5k_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1cx5k_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1cx5k_267:last-child{border:none}._widgetMainValue_1cx5k_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1cx5k_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1cx5k_291{font-size:.75rem;color:#64748b}._widgetLoader_1cx5k_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1cx5k_303{opacity:.5;cursor:default}._widgetAddress_1cx5k_308{font-size:.75rem;color:#64748b}._widgetTag_1cx5k_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1cx5k_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1cx5k_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1cx5k_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1cx5k_334._green_1cx5k_339:before,._chartValuesTitle_1cx5k_334._dark_1cx5k_339:before,._chartValuesTitle_1cx5k_334._blue_1cx5k_339: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_1cx5k_334._green_1cx5k_339:before{background:#22c55e}._chartValuesTitle_1cx5k_334._dark_1cx5k_339:before{background:#475569}._chartValuesTitle_1cx5k_334._blue_1cx5k_339:before{background:#43e0f8}._topbar_1cx5k_361{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_1cx5k_361._sticky_1cx5k_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1cx5k_379{display:inline-flex}._logo_1cx5k_379{max-width:110px}._menuWrapper_1cx5k_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1cx5k_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1cx5k_387._opened_1cx5k_405{display:flex}}._menuItem_1cx5k_410{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_1cx5k_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1cx5k_410 ._menuIcon_1cx5k_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1cx5k_410 ._menuIconPerformance_1cx5k_436{fill:none}._menuItem_1cx5k_410 ._menuIconStroke_1cx5k_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1cx5k_410._active_1cx5k_444,._menuItem_1cx5k_410:hover{background:#fff;color:#52c2fd}._menuItem_1cx5k_410._active_1cx5k_444 ._menuIcon_1cx5k_431:not(._menuIconStroke_1cx5k_439,._menuIconPerformance_1cx5k_436),._menuItem_1cx5k_410:hover ._menuIcon_1cx5k_431:not(._menuIconStroke_1cx5k_439,._menuIconPerformance_1cx5k_436){fill:#52c2fd}._menuItem_1cx5k_410._active_1cx5k_444 ._menuIconPerformance_1cx5k_436 path,._menuItem_1cx5k_410:hover ._menuIconPerformance_1cx5k_436 path{stroke:#59a6fd}._menuItem_1cx5k_410._active_1cx5k_444 ._menuIconStroke_1cx5k_439:not(._menuIcon_1cx5k_431),._menuItem_1cx5k_410:hover ._menuIconStroke_1cx5k_439:not(._menuIcon_1cx5k_431){stroke:#52c2fd}._redDot_1cx5k_458{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_1cx5k_473{display:flex;justify-content:center}._link_1cx5k_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._spinnerWrapper_1cx5k_484{position:absolute;z-index:1;width:calc(100% - 40px);display:flex;justify-content:center;align-items:center}._inputText_1cx5k_493{margin-bottom:5px}._emailAlertsCheckbox_1cx5k_497{margin-bottom:15px}._authButtonsWrapper_zrkj1_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_zrkj1_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_zrkj1_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_zrkj1_23{width:100%;margin-bottom:16px}._fieldWrapper_zrkj1_23:last-child{margin-bottom:0}._fieldLabel_zrkj1_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_zrkj1_36{font-size:.75rem;margin-top:8px}._field_zrkj1_23{width:100%;position:relative}._fieldLabelNew_zrkj1_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_zrkj1_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_zrkj1_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_zrkj1_52[type=password]{font-size:18px}._inputNew_zrkj1_52:focus,._inputNew_zrkj1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_zrkj1_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_zrkj1_52:disabled::placeholder{color:#cbd5e1}._inputNew_zrkj1_52._error_zrkj1_7{border:1px solid #ef4444}._inputNew_zrkj1_52._error_zrkj1_7:focus,._inputNew_zrkj1_52._error_zrkj1_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_zrkj1_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_zrkj1_90{width:calc(50% - 8px)}._tableNavWrapper_zrkj1_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_zrkj1_107{display:flex;align-items:center}._tableNavItem_zrkj1_112{margin:0 6px}._modalContent_zrkj1_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_zrkj1_116._center_zrkj1_122{text-align:center;font-family:Inter}._modalContent_zrkj1_116._settings_zrkj1_126{max-height:calc(90vh - 205px)}._modalContent_zrkj1_116._settingsIntegration_zrkj1_129,._modalContent_zrkj1_116._performanceTestModalContent_zrkj1_132{max-height:calc(90vh - 170px)}._modalContent_zrkj1_116._monitoringReportContent_zrkj1_135{max-height:calc(100vh - 100px)}._modalTitle_zrkj1_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_zrkj1_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_zrkj1_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_zrkj1_151:after,._modalLine_zrkj1_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_zrkj1_151:before{left:-20px}._modalLine_zrkj1_151:after{right:-20px}._infoMessage_zrkj1_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_zrkj1_174: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_zrkj1_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_zrkj1_189._buttonsAutoWidth_zrkj1_196{justify-content:flex-end}._modalFooter_zrkj1_189._buttonsAutoWidth_zrkj1_196 button,._modalFooter_zrkj1_189._buttonsAutoWidth_zrkj1_196 span{margin-left:12px}._fullWidthTitle_zrkj1_204{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_zrkj1_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_zrkj1_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_zrkj1_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_zrkj1_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_zrkj1_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_zrkj1_254{height:180px;display:flex;align-items:center}._widgetFooter_zrkj1_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_zrkj1_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_zrkj1_267:last-child{border:none}._widgetMainValue_zrkj1_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_zrkj1_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_zrkj1_291{font-size:.75rem;color:#64748b}._widgetLoader_zrkj1_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_zrkj1_303{opacity:.5;cursor:default}._widgetAddress_zrkj1_308{font-size:.75rem;color:#64748b}._widgetTag_zrkj1_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_zrkj1_321{font-weight:500;color:#0f172a}._chartValuesWrapper_zrkj1_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_zrkj1_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_zrkj1_334._green_zrkj1_339:before,._chartValuesTitle_zrkj1_334._dark_zrkj1_339:before,._chartValuesTitle_zrkj1_334._blue_zrkj1_339: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_zrkj1_334._green_zrkj1_339:before{background:#22c55e}._chartValuesTitle_zrkj1_334._dark_zrkj1_339:before{background:#475569}._chartValuesTitle_zrkj1_334._blue_zrkj1_339:before{background:#43e0f8}._topbar_zrkj1_361{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_zrkj1_361._sticky_zrkj1_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_zrkj1_379{display:inline-flex}._logo_zrkj1_379{max-width:110px}._menuWrapper_zrkj1_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_zrkj1_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_zrkj1_387._opened_zrkj1_405{display:flex}}._menuItem_zrkj1_410{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_zrkj1_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_zrkj1_410 ._menuIcon_zrkj1_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_zrkj1_410 ._menuIconPerformance_zrkj1_436{fill:none}._menuItem_zrkj1_410 ._menuIconStroke_zrkj1_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_zrkj1_410._active_zrkj1_444,._menuItem_zrkj1_410:hover{background:#fff;color:#52c2fd}._menuItem_zrkj1_410._active_zrkj1_444 ._menuIcon_zrkj1_431:not(._menuIconStroke_zrkj1_439,._menuIconPerformance_zrkj1_436),._menuItem_zrkj1_410:hover ._menuIcon_zrkj1_431:not(._menuIconStroke_zrkj1_439,._menuIconPerformance_zrkj1_436){fill:#52c2fd}._menuItem_zrkj1_410._active_zrkj1_444 ._menuIconPerformance_zrkj1_436 path,._menuItem_zrkj1_410:hover ._menuIconPerformance_zrkj1_436 path{stroke:#59a6fd}._menuItem_zrkj1_410._active_zrkj1_444 ._menuIconStroke_zrkj1_439:not(._menuIcon_zrkj1_431),._menuItem_zrkj1_410:hover ._menuIconStroke_zrkj1_439:not(._menuIcon_zrkj1_431){stroke:#52c2fd}._redDot_zrkj1_458{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_zrkj1_473{display:flex;justify-content:center}._link_zrkj1_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalTabsWrapper_zrkj1_484{padding:20px 20px 0}._modalTabs_zrkj1_484{padding:4px;background:#f1f5f9;border-radius:40px;display:flex}._modalTab_zrkj1_484{height:32px;flex:1 0 auto;display:flex;align-items:center;justify-content:center;border-radius:32px;font-size:.875rem;font-weight:500;color:#94a3b8;cursor:pointer}._modalTab_zrkj1_484._active_zrkj1_444{background:#fff;box-shadow:0 1px 2px #3341550a,0 1px 3px #3341550a;color:#334155}._authButtonsWrapper_1f82l_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1f82l_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1f82l_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_1f82l_23{width:100%;margin-bottom:16px}._fieldWrapper_1f82l_23:last-child{margin-bottom:0}._fieldLabel_1f82l_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1f82l_36{font-size:.75rem;margin-top:8px}._field_1f82l_23{width:100%;position:relative}._fieldLabelNew_1f82l_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1f82l_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1f82l_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1f82l_52[type=password]{font-size:18px}._inputNew_1f82l_52:focus,._inputNew_1f82l_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1f82l_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1f82l_52:disabled::placeholder{color:#cbd5e1}._inputNew_1f82l_52._error_1f82l_7{border:1px solid #ef4444}._inputNew_1f82l_52._error_1f82l_7:focus,._inputNew_1f82l_52._error_1f82l_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1f82l_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1f82l_90{width:calc(50% - 8px)}._tableNavWrapper_1f82l_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1f82l_107{display:flex;align-items:center}._tableNavItem_1f82l_112{margin:0 6px}._modalContent_1f82l_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1f82l_116._center_1f82l_122{text-align:center;font-family:Inter}._modalContent_1f82l_116._settings_1f82l_126{max-height:calc(90vh - 205px)}._modalContent_1f82l_116._settingsIntegration_1f82l_129,._modalContent_1f82l_116._performanceTestModalContent_1f82l_132{max-height:calc(90vh - 170px)}._modalContent_1f82l_116._monitoringReportContent_1f82l_135{max-height:calc(100vh - 100px)}._modalTitle_1f82l_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1f82l_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1f82l_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1f82l_151:after,._modalLine_1f82l_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1f82l_151:before{left:-20px}._modalLine_1f82l_151:after{right:-20px}._infoMessage_1f82l_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1f82l_174: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_1f82l_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1f82l_189._buttonsAutoWidth_1f82l_196{justify-content:flex-end}._modalFooter_1f82l_189._buttonsAutoWidth_1f82l_196 button,._modalFooter_1f82l_189._buttonsAutoWidth_1f82l_196 span{margin-left:12px}._fullWidthTitle_1f82l_204{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_1f82l_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1f82l_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1f82l_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1f82l_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1f82l_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1f82l_254{height:180px;display:flex;align-items:center}._widgetFooter_1f82l_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1f82l_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1f82l_267:last-child{border:none}._widgetMainValue_1f82l_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1f82l_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1f82l_291{font-size:.75rem;color:#64748b}._widgetLoader_1f82l_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1f82l_303{opacity:.5;cursor:default}._widgetAddress_1f82l_308{font-size:.75rem;color:#64748b}._widgetTag_1f82l_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1f82l_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1f82l_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1f82l_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1f82l_334._green_1f82l_339:before,._chartValuesTitle_1f82l_334._dark_1f82l_339:before,._chartValuesTitle_1f82l_334._blue_1f82l_339: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_1f82l_334._green_1f82l_339:before{background:#22c55e}._chartValuesTitle_1f82l_334._dark_1f82l_339:before{background:#475569}._chartValuesTitle_1f82l_334._blue_1f82l_339:before{background:#43e0f8}._topbar_1f82l_361{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_1f82l_361._sticky_1f82l_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1f82l_379{display:inline-flex}._logo_1f82l_379{max-width:110px}._menuWrapper_1f82l_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1f82l_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1f82l_387._opened_1f82l_405{display:flex}}._menuItem_1f82l_410{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_1f82l_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1f82l_410 ._menuIcon_1f82l_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1f82l_410 ._menuIconPerformance_1f82l_436{fill:none}._menuItem_1f82l_410 ._menuIconStroke_1f82l_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1f82l_410._active_1f82l_444,._menuItem_1f82l_410:hover{background:#fff;color:#52c2fd}._menuItem_1f82l_410._active_1f82l_444 ._menuIcon_1f82l_431:not(._menuIconStroke_1f82l_439,._menuIconPerformance_1f82l_436),._menuItem_1f82l_410:hover ._menuIcon_1f82l_431:not(._menuIconStroke_1f82l_439,._menuIconPerformance_1f82l_436){fill:#52c2fd}._menuItem_1f82l_410._active_1f82l_444 ._menuIconPerformance_1f82l_436 path,._menuItem_1f82l_410:hover ._menuIconPerformance_1f82l_436 path{stroke:#59a6fd}._menuItem_1f82l_410._active_1f82l_444 ._menuIconStroke_1f82l_439:not(._menuIcon_1f82l_431),._menuItem_1f82l_410:hover ._menuIconStroke_1f82l_439:not(._menuIcon_1f82l_431){stroke:#52c2fd}._redDot_1f82l_458{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_1f82l_473{display:flex;justify-content:center}._link_1f82l_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._contentWrapper_1f82l_484{text-align:left}._authButtonsWrapper_12u5g_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_12u5g_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_12u5g_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_12u5g_23{width:100%;margin-bottom:16px}._fieldWrapper_12u5g_23:last-child{margin-bottom:0}._fieldLabel_12u5g_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_12u5g_36{font-size:.75rem;margin-top:8px}._field_12u5g_23{width:100%;position:relative}._fieldLabelNew_12u5g_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_12u5g_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_12u5g_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_12u5g_52[type=password]{font-size:18px}._inputNew_12u5g_52:focus,._inputNew_12u5g_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_12u5g_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_12u5g_52:disabled::placeholder{color:#cbd5e1}._inputNew_12u5g_52._error_12u5g_7{border:1px solid #ef4444}._inputNew_12u5g_52._error_12u5g_7:focus,._inputNew_12u5g_52._error_12u5g_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_12u5g_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_12u5g_90{width:calc(50% - 8px)}._tableNavWrapper_12u5g_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_12u5g_107{display:flex;align-items:center}._tableNavItem_12u5g_112{margin:0 6px}._modalContent_12u5g_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_12u5g_116._center_12u5g_122{text-align:center;font-family:Inter}._modalContent_12u5g_116._settings_12u5g_126{max-height:calc(90vh - 205px)}._modalContent_12u5g_116._settingsIntegration_12u5g_129,._modalContent_12u5g_116._performanceTestModalContent_12u5g_132{max-height:calc(90vh - 170px)}._modalContent_12u5g_116._monitoringReportContent_12u5g_135{max-height:calc(100vh - 100px)}._modalTitle_12u5g_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_12u5g_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_12u5g_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_12u5g_151:after,._modalLine_12u5g_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_12u5g_151:before{left:-20px}._modalLine_12u5g_151:after{right:-20px}._infoMessage_12u5g_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_12u5g_174: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_12u5g_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_12u5g_189._buttonsAutoWidth_12u5g_196{justify-content:flex-end}._modalFooter_12u5g_189._buttonsAutoWidth_12u5g_196 button,._modalFooter_12u5g_189._buttonsAutoWidth_12u5g_196 span{margin-left:12px}._fullWidthTitle_12u5g_204{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_12u5g_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_12u5g_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_12u5g_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_12u5g_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_12u5g_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_12u5g_254{height:180px;display:flex;align-items:center}._widgetFooter_12u5g_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_12u5g_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_12u5g_267:last-child{border:none}._widgetMainValue_12u5g_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_12u5g_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_12u5g_291{font-size:.75rem;color:#64748b}._widgetLoader_12u5g_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_12u5g_303{opacity:.5;cursor:default}._widgetAddress_12u5g_308{font-size:.75rem;color:#64748b}._widgetTag_12u5g_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_12u5g_321{font-weight:500;color:#0f172a}._chartValuesWrapper_12u5g_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_12u5g_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_12u5g_334._green_12u5g_339:before,._chartValuesTitle_12u5g_334._dark_12u5g_339:before,._chartValuesTitle_12u5g_334._blue_12u5g_339: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_12u5g_334._green_12u5g_339:before{background:#22c55e}._chartValuesTitle_12u5g_334._dark_12u5g_339:before{background:#475569}._chartValuesTitle_12u5g_334._blue_12u5g_339:before{background:#43e0f8}._topbar_12u5g_361{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_12u5g_361._sticky_12u5g_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_12u5g_379{display:inline-flex}._logo_12u5g_379{max-width:110px}._menuWrapper_12u5g_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_12u5g_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_12u5g_387._opened_12u5g_405{display:flex}}._menuItem_12u5g_410{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_12u5g_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_12u5g_410 ._menuIcon_12u5g_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_12u5g_410 ._menuIconPerformance_12u5g_436{fill:none}._menuItem_12u5g_410 ._menuIconStroke_12u5g_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_12u5g_410._active_12u5g_444,._menuItem_12u5g_410:hover{background:#fff;color:#52c2fd}._menuItem_12u5g_410._active_12u5g_444 ._menuIcon_12u5g_431:not(._menuIconStroke_12u5g_439,._menuIconPerformance_12u5g_436),._menuItem_12u5g_410:hover ._menuIcon_12u5g_431:not(._menuIconStroke_12u5g_439,._menuIconPerformance_12u5g_436){fill:#52c2fd}._menuItem_12u5g_410._active_12u5g_444 ._menuIconPerformance_12u5g_436 path,._menuItem_12u5g_410:hover ._menuIconPerformance_12u5g_436 path{stroke:#59a6fd}._menuItem_12u5g_410._active_12u5g_444 ._menuIconStroke_12u5g_439:not(._menuIcon_12u5g_431),._menuItem_12u5g_410:hover ._menuIconStroke_12u5g_439:not(._menuIcon_12u5g_431){stroke:#52c2fd}._redDot_12u5g_458{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_12u5g_473{display:flex;justify-content:center}._link_12u5g_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._inputNumberWrapper_12u5g_484{display:inline-flex;align-items:center}._inputNumber_12u5g_484{margin:0 4px;height:40px;width:70px;border-radius:10px;border:1px solid #cbd5e1;text-align:center;font-size:.875rem;font-family:Inter}._inputNumber_12u5g_484::-webkit-outer-spin-button,._inputNumber_12u5g_484::-webkit-inner-spin-button{appearance:none}._inputNumberButton_12u5g_503{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer}._inputNumberButton_12u5g_503._disabled_12u5g_303{opacity:.2;cursor:not-allowed}._authButtonsWrapper_1e5my_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1e5my_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1e5my_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_1e5my_23{width:100%;margin-bottom:16px}._fieldWrapper_1e5my_23:last-child{margin-bottom:0}._fieldLabel_1e5my_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1e5my_36{font-size:.75rem;margin-top:8px}._field_1e5my_23{width:100%;position:relative}._fieldLabelNew_1e5my_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1e5my_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1e5my_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1e5my_52[type=password]{font-size:18px}._inputNew_1e5my_52:focus,._inputNew_1e5my_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1e5my_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1e5my_52:disabled::placeholder{color:#cbd5e1}._inputNew_1e5my_52._error_1e5my_7{border:1px solid #ef4444}._inputNew_1e5my_52._error_1e5my_7:focus,._inputNew_1e5my_52._error_1e5my_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1e5my_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1e5my_90{width:calc(50% - 8px)}._tableNavWrapper_1e5my_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1e5my_107{display:flex;align-items:center}._tableNavItem_1e5my_112{margin:0 6px}._modalContent_1e5my_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1e5my_116._center_1e5my_122{text-align:center;font-family:Inter}._modalContent_1e5my_116._settings_1e5my_126{max-height:calc(90vh - 205px)}._modalContent_1e5my_116._settingsIntegration_1e5my_129,._modalContent_1e5my_116._performanceTestModalContent_1e5my_132{max-height:calc(90vh - 170px)}._modalContent_1e5my_116._monitoringReportContent_1e5my_135{max-height:calc(100vh - 100px)}._modalTitle_1e5my_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1e5my_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1e5my_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1e5my_151:after,._modalLine_1e5my_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1e5my_151:before{left:-20px}._modalLine_1e5my_151:after{right:-20px}._infoMessage_1e5my_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1e5my_174: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_1e5my_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1e5my_189._buttonsAutoWidth_1e5my_196{justify-content:flex-end}._modalFooter_1e5my_189._buttonsAutoWidth_1e5my_196 button,._modalFooter_1e5my_189._buttonsAutoWidth_1e5my_196 span{margin-left:12px}._fullWidthTitle_1e5my_204{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_1e5my_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1e5my_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1e5my_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1e5my_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1e5my_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1e5my_254{height:180px;display:flex;align-items:center}._widgetFooter_1e5my_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1e5my_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1e5my_267:last-child{border:none}._widgetMainValue_1e5my_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1e5my_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1e5my_291{font-size:.75rem;color:#64748b}._widgetLoader_1e5my_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1e5my_303{opacity:.5;cursor:default}._widgetAddress_1e5my_308{font-size:.75rem;color:#64748b}._widgetTag_1e5my_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1e5my_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1e5my_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1e5my_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1e5my_334._green_1e5my_339:before,._chartValuesTitle_1e5my_334._dark_1e5my_339:before,._chartValuesTitle_1e5my_334._blue_1e5my_339: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_1e5my_334._green_1e5my_339:before{background:#22c55e}._chartValuesTitle_1e5my_334._dark_1e5my_339:before{background:#475569}._chartValuesTitle_1e5my_334._blue_1e5my_339:before{background:#43e0f8}._topbar_1e5my_361{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_1e5my_361._sticky_1e5my_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1e5my_379{display:inline-flex}._logo_1e5my_379{max-width:110px}._menuWrapper_1e5my_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1e5my_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1e5my_387._opened_1e5my_405{display:flex}}._menuItem_1e5my_410{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_1e5my_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1e5my_410 ._menuIcon_1e5my_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1e5my_410 ._menuIconPerformance_1e5my_436{fill:none}._menuItem_1e5my_410 ._menuIconStroke_1e5my_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1e5my_410._active_1e5my_444,._menuItem_1e5my_410:hover{background:#fff;color:#52c2fd}._menuItem_1e5my_410._active_1e5my_444 ._menuIcon_1e5my_431:not(._menuIconStroke_1e5my_439,._menuIconPerformance_1e5my_436),._menuItem_1e5my_410:hover ._menuIcon_1e5my_431:not(._menuIconStroke_1e5my_439,._menuIconPerformance_1e5my_436){fill:#52c2fd}._menuItem_1e5my_410._active_1e5my_444 ._menuIconPerformance_1e5my_436 path,._menuItem_1e5my_410:hover ._menuIconPerformance_1e5my_436 path{stroke:#59a6fd}._menuItem_1e5my_410._active_1e5my_444 ._menuIconStroke_1e5my_439:not(._menuIcon_1e5my_431),._menuItem_1e5my_410:hover ._menuIconStroke_1e5my_439:not(._menuIcon_1e5my_431){stroke:#52c2fd}._redDot_1e5my_458{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_1e5my_473{display:flex;justify-content:center}._link_1e5my_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._inputWrapper_1e5my_484{margin-top:12px}._authButtonsWrapper_1mxpu_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1mxpu_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1mxpu_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_1mxpu_23{width:100%;margin-bottom:16px}._fieldWrapper_1mxpu_23:last-child{margin-bottom:0}._fieldLabel_1mxpu_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1mxpu_36{font-size:.75rem;margin-top:8px}._field_1mxpu_23{width:100%;position:relative}._fieldLabelNew_1mxpu_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1mxpu_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1mxpu_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1mxpu_52[type=password]{font-size:18px}._inputNew_1mxpu_52:focus,._inputNew_1mxpu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1mxpu_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1mxpu_52:disabled::placeholder{color:#cbd5e1}._inputNew_1mxpu_52._error_1mxpu_7{border:1px solid #ef4444}._inputNew_1mxpu_52._error_1mxpu_7:focus,._inputNew_1mxpu_52._error_1mxpu_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1mxpu_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1mxpu_90{width:calc(50% - 8px)}._tableNavWrapper_1mxpu_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1mxpu_107{display:flex;align-items:center}._tableNavItem_1mxpu_112{margin:0 6px}._modalContent_1mxpu_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1mxpu_116._center_1mxpu_122{text-align:center;font-family:Inter}._modalContent_1mxpu_116._settings_1mxpu_126{max-height:calc(90vh - 205px)}._modalContent_1mxpu_116._settingsIntegration_1mxpu_129,._modalContent_1mxpu_116._performanceTestModalContent_1mxpu_132{max-height:calc(90vh - 170px)}._modalContent_1mxpu_116._monitoringReportContent_1mxpu_135{max-height:calc(100vh - 100px)}._modalTitle_1mxpu_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1mxpu_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1mxpu_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1mxpu_151:after,._modalLine_1mxpu_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1mxpu_151:before{left:-20px}._modalLine_1mxpu_151:after{right:-20px}._infoMessage_1mxpu_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1mxpu_174: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_1mxpu_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1mxpu_189._buttonsAutoWidth_1mxpu_196{justify-content:flex-end}._modalFooter_1mxpu_189._buttonsAutoWidth_1mxpu_196 button,._modalFooter_1mxpu_189._buttonsAutoWidth_1mxpu_196 span{margin-left:12px}._fullWidthTitle_1mxpu_204{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_1mxpu_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1mxpu_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1mxpu_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1mxpu_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1mxpu_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1mxpu_254{height:180px;display:flex;align-items:center}._widgetFooter_1mxpu_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1mxpu_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1mxpu_267:last-child{border:none}._widgetMainValue_1mxpu_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1mxpu_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1mxpu_291{font-size:.75rem;color:#64748b}._widgetLoader_1mxpu_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1mxpu_303{opacity:.5;cursor:default}._widgetAddress_1mxpu_308{font-size:.75rem;color:#64748b}._widgetTag_1mxpu_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1mxpu_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1mxpu_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1mxpu_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1mxpu_334._green_1mxpu_339:before,._chartValuesTitle_1mxpu_334._dark_1mxpu_339:before,._chartValuesTitle_1mxpu_334._blue_1mxpu_339: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_1mxpu_334._green_1mxpu_339:before{background:#22c55e}._chartValuesTitle_1mxpu_334._dark_1mxpu_339:before{background:#475569}._chartValuesTitle_1mxpu_334._blue_1mxpu_339:before{background:#43e0f8}._topbar_1mxpu_361{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_1mxpu_361._sticky_1mxpu_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1mxpu_379{display:inline-flex}._logo_1mxpu_379{max-width:110px}._menuWrapper_1mxpu_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1mxpu_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1mxpu_387._opened_1mxpu_405{display:flex}}._menuItem_1mxpu_410{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_1mxpu_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1mxpu_410 ._menuIcon_1mxpu_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1mxpu_410 ._menuIconPerformance_1mxpu_436{fill:none}._menuItem_1mxpu_410 ._menuIconStroke_1mxpu_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1mxpu_410._active_1mxpu_444,._menuItem_1mxpu_410:hover{background:#fff;color:#52c2fd}._menuItem_1mxpu_410._active_1mxpu_444 ._menuIcon_1mxpu_431:not(._menuIconStroke_1mxpu_439,._menuIconPerformance_1mxpu_436),._menuItem_1mxpu_410:hover ._menuIcon_1mxpu_431:not(._menuIconStroke_1mxpu_439,._menuIconPerformance_1mxpu_436){fill:#52c2fd}._menuItem_1mxpu_410._active_1mxpu_444 ._menuIconPerformance_1mxpu_436 path,._menuItem_1mxpu_410:hover ._menuIconPerformance_1mxpu_436 path{stroke:#59a6fd}._menuItem_1mxpu_410._active_1mxpu_444 ._menuIconStroke_1mxpu_439:not(._menuIcon_1mxpu_431),._menuItem_1mxpu_410:hover ._menuIconStroke_1mxpu_439:not(._menuIcon_1mxpu_431){stroke:#52c2fd}._redDot_1mxpu_458{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_1mxpu_473{display:flex;justify-content:center}._link_1mxpu_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._physicalStatus_1mxpu_484{padding:2px 8px;text-transform:uppercase;border-radius:20px;line-height:1;position:relative;font-size:.75rem;display:inline-flex;align-items:center}._physicalStatus_1mxpu_484._stocked_1mxpu_494{border:1px solid #22c55e;background:#dcfce7;color:#15803d}._physicalStatus_1mxpu_484._inventory_1mxpu_499{border:1px solid #fcceee;background:#fdf2fa;color:#c11574}._physicalStatus_1mxpu_484._installed_1mxpu_504{border:1px solid #14b8a6;background:#dffbf4;color:#115e59}._physicalStatus_1mxpu_484._missing_1mxpu_509{border:1px solid #f59e0b;background:#fef3c7;color:#b45309}._physicalStatus_1mxpu_484._production_1mxpu_514{border:1px solid #64748b;background:#f1f5f9;color:#1e293b}._physicalStatus_1mxpu_484._warranty_1mxpu_519{border:1px solid #2db2c8;background:#ebfcff;color:#165964}._physicalStatus_1mxpu_484._damaged_1mxpu_524{border:1px solid #ef4444;background:#fee2e2;color:#b91c1c}._physicalStatus_1mxpu_484._packed_1mxpu_529{border:1px solid #a855f7;background:#f3e8ff;color:#6b21a8}._physicalStatus_1mxpu_484._preinstalled_1mxpu_534{border:1px solid #14b8a6;background:#dffbf4;color:#115e59}._physicalStatus_1mxpu_484._transferring_1mxpu_539{border:1px solid #3b82f6;background:#dbeafe;color:#1e40af}._authButtonsWrapper_znxac_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_znxac_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_znxac_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_znxac_23{width:100%;margin-bottom:16px}._fieldWrapper_znxac_23:last-child{margin-bottom:0}._fieldLabel_znxac_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_znxac_36{font-size:.75rem;margin-top:8px}._field_znxac_23{width:100%;position:relative}._fieldLabelNew_znxac_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_znxac_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_znxac_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_znxac_52[type=password]{font-size:18px}._inputNew_znxac_52:focus,._inputNew_znxac_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_znxac_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_znxac_52:disabled::placeholder{color:#cbd5e1}._inputNew_znxac_52._error_znxac_7{border:1px solid #ef4444}._inputNew_znxac_52._error_znxac_7:focus,._inputNew_znxac_52._error_znxac_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_znxac_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_znxac_90{width:calc(50% - 8px)}._tableNavWrapper_znxac_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_znxac_107{display:flex;align-items:center}._tableNavItem_znxac_112{margin:0 6px}._modalContent_znxac_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_znxac_116._center_znxac_122{text-align:center;font-family:Inter}._modalContent_znxac_116._settings_znxac_126{max-height:calc(90vh - 205px)}._modalContent_znxac_116._settingsIntegration_znxac_129,._modalContent_znxac_116._performanceTestModalContent_znxac_132{max-height:calc(90vh - 170px)}._modalContent_znxac_116._monitoringReportContent_znxac_135{max-height:calc(100vh - 100px)}._modalTitle_znxac_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_znxac_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_znxac_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_znxac_151:after,._modalLine_znxac_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_znxac_151:before{left:-20px}._modalLine_znxac_151:after{right:-20px}._infoMessage_znxac_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_znxac_174: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_znxac_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_znxac_189._buttonsAutoWidth_znxac_196{justify-content:flex-end}._modalFooter_znxac_189._buttonsAutoWidth_znxac_196 button,._modalFooter_znxac_189._buttonsAutoWidth_znxac_196 span{margin-left:12px}._fullWidthTitle_znxac_204{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_znxac_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_znxac_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_znxac_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_znxac_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_znxac_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_znxac_254{height:180px;display:flex;align-items:center}._widgetFooter_znxac_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_znxac_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_znxac_267:last-child{border:none}._widgetMainValue_znxac_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_znxac_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_znxac_291{font-size:.75rem;color:#64748b}._widgetLoader_znxac_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_znxac_303{opacity:.5;cursor:default}._widgetAddress_znxac_308{font-size:.75rem;color:#64748b}._widgetTag_znxac_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_znxac_321{font-weight:500;color:#0f172a}._chartValuesWrapper_znxac_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_znxac_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_znxac_334._green_znxac_339:before,._chartValuesTitle_znxac_334._dark_znxac_339:before,._chartValuesTitle_znxac_334._blue_znxac_339: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_znxac_334._green_znxac_339:before{background:#22c55e}._chartValuesTitle_znxac_334._dark_znxac_339:before{background:#475569}._chartValuesTitle_znxac_334._blue_znxac_339:before{background:#43e0f8}._topbar_znxac_361{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_znxac_361._sticky_znxac_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_znxac_379{display:inline-flex}._logo_znxac_379{max-width:110px}._menuWrapper_znxac_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_znxac_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_znxac_387._opened_znxac_405{display:flex}}._menuItem_znxac_410{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_znxac_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_znxac_410 ._menuIcon_znxac_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_znxac_410 ._menuIconPerformance_znxac_436{fill:none}._menuItem_znxac_410 ._menuIconStroke_znxac_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_znxac_410._active_znxac_444,._menuItem_znxac_410:hover{background:#fff;color:#52c2fd}._menuItem_znxac_410._active_znxac_444 ._menuIcon_znxac_431:not(._menuIconStroke_znxac_439,._menuIconPerformance_znxac_436),._menuItem_znxac_410:hover ._menuIcon_znxac_431:not(._menuIconStroke_znxac_439,._menuIconPerformance_znxac_436){fill:#52c2fd}._menuItem_znxac_410._active_znxac_444 ._menuIconPerformance_znxac_436 path,._menuItem_znxac_410:hover ._menuIconPerformance_znxac_436 path{stroke:#59a6fd}._menuItem_znxac_410._active_znxac_444 ._menuIconStroke_znxac_439:not(._menuIcon_znxac_431),._menuItem_znxac_410:hover ._menuIconStroke_znxac_439:not(._menuIcon_znxac_431){stroke:#52c2fd}._redDot_znxac_458{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_znxac_473{display:flex;justify-content:center}._link_znxac_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._snTableHeader_znxac_484{display:flex}._snHederCell_znxac_488{font-size:.875rem;color:#64748b;width:33.33%}._snBodyRow_znxac_494{padding:16px 0;display:flex;border-bottom:1px solid #e2e8f0}._snBodyRow_znxac_494:last-child{border:none;padding:16px 0 0}._snBodyCell_znxac_504{width:33.33%}._authButtonsWrapper_80jc7_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_80jc7_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_80jc7_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_80jc7_23{width:100%;margin-bottom:16px}._fieldWrapper_80jc7_23:last-child{margin-bottom:0}._fieldLabel_80jc7_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_80jc7_36{font-size:.75rem;margin-top:8px}._field_80jc7_23{width:100%;position:relative}._fieldLabelNew_80jc7_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_80jc7_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_80jc7_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_80jc7_52[type=password]{font-size:18px}._inputNew_80jc7_52:focus,._inputNew_80jc7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_80jc7_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_80jc7_52:disabled::placeholder{color:#cbd5e1}._inputNew_80jc7_52._error_80jc7_7{border:1px solid #ef4444}._inputNew_80jc7_52._error_80jc7_7:focus,._inputNew_80jc7_52._error_80jc7_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_80jc7_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_80jc7_90{width:calc(50% - 8px)}._tableNavWrapper_80jc7_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_80jc7_107{display:flex;align-items:center}._tableNavItem_80jc7_112{margin:0 6px}._modalContent_80jc7_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_80jc7_116._center_80jc7_122{text-align:center;font-family:Inter}._modalContent_80jc7_116._settings_80jc7_126{max-height:calc(90vh - 205px)}._modalContent_80jc7_116._settingsIntegration_80jc7_129,._modalContent_80jc7_116._performanceTestModalContent_80jc7_132{max-height:calc(90vh - 170px)}._modalContent_80jc7_116._monitoringReportContent_80jc7_135{max-height:calc(100vh - 100px)}._modalTitle_80jc7_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_80jc7_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_80jc7_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_80jc7_151:after,._modalLine_80jc7_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_80jc7_151:before{left:-20px}._modalLine_80jc7_151:after{right:-20px}._infoMessage_80jc7_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_80jc7_174: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_80jc7_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_80jc7_189._buttonsAutoWidth_80jc7_196{justify-content:flex-end}._modalFooter_80jc7_189._buttonsAutoWidth_80jc7_196 button,._modalFooter_80jc7_189._buttonsAutoWidth_80jc7_196 span{margin-left:12px}._fullWidthTitle_80jc7_204{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_80jc7_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_80jc7_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_80jc7_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_80jc7_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_80jc7_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_80jc7_254{height:180px;display:flex;align-items:center}._widgetFooter_80jc7_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_80jc7_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_80jc7_267:last-child{border:none}._widgetMainValue_80jc7_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_80jc7_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_80jc7_291{font-size:.75rem;color:#64748b}._widgetLoader_80jc7_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_80jc7_303{opacity:.5;cursor:default}._widgetAddress_80jc7_308{font-size:.75rem;color:#64748b}._widgetTag_80jc7_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_80jc7_321{font-weight:500;color:#0f172a}._chartValuesWrapper_80jc7_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_80jc7_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_80jc7_334._green_80jc7_339:before,._chartValuesTitle_80jc7_334._dark_80jc7_339:before,._chartValuesTitle_80jc7_334._blue_80jc7_339: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_80jc7_334._green_80jc7_339:before{background:#22c55e}._chartValuesTitle_80jc7_334._dark_80jc7_339:before{background:#475569}._chartValuesTitle_80jc7_334._blue_80jc7_339:before{background:#43e0f8}._topbar_80jc7_361{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_80jc7_361._sticky_80jc7_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_80jc7_379{display:inline-flex}._logo_80jc7_379{max-width:110px}._menuWrapper_80jc7_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_80jc7_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_80jc7_387._opened_80jc7_405{display:flex}}._menuItem_80jc7_410{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_80jc7_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_80jc7_410 ._menuIcon_80jc7_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_80jc7_410 ._menuIconPerformance_80jc7_436{fill:none}._menuItem_80jc7_410 ._menuIconStroke_80jc7_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_80jc7_410._active_80jc7_444,._menuItem_80jc7_410:hover{background:#fff;color:#52c2fd}._menuItem_80jc7_410._active_80jc7_444 ._menuIcon_80jc7_431:not(._menuIconStroke_80jc7_439,._menuIconPerformance_80jc7_436),._menuItem_80jc7_410:hover ._menuIcon_80jc7_431:not(._menuIconStroke_80jc7_439,._menuIconPerformance_80jc7_436){fill:#52c2fd}._menuItem_80jc7_410._active_80jc7_444 ._menuIconPerformance_80jc7_436 path,._menuItem_80jc7_410:hover ._menuIconPerformance_80jc7_436 path{stroke:#59a6fd}._menuItem_80jc7_410._active_80jc7_444 ._menuIconStroke_80jc7_439:not(._menuIcon_80jc7_431),._menuItem_80jc7_410:hover ._menuIconStroke_80jc7_439:not(._menuIcon_80jc7_431){stroke:#52c2fd}._redDot_80jc7_458{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_80jc7_473{display:flex;justify-content:center}._link_80jc7_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalSidebar_80jc7_484{width:370px;padding-right:20px}@media only screen and (max-width: 1100px){._modalSidebar_80jc7_484{width:100%;padding-top:24px;padding-right:0;padding-left:20px}}._modalMain_80jc7_497{width:calc(100% - 370px);padding-left:20px}@media only screen and (max-width: 1100px){._modalMain_80jc7_497{width:100%;padding-left:0}}._modalContentWrapper_80jc7_508{display:flex}@media only screen and (max-width: 1100px){._modalContentWrapper_80jc7_508{flex-wrap:wrap;flex-direction:column-reverse}}._modalMainContent_80jc7_518{display:flex;border-radius:12px;border:1px solid #e2e8f0;padding:20px 12px}._modalMainContentColumn_80jc7_525{width:50%;padding:0 8px}._sidebarSubtitle_80jc7_530{font-size:.875rem;margin-bottom:16px;font-weight:500}._modalFieldWrapper_80jc7_536{display:flex;align-items:center;margin-bottom:16px}._modalFieldWrapper_80jc7_536 ._emailInput_80jc7_541 input{padding-right:12px}._modalFieldWrapper_80jc7_536:last-child{margin-bottom:0}._modalFieldLabel_80jc7_548{font-size:.875rem;color:#64748b;width:120px;padding:10px 0;flex-shrink:0}._modalFieldLabel_80jc7_548._wider_80jc7_555{width:140px}._inputLabelWrapper_80jc7_559{display:flex;align-items:flex-start}._modalFieldValue_80jc7_564{font-size:.875rem;color:#94a3b8;padding:10px 0 10px 12px;text-overflow:ellipsis;overflow:hidden;white-space:nowrap}._authButtonsWrapper_1ehcp_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1ehcp_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1ehcp_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_1ehcp_23{width:100%;margin-bottom:16px}._fieldWrapper_1ehcp_23:last-child{margin-bottom:0}._fieldLabel_1ehcp_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1ehcp_36{font-size:.75rem;margin-top:8px}._field_1ehcp_23{width:100%;position:relative}._fieldLabelNew_1ehcp_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1ehcp_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1ehcp_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1ehcp_52[type=password]{font-size:18px}._inputNew_1ehcp_52:focus,._inputNew_1ehcp_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ehcp_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1ehcp_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ehcp_52._error_1ehcp_7{border:1px solid #ef4444}._inputNew_1ehcp_52._error_1ehcp_7:focus,._inputNew_1ehcp_52._error_1ehcp_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1ehcp_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1ehcp_90{width:calc(50% - 8px)}._tableNavWrapper_1ehcp_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1ehcp_107{display:flex;align-items:center}._tableNavItem_1ehcp_112{margin:0 6px}._modalContent_1ehcp_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1ehcp_116._center_1ehcp_122{text-align:center;font-family:Inter}._modalContent_1ehcp_116._settings_1ehcp_126{max-height:calc(90vh - 205px)}._modalContent_1ehcp_116._settingsIntegration_1ehcp_129,._modalContent_1ehcp_116._performanceTestModalContent_1ehcp_132{max-height:calc(90vh - 170px)}._modalContent_1ehcp_116._monitoringReportContent_1ehcp_135{max-height:calc(100vh - 100px)}._modalTitle_1ehcp_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1ehcp_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1ehcp_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1ehcp_151:after,._modalLine_1ehcp_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1ehcp_151:before{left:-20px}._modalLine_1ehcp_151:after{right:-20px}._infoMessage_1ehcp_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1ehcp_174: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_1ehcp_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1ehcp_189._buttonsAutoWidth_1ehcp_196{justify-content:flex-end}._modalFooter_1ehcp_189._buttonsAutoWidth_1ehcp_196 button,._modalFooter_1ehcp_189._buttonsAutoWidth_1ehcp_196 span{margin-left:12px}._fullWidthTitle_1ehcp_204{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_1ehcp_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1ehcp_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1ehcp_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1ehcp_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ehcp_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ehcp_254{height:180px;display:flex;align-items:center}._widgetFooter_1ehcp_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1ehcp_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ehcp_267:last-child{border:none}._widgetMainValue_1ehcp_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1ehcp_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ehcp_291{font-size:.75rem;color:#64748b}._widgetLoader_1ehcp_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1ehcp_303{opacity:.5;cursor:default}._widgetAddress_1ehcp_308{font-size:.75rem;color:#64748b}._widgetTag_1ehcp_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1ehcp_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1ehcp_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1ehcp_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1ehcp_334._green_1ehcp_339:before,._chartValuesTitle_1ehcp_334._dark_1ehcp_339:before,._chartValuesTitle_1ehcp_334._blue_1ehcp_339: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_1ehcp_334._green_1ehcp_339:before{background:#22c55e}._chartValuesTitle_1ehcp_334._dark_1ehcp_339:before{background:#475569}._chartValuesTitle_1ehcp_334._blue_1ehcp_339:before{background:#43e0f8}._topbar_1ehcp_361{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_1ehcp_361._sticky_1ehcp_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1ehcp_379{display:inline-flex}._logo_1ehcp_379{max-width:110px}._menuWrapper_1ehcp_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1ehcp_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1ehcp_387._opened_1ehcp_405{display:flex}}._menuItem_1ehcp_410{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_1ehcp_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1ehcp_410 ._menuIcon_1ehcp_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1ehcp_410 ._menuIconPerformance_1ehcp_436{fill:none}._menuItem_1ehcp_410 ._menuIconStroke_1ehcp_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1ehcp_410._active_1ehcp_444,._menuItem_1ehcp_410:hover{background:#fff;color:#52c2fd}._menuItem_1ehcp_410._active_1ehcp_444 ._menuIcon_1ehcp_431:not(._menuIconStroke_1ehcp_439,._menuIconPerformance_1ehcp_436),._menuItem_1ehcp_410:hover ._menuIcon_1ehcp_431:not(._menuIconStroke_1ehcp_439,._menuIconPerformance_1ehcp_436){fill:#52c2fd}._menuItem_1ehcp_410._active_1ehcp_444 ._menuIconPerformance_1ehcp_436 path,._menuItem_1ehcp_410:hover ._menuIconPerformance_1ehcp_436 path{stroke:#59a6fd}._menuItem_1ehcp_410._active_1ehcp_444 ._menuIconStroke_1ehcp_439:not(._menuIcon_1ehcp_431),._menuItem_1ehcp_410:hover ._menuIconStroke_1ehcp_439:not(._menuIcon_1ehcp_431){stroke:#52c2fd}._redDot_1ehcp_458{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_1ehcp_473{display:flex;justify-content:center}._link_1ehcp_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderDetails_1ehcp_484{display:flex;justify-content:space-between;font-family:Inter}._orderDetailsItem_1ehcp_490{width:33%}._orderDetailsLabel_1ehcp_494{display:block;font-size:.875rem;margin-bottom:4px;color:#64748b}._orderDetailsValue_1ehcp_501{font-weight:500;display:block}._separator_1ehcp_506{height:1px;width:100%;margin:20px 0;background:#e2e8f0}._deviceWrapper_1ehcp_513{display:flex;align-items:center;font-family:Inter}._deviceWrapper_1ehcp_513:before{display:block;content:url(/assets/device-O4Bbl98r.svg)}._deviceQtyWrapper_1ehcp_523{padding-left:16px;margin-right:20px}._deviceName_1ehcp_528{display:block;font-weight:500;margin-bottom:4px}._deviceQty_1ehcp_523{display:block;font-size:.875rem;color:#64748b}._orderNote_1ehcp_540{font-size:.75rem;color:#64748b;margin-top:30px}._orderNote_1ehcp_540:before{content:"*";color:#42e8ff}._authButtonsWrapper_1iaz1_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1iaz1_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1iaz1_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_1iaz1_23{width:100%;margin-bottom:16px}._fieldWrapper_1iaz1_23:last-child{margin-bottom:0}._fieldLabel_1iaz1_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1iaz1_36{font-size:.75rem;margin-top:8px}._field_1iaz1_23{width:100%;position:relative}._fieldLabelNew_1iaz1_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1iaz1_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1iaz1_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1iaz1_52[type=password]{font-size:18px}._inputNew_1iaz1_52:focus,._inputNew_1iaz1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1iaz1_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1iaz1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1iaz1_52._error_1iaz1_7{border:1px solid #ef4444}._inputNew_1iaz1_52._error_1iaz1_7:focus,._inputNew_1iaz1_52._error_1iaz1_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1iaz1_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1iaz1_90{width:calc(50% - 8px)}._tableNavWrapper_1iaz1_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1iaz1_107{display:flex;align-items:center}._tableNavItem_1iaz1_112{margin:0 6px}._modalContent_1iaz1_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1iaz1_116._center_1iaz1_122{text-align:center;font-family:Inter}._modalContent_1iaz1_116._settings_1iaz1_126{max-height:calc(90vh - 205px)}._modalContent_1iaz1_116._settingsIntegration_1iaz1_129,._modalContent_1iaz1_116._performanceTestModalContent_1iaz1_132{max-height:calc(90vh - 170px)}._modalContent_1iaz1_116._monitoringReportContent_1iaz1_135{max-height:calc(100vh - 100px)}._modalTitle_1iaz1_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1iaz1_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1iaz1_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1iaz1_151:after,._modalLine_1iaz1_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1iaz1_151:before{left:-20px}._modalLine_1iaz1_151:after{right:-20px}._infoMessage_1iaz1_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1iaz1_174: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_1iaz1_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1iaz1_189._buttonsAutoWidth_1iaz1_196{justify-content:flex-end}._modalFooter_1iaz1_189._buttonsAutoWidth_1iaz1_196 button,._modalFooter_1iaz1_189._buttonsAutoWidth_1iaz1_196 span{margin-left:12px}._fullWidthTitle_1iaz1_204{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_1iaz1_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1iaz1_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1iaz1_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1iaz1_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1iaz1_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1iaz1_254{height:180px;display:flex;align-items:center}._widgetFooter_1iaz1_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1iaz1_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1iaz1_267:last-child{border:none}._widgetMainValue_1iaz1_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1iaz1_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1iaz1_291{font-size:.75rem;color:#64748b}._widgetLoader_1iaz1_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1iaz1_303{opacity:.5;cursor:default}._widgetAddress_1iaz1_308{font-size:.75rem;color:#64748b}._widgetTag_1iaz1_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1iaz1_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1iaz1_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1iaz1_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1iaz1_334._green_1iaz1_339:before,._chartValuesTitle_1iaz1_334._dark_1iaz1_339:before,._chartValuesTitle_1iaz1_334._blue_1iaz1_339: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_1iaz1_334._green_1iaz1_339:before{background:#22c55e}._chartValuesTitle_1iaz1_334._dark_1iaz1_339:before{background:#475569}._chartValuesTitle_1iaz1_334._blue_1iaz1_339:before{background:#43e0f8}._topbar_1iaz1_361{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_1iaz1_361._sticky_1iaz1_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1iaz1_379{display:inline-flex}._logo_1iaz1_379{max-width:110px}._menuWrapper_1iaz1_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1iaz1_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1iaz1_387._opened_1iaz1_405{display:flex}}._menuItem_1iaz1_410{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_1iaz1_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1iaz1_410 ._menuIcon_1iaz1_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1iaz1_410 ._menuIconPerformance_1iaz1_436{fill:none}._menuItem_1iaz1_410 ._menuIconStroke_1iaz1_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1iaz1_410._active_1iaz1_444,._menuItem_1iaz1_410:hover{background:#fff;color:#52c2fd}._menuItem_1iaz1_410._active_1iaz1_444 ._menuIcon_1iaz1_431:not(._menuIconStroke_1iaz1_439,._menuIconPerformance_1iaz1_436),._menuItem_1iaz1_410:hover ._menuIcon_1iaz1_431:not(._menuIconStroke_1iaz1_439,._menuIconPerformance_1iaz1_436){fill:#52c2fd}._menuItem_1iaz1_410._active_1iaz1_444 ._menuIconPerformance_1iaz1_436 path,._menuItem_1iaz1_410:hover ._menuIconPerformance_1iaz1_436 path{stroke:#59a6fd}._menuItem_1iaz1_410._active_1iaz1_444 ._menuIconStroke_1iaz1_439:not(._menuIcon_1iaz1_431),._menuItem_1iaz1_410:hover ._menuIconStroke_1iaz1_439:not(._menuIcon_1iaz1_431){stroke:#52c2fd}._redDot_1iaz1_458{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_1iaz1_473{display:flex;justify-content:center}._link_1iaz1_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._toggleContainer_1iaz1_484{display:inline-flex;cursor:pointer}._toggleSlider_1iaz1_489{position:relative;width:30px;height:18px;background-color:#cbd5e1;border-radius:18px;transition:.2s}._toggleHandle_1iaz1_498{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_1iaz1_510._toggleSlider_1iaz1_489{background-color:#00bbdc}._checked_1iaz1_510 ._toggleHandle_1iaz1_498{transform:translate(12px)}input[type=checkbox]{display:none}._toggleWrapper_1iaz1_522{display:inline-flex;align-items:center;position:relative}._toggleWrapper_1iaz1_522._reverse_1iaz1_527{flex-direction:row-reverse}._toggleText_1iaz1_531{font-size:.875rem;padding:0 8px}._authButtonsWrapper_76zfz_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_76zfz_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_76zfz_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_76zfz_23{width:100%;margin-bottom:16px}._fieldWrapper_76zfz_23:last-child{margin-bottom:0}._fieldLabel_76zfz_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_76zfz_36{font-size:.75rem;margin-top:8px}._field_76zfz_23{width:100%;position:relative}._fieldLabelNew_76zfz_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_76zfz_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_76zfz_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_76zfz_52[type=password]{font-size:18px}._inputNew_76zfz_52:focus,._inputNew_76zfz_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_76zfz_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_76zfz_52:disabled::placeholder{color:#cbd5e1}._inputNew_76zfz_52._error_76zfz_7{border:1px solid #ef4444}._inputNew_76zfz_52._error_76zfz_7:focus,._inputNew_76zfz_52._error_76zfz_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_76zfz_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_76zfz_90{width:calc(50% - 8px)}._tableNavWrapper_76zfz_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_76zfz_107{display:flex;align-items:center}._tableNavItem_76zfz_112{margin:0 6px}._modalContent_76zfz_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_76zfz_116._center_76zfz_122{text-align:center;font-family:Inter}._modalContent_76zfz_116._settings_76zfz_126{max-height:calc(90vh - 205px)}._modalContent_76zfz_116._settingsIntegration_76zfz_129,._modalContent_76zfz_116._performanceTestModalContent_76zfz_132{max-height:calc(90vh - 170px)}._modalContent_76zfz_116._monitoringReportContent_76zfz_135{max-height:calc(100vh - 100px)}._modalTitle_76zfz_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_76zfz_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_76zfz_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_76zfz_151:after,._modalLine_76zfz_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_76zfz_151:before{left:-20px}._modalLine_76zfz_151:after{right:-20px}._infoMessage_76zfz_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_76zfz_174: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_76zfz_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_76zfz_189._buttonsAutoWidth_76zfz_196{justify-content:flex-end}._modalFooter_76zfz_189._buttonsAutoWidth_76zfz_196 button,._modalFooter_76zfz_189._buttonsAutoWidth_76zfz_196 span{margin-left:12px}._fullWidthTitle_76zfz_204{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_76zfz_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_76zfz_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_76zfz_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_76zfz_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_76zfz_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_76zfz_254{height:180px;display:flex;align-items:center}._widgetFooter_76zfz_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_76zfz_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_76zfz_267:last-child{border:none}._widgetMainValue_76zfz_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_76zfz_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_76zfz_291{font-size:.75rem;color:#64748b}._widgetLoader_76zfz_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_76zfz_303{opacity:.5;cursor:default}._widgetAddress_76zfz_308{font-size:.75rem;color:#64748b}._widgetTag_76zfz_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_76zfz_321{font-weight:500;color:#0f172a}._chartValuesWrapper_76zfz_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_76zfz_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_76zfz_334._green_76zfz_339:before,._chartValuesTitle_76zfz_334._dark_76zfz_339:before,._chartValuesTitle_76zfz_334._blue_76zfz_339: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_76zfz_334._green_76zfz_339:before{background:#22c55e}._chartValuesTitle_76zfz_334._dark_76zfz_339:before{background:#475569}._chartValuesTitle_76zfz_334._blue_76zfz_339:before{background:#43e0f8}._topbar_76zfz_361{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_76zfz_361._sticky_76zfz_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_76zfz_379{display:inline-flex}._logo_76zfz_379{max-width:110px}._menuWrapper_76zfz_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_76zfz_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_76zfz_387._opened_76zfz_405{display:flex}}._menuItem_76zfz_410{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_76zfz_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_76zfz_410 ._menuIcon_76zfz_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_76zfz_410 ._menuIconPerformance_76zfz_436{fill:none}._menuItem_76zfz_410 ._menuIconStroke_76zfz_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_76zfz_410._active_76zfz_444,._menuItem_76zfz_410:hover{background:#fff;color:#52c2fd}._menuItem_76zfz_410._active_76zfz_444 ._menuIcon_76zfz_431:not(._menuIconStroke_76zfz_439,._menuIconPerformance_76zfz_436),._menuItem_76zfz_410:hover ._menuIcon_76zfz_431:not(._menuIconStroke_76zfz_439,._menuIconPerformance_76zfz_436){fill:#52c2fd}._menuItem_76zfz_410._active_76zfz_444 ._menuIconPerformance_76zfz_436 path,._menuItem_76zfz_410:hover ._menuIconPerformance_76zfz_436 path{stroke:#59a6fd}._menuItem_76zfz_410._active_76zfz_444 ._menuIconStroke_76zfz_439:not(._menuIcon_76zfz_431),._menuItem_76zfz_410:hover ._menuIconStroke_76zfz_439:not(._menuIcon_76zfz_431){stroke:#52c2fd}._redDot_76zfz_458{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_76zfz_473{display:flex;justify-content:center}._link_76zfz_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._toggleFieldWrapper_76zfz_484{display:flex;justify-content:flex-end}._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}:root{--rt-opacity: 1 !important}._authButtonsWrapper_wff22_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_wff22_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_wff22_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_wff22_23{width:100%;margin-bottom:16px}._fieldWrapper_wff22_23:last-child{margin-bottom:0}._fieldLabel_wff22_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_wff22_36{font-size:.75rem;margin-top:8px}._field_wff22_23{width:100%;position:relative}._fieldLabelNew_wff22_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_wff22_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_wff22_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_wff22_52[type=password]{font-size:18px}._inputNew_wff22_52:focus,._inputNew_wff22_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_wff22_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_wff22_52:disabled::placeholder{color:#cbd5e1}._inputNew_wff22_52._error_wff22_7{border:1px solid #ef4444}._inputNew_wff22_52._error_wff22_7:focus,._inputNew_wff22_52._error_wff22_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_wff22_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_wff22_90{width:calc(50% - 8px)}._tableNavWrapper_wff22_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_wff22_107{display:flex;align-items:center}._tableNavItem_wff22_112{margin:0 6px}._modalContent_wff22_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_wff22_116._center_wff22_122{text-align:center;font-family:Inter}._modalContent_wff22_116._settings_wff22_126{max-height:calc(90vh - 205px)}._modalContent_wff22_116._settingsIntegration_wff22_129,._modalContent_wff22_116._performanceTestModalContent_wff22_132{max-height:calc(90vh - 170px)}._modalContent_wff22_116._monitoringReportContent_wff22_135{max-height:calc(100vh - 100px)}._modalTitle_wff22_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_wff22_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_wff22_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_wff22_151:after,._modalLine_wff22_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_wff22_151:before{left:-20px}._modalLine_wff22_151:after{right:-20px}._infoMessage_wff22_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_wff22_174: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_wff22_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_wff22_189._buttonsAutoWidth_wff22_196{justify-content:flex-end}._modalFooter_wff22_189._buttonsAutoWidth_wff22_196 button,._modalFooter_wff22_189._buttonsAutoWidth_wff22_196 span{margin-left:12px}._fullWidthTitle_wff22_204{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_wff22_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_wff22_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_wff22_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_wff22_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_wff22_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_wff22_254{height:180px;display:flex;align-items:center}._widgetFooter_wff22_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_wff22_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_wff22_267:last-child{border:none}._widgetMainValue_wff22_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_wff22_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_wff22_291{font-size:.75rem;color:#64748b}._widgetLoader_wff22_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_wff22_303{opacity:.5;cursor:default}._widgetAddress_wff22_308{font-size:.75rem;color:#64748b}._widgetTag_wff22_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_wff22_321{font-weight:500;color:#0f172a}._chartValuesWrapper_wff22_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_wff22_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_wff22_334._green_wff22_339:before,._chartValuesTitle_wff22_334._dark_wff22_339:before,._chartValuesTitle_wff22_334._blue_wff22_339: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_wff22_334._green_wff22_339:before{background:#22c55e}._chartValuesTitle_wff22_334._dark_wff22_339:before{background:#475569}._chartValuesTitle_wff22_334._blue_wff22_339:before{background:#43e0f8}._topbar_wff22_361{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_wff22_361._sticky_wff22_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_wff22_379{display:inline-flex}._logo_wff22_379{max-width:110px}._menuWrapper_wff22_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_wff22_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_wff22_387._opened_wff22_405{display:flex}}._menuItem_wff22_410{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_wff22_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_wff22_410 ._menuIcon_wff22_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_wff22_410 ._menuIconPerformance_wff22_436{fill:none}._menuItem_wff22_410 ._menuIconStroke_wff22_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_wff22_410._active_wff22_444,._menuItem_wff22_410:hover{background:#fff;color:#52c2fd}._menuItem_wff22_410._active_wff22_444 ._menuIcon_wff22_431:not(._menuIconStroke_wff22_439,._menuIconPerformance_wff22_436),._menuItem_wff22_410:hover ._menuIcon_wff22_431:not(._menuIconStroke_wff22_439,._menuIconPerformance_wff22_436){fill:#52c2fd}._menuItem_wff22_410._active_wff22_444 ._menuIconPerformance_wff22_436 path,._menuItem_wff22_410:hover ._menuIconPerformance_wff22_436 path{stroke:#59a6fd}._menuItem_wff22_410._active_wff22_444 ._menuIconStroke_wff22_439:not(._menuIcon_wff22_431),._menuItem_wff22_410:hover ._menuIconStroke_wff22_439:not(._menuIcon_wff22_431){stroke:#52c2fd}._redDot_wff22_458{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_wff22_473{display:flex;justify-content:center}._link_wff22_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._tooltipText_wff22_484{font-size:.75rem;color:#64748b;font-family:Inter}._tooltipText_wff22_484:after{position:relative;top:2px;margin-left:2px;content:url("data:image/svg+xml,%3csvg%20width='12'%20height='12'%20viewBox='0%200%2012%2012'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.8%206.0002C10.8%208.65116%208.65092%2010.8002%205.99995%2010.8002C3.34898%2010.8002%201.19995%208.65116%201.19995%206.0002C1.19995%203.34923%203.34898%201.2002%205.99995%201.2002C8.65092%201.2002%2010.8%203.34923%2010.8%206.0002ZM6.59995%203.6002C6.59995%203.93157%206.33132%204.2002%205.99995%204.2002C5.66858%204.2002%205.39995%203.93157%205.39995%203.6002C5.39995%203.26882%205.66858%203.0002%205.99995%203.0002C6.33132%203.0002%206.59995%203.26882%206.59995%203.6002ZM5.39995%205.4002C5.15142%205.4002%204.94995%205.60167%204.94995%205.8502C4.94995%206.09872%205.15142%206.3002%205.39995%206.3002H5.55198C5.64794%206.3002%205.71923%206.38906%205.69841%206.48273L5.42292%207.72242C5.2772%208.37816%205.77619%209.0002%206.44792%209.0002H6.59995C6.84848%209.0002%207.04995%208.79872%207.04995%208.5502C7.04995%208.30167%206.84848%208.1002%206.59995%208.1002H6.44792C6.35196%208.1002%206.28068%208.01133%206.30149%207.91766L6.57698%206.67797C6.7227%206.02223%206.22372%205.4002%205.55198%205.4002H5.39995Z'%20fill='%2394A3B8'/%3e%3c/svg%3e")}._tooltip_wff22_484{background:#fff!important;color:#475569!important;font-family:Inter!important;max-width:280px!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;z-index:1500!important;font-size:.75rem!important;text-align:left!important}._tooltipArrow_wff22_510{border-right:1px solid #e2e8f0!important;border-bottom:1px solid #e2e8f0!important;z-index:-1!important;box-shadow:0 1px 2px #e2e8f03d,0 12px 24px #94a3b81f!important}._authButtonsWrapper_1v6hd_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1v6hd_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1v6hd_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_1v6hd_23{width:100%;margin-bottom:16px}._fieldWrapper_1v6hd_23:last-child{margin-bottom:0}._fieldLabel_1v6hd_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1v6hd_36{font-size:.75rem;margin-top:8px}._field_1v6hd_23{width:100%;position:relative}._fieldLabelNew_1v6hd_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1v6hd_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1v6hd_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1v6hd_52[type=password]{font-size:18px}._inputNew_1v6hd_52:focus,._inputNew_1v6hd_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1v6hd_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1v6hd_52:disabled::placeholder{color:#cbd5e1}._inputNew_1v6hd_52._error_1v6hd_7{border:1px solid #ef4444}._inputNew_1v6hd_52._error_1v6hd_7:focus,._inputNew_1v6hd_52._error_1v6hd_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1v6hd_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1v6hd_90{width:calc(50% - 8px)}._tableNavWrapper_1v6hd_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1v6hd_107{display:flex;align-items:center}._tableNavItem_1v6hd_112{margin:0 6px}._modalContent_1v6hd_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1v6hd_116._center_1v6hd_122{text-align:center;font-family:Inter}._modalContent_1v6hd_116._settings_1v6hd_126{max-height:calc(90vh - 205px)}._modalContent_1v6hd_116._settingsIntegration_1v6hd_129,._modalContent_1v6hd_116._performanceTestModalContent_1v6hd_132{max-height:calc(90vh - 170px)}._modalContent_1v6hd_116._monitoringReportContent_1v6hd_135{max-height:calc(100vh - 100px)}._modalTitle_1v6hd_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1v6hd_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1v6hd_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1v6hd_151:after,._modalLine_1v6hd_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1v6hd_151:before{left:-20px}._modalLine_1v6hd_151:after{right:-20px}._infoMessage_1v6hd_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1v6hd_174: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_1v6hd_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1v6hd_189._buttonsAutoWidth_1v6hd_196{justify-content:flex-end}._modalFooter_1v6hd_189._buttonsAutoWidth_1v6hd_196 button,._modalFooter_1v6hd_189._buttonsAutoWidth_1v6hd_196 span{margin-left:12px}._fullWidthTitle_1v6hd_204{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_1v6hd_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1v6hd_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1v6hd_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1v6hd_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1v6hd_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1v6hd_254{height:180px;display:flex;align-items:center}._widgetFooter_1v6hd_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1v6hd_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1v6hd_267:last-child{border:none}._widgetMainValue_1v6hd_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1v6hd_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1v6hd_291{font-size:.75rem;color:#64748b}._widgetLoader_1v6hd_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1v6hd_303{opacity:.5;cursor:default}._widgetAddress_1v6hd_308{font-size:.75rem;color:#64748b}._widgetTag_1v6hd_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1v6hd_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1v6hd_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1v6hd_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1v6hd_334._green_1v6hd_339:before,._chartValuesTitle_1v6hd_334._dark_1v6hd_339:before,._chartValuesTitle_1v6hd_334._blue_1v6hd_339: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_1v6hd_334._green_1v6hd_339:before{background:#22c55e}._chartValuesTitle_1v6hd_334._dark_1v6hd_339:before{background:#475569}._chartValuesTitle_1v6hd_334._blue_1v6hd_339:before{background:#43e0f8}._topbar_1v6hd_361{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_1v6hd_361._sticky_1v6hd_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1v6hd_379{display:inline-flex}._logo_1v6hd_379{max-width:110px}._menuWrapper_1v6hd_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1v6hd_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1v6hd_387._opened_1v6hd_405{display:flex}}._menuItem_1v6hd_410{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_1v6hd_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1v6hd_410 ._menuIcon_1v6hd_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1v6hd_410 ._menuIconPerformance_1v6hd_436{fill:none}._menuItem_1v6hd_410 ._menuIconStroke_1v6hd_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1v6hd_410._active_1v6hd_444,._menuItem_1v6hd_410:hover{background:#fff;color:#52c2fd}._menuItem_1v6hd_410._active_1v6hd_444 ._menuIcon_1v6hd_431:not(._menuIconStroke_1v6hd_439,._menuIconPerformance_1v6hd_436),._menuItem_1v6hd_410:hover ._menuIcon_1v6hd_431:not(._menuIconStroke_1v6hd_439,._menuIconPerformance_1v6hd_436){fill:#52c2fd}._menuItem_1v6hd_410._active_1v6hd_444 ._menuIconPerformance_1v6hd_436 path,._menuItem_1v6hd_410:hover ._menuIconPerformance_1v6hd_436 path{stroke:#59a6fd}._menuItem_1v6hd_410._active_1v6hd_444 ._menuIconStroke_1v6hd_439:not(._menuIcon_1v6hd_431),._menuItem_1v6hd_410:hover ._menuIconStroke_1v6hd_439:not(._menuIcon_1v6hd_431){stroke:#52c2fd}._redDot_1v6hd_458{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_1v6hd_473{display:flex;justify-content:center}._link_1v6hd_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalSubtitle_1v6hd_484{display:flex;align-items:center;padding:8px 16px;background-color:#f8fafc}._modalSubtitle_1v6hd_484 p{font-size:12px;line-height:16px;font-weight:500;text-transform:uppercase;color:#64748b}._performanceTestModalContent_1v6hd_132{display:flex;flex-direction:column;padding:0 16px 16px}._contentRow_1v6hd_504{display:flex;padding:16px 0;border-bottom:1px solid #e2e8f0}._contentWrapper_1v6hd_510{display:flex;flex-direction:column;width:50%;flex-grow:1;row-gap:16px}._detailsInfo_1v6hd_518{display:flex;flex-direction:column}._detailsInfo_1v6hd_518 h4{font-size:12px;line-height:16px;font-weight:500;color:#64748b;text-transform:uppercase;margin-bottom:6px;letter-spacing:1px}._detailsInfo_1v6hd_518 p{font-size:14px;line-height:20px;font-weight:500;color:#0f172a}._detailsInfo_1v6hd_518 span{font-size:12px;color:#94a3b8}._statusContainer_1v6hd_542{display:flex;align-items:center;gap:5px}._statusContainer_1v6hd_542 span{display:block}div._testStatus_1v6hd_551{display:flex;align-items:center;justify-content:center;border:1px solid #e2e8f0;padding:4px 8px;border-radius:6px;width:fit-content}div._testStatus_1v6hd_551 span{width:8px;height:8px;border-radius:50%;margin-right:8px}div._passed_1v6hd_567 span{background-color:#22c55e}div._passed_1v6hd_567 p{color:#15803d}div._issue_1v6hd_574 span{background-color:#ef4444}div._issue_1v6hd_574 p{color:#b91c1c}._reportDiagramContainer_1v6hd_581{position:relative;margin-top:5px;height:200px}._reportDiagramContainer_1v6hd_581 canvas{padding:5px 3px}._errorMessage_146te_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_146te_174: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_10eql_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_10eql_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_10eql_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_10eql_23{width:100%;margin-bottom:16px}._fieldWrapper_10eql_23:last-child{margin-bottom:0}._fieldLabel_10eql_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_10eql_36{font-size:.75rem;margin-top:8px}._field_10eql_23{width:100%;position:relative}._fieldLabelNew_10eql_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_10eql_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_10eql_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_10eql_52[type=password]{font-size:18px}._inputNew_10eql_52:focus,._inputNew_10eql_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_10eql_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_10eql_52:disabled::placeholder{color:#cbd5e1}._inputNew_10eql_52._error_10eql_7{border:1px solid #ef4444}._inputNew_10eql_52._error_10eql_7:focus,._inputNew_10eql_52._error_10eql_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_10eql_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_10eql_90{width:calc(50% - 8px)}._tableNavWrapper_10eql_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_10eql_107{display:flex;align-items:center}._tableNavItem_10eql_112{margin:0 6px}._modalContent_10eql_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_10eql_116._center_10eql_122{text-align:center;font-family:Inter}._modalContent_10eql_116._settings_10eql_126{max-height:calc(90vh - 205px)}._modalContent_10eql_116._settingsIntegration_10eql_129,._modalContent_10eql_116._performanceTestModalContent_10eql_132{max-height:calc(90vh - 170px)}._modalContent_10eql_116._monitoringReportContent_10eql_135{max-height:calc(100vh - 100px)}._modalTitle_10eql_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_10eql_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_10eql_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_10eql_151:after,._modalLine_10eql_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_10eql_151:before{left:-20px}._modalLine_10eql_151:after{right:-20px}._infoMessage_10eql_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_10eql_174: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_10eql_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_10eql_189._buttonsAutoWidth_10eql_196{justify-content:flex-end}._modalFooter_10eql_189._buttonsAutoWidth_10eql_196 button,._modalFooter_10eql_189._buttonsAutoWidth_10eql_196 span{margin-left:12px}._fullWidthTitle_10eql_204{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_10eql_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_10eql_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_10eql_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_10eql_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_10eql_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_10eql_254{height:180px;display:flex;align-items:center}._widgetFooter_10eql_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_10eql_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_10eql_267:last-child{border:none}._widgetMainValue_10eql_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_10eql_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_10eql_291{font-size:.75rem;color:#64748b}._widgetLoader_10eql_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_10eql_303{opacity:.5;cursor:default}._widgetAddress_10eql_308{font-size:.75rem;color:#64748b}._widgetTag_10eql_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_10eql_321{font-weight:500;color:#0f172a}._chartValuesWrapper_10eql_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_10eql_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_10eql_334._green_10eql_339:before,._chartValuesTitle_10eql_334._dark_10eql_339:before,._chartValuesTitle_10eql_334._blue_10eql_339: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_10eql_334._green_10eql_339:before{background:#22c55e}._chartValuesTitle_10eql_334._dark_10eql_339:before{background:#475569}._chartValuesTitle_10eql_334._blue_10eql_339:before{background:#43e0f8}._topbar_10eql_361{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_10eql_361._sticky_10eql_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_10eql_379{display:inline-flex}._logo_10eql_379{max-width:110px}._menuWrapper_10eql_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_10eql_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_10eql_387._opened_10eql_405{display:flex}}._menuItem_10eql_410{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_10eql_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_10eql_410 ._menuIcon_10eql_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_10eql_410 ._menuIconPerformance_10eql_436{fill:none}._menuItem_10eql_410 ._menuIconStroke_10eql_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_10eql_410._active_10eql_444,._menuItem_10eql_410:hover{background:#fff;color:#52c2fd}._menuItem_10eql_410._active_10eql_444 ._menuIcon_10eql_431:not(._menuIconStroke_10eql_439,._menuIconPerformance_10eql_436),._menuItem_10eql_410:hover ._menuIcon_10eql_431:not(._menuIconStroke_10eql_439,._menuIconPerformance_10eql_436){fill:#52c2fd}._menuItem_10eql_410._active_10eql_444 ._menuIconPerformance_10eql_436 path,._menuItem_10eql_410:hover ._menuIconPerformance_10eql_436 path{stroke:#59a6fd}._menuItem_10eql_410._active_10eql_444 ._menuIconStroke_10eql_439:not(._menuIcon_10eql_431),._menuItem_10eql_410:hover ._menuIconStroke_10eql_439:not(._menuIcon_10eql_431){stroke:#52c2fd}._redDot_10eql_458{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_10eql_473{display:flex;justify-content:center}._link_10eql_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalLink_10eql_484{text-decoration:underline;color:#000;font-weight:500}._modalLinksSection_10eql_490{margin-top:1em}._authButtonsWrapper_146te_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_146te_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_146te_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_146te_23{width:100%;margin-bottom:16px}._fieldWrapper_146te_23:last-child{margin-bottom:0}._fieldLabel_146te_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_146te_36{font-size:.75rem;margin-top:8px}._field_146te_23{width:100%;position:relative}._fieldLabelNew_146te_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_146te_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_146te_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_146te_52[type=password]{font-size:18px}._inputNew_146te_52:focus,._inputNew_146te_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_146te_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_146te_52:disabled::placeholder{color:#cbd5e1}._inputNew_146te_52._error_146te_7{border:1px solid #ef4444}._inputNew_146te_52._error_146te_7:focus,._inputNew_146te_52._error_146te_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_146te_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_146te_90{width:calc(50% - 8px)}._tableNavWrapper_146te_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_146te_107{display:flex;align-items:center}._tableNavItem_146te_112{margin:0 6px}._modalContent_146te_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_146te_116._center_146te_122{text-align:center;font-family:Inter}._modalContent_146te_116._settings_146te_126{max-height:calc(90vh - 205px)}._modalContent_146te_116._settingsIntegration_146te_129,._modalContent_146te_116._performanceTestModalContent_146te_132{max-height:calc(90vh - 170px)}._modalContent_146te_116._monitoringReportContent_146te_135{max-height:calc(100vh - 100px)}._modalTitle_146te_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_146te_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_146te_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_146te_151:after,._modalLine_146te_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_146te_151:before{left:-20px}._modalLine_146te_151:after{right:-20px}._infoMessage_146te_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_146te_174: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_146te_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_146te_189._buttonsAutoWidth_146te_196{justify-content:flex-end}._modalFooter_146te_189._buttonsAutoWidth_146te_196 button,._modalFooter_146te_189._buttonsAutoWidth_146te_196 span{margin-left:12px}._fullWidthTitle_146te_204{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_146te_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_146te_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_146te_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_146te_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_146te_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_146te_254{height:180px;display:flex;align-items:center}._widgetFooter_146te_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_146te_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_146te_267:last-child{border:none}._widgetMainValue_146te_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_146te_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_146te_291{font-size:.75rem;color:#64748b}._widgetLoader_146te_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_146te_303{opacity:.5;cursor:default}._widgetAddress_146te_308{font-size:.75rem;color:#64748b}._widgetTag_146te_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_146te_321{font-weight:500;color:#0f172a}._chartValuesWrapper_146te_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_146te_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_146te_334._green_146te_339:before,._chartValuesTitle_146te_334._dark_146te_339:before,._chartValuesTitle_146te_334._blue_146te_339: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_146te_334._green_146te_339:before{background:#22c55e}._chartValuesTitle_146te_334._dark_146te_339:before{background:#475569}._chartValuesTitle_146te_334._blue_146te_339:before{background:#43e0f8}._topbar_146te_361{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_146te_361._sticky_146te_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_146te_379{display:inline-flex}._logo_146te_379{max-width:110px}._menuWrapper_146te_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_146te_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_146te_387._opened_146te_405{display:flex}}._menuItem_146te_410{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_146te_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_146te_410 ._menuIcon_146te_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_146te_410 ._menuIconPerformance_146te_436{fill:none}._menuItem_146te_410 ._menuIconStroke_146te_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_146te_410._active_146te_444,._menuItem_146te_410:hover{background:#fff;color:#52c2fd}._menuItem_146te_410._active_146te_444 ._menuIcon_146te_431:not(._menuIconStroke_146te_439,._menuIconPerformance_146te_436),._menuItem_146te_410:hover ._menuIcon_146te_431:not(._menuIconStroke_146te_439,._menuIconPerformance_146te_436){fill:#52c2fd}._menuItem_146te_410._active_146te_444 ._menuIconPerformance_146te_436 path,._menuItem_146te_410:hover ._menuIconPerformance_146te_436 path{stroke:#59a6fd}._menuItem_146te_410._active_146te_444 ._menuIconStroke_146te_439:not(._menuIcon_146te_431),._menuItem_146te_410:hover ._menuIconStroke_146te_439:not(._menuIcon_146te_431){stroke:#52c2fd}._redDot_146te_458{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_146te_473{display:flex;justify-content:center}._link_146te_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._selectWrapper_146te_484{text-align:left;margin-top:16px}._authWrapper_ekuni_1{height:100vh;background:url(/assets/backgound-logo-DlghSEo4.png),linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_ekuni_1{justify-content:center}}@media only screen and (max-width: 1024px){._authWrapper_ekuni_1{flex-direction:column-reverse;align-items:stretch;height:auto;padding:24px 0 0}}._logoWrapper_ekuni_26{width:50%;display:flex;justify-content:center;align-items:center}@media only screen and (max-width: 1024px){._logoWrapper_ekuni_26{width:100%}}._logo_ekuni_26{max-width:100%}@media only screen and (max-width: 1439px){._logo_ekuni_26{max-width:70%}}@media only screen and (max-width: 1024px){._logo_ekuni_26{max-width:90px;margin-bottom:24px}}._hamburgerLines_iz6h9_1{display:none;z-index:1000;height:26px;width:32px;position:relative;z-index:2;flex-direction:column;justify-content:space-between;cursor:pointer}@media only screen and (max-width: 1340px){._hamburgerLines_iz6h9_1{display:flex}}._hamburgerLines_iz6h9_1 ._line_iz6h9_17{display:block;height:4px;width:100%;border-radius:10px;background:#fff}._hamburgerLines_iz6h9_1 ._line1_iz6h9_24{transform-origin:0% 0%;transition:transform .2s ease-in-out}._hamburgerLines_iz6h9_1 ._line2_iz6h9_28{transition:transform .1s ease-in-out}._hamburgerLines_iz6h9_1 ._line3_iz6h9_31{transform-origin:0% 100%;transition:transform .2s ease-in-out}._opened_iz6h9_36 ._line1_iz6h9_24{transform:rotate(45deg)}._opened_iz6h9_36 ._line2_iz6h9_28{transform:scaleY(0)}._opened_iz6h9_36 ._line3_iz6h9_31{transform:rotate(-45deg)}._disabled_1c33e_1{opacity:.5;cursor:default}._userMenuWrapper_10er7_1{position:relative}._userMenuButton_10er7_5{border-radius:8px;width:40px;height:40px;display:flex;align-items:center;justify-content:center;transition:.2s;cursor:pointer}._userMenuButton_10er7_5:hover,._userMenuButton_10er7_5._active_10er7_18{background:#ffffff26}._userDropdown_10er7_22{position:absolute;z-index:1000;right:0;top:47px;border-radius:8px;border:1px solid #f1f5f9;background:#fff;box-shadow:0 16px 32px -12px #47556914;width:220px;overflow:hidden}._userDropdownItem_10er7_35{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_10er7_35:hover{background:#47556914}._userDropdownItem_10er7_35:last-child{border:none}._itemIcon_10er7_54{margin-right:8px}._userAvatarWhite_10er7_58{fill:#f8fafc}._userAvatarBlack_10er7_62{fill:#475569}._userEmail_10er7_66{color:#64748b;font-weight:400;text-overflow:ellipsis;overflow:hidden;max-width:150px;white-space:nowrap}._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}._authButtonsWrapper_1cnwv_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1cnwv_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1cnwv_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_1cnwv_23{width:100%;margin-bottom:16px}._fieldWrapper_1cnwv_23:last-child{margin-bottom:0}._fieldLabel_1cnwv_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1cnwv_36{font-size:.75rem;margin-top:8px}._field_1cnwv_23{width:100%;position:relative}._fieldLabelNew_1cnwv_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1cnwv_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1cnwv_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1cnwv_52[type=password]{font-size:18px}._inputNew_1cnwv_52:focus,._inputNew_1cnwv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1cnwv_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1cnwv_52:disabled::placeholder{color:#cbd5e1}._inputNew_1cnwv_52._error_1cnwv_7{border:1px solid #ef4444}._inputNew_1cnwv_52._error_1cnwv_7:focus,._inputNew_1cnwv_52._error_1cnwv_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1cnwv_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1cnwv_90{width:calc(50% - 8px)}._tableNavWrapper_1cnwv_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1cnwv_107{display:flex;align-items:center}._tableNavItem_1cnwv_112{margin:0 6px}._modalContent_1cnwv_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1cnwv_116._center_1cnwv_122{text-align:center;font-family:Inter}._modalContent_1cnwv_116._settings_1cnwv_126{max-height:calc(90vh - 205px)}._modalContent_1cnwv_116._settingsIntegration_1cnwv_129,._modalContent_1cnwv_116._performanceTestModalContent_1cnwv_132{max-height:calc(90vh - 170px)}._modalContent_1cnwv_116._monitoringReportContent_1cnwv_135{max-height:calc(100vh - 100px)}._modalTitle_1cnwv_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1cnwv_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1cnwv_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1cnwv_151:after,._modalLine_1cnwv_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1cnwv_151:before{left:-20px}._modalLine_1cnwv_151:after{right:-20px}._infoMessage_1cnwv_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1cnwv_174: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_1cnwv_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1cnwv_189._buttonsAutoWidth_1cnwv_196{justify-content:flex-end}._modalFooter_1cnwv_189._buttonsAutoWidth_1cnwv_196 button,._modalFooter_1cnwv_189._buttonsAutoWidth_1cnwv_196 span{margin-left:12px}._fullWidthTitle_1cnwv_204{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_1cnwv_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1cnwv_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1cnwv_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1cnwv_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1cnwv_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1cnwv_254{height:180px;display:flex;align-items:center}._widgetFooter_1cnwv_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1cnwv_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1cnwv_267:last-child{border:none}._widgetMainValue_1cnwv_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1cnwv_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1cnwv_291{font-size:.75rem;color:#64748b}._widgetLoader_1cnwv_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1cnwv_303{opacity:.5;cursor:default}._widgetAddress_1cnwv_308{font-size:.75rem;color:#64748b}._widgetTag_1cnwv_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1cnwv_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1cnwv_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1cnwv_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1cnwv_334._green_1cnwv_339:before,._chartValuesTitle_1cnwv_334._dark_1cnwv_339:before,._chartValuesTitle_1cnwv_334._blue_1cnwv_339: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_1cnwv_334._green_1cnwv_339:before{background:#22c55e}._chartValuesTitle_1cnwv_334._dark_1cnwv_339:before{background:#475569}._chartValuesTitle_1cnwv_334._blue_1cnwv_339:before{background:#43e0f8}._topbar_1cnwv_361{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_1cnwv_361._sticky_1cnwv_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1cnwv_379{display:inline-flex}._logo_1cnwv_379{max-width:110px}._menuWrapper_1cnwv_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1cnwv_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1cnwv_387._opened_1cnwv_405{display:flex}}._menuItem_1cnwv_410{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_1cnwv_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1cnwv_410 ._menuIcon_1cnwv_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1cnwv_410 ._menuIconPerformance_1cnwv_436{fill:none}._menuItem_1cnwv_410 ._menuIconStroke_1cnwv_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1cnwv_410._active_1cnwv_444,._menuItem_1cnwv_410:hover{background:#fff;color:#52c2fd}._menuItem_1cnwv_410._active_1cnwv_444 ._menuIcon_1cnwv_431:not(._menuIconStroke_1cnwv_439,._menuIconPerformance_1cnwv_436),._menuItem_1cnwv_410:hover ._menuIcon_1cnwv_431:not(._menuIconStroke_1cnwv_439,._menuIconPerformance_1cnwv_436){fill:#52c2fd}._menuItem_1cnwv_410._active_1cnwv_444 ._menuIconPerformance_1cnwv_436 path,._menuItem_1cnwv_410:hover ._menuIconPerformance_1cnwv_436 path{stroke:#59a6fd}._menuItem_1cnwv_410._active_1cnwv_444 ._menuIconStroke_1cnwv_439:not(._menuIcon_1cnwv_431),._menuItem_1cnwv_410:hover ._menuIconStroke_1cnwv_439:not(._menuIcon_1cnwv_431){stroke:#52c2fd}._redDot_1cnwv_458{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_1cnwv_473{display:flex;justify-content:center}._link_1cnwv_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._authButtonsWrapper_tu8of_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_tu8of_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_tu8of_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_tu8of_23{width:100%;margin-bottom:16px}._fieldWrapper_tu8of_23:last-child{margin-bottom:0}._fieldLabel_tu8of_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_tu8of_36{font-size:.75rem;margin-top:8px}._field_tu8of_23{width:100%;position:relative}._fieldLabelNew_tu8of_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_tu8of_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_tu8of_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_tu8of_52[type=password]{font-size:18px}._inputNew_tu8of_52:focus,._inputNew_tu8of_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_tu8of_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_tu8of_52:disabled::placeholder{color:#cbd5e1}._inputNew_tu8of_52._error_tu8of_7{border:1px solid #ef4444}._inputNew_tu8of_52._error_tu8of_7:focus,._inputNew_tu8of_52._error_tu8of_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_tu8of_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_tu8of_90{width:calc(50% - 8px)}._tableNavWrapper_tu8of_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_tu8of_107{display:flex;align-items:center}._tableNavItem_tu8of_112{margin:0 6px}._modalContent_tu8of_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_tu8of_116._center_tu8of_122{text-align:center;font-family:Inter}._modalContent_tu8of_116._settings_tu8of_126{max-height:calc(90vh - 205px)}._modalContent_tu8of_116._settingsIntegration_tu8of_129,._modalContent_tu8of_116._performanceTestModalContent_tu8of_132{max-height:calc(90vh - 170px)}._modalContent_tu8of_116._monitoringReportContent_tu8of_135{max-height:calc(100vh - 100px)}._modalTitle_tu8of_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_tu8of_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_tu8of_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_tu8of_151:after,._modalLine_tu8of_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_tu8of_151:before{left:-20px}._modalLine_tu8of_151:after{right:-20px}._infoMessage_tu8of_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_tu8of_174: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_tu8of_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_tu8of_189._buttonsAutoWidth_tu8of_196{justify-content:flex-end}._modalFooter_tu8of_189._buttonsAutoWidth_tu8of_196 button,._modalFooter_tu8of_189._buttonsAutoWidth_tu8of_196 span{margin-left:12px}._fullWidthTitle_tu8of_204{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_tu8of_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_tu8of_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_tu8of_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_tu8of_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_tu8of_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_tu8of_254{height:180px;display:flex;align-items:center}._widgetFooter_tu8of_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_tu8of_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_tu8of_267:last-child{border:none}._widgetMainValue_tu8of_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_tu8of_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_tu8of_291{font-size:.75rem;color:#64748b}._widgetLoader_tu8of_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_tu8of_303{opacity:.5;cursor:default}._widgetAddress_tu8of_308{font-size:.75rem;color:#64748b}._widgetTag_tu8of_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_tu8of_321{font-weight:500;color:#0f172a}._chartValuesWrapper_tu8of_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_tu8of_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_tu8of_334._green_tu8of_339:before,._chartValuesTitle_tu8of_334._dark_tu8of_339:before,._chartValuesTitle_tu8of_334._blue_tu8of_339: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_tu8of_334._green_tu8of_339:before{background:#22c55e}._chartValuesTitle_tu8of_334._dark_tu8of_339:before{background:#475569}._chartValuesTitle_tu8of_334._blue_tu8of_339:before{background:#43e0f8}._topbar_tu8of_361{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_tu8of_361._sticky_tu8of_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_tu8of_379{display:inline-flex}._logo_tu8of_379{max-width:110px}._menuWrapper_tu8of_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_tu8of_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_tu8of_387._opened_tu8of_405{display:flex}}._menuItem_tu8of_410{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_tu8of_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_tu8of_410 ._menuIcon_tu8of_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_tu8of_410 ._menuIconPerformance_tu8of_436{fill:none}._menuItem_tu8of_410 ._menuIconStroke_tu8of_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_tu8of_410._active_tu8of_444,._menuItem_tu8of_410:hover{background:#fff;color:#52c2fd}._menuItem_tu8of_410._active_tu8of_444 ._menuIcon_tu8of_431:not(._menuIconStroke_tu8of_439,._menuIconPerformance_tu8of_436),._menuItem_tu8of_410:hover ._menuIcon_tu8of_431:not(._menuIconStroke_tu8of_439,._menuIconPerformance_tu8of_436){fill:#52c2fd}._menuItem_tu8of_410._active_tu8of_444 ._menuIconPerformance_tu8of_436 path,._menuItem_tu8of_410:hover ._menuIconPerformance_tu8of_436 path{stroke:#59a6fd}._menuItem_tu8of_410._active_tu8of_444 ._menuIconStroke_tu8of_439:not(._menuIcon_tu8of_431),._menuItem_tu8of_410:hover ._menuIconStroke_tu8of_439:not(._menuIcon_tu8of_431){stroke:#52c2fd}._redDot_tu8of_458{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_tu8of_473{display:flex;justify-content:center}._link_tu8of_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._subMenuWrapper_tu8of_484{position:relative}._subMenuWrapper_tu8of_484 ._menuIconStroke_tu8of_439{margin:0 0 0 8px}._subMenuList_tu8of_491{top:44px;left:50%;transform:translate(-50%);position:absolute;z-index:1000;padding:8px;border-radius:10px;border:1px solid #e2e8f0;background:#fff;box-shadow:0 16px 32px -12px #4755691a}._subMenuItem_tu8of_504{width:185px;font-family:Inter;font-size:.875rem;font-weight:500;color:#0f172a;transition:.2s;display:flex;align-items:center;padding-left:8px}._subMenuItem_tu8of_504 ._menuIcon_tu8of_431{fill:#42e8ff;transition:.2s;margin-right:8px}._button_1txd7_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_1txd7_1{height:40px;font-size:.875rem;border-radius:10px}}._button_1txd7_1._colored_1txd7_20{color:#fff;box-shadow:3px 3px #000;background:linear-gradient(0deg,#ededed33 0% 100%),linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._button_1txd7_1._colored_1txd7_20:hover{box-shadow:1px 1px #000}._button_1txd7_1._white_1txd7_28{border:1px solid #7864ff;background:#fff;color:#7864ff}._button_1txd7_1._white_1txd7_28:hover{border-color:#6148ff;color:#6148ff}._button_1txd7_1._fullWidth_1txd7_37{width:100%}._button_1txd7_1._halfWidth_1txd7_40{width:calc(50% - 8px)}._button_1txd7_1._normal_1txd7_43{width:auto;padding:0 24px}._button_1txd7_1:disabled,._button_1txd7_1[disabled]{cursor:default;opacity:.8}._button_1txd7_1:disabled._colored_1txd7_20:hover,._button_1txd7_1[disabled]._colored_1txd7_20:hover{box-shadow:3px 3px #000}._authSection_1irhr_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_1irhr_1{min-height:780px}}@media only screen and (max-width: 1439px){._authSection_1irhr_1{max-width:600px}}@media only screen and (max-width: 1024px){._authSection_1irhr_1{width:100%;min-height:calc(100vh - 100px);max-width:100%;border-radius:20px 20px 0 0;justify-content:start}}._formWrapper_1irhr_31{width:100%;max-width:475px}@media only screen and (max-width: 1439px){._formWrapper_1irhr_31{max-width:400px}}@media only screen and (max-width: 1024px){._formWrapper_1irhr_31{max-width:100%;padding:32px 16px 16px}}._formTitle_1irhr_47{font-size:3rem;margin-bottom:16px;font-family:Inter}@media only screen and (max-width: 1024px){._formTitle_1irhr_47{font-size:1.5rem;text-align:center}}._formSubtitle_1irhr_59{color:#64748b;margin-bottom:32px}@media only screen and (max-width: 1024px){._formSubtitle_1irhr_59{text-align:center}}._authButtonsWrapper_zfslr_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_zfslr_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_zfslr_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_zfslr_23{width:100%;margin-bottom:16px}._fieldWrapper_zfslr_23:last-child{margin-bottom:0}._fieldLabel_zfslr_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_zfslr_36{font-size:.75rem;margin-top:8px}._field_zfslr_23{width:100%;position:relative}._fieldLabelNew_zfslr_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_zfslr_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_zfslr_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_zfslr_52[type=password]{font-size:18px}._inputNew_zfslr_52:focus,._inputNew_zfslr_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_zfslr_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_zfslr_52:disabled::placeholder{color:#cbd5e1}._inputNew_zfslr_52._error_zfslr_7{border:1px solid #ef4444}._inputNew_zfslr_52._error_zfslr_7:focus,._inputNew_zfslr_52._error_zfslr_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_zfslr_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_zfslr_90{width:calc(50% - 8px)}._tableNavWrapper_zfslr_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_zfslr_107{display:flex;align-items:center}._tableNavItem_zfslr_112{margin:0 6px}._modalContent_zfslr_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_zfslr_116._center_zfslr_122{text-align:center;font-family:Inter}._modalContent_zfslr_116._settings_zfslr_126{max-height:calc(90vh - 205px)}._modalContent_zfslr_116._settingsIntegration_zfslr_129,._modalContent_zfslr_116._performanceTestModalContent_zfslr_132{max-height:calc(90vh - 170px)}._modalContent_zfslr_116._monitoringReportContent_zfslr_135{max-height:calc(100vh - 100px)}._modalTitle_zfslr_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_zfslr_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_zfslr_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_zfslr_151:after,._modalLine_zfslr_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_zfslr_151:before{left:-20px}._modalLine_zfslr_151:after{right:-20px}._infoMessage_zfslr_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_zfslr_174: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_zfslr_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_zfslr_189._buttonsAutoWidth_zfslr_196{justify-content:flex-end}._modalFooter_zfslr_189._buttonsAutoWidth_zfslr_196 button,._modalFooter_zfslr_189._buttonsAutoWidth_zfslr_196 span{margin-left:12px}._fullWidthTitle_zfslr_204{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_zfslr_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_zfslr_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_zfslr_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_zfslr_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_zfslr_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_zfslr_254{height:180px;display:flex;align-items:center}._widgetFooter_zfslr_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_zfslr_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_zfslr_267:last-child{border:none}._widgetMainValue_zfslr_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_zfslr_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_zfslr_291{font-size:.75rem;color:#64748b}._widgetLoader_zfslr_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_zfslr_303{opacity:.5;cursor:default}._widgetAddress_zfslr_308{font-size:.75rem;color:#64748b}._widgetTag_zfslr_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_zfslr_321{font-weight:500;color:#0f172a}._chartValuesWrapper_zfslr_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_zfslr_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_zfslr_334._green_zfslr_339:before,._chartValuesTitle_zfslr_334._dark_zfslr_339:before,._chartValuesTitle_zfslr_334._blue_zfslr_339: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_zfslr_334._green_zfslr_339:before{background:#22c55e}._chartValuesTitle_zfslr_334._dark_zfslr_339:before{background:#475569}._chartValuesTitle_zfslr_334._blue_zfslr_339:before{background:#43e0f8}._topbar_zfslr_361{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_zfslr_361._sticky_zfslr_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_zfslr_379{display:inline-flex}._logo_zfslr_379{max-width:110px}._menuWrapper_zfslr_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_zfslr_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_zfslr_387._opened_zfslr_405{display:flex}}._menuItem_zfslr_410{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_zfslr_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_zfslr_410 ._menuIcon_zfslr_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_zfslr_410 ._menuIconPerformance_zfslr_436{fill:none}._menuItem_zfslr_410 ._menuIconStroke_zfslr_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_zfslr_410._active_zfslr_444,._menuItem_zfslr_410:hover{background:#fff;color:#52c2fd}._menuItem_zfslr_410._active_zfslr_444 ._menuIcon_zfslr_431:not(._menuIconStroke_zfslr_439,._menuIconPerformance_zfslr_436),._menuItem_zfslr_410:hover ._menuIcon_zfslr_431:not(._menuIconStroke_zfslr_439,._menuIconPerformance_zfslr_436){fill:#52c2fd}._menuItem_zfslr_410._active_zfslr_444 ._menuIconPerformance_zfslr_436 path,._menuItem_zfslr_410:hover ._menuIconPerformance_zfslr_436 path{stroke:#59a6fd}._menuItem_zfslr_410._active_zfslr_444 ._menuIconStroke_zfslr_439:not(._menuIcon_zfslr_431),._menuItem_zfslr_410:hover ._menuIconStroke_zfslr_439:not(._menuIcon_zfslr_431){stroke:#52c2fd}._redDot_zfslr_458{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_zfslr_473{display:flex;justify-content:center}._link_zfslr_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._input_zfslr_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_zfslr_52::placeholder{font-size:.875rem;font-family:Inter;color:#66768e}._input_zfslr_52:focus,._input_zfslr_52:active{border:1px solid #a7b8d0}._input_zfslr_52._error_zfslr_7{border-color:#ef4444}@media only screen and (max-width: 1024px){._input_zfslr_52{height:40px;padding:0 12px;border-radius:10px}}._iconButton_zfslr_514{position:absolute;right:16px;top:14px;opacity:.8;cursor:pointer}._iconButton_zfslr_514:hover{transition:.15s;opacity:.6}@media only screen and (max-width: 1024px){._iconButton_zfslr_514{top:10px;right:12px}}._showIcon_zfslr_532{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_zfslr_537{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_1uyy4_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1uyy4_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1uyy4_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_1uyy4_23{width:100%;margin-bottom:16px}._fieldWrapper_1uyy4_23:last-child{margin-bottom:0}._fieldLabel_1uyy4_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1uyy4_36{font-size:.75rem;margin-top:8px}._field_1uyy4_23{width:100%;position:relative}._fieldLabelNew_1uyy4_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1uyy4_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1uyy4_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1uyy4_52[type=password]{font-size:18px}._inputNew_1uyy4_52:focus,._inputNew_1uyy4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1uyy4_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1uyy4_52:disabled::placeholder{color:#cbd5e1}._inputNew_1uyy4_52._error_1uyy4_7{border:1px solid #ef4444}._inputNew_1uyy4_52._error_1uyy4_7:focus,._inputNew_1uyy4_52._error_1uyy4_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1uyy4_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1uyy4_90{width:calc(50% - 8px)}._tableNavWrapper_1uyy4_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1uyy4_107{display:flex;align-items:center}._tableNavItem_1uyy4_112{margin:0 6px}._modalContent_1uyy4_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1uyy4_116._center_1uyy4_122{text-align:center;font-family:Inter}._modalContent_1uyy4_116._settings_1uyy4_126{max-height:calc(90vh - 205px)}._modalContent_1uyy4_116._settingsIntegration_1uyy4_129,._modalContent_1uyy4_116._performanceTestModalContent_1uyy4_132{max-height:calc(90vh - 170px)}._modalContent_1uyy4_116._monitoringReportContent_1uyy4_135{max-height:calc(100vh - 100px)}._modalTitle_1uyy4_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1uyy4_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1uyy4_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1uyy4_151:after,._modalLine_1uyy4_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1uyy4_151:before{left:-20px}._modalLine_1uyy4_151:after{right:-20px}._infoMessage_1uyy4_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1uyy4_174: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_1uyy4_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1uyy4_189._buttonsAutoWidth_1uyy4_196{justify-content:flex-end}._modalFooter_1uyy4_189._buttonsAutoWidth_1uyy4_196 button,._modalFooter_1uyy4_189._buttonsAutoWidth_1uyy4_196 span{margin-left:12px}._fullWidthTitle_1uyy4_204{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_1uyy4_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1uyy4_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1uyy4_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1uyy4_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1uyy4_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1uyy4_254{height:180px;display:flex;align-items:center}._widgetFooter_1uyy4_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1uyy4_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1uyy4_267:last-child{border:none}._widgetMainValue_1uyy4_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1uyy4_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1uyy4_291{font-size:.75rem;color:#64748b}._widgetLoader_1uyy4_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1uyy4_303{opacity:.5;cursor:default}._widgetAddress_1uyy4_308{font-size:.75rem;color:#64748b}._widgetTag_1uyy4_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1uyy4_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1uyy4_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1uyy4_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1uyy4_334._green_1uyy4_339:before,._chartValuesTitle_1uyy4_334._dark_1uyy4_339:before,._chartValuesTitle_1uyy4_334._blue_1uyy4_339: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_1uyy4_334._green_1uyy4_339:before{background:#22c55e}._chartValuesTitle_1uyy4_334._dark_1uyy4_339:before{background:#475569}._chartValuesTitle_1uyy4_334._blue_1uyy4_339:before{background:#43e0f8}._topbar_1uyy4_361{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_1uyy4_361._sticky_1uyy4_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1uyy4_379{display:inline-flex}._logo_1uyy4_379{max-width:110px}._menuWrapper_1uyy4_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1uyy4_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1uyy4_387._opened_1uyy4_405{display:flex}}._menuItem_1uyy4_410{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_1uyy4_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1uyy4_410 ._menuIcon_1uyy4_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1uyy4_410 ._menuIconPerformance_1uyy4_436{fill:none}._menuItem_1uyy4_410 ._menuIconStroke_1uyy4_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1uyy4_410._active_1uyy4_444,._menuItem_1uyy4_410:hover{background:#fff;color:#52c2fd}._menuItem_1uyy4_410._active_1uyy4_444 ._menuIcon_1uyy4_431:not(._menuIconStroke_1uyy4_439,._menuIconPerformance_1uyy4_436),._menuItem_1uyy4_410:hover ._menuIcon_1uyy4_431:not(._menuIconStroke_1uyy4_439,._menuIconPerformance_1uyy4_436){fill:#52c2fd}._menuItem_1uyy4_410._active_1uyy4_444 ._menuIconPerformance_1uyy4_436 path,._menuItem_1uyy4_410:hover ._menuIconPerformance_1uyy4_436 path{stroke:#59a6fd}._menuItem_1uyy4_410._active_1uyy4_444 ._menuIconStroke_1uyy4_439:not(._menuIcon_1uyy4_431),._menuItem_1uyy4_410:hover ._menuIconStroke_1uyy4_439:not(._menuIcon_1uyy4_431){stroke:#52c2fd}._redDot_1uyy4_458{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_1uyy4_473{display:flex;justify-content:center}._link_1uyy4_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._forgotPasswordLink_1uyy4_484{font-size:.875rem;font-weight:500;font-family:Inter;transition:.15s;margin-top:16px;color:#2db2c8}._textLink_1uyy4_493{border-bottom:1px solid #64748b;transition:.15s;margin-left:auto;cursor:pointer}._textLink_1uyy4_493:hover{border-color:transparent}._errorMessageWrapper_1uyy4_503{margin-bottom:16px}._inputFooter_1uyy4_507{display:flex;justify-content:space-between;position:relative;margin-top:-16px}._authButtonsWrapper_1ke0f_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1ke0f_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1ke0f_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_1ke0f_23{width:100%;margin-bottom:16px}._fieldWrapper_1ke0f_23:last-child{margin-bottom:0}._fieldLabel_1ke0f_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1ke0f_36{font-size:.75rem;margin-top:8px}._field_1ke0f_23{width:100%;position:relative}._fieldLabelNew_1ke0f_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1ke0f_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1ke0f_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1ke0f_52[type=password]{font-size:18px}._inputNew_1ke0f_52:focus,._inputNew_1ke0f_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1ke0f_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1ke0f_52:disabled::placeholder{color:#cbd5e1}._inputNew_1ke0f_52._error_1ke0f_7{border:1px solid #ef4444}._inputNew_1ke0f_52._error_1ke0f_7:focus,._inputNew_1ke0f_52._error_1ke0f_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1ke0f_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1ke0f_90{width:calc(50% - 8px)}._tableNavWrapper_1ke0f_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1ke0f_107{display:flex;align-items:center}._tableNavItem_1ke0f_112{margin:0 6px}._modalContent_1ke0f_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1ke0f_116._center_1ke0f_122{text-align:center;font-family:Inter}._modalContent_1ke0f_116._settings_1ke0f_126{max-height:calc(90vh - 205px)}._modalContent_1ke0f_116._settingsIntegration_1ke0f_129,._modalContent_1ke0f_116._performanceTestModalContent_1ke0f_132{max-height:calc(90vh - 170px)}._modalContent_1ke0f_116._monitoringReportContent_1ke0f_135{max-height:calc(100vh - 100px)}._modalTitle_1ke0f_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1ke0f_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1ke0f_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1ke0f_151:after,._modalLine_1ke0f_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1ke0f_151:before{left:-20px}._modalLine_1ke0f_151:after{right:-20px}._infoMessage_1ke0f_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1ke0f_174: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_1ke0f_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1ke0f_189._buttonsAutoWidth_1ke0f_196{justify-content:flex-end}._modalFooter_1ke0f_189._buttonsAutoWidth_1ke0f_196 button,._modalFooter_1ke0f_189._buttonsAutoWidth_1ke0f_196 span{margin-left:12px}._fullWidthTitle_1ke0f_204{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_1ke0f_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1ke0f_223,._alertsWidgetWrapper_1ke0f_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1ke0f_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1ke0f_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1ke0f_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1ke0f_254{height:180px;display:flex;align-items:center}._widgetFooter_1ke0f_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1ke0f_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1ke0f_267:last-child{border:none}._widgetMainValue_1ke0f_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1ke0f_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1ke0f_291{font-size:.75rem;color:#64748b}._widgetLoader_1ke0f_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1ke0f_303{opacity:.5;cursor:default}._widgetAddress_1ke0f_308{font-size:.75rem;color:#64748b}._widgetTag_1ke0f_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1ke0f_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1ke0f_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1ke0f_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1ke0f_334._green_1ke0f_339:before,._chartValuesTitle_1ke0f_334._dark_1ke0f_339:before,._chartValuesTitle_1ke0f_334._blue_1ke0f_339: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_1ke0f_334._green_1ke0f_339:before{background:#22c55e}._chartValuesTitle_1ke0f_334._dark_1ke0f_339:before{background:#475569}._chartValuesTitle_1ke0f_334._blue_1ke0f_339:before{background:#43e0f8}._topbar_1ke0f_361{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_1ke0f_361._sticky_1ke0f_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1ke0f_379{display:inline-flex}._logo_1ke0f_379{max-width:110px}._menuWrapper_1ke0f_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1ke0f_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1ke0f_387._opened_1ke0f_405{display:flex}}._menuItem_1ke0f_410{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_1ke0f_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1ke0f_410 ._menuIcon_1ke0f_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1ke0f_410 ._menuIconPerformance_1ke0f_436{fill:none}._menuItem_1ke0f_410 ._menuIconStroke_1ke0f_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1ke0f_410._active_1ke0f_444,._menuItem_1ke0f_410:hover{background:#fff;color:#52c2fd}._menuItem_1ke0f_410._active_1ke0f_444 ._menuIcon_1ke0f_431:not(._menuIconStroke_1ke0f_439,._menuIconPerformance_1ke0f_436),._menuItem_1ke0f_410:hover ._menuIcon_1ke0f_431:not(._menuIconStroke_1ke0f_439,._menuIconPerformance_1ke0f_436){fill:#52c2fd}._menuItem_1ke0f_410._active_1ke0f_444 ._menuIconPerformance_1ke0f_436 path,._menuItem_1ke0f_410:hover ._menuIconPerformance_1ke0f_436 path{stroke:#59a6fd}._menuItem_1ke0f_410._active_1ke0f_444 ._menuIconStroke_1ke0f_439:not(._menuIcon_1ke0f_431),._menuItem_1ke0f_410:hover ._menuIconStroke_1ke0f_439:not(._menuIcon_1ke0f_431){stroke:#52c2fd}._redDot_1ke0f_458{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_1ke0f_473{display:flex;justify-content:center}._link_1ke0f_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertsWidgetWrapper_1ke0f_223{width:calc(50% - 12px);max-width:100%;min-height:193px}._indicators_1ke0f_490,._summaryIndicators_1ke0f_490{display:inline-flex;align-items:center;margin:0 2px 28px;color:#475569;font-size:.75rem}._indicators_1ke0f_490 i,._summaryIndicators_1ke0f_490 i{display:inline-flex;padding:0 5px;font-style:normal;font-size:16px;font-weight:500;color:#0f172a}._summaryIndicators_1ke0f_490{padding:4px 10px 4px 5px;border:1px solid #e2e8f0;border-radius:6px;margin-bottom:0}._summaryIndicators_1ke0f_490 i{font-size:.75rem}._indicatorsWrapper_1ke0f_517{display:flex;flex-wrap:wrap;column-gap:15px;padding-top:20px}._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_f0pmv_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_f0pmv_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_f0pmv_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_f0pmv_23{width:100%;margin-bottom:16px}._fieldWrapper_f0pmv_23:last-child{margin-bottom:0}._fieldLabel_f0pmv_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_f0pmv_36{font-size:.75rem;margin-top:8px}._field_f0pmv_23{width:100%;position:relative}._fieldLabelNew_f0pmv_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_f0pmv_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_f0pmv_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_f0pmv_52[type=password]{font-size:18px}._inputNew_f0pmv_52:focus,._inputNew_f0pmv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_f0pmv_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_f0pmv_52:disabled::placeholder{color:#cbd5e1}._inputNew_f0pmv_52._error_f0pmv_7{border:1px solid #ef4444}._inputNew_f0pmv_52._error_f0pmv_7:focus,._inputNew_f0pmv_52._error_f0pmv_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_f0pmv_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_f0pmv_90{width:calc(50% - 8px)}._tableNavWrapper_f0pmv_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_f0pmv_107{display:flex;align-items:center}._tableNavItem_f0pmv_112{margin:0 6px}._modalContent_f0pmv_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_f0pmv_116._center_f0pmv_122{text-align:center;font-family:Inter}._modalContent_f0pmv_116._settings_f0pmv_126{max-height:calc(90vh - 205px)}._modalContent_f0pmv_116._settingsIntegration_f0pmv_129,._modalContent_f0pmv_116._performanceTestModalContent_f0pmv_132{max-height:calc(90vh - 170px)}._modalContent_f0pmv_116._monitoringReportContent_f0pmv_135{max-height:calc(100vh - 100px)}._modalTitle_f0pmv_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_f0pmv_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_f0pmv_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_f0pmv_151:after,._modalLine_f0pmv_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_f0pmv_151:before{left:-20px}._modalLine_f0pmv_151:after{right:-20px}._infoMessage_f0pmv_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_f0pmv_174: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_f0pmv_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_f0pmv_189._buttonsAutoWidth_f0pmv_196{justify-content:flex-end}._modalFooter_f0pmv_189._buttonsAutoWidth_f0pmv_196 button,._modalFooter_f0pmv_189._buttonsAutoWidth_f0pmv_196 span{margin-left:12px}._fullWidthTitle_f0pmv_204{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_f0pmv_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_f0pmv_223,._alertsWidgetWrapper_f0pmv_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_f0pmv_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_f0pmv_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_f0pmv_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_f0pmv_254{height:180px;display:flex;align-items:center}._widgetFooter_f0pmv_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_f0pmv_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_f0pmv_267:last-child{border:none}._widgetMainValue_f0pmv_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_f0pmv_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_f0pmv_291{font-size:.75rem;color:#64748b}._widgetLoader_f0pmv_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_f0pmv_303{opacity:.5;cursor:default}._widgetAddress_f0pmv_308{font-size:.75rem;color:#64748b}._widgetTag_f0pmv_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_f0pmv_321{font-weight:500;color:#0f172a}._chartValuesWrapper_f0pmv_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_f0pmv_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_f0pmv_334._green_f0pmv_339:before,._chartValuesTitle_f0pmv_334._dark_f0pmv_339:before,._chartValuesTitle_f0pmv_334._blue_f0pmv_339: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_f0pmv_334._green_f0pmv_339:before{background:#22c55e}._chartValuesTitle_f0pmv_334._dark_f0pmv_339:before{background:#475569}._chartValuesTitle_f0pmv_334._blue_f0pmv_339:before{background:#43e0f8}._topbar_f0pmv_361{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_f0pmv_361._sticky_f0pmv_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_f0pmv_379{display:inline-flex}._logo_f0pmv_379{max-width:110px}._menuWrapper_f0pmv_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_f0pmv_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_f0pmv_387._opened_f0pmv_405{display:flex}}._menuItem_f0pmv_410{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_f0pmv_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_f0pmv_410 ._menuIcon_f0pmv_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_f0pmv_410 ._menuIconPerformance_f0pmv_436{fill:none}._menuItem_f0pmv_410 ._menuIconStroke_f0pmv_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_f0pmv_410._active_f0pmv_444,._menuItem_f0pmv_410:hover{background:#fff;color:#52c2fd}._menuItem_f0pmv_410._active_f0pmv_444 ._menuIcon_f0pmv_431:not(._menuIconStroke_f0pmv_439,._menuIconPerformance_f0pmv_436),._menuItem_f0pmv_410:hover ._menuIcon_f0pmv_431:not(._menuIconStroke_f0pmv_439,._menuIconPerformance_f0pmv_436){fill:#52c2fd}._menuItem_f0pmv_410._active_f0pmv_444 ._menuIconPerformance_f0pmv_436 path,._menuItem_f0pmv_410:hover ._menuIconPerformance_f0pmv_436 path{stroke:#59a6fd}._menuItem_f0pmv_410._active_f0pmv_444 ._menuIconStroke_f0pmv_439:not(._menuIcon_f0pmv_431),._menuItem_f0pmv_410:hover ._menuIconStroke_f0pmv_439:not(._menuIcon_f0pmv_431){stroke:#52c2fd}._redDot_f0pmv_458{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_f0pmv_473{display:flex;justify-content:center}._link_f0pmv_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertsWidgetWrapper_f0pmv_223{width:calc(50% - 12px);max-width:100%;min-height:193px}._chartWrapper_f0pmv_490{padding:16px 0}._indicatorsWrapper_f0pmv_494{margin-top:16px}._indicator_f0pmv_494{display:inline-flex;align-items:center;font-size:12px;font-style:normal;font-weight:500;color:#475569;text-transform:uppercase;margin-right:20px}._indicator_f0pmv_494 i{font-style:normal;color:#0f172a;padding-left:4px}._colorCircle_f0pmv_514{width:8px;height:8px;border-radius:50%;display:inline-flex;margin-right:6px}._authButtonsWrapper_ekn46_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_ekn46_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_ekn46_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_ekn46_23{width:100%;margin-bottom:16px}._fieldWrapper_ekn46_23:last-child{margin-bottom:0}._fieldLabel_ekn46_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_ekn46_36{font-size:.75rem;margin-top:8px}._field_ekn46_23{width:100%;position:relative}._fieldLabelNew_ekn46_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_ekn46_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_ekn46_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_ekn46_52[type=password]{font-size:18px}._inputNew_ekn46_52:focus,._inputNew_ekn46_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ekn46_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_ekn46_52:disabled::placeholder{color:#cbd5e1}._inputNew_ekn46_52._error_ekn46_7{border:1px solid #ef4444}._inputNew_ekn46_52._error_ekn46_7:focus,._inputNew_ekn46_52._error_ekn46_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_ekn46_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_ekn46_90{width:calc(50% - 8px)}._tableNavWrapper_ekn46_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_ekn46_107{display:flex;align-items:center}._tableNavItem_ekn46_112{margin:0 6px}._modalContent_ekn46_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_ekn46_116._center_ekn46_122{text-align:center;font-family:Inter}._modalContent_ekn46_116._settings_ekn46_126{max-height:calc(90vh - 205px)}._modalContent_ekn46_116._settingsIntegration_ekn46_129,._modalContent_ekn46_116._performanceTestModalContent_ekn46_132{max-height:calc(90vh - 170px)}._modalContent_ekn46_116._monitoringReportContent_ekn46_135{max-height:calc(100vh - 100px)}._modalTitle_ekn46_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_ekn46_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_ekn46_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_ekn46_151:after,._modalLine_ekn46_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_ekn46_151:before{left:-20px}._modalLine_ekn46_151:after{right:-20px}._infoMessage_ekn46_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_ekn46_174: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_ekn46_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_ekn46_189._buttonsAutoWidth_ekn46_196{justify-content:flex-end}._modalFooter_ekn46_189._buttonsAutoWidth_ekn46_196 button,._modalFooter_ekn46_189._buttonsAutoWidth_ekn46_196 span{margin-left:12px}._fullWidthTitle_ekn46_204{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_ekn46_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_ekn46_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_ekn46_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_ekn46_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ekn46_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_ekn46_254{height:180px;display:flex;align-items:center}._widgetFooter_ekn46_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_ekn46_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ekn46_267:last-child{border:none}._widgetMainValue_ekn46_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_ekn46_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ekn46_291{font-size:.75rem;color:#64748b}._widgetLoader_ekn46_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_ekn46_303{opacity:.5;cursor:default}._widgetAddress_ekn46_308{font-size:.75rem;color:#64748b}._widgetTag_ekn46_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_ekn46_321{font-weight:500;color:#0f172a}._chartValuesWrapper_ekn46_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_ekn46_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_ekn46_334._green_ekn46_339:before,._chartValuesTitle_ekn46_334._dark_ekn46_339:before,._chartValuesTitle_ekn46_334._blue_ekn46_339: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_ekn46_334._green_ekn46_339:before{background:#22c55e}._chartValuesTitle_ekn46_334._dark_ekn46_339:before{background:#475569}._chartValuesTitle_ekn46_334._blue_ekn46_339:before{background:#43e0f8}._topbar_ekn46_361{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_ekn46_361._sticky_ekn46_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_ekn46_379{display:inline-flex}._logo_ekn46_379{max-width:110px}._menuWrapper_ekn46_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_ekn46_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_ekn46_387._opened_ekn46_405{display:flex}}._menuItem_ekn46_410{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_ekn46_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_ekn46_410 ._menuIcon_ekn46_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_ekn46_410 ._menuIconPerformance_ekn46_436{fill:none}._menuItem_ekn46_410 ._menuIconStroke_ekn46_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_ekn46_410._active_ekn46_444,._menuItem_ekn46_410:hover{background:#fff;color:#52c2fd}._menuItem_ekn46_410._active_ekn46_444 ._menuIcon_ekn46_431:not(._menuIconStroke_ekn46_439,._menuIconPerformance_ekn46_436),._menuItem_ekn46_410:hover ._menuIcon_ekn46_431:not(._menuIconStroke_ekn46_439,._menuIconPerformance_ekn46_436){fill:#52c2fd}._menuItem_ekn46_410._active_ekn46_444 ._menuIconPerformance_ekn46_436 path,._menuItem_ekn46_410:hover ._menuIconPerformance_ekn46_436 path{stroke:#59a6fd}._menuItem_ekn46_410._active_ekn46_444 ._menuIconStroke_ekn46_439:not(._menuIcon_ekn46_431),._menuItem_ekn46_410:hover ._menuIconStroke_ekn46_439:not(._menuIcon_ekn46_431){stroke:#52c2fd}._redDot_ekn46_458{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_ekn46_473{display:flex;justify-content:center}._link_ekn46_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._periodButtonsWrapper_ekn46_484{display:flex;justify-content:space-between;margin-bottom:-8px}._separator_ekn46_490{height:1px;width:calc(100% + 40px);margin-top:20px;margin-bottom:12px;margin-right:20px;position:relative;left:-20px;background:#e2e8f0}._periodButton_ekn46_484{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_ekn46_484._active_ekn46_444,._periodButton_ekn46_484:hover{border-color:#43e0f8;background:#ebfcff}._authButtonsWrapper_12lk6_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_12lk6_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_12lk6_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_12lk6_23{width:100%;margin-bottom:16px}._fieldWrapper_12lk6_23:last-child{margin-bottom:0}._fieldLabel_12lk6_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_12lk6_36{font-size:.75rem;margin-top:8px}._field_12lk6_23{width:100%;position:relative}._fieldLabelNew_12lk6_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_12lk6_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_12lk6_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_12lk6_52[type=password]{font-size:18px}._inputNew_12lk6_52:focus,._inputNew_12lk6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_12lk6_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_12lk6_52:disabled::placeholder{color:#cbd5e1}._inputNew_12lk6_52._error_12lk6_7{border:1px solid #ef4444}._inputNew_12lk6_52._error_12lk6_7:focus,._inputNew_12lk6_52._error_12lk6_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_12lk6_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_12lk6_90{width:calc(50% - 8px)}._tableNavWrapper_12lk6_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_12lk6_107{display:flex;align-items:center}._tableNavItem_12lk6_112{margin:0 6px}._modalContent_12lk6_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_12lk6_116._center_12lk6_122{text-align:center;font-family:Inter}._modalContent_12lk6_116._settings_12lk6_126{max-height:calc(90vh - 205px)}._modalContent_12lk6_116._settingsIntegration_12lk6_129,._modalContent_12lk6_116._performanceTestModalContent_12lk6_132{max-height:calc(90vh - 170px)}._modalContent_12lk6_116._monitoringReportContent_12lk6_135{max-height:calc(100vh - 100px)}._modalTitle_12lk6_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_12lk6_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_12lk6_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_12lk6_151:after,._modalLine_12lk6_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_12lk6_151:before{left:-20px}._modalLine_12lk6_151:after{right:-20px}._infoMessage_12lk6_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_12lk6_174: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_12lk6_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_12lk6_189._buttonsAutoWidth_12lk6_196{justify-content:flex-end}._modalFooter_12lk6_189._buttonsAutoWidth_12lk6_196 button,._modalFooter_12lk6_189._buttonsAutoWidth_12lk6_196 span{margin-left:12px}._fullWidthTitle_12lk6_204{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_12lk6_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_12lk6_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_12lk6_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_12lk6_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_12lk6_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_12lk6_254{height:180px;display:flex;align-items:center}._widgetFooter_12lk6_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_12lk6_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_12lk6_267:last-child{border:none}._widgetMainValue_12lk6_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_12lk6_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_12lk6_291{font-size:.75rem;color:#64748b}._widgetLoader_12lk6_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_12lk6_303{opacity:.5;cursor:default}._widgetAddress_12lk6_308{font-size:.75rem;color:#64748b}._widgetTag_12lk6_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_12lk6_321{font-weight:500;color:#0f172a}._chartValuesWrapper_12lk6_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_12lk6_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_12lk6_334._green_12lk6_339:before,._chartValuesTitle_12lk6_334._dark_12lk6_339:before,._chartValuesTitle_12lk6_334._blue_12lk6_339: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_12lk6_334._green_12lk6_339:before{background:#22c55e}._chartValuesTitle_12lk6_334._dark_12lk6_339:before{background:#475569}._chartValuesTitle_12lk6_334._blue_12lk6_339:before{background:#43e0f8}._topbar_12lk6_361{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_12lk6_361._sticky_12lk6_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_12lk6_379{display:inline-flex}._logo_12lk6_379{max-width:110px}._menuWrapper_12lk6_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_12lk6_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_12lk6_387._opened_12lk6_405{display:flex}}._menuItem_12lk6_410{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_12lk6_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_12lk6_410 ._menuIcon_12lk6_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_12lk6_410 ._menuIconPerformance_12lk6_436{fill:none}._menuItem_12lk6_410 ._menuIconStroke_12lk6_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_12lk6_410._active_12lk6_444,._menuItem_12lk6_410:hover{background:#fff;color:#52c2fd}._menuItem_12lk6_410._active_12lk6_444 ._menuIcon_12lk6_431:not(._menuIconStroke_12lk6_439,._menuIconPerformance_12lk6_436),._menuItem_12lk6_410:hover ._menuIcon_12lk6_431:not(._menuIconStroke_12lk6_439,._menuIconPerformance_12lk6_436){fill:#52c2fd}._menuItem_12lk6_410._active_12lk6_444 ._menuIconPerformance_12lk6_436 path,._menuItem_12lk6_410:hover ._menuIconPerformance_12lk6_436 path{stroke:#59a6fd}._menuItem_12lk6_410._active_12lk6_444 ._menuIconStroke_12lk6_439:not(._menuIcon_12lk6_431),._menuItem_12lk6_410:hover ._menuIconStroke_12lk6_439:not(._menuIcon_12lk6_431){stroke:#52c2fd}._redDot_12lk6_458{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_12lk6_473{display:flex;justify-content:center}._link_12lk6_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalTitle_12lk6_139{margin:0}._modalSubtitle_12lk6_488{font-size:.75rem;text-transform:uppercase;color:#64748b}._statsScrollableArea_12lk6_494{position:relative;height:calc(100vh - 93px);overflow:scroll;padding-bottom:30px}._modalSubtitleWrapper_12lk6_501{background:#f8fafc;padding:8px 20px;display:flex;align-items:center}._modalSubtitleIcon_12lk6_508{margin-right:8px}._devicesDataContainer_12lk6_512{display:flex;flex-wrap:wrap;gap:30px;padding:0 20px 20px}._devicesDataItem_12lk6_519{max-width:160px}._devicesDataItem_12lk6_519._column3_12lk6_522{max-width:none;width:calc(33.33% - 20px)}._devicesDataText_12lk6_527{font-size:.75rem;font-weight:500;margin-top:4px;word-break:break-all}._devicesDataText_12lk6_527._cooling_12lk6_533{color:#3b92f6}._devicesDataText_12lk6_527._heating_12lk6_536{color:#ef4444}._devicesDataText_12lk6_527._good_12lk6_539{color:#22c55e}._devicesDataText_12lk6_527._fair_12lk6_542{color:#f59e0b}._devicesDataText_12lk6_527._bad_12lk6_545{color:#ef4444}._chartsWrapper_12lk6_549{padding:0 20px;min-height:480px}._drawerTabsWrapper_12lk6_554{padding:0 20px;margin-bottom:24px}._drawerTabs_12lk6_554{display:flex;gap:5px;padding:4px;border-radius:32px;background-color:#f1f5f9}._drawerTab_12lk6_554{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_12lk6_554._active_12lk6_444{background-color:#fff;color:#334155;cursor:initial}._drawerTab_12lk6_554:hover{color:#334155;background-color:#fff}._chartOptionsContainer_12lk6_588{display:flex;justify-content:space-between;width:100%;margin-top:40px;margin-bottom:15px}._tabButtonsWrapper_12lk6_596{flex:1;display:flex;align-items:center}._tempToggleWrapper_12lk6_602{position:absolute;display:flex;flex:1;gap:6px;top:17px;right:35px;justify-content:flex-end;align-items:center;margin-right:10px}._tempToggleWrapper_12lk6_602 span{font-size:14px;font-weight:500;color:#64748b}._tabButton_12lk6_596{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_12lk6_596:hover{color:#334155}._tabButton_12lk6_596._active_12lk6_444{color:#334155;border-color:#43e0f8}._chartContainer_12lk6_637{margin-top:10px;position:relative;height:200px}._chartContainerWithLabel_12lk6_643{height:240px}._emptyReportDataWrapper_12lk6_647,._airQualityChart_12lk6_651{margin-top:52px}._barChartContainer_12lk6_655{position:relative;margin-top:30px;height:280px}._breadcrumbsWrapper_xtzpj_1{display:flex;align-items:center;margin-bottom:12px}._breadcrumb_xtzpj_1{font-size:.875rem;font-weight:500;color:#64748b;display:flex;align-items:center;transition:.2s}._breadcrumb_xtzpj_1:hover{color:#0f172a}._breadcrumb_xtzpj_1:hover ._breadcrumbIcon_xtzpj_18{fill:#0f172a}._breadcrumb_xtzpj_1:last-child{color:#0f172a}._breadcrumb_xtzpj_1:last-child ._breadcrumbIcon_xtzpj_18{display:none}._breadcrumbIcon_xtzpj_18{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_1mdp7_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1mdp7_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1mdp7_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_1mdp7_23{width:100%;margin-bottom:16px}._fieldWrapper_1mdp7_23:last-child{margin-bottom:0}._fieldLabel_1mdp7_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1mdp7_36{font-size:.75rem;margin-top:8px}._field_1mdp7_23{width:100%;position:relative}._fieldLabelNew_1mdp7_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1mdp7_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1mdp7_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1mdp7_52[type=password]{font-size:18px}._inputNew_1mdp7_52:focus,._inputNew_1mdp7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1mdp7_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1mdp7_52:disabled::placeholder{color:#cbd5e1}._inputNew_1mdp7_52._error_1mdp7_7{border:1px solid #ef4444}._inputNew_1mdp7_52._error_1mdp7_7:focus,._inputNew_1mdp7_52._error_1mdp7_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1mdp7_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1mdp7_90{width:calc(50% - 8px)}._tableNavWrapper_1mdp7_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1mdp7_107{display:flex;align-items:center}._tableNavItem_1mdp7_112{margin:0 6px}._modalContent_1mdp7_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1mdp7_116._center_1mdp7_122{text-align:center;font-family:Inter}._modalContent_1mdp7_116._settings_1mdp7_126{max-height:calc(90vh - 205px)}._modalContent_1mdp7_116._settingsIntegration_1mdp7_129,._modalContent_1mdp7_116._performanceTestModalContent_1mdp7_132{max-height:calc(90vh - 170px)}._modalContent_1mdp7_116._monitoringReportContent_1mdp7_135{max-height:calc(100vh - 100px)}._modalTitle_1mdp7_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1mdp7_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1mdp7_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1mdp7_151:after,._modalLine_1mdp7_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1mdp7_151:before{left:-20px}._modalLine_1mdp7_151:after{right:-20px}._infoMessage_1mdp7_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1mdp7_174: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_1mdp7_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1mdp7_189._buttonsAutoWidth_1mdp7_196{justify-content:flex-end}._modalFooter_1mdp7_189._buttonsAutoWidth_1mdp7_196 button,._modalFooter_1mdp7_189._buttonsAutoWidth_1mdp7_196 span{margin-left:12px}._fullWidthTitle_1mdp7_204{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_1mdp7_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1mdp7_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1mdp7_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1mdp7_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1mdp7_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1mdp7_254{height:180px;display:flex;align-items:center}._widgetFooter_1mdp7_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1mdp7_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1mdp7_267:last-child{border:none}._widgetMainValue_1mdp7_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1mdp7_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1mdp7_291{font-size:.75rem;color:#64748b}._widgetLoader_1mdp7_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1mdp7_303{opacity:.5;cursor:default}._widgetAddress_1mdp7_308{font-size:.75rem;color:#64748b}._widgetTag_1mdp7_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1mdp7_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1mdp7_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1mdp7_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1mdp7_334._green_1mdp7_339:before,._chartValuesTitle_1mdp7_334._dark_1mdp7_339:before,._chartValuesTitle_1mdp7_334._blue_1mdp7_339: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_1mdp7_334._green_1mdp7_339:before{background:#22c55e}._chartValuesTitle_1mdp7_334._dark_1mdp7_339:before{background:#475569}._chartValuesTitle_1mdp7_334._blue_1mdp7_339:before{background:#43e0f8}._topbar_1mdp7_361{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_1mdp7_361._sticky_1mdp7_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1mdp7_379{display:inline-flex}._logo_1mdp7_379{max-width:110px}._menuWrapper_1mdp7_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1mdp7_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1mdp7_387._opened_1mdp7_405{display:flex}}._menuItem_1mdp7_410{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_1mdp7_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1mdp7_410 ._menuIcon_1mdp7_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1mdp7_410 ._menuIconPerformance_1mdp7_436{fill:none}._menuItem_1mdp7_410 ._menuIconStroke_1mdp7_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1mdp7_410._active_1mdp7_444,._menuItem_1mdp7_410:hover{background:#fff;color:#52c2fd}._menuItem_1mdp7_410._active_1mdp7_444 ._menuIcon_1mdp7_431:not(._menuIconStroke_1mdp7_439,._menuIconPerformance_1mdp7_436),._menuItem_1mdp7_410:hover ._menuIcon_1mdp7_431:not(._menuIconStroke_1mdp7_439,._menuIconPerformance_1mdp7_436){fill:#52c2fd}._menuItem_1mdp7_410._active_1mdp7_444 ._menuIconPerformance_1mdp7_436 path,._menuItem_1mdp7_410:hover ._menuIconPerformance_1mdp7_436 path{stroke:#59a6fd}._menuItem_1mdp7_410._active_1mdp7_444 ._menuIconStroke_1mdp7_439:not(._menuIcon_1mdp7_431),._menuItem_1mdp7_410:hover ._menuIconStroke_1mdp7_439:not(._menuIcon_1mdp7_431){stroke:#52c2fd}._redDot_1mdp7_458{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_1mdp7_473{display:flex;justify-content:center}._link_1mdp7_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._pageDropdownWrapper_1mdp7_484,._paginationDropdownWrapper_1mdp7_490{position:relative;font-size:.875rem;font-weight:500}._paginationDropdown_1mdp7_490{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_1mdp7_509{position:absolute;right:12px;top:6px;transform:rotate(180deg)}._paginationIcon_1mdp7_509._active_1mdp7_444{transform:rotate(0)}._paginationDropdownList_1mdp7_519{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_1mdp7_530{padding:10px;transition:.2s;position:relative;cursor:pointer}._paginationDropdownItem_1mdp7_530:hover{background:#f1f5f9}._paginationDropdownItem_1mdp7_530._active_1mdp7_444: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_fla4v_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_fla4v_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_fla4v_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_fla4v_23{width:100%;margin-bottom:16px}._fieldWrapper_fla4v_23:last-child{margin-bottom:0}._fieldLabel_fla4v_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_fla4v_36{font-size:.75rem;margin-top:8px}._field_fla4v_23{width:100%;position:relative}._fieldLabelNew_fla4v_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_fla4v_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_fla4v_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_fla4v_52[type=password]{font-size:18px}._inputNew_fla4v_52:focus,._inputNew_fla4v_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_fla4v_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_fla4v_52:disabled::placeholder{color:#cbd5e1}._inputNew_fla4v_52._error_fla4v_7{border:1px solid #ef4444}._inputNew_fla4v_52._error_fla4v_7:focus,._inputNew_fla4v_52._error_fla4v_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_fla4v_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_fla4v_90{width:calc(50% - 8px)}._tableNavWrapper_fla4v_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_fla4v_107{display:flex;align-items:center}._tableNavItem_fla4v_112{margin:0 6px}._modalContent_fla4v_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_fla4v_116._center_fla4v_122{text-align:center;font-family:Inter}._modalContent_fla4v_116._settings_fla4v_126{max-height:calc(90vh - 205px)}._modalContent_fla4v_116._settingsIntegration_fla4v_129,._modalContent_fla4v_116._performanceTestModalContent_fla4v_132{max-height:calc(90vh - 170px)}._modalContent_fla4v_116._monitoringReportContent_fla4v_135{max-height:calc(100vh - 100px)}._modalTitle_fla4v_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_fla4v_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_fla4v_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_fla4v_151:after,._modalLine_fla4v_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_fla4v_151:before{left:-20px}._modalLine_fla4v_151:after{right:-20px}._infoMessage_fla4v_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_fla4v_174: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_fla4v_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_fla4v_189._buttonsAutoWidth_fla4v_196{justify-content:flex-end}._modalFooter_fla4v_189._buttonsAutoWidth_fla4v_196 button,._modalFooter_fla4v_189._buttonsAutoWidth_fla4v_196 span{margin-left:12px}._fullWidthTitle_fla4v_204{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_fla4v_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_fla4v_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_fla4v_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_fla4v_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_fla4v_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_fla4v_254{height:180px;display:flex;align-items:center}._widgetFooter_fla4v_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_fla4v_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_fla4v_267:last-child{border:none}._widgetMainValue_fla4v_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_fla4v_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_fla4v_291{font-size:.75rem;color:#64748b}._widgetLoader_fla4v_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_fla4v_303{opacity:.5;cursor:default}._widgetAddress_fla4v_308{font-size:.75rem;color:#64748b}._widgetTag_fla4v_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_fla4v_321{font-weight:500;color:#0f172a}._chartValuesWrapper_fla4v_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_fla4v_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_fla4v_334._green_fla4v_339:before,._chartValuesTitle_fla4v_334._dark_fla4v_339:before,._chartValuesTitle_fla4v_334._blue_fla4v_339: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_fla4v_334._green_fla4v_339:before{background:#22c55e}._chartValuesTitle_fla4v_334._dark_fla4v_339:before{background:#475569}._chartValuesTitle_fla4v_334._blue_fla4v_339:before{background:#43e0f8}._topbar_fla4v_361{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_fla4v_361._sticky_fla4v_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_fla4v_379{display:inline-flex}._logo_fla4v_379{max-width:110px}._menuWrapper_fla4v_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_fla4v_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_fla4v_387._opened_fla4v_405{display:flex}}._menuItem_fla4v_410{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_fla4v_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_fla4v_410 ._menuIcon_fla4v_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_fla4v_410 ._menuIconPerformance_fla4v_436{fill:none}._menuItem_fla4v_410 ._menuIconStroke_fla4v_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_fla4v_410._active_fla4v_444,._menuItem_fla4v_410:hover{background:#fff;color:#52c2fd}._menuItem_fla4v_410._active_fla4v_444 ._menuIcon_fla4v_431:not(._menuIconStroke_fla4v_439,._menuIconPerformance_fla4v_436),._menuItem_fla4v_410:hover ._menuIcon_fla4v_431:not(._menuIconStroke_fla4v_439,._menuIconPerformance_fla4v_436){fill:#52c2fd}._menuItem_fla4v_410._active_fla4v_444 ._menuIconPerformance_fla4v_436 path,._menuItem_fla4v_410:hover ._menuIconPerformance_fla4v_436 path{stroke:#59a6fd}._menuItem_fla4v_410._active_fla4v_444 ._menuIconStroke_fla4v_439:not(._menuIcon_fla4v_431),._menuItem_fla4v_410:hover ._menuIconStroke_fla4v_439:not(._menuIcon_fla4v_431){stroke:#52c2fd}._redDot_fla4v_458{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_fla4v_473{display:flex;justify-content:center}._link_fla4v_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._paginationWrapper_fla4v_484{background:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px 0}@media only screen and (max-width: 900px){._paginationWrapper_fla4v_484{flex-wrap:wrap}}._paginationWrapper_fla4v_484 ul{list-style:none}._paginationText_fla4v_500{color:#475569;font-size:.875rem}._draggableItem_189q1_1{padding:20px;display:flex;align-items:center;transition:.2s;cursor:pointer}._draggableItem_189q1_1:before{display:inline-flex;position:relative;top:2px;margin-right:8px;content:url("data:image/svg+xml,%3csvg%20width='16'%20height='20'%20viewBox='0%200%2016%2020'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M1.59961%206.75C1.59961%206.33579%201.86824%206%202.19961%206H13.7996C14.131%206%2014.3996%206.33579%2014.3996%206.75C14.3996%207.16421%2014.131%207.5%2013.7996%207.5H2.19961C1.86824%207.5%201.59961%207.16421%201.59961%206.75ZM1.59961%2013.25C1.59961%2012.8358%201.86824%2012.5%202.19961%2012.5H13.7996C14.131%2012.5%2014.3996%2012.8358%2014.3996%2013.25C14.3996%2013.6642%2014.131%2014%2013.7996%2014H2.19961C1.86824%2014%201.59961%2013.6642%201.59961%2013.25Z'%20fill='%2364748B'/%3e%3c/svg%3e")}._draggableItem_189q1_1:hover{background:#f8fafc}._dragging_189q1_19{background:#f8fafc;box-shadow:0 10px 20px #0000001a}._toggleHide_189q1_24{display:inline-flex;margin-left:auto;opacity:.6;cursor:pointer}._toggleHide_189q1_24._showIcon_189q1_30{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_189q1_24._hideIcon_189q1_33{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_189q1_37{color:#cbd5e1}._authButtonsWrapper_700qb_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_700qb_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_700qb_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_700qb_23{width:100%;margin-bottom:16px}._fieldWrapper_700qb_23:last-child{margin-bottom:0}._fieldLabel_700qb_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_700qb_36{font-size:.75rem;margin-top:8px}._field_700qb_23{width:100%;position:relative}._fieldLabelNew_700qb_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_700qb_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_700qb_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_700qb_52[type=password]{font-size:18px}._inputNew_700qb_52:focus,._inputNew_700qb_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_700qb_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_700qb_52:disabled::placeholder{color:#cbd5e1}._inputNew_700qb_52._error_700qb_7{border:1px solid #ef4444}._inputNew_700qb_52._error_700qb_7:focus,._inputNew_700qb_52._error_700qb_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_700qb_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_700qb_90{width:calc(50% - 8px)}._tableNavWrapper_700qb_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_700qb_107{display:flex;align-items:center}._tableNavItem_700qb_112{margin:0 6px}._modalContent_700qb_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_700qb_116._center_700qb_122{text-align:center;font-family:Inter}._modalContent_700qb_116._settings_700qb_126{max-height:calc(90vh - 205px)}._modalContent_700qb_116._settingsIntegration_700qb_129,._modalContent_700qb_116._performanceTestModalContent_700qb_132{max-height:calc(90vh - 170px)}._modalContent_700qb_116._monitoringReportContent_700qb_135{max-height:calc(100vh - 100px)}._modalTitle_700qb_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_700qb_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_700qb_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_700qb_151:after,._modalLine_700qb_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_700qb_151:before{left:-20px}._modalLine_700qb_151:after{right:-20px}._infoMessage_700qb_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_700qb_174: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_700qb_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_700qb_189._buttonsAutoWidth_700qb_196{justify-content:flex-end}._modalFooter_700qb_189._buttonsAutoWidth_700qb_196 button,._modalFooter_700qb_189._buttonsAutoWidth_700qb_196 span{margin-left:12px}._fullWidthTitle_700qb_204{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_700qb_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_700qb_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_700qb_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_700qb_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_700qb_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_700qb_254{height:180px;display:flex;align-items:center}._widgetFooter_700qb_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_700qb_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_700qb_267:last-child{border:none}._widgetMainValue_700qb_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_700qb_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_700qb_291{font-size:.75rem;color:#64748b}._widgetLoader_700qb_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_700qb_303{opacity:.5;cursor:default}._widgetAddress_700qb_308{font-size:.75rem;color:#64748b}._widgetTag_700qb_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_700qb_321{font-weight:500;color:#0f172a}._chartValuesWrapper_700qb_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_700qb_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_700qb_334._green_700qb_339:before,._chartValuesTitle_700qb_334._dark_700qb_339:before,._chartValuesTitle_700qb_334._blue_700qb_339: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_700qb_334._green_700qb_339:before{background:#22c55e}._chartValuesTitle_700qb_334._dark_700qb_339:before{background:#475569}._chartValuesTitle_700qb_334._blue_700qb_339:before{background:#43e0f8}._topbar_700qb_361{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_700qb_361._sticky_700qb_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_700qb_379{display:inline-flex}._logo_700qb_379{max-width:110px}._menuWrapper_700qb_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_700qb_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_700qb_387._opened_700qb_405{display:flex}}._menuItem_700qb_410{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_700qb_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_700qb_410 ._menuIcon_700qb_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_700qb_410 ._menuIconPerformance_700qb_436{fill:none}._menuItem_700qb_410 ._menuIconStroke_700qb_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_700qb_410._active_700qb_444,._menuItem_700qb_410:hover{background:#fff;color:#52c2fd}._menuItem_700qb_410._active_700qb_444 ._menuIcon_700qb_431:not(._menuIconStroke_700qb_439,._menuIconPerformance_700qb_436),._menuItem_700qb_410:hover ._menuIcon_700qb_431:not(._menuIconStroke_700qb_439,._menuIconPerformance_700qb_436){fill:#52c2fd}._menuItem_700qb_410._active_700qb_444 ._menuIconPerformance_700qb_436 path,._menuItem_700qb_410:hover ._menuIconPerformance_700qb_436 path{stroke:#59a6fd}._menuItem_700qb_410._active_700qb_444 ._menuIconStroke_700qb_439:not(._menuIcon_700qb_431),._menuItem_700qb_410:hover ._menuIconStroke_700qb_439:not(._menuIcon_700qb_431){stroke:#52c2fd}._redDot_700qb_458{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_700qb_473{display:flex;justify-content:center}._link_700qb_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._draggableWrapper_700qb_484{max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden;text-transform:capitalize}._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")}.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}._errorMessage_72yd5_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_72yd5_174: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_72yd5_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_72yd5_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_72yd5_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_72yd5_23{width:100%;margin-bottom:16px}._fieldWrapper_72yd5_23:last-child{margin-bottom:0}._fieldLabel_72yd5_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_72yd5_36{font-size:.75rem;margin-top:8px}._field_72yd5_23{width:100%;position:relative}._fieldLabelNew_72yd5_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_72yd5_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_72yd5_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_72yd5_52[type=password]{font-size:18px}._inputNew_72yd5_52:focus,._inputNew_72yd5_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_72yd5_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_72yd5_52:disabled::placeholder{color:#cbd5e1}._inputNew_72yd5_52._error_72yd5_7{border:1px solid #ef4444}._inputNew_72yd5_52._error_72yd5_7:focus,._inputNew_72yd5_52._error_72yd5_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_72yd5_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_72yd5_90{width:calc(50% - 8px)}._tableNavWrapper_72yd5_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_72yd5_107{display:flex;align-items:center}._tableNavItem_72yd5_112{margin:0 6px}._modalContent_72yd5_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_72yd5_116._center_72yd5_122{text-align:center;font-family:Inter}._modalContent_72yd5_116._settings_72yd5_126{max-height:calc(90vh - 205px)}._modalContent_72yd5_116._settingsIntegration_72yd5_129,._modalContent_72yd5_116._performanceTestModalContent_72yd5_132{max-height:calc(90vh - 170px)}._modalContent_72yd5_116._monitoringReportContent_72yd5_135{max-height:calc(100vh - 100px)}._modalTitle_72yd5_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_72yd5_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_72yd5_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_72yd5_151:after,._modalLine_72yd5_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_72yd5_151:before{left:-20px}._modalLine_72yd5_151:after{right:-20px}._infoMessage_72yd5_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_72yd5_174: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_72yd5_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_72yd5_189._buttonsAutoWidth_72yd5_196{justify-content:flex-end}._modalFooter_72yd5_189._buttonsAutoWidth_72yd5_196 button,._modalFooter_72yd5_189._buttonsAutoWidth_72yd5_196 span{margin-left:12px}._fullWidthTitle_72yd5_204{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_72yd5_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_72yd5_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_72yd5_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_72yd5_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_72yd5_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_72yd5_254{height:180px;display:flex;align-items:center}._widgetFooter_72yd5_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_72yd5_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_72yd5_267:last-child{border:none}._widgetMainValue_72yd5_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_72yd5_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_72yd5_291{font-size:.75rem;color:#64748b}._widgetLoader_72yd5_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_72yd5_303{opacity:.5;cursor:default}._widgetAddress_72yd5_308{font-size:.75rem;color:#64748b}._widgetTag_72yd5_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_72yd5_321{font-weight:500;color:#0f172a}._chartValuesWrapper_72yd5_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_72yd5_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_72yd5_334._green_72yd5_339:before,._chartValuesTitle_72yd5_334._dark_72yd5_339:before,._chartValuesTitle_72yd5_334._blue_72yd5_339: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_72yd5_334._green_72yd5_339:before{background:#22c55e}._chartValuesTitle_72yd5_334._dark_72yd5_339:before{background:#475569}._chartValuesTitle_72yd5_334._blue_72yd5_339:before{background:#43e0f8}._topbar_72yd5_361{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_72yd5_361._sticky_72yd5_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_72yd5_379{display:inline-flex}._logo_72yd5_379{max-width:110px}._menuWrapper_72yd5_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_72yd5_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_72yd5_387._opened_72yd5_405{display:flex}}._menuItem_72yd5_410{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_72yd5_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_72yd5_410 ._menuIcon_72yd5_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_72yd5_410 ._menuIconPerformance_72yd5_436{fill:none}._menuItem_72yd5_410 ._menuIconStroke_72yd5_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_72yd5_410._active_72yd5_444,._menuItem_72yd5_410:hover{background:#fff;color:#52c2fd}._menuItem_72yd5_410._active_72yd5_444 ._menuIcon_72yd5_431:not(._menuIconStroke_72yd5_439,._menuIconPerformance_72yd5_436),._menuItem_72yd5_410:hover ._menuIcon_72yd5_431:not(._menuIconStroke_72yd5_439,._menuIconPerformance_72yd5_436){fill:#52c2fd}._menuItem_72yd5_410._active_72yd5_444 ._menuIconPerformance_72yd5_436 path,._menuItem_72yd5_410:hover ._menuIconPerformance_72yd5_436 path{stroke:#59a6fd}._menuItem_72yd5_410._active_72yd5_444 ._menuIconStroke_72yd5_439:not(._menuIcon_72yd5_431),._menuItem_72yd5_410:hover ._menuIconStroke_72yd5_439:not(._menuIcon_72yd5_431){stroke:#52c2fd}._redDot_72yd5_458{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_72yd5_473{display:flex;justify-content:center}._link_72yd5_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableDateWrapper_72yd5_484{display:inline-flex;font-family:Inter;font-size:.875rem;color:#64748b;cursor:pointer}._tableDateWrapper_72yd5_484 svg{stroke:#64748b;transition:.2s;margin-left:2px}._inputWrapper_72yd5_497{position:absolute;left:0;top:0;width:100%;background:#f8fafc;height:100%}._valueWrapper_72yd5_506{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_72yd5_506{color:#000}._inputSearch_72yd5_523{height:100%;width:calc(100% - 40px);padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem;background:#f8fafc}._inputSearch_72yd5_523::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._icon_72yd5_537{display:inline-flex;align-items:center;justify-content:center;height:32px;width:40px}._icon_72yd5_537:hover svg{stroke:#000}._authButtonsWrapper_1e3k1_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1e3k1_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1e3k1_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_1e3k1_23{width:100%;margin-bottom:16px}._fieldWrapper_1e3k1_23:last-child{margin-bottom:0}._fieldLabel_1e3k1_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1e3k1_36{font-size:.75rem;margin-top:8px}._field_1e3k1_23{width:100%;position:relative}._fieldLabelNew_1e3k1_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1e3k1_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1e3k1_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1e3k1_52[type=password]{font-size:18px}._inputNew_1e3k1_52:focus,._inputNew_1e3k1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1e3k1_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1e3k1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1e3k1_52._error_1e3k1_7{border:1px solid #ef4444}._inputNew_1e3k1_52._error_1e3k1_7:focus,._inputNew_1e3k1_52._error_1e3k1_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1e3k1_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1e3k1_90{width:calc(50% - 8px)}._tableNavWrapper_1e3k1_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1e3k1_107{display:flex;align-items:center}._tableNavItem_1e3k1_112{margin:0 6px}._modalContent_1e3k1_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1e3k1_116._center_1e3k1_122{text-align:center;font-family:Inter}._modalContent_1e3k1_116._settings_1e3k1_126{max-height:calc(90vh - 205px)}._modalContent_1e3k1_116._settingsIntegration_1e3k1_129,._modalContent_1e3k1_116._performanceTestModalContent_1e3k1_132{max-height:calc(90vh - 170px)}._modalContent_1e3k1_116._monitoringReportContent_1e3k1_135{max-height:calc(100vh - 100px)}._modalTitle_1e3k1_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1e3k1_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1e3k1_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1e3k1_151:after,._modalLine_1e3k1_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1e3k1_151:before{left:-20px}._modalLine_1e3k1_151:after{right:-20px}._infoMessage_1e3k1_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1e3k1_174: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_1e3k1_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1e3k1_189._buttonsAutoWidth_1e3k1_196{justify-content:flex-end}._modalFooter_1e3k1_189._buttonsAutoWidth_1e3k1_196 button,._modalFooter_1e3k1_189._buttonsAutoWidth_1e3k1_196 span{margin-left:12px}._fullWidthTitle_1e3k1_204{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_1e3k1_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1e3k1_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1e3k1_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1e3k1_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1e3k1_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1e3k1_254{height:180px;display:flex;align-items:center}._widgetFooter_1e3k1_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1e3k1_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1e3k1_267:last-child{border:none}._widgetMainValue_1e3k1_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1e3k1_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1e3k1_291{font-size:.75rem;color:#64748b}._widgetLoader_1e3k1_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1e3k1_303{opacity:.5;cursor:default}._widgetAddress_1e3k1_308{font-size:.75rem;color:#64748b}._widgetTag_1e3k1_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1e3k1_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1e3k1_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1e3k1_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1e3k1_334._green_1e3k1_339:before,._chartValuesTitle_1e3k1_334._dark_1e3k1_339:before,._chartValuesTitle_1e3k1_334._blue_1e3k1_339: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_1e3k1_334._green_1e3k1_339:before{background:#22c55e}._chartValuesTitle_1e3k1_334._dark_1e3k1_339:before{background:#475569}._chartValuesTitle_1e3k1_334._blue_1e3k1_339:before{background:#43e0f8}._topbar_1e3k1_361{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_1e3k1_361._sticky_1e3k1_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1e3k1_379{display:inline-flex}._logo_1e3k1_379{max-width:110px}._menuWrapper_1e3k1_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1e3k1_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1e3k1_387._opened_1e3k1_405{display:flex}}._menuItem_1e3k1_410{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_1e3k1_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1e3k1_410 ._menuIcon_1e3k1_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1e3k1_410 ._menuIconPerformance_1e3k1_436{fill:none}._menuItem_1e3k1_410 ._menuIconStroke_1e3k1_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1e3k1_410._active_1e3k1_444,._menuItem_1e3k1_410:hover{background:#fff;color:#52c2fd}._menuItem_1e3k1_410._active_1e3k1_444 ._menuIcon_1e3k1_431:not(._menuIconStroke_1e3k1_439,._menuIconPerformance_1e3k1_436),._menuItem_1e3k1_410:hover ._menuIcon_1e3k1_431:not(._menuIconStroke_1e3k1_439,._menuIconPerformance_1e3k1_436){fill:#52c2fd}._menuItem_1e3k1_410._active_1e3k1_444 ._menuIconPerformance_1e3k1_436 path,._menuItem_1e3k1_410:hover ._menuIconPerformance_1e3k1_436 path{stroke:#59a6fd}._menuItem_1e3k1_410._active_1e3k1_444 ._menuIconStroke_1e3k1_439:not(._menuIcon_1e3k1_431),._menuItem_1e3k1_410:hover ._menuIconStroke_1e3k1_439:not(._menuIcon_1e3k1_431){stroke:#52c2fd}._redDot_1e3k1_458{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_1e3k1_473{display:flex;justify-content:center}._link_1e3k1_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableSearchWrapper_1e3k1_484{display:inline-flex;font-family:Inter;font-size:.875rem;color:#64748b;cursor:pointer}._tableSearchWrapper_1e3k1_484 svg{stroke:#64748b;transition:.2s;margin-left:2px}._iconSearch_1e3k1_497{display:inline-flex;align-items:center;justify-content:center;height:32px;width:40px}._iconSearch_1e3k1_497:hover svg{stroke:#000}._inputWrapper_1e3k1_508{display:flex;align-items:center;position:absolute;left:0;top:0;width:100%;background:#f8fafc;height:100%}._inputSearch_1e3k1_519{height:100%;width:calc(100% - 40px);padding:8px 0 8px 12px;font-family:Inter;font-size:.875rem;background:#f8fafc}._inputSearch_1e3k1_519::placeholder{color:#cbd5e1;font-family:Inter;font-size:.875rem}._iconClear_1e3k1_533{display:inline-flex;align-items:center;justify-content:center;height:32px;width:40px}._iconClear_1e3k1_533: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_1g67d_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1g67d_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1g67d_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_1g67d_23{width:100%;margin-bottom:16px}._fieldWrapper_1g67d_23:last-child{margin-bottom:0}._fieldLabel_1g67d_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1g67d_36{font-size:.75rem;margin-top:8px}._field_1g67d_23{width:100%;position:relative}._fieldLabelNew_1g67d_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1g67d_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1g67d_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1g67d_52[type=password]{font-size:18px}._inputNew_1g67d_52:focus,._inputNew_1g67d_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1g67d_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1g67d_52:disabled::placeholder{color:#cbd5e1}._inputNew_1g67d_52._error_1g67d_7{border:1px solid #ef4444}._inputNew_1g67d_52._error_1g67d_7:focus,._inputNew_1g67d_52._error_1g67d_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1g67d_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1g67d_90{width:calc(50% - 8px)}._tableNavWrapper_1g67d_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1g67d_107{display:flex;align-items:center}._tableNavItem_1g67d_112{margin:0 6px}._modalContent_1g67d_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1g67d_116._center_1g67d_122{text-align:center;font-family:Inter}._modalContent_1g67d_116._settings_1g67d_126{max-height:calc(90vh - 205px)}._modalContent_1g67d_116._settingsIntegration_1g67d_129,._modalContent_1g67d_116._performanceTestModalContent_1g67d_132{max-height:calc(90vh - 170px)}._modalContent_1g67d_116._monitoringReportContent_1g67d_135{max-height:calc(100vh - 100px)}._modalTitle_1g67d_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1g67d_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1g67d_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1g67d_151:after,._modalLine_1g67d_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1g67d_151:before{left:-20px}._modalLine_1g67d_151:after{right:-20px}._infoMessage_1g67d_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1g67d_174: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_1g67d_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1g67d_189._buttonsAutoWidth_1g67d_196{justify-content:flex-end}._modalFooter_1g67d_189._buttonsAutoWidth_1g67d_196 button,._modalFooter_1g67d_189._buttonsAutoWidth_1g67d_196 span{margin-left:12px}._fullWidthTitle_1g67d_204{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_1g67d_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1g67d_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1g67d_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1g67d_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1g67d_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1g67d_254{height:180px;display:flex;align-items:center}._widgetFooter_1g67d_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1g67d_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1g67d_267:last-child{border:none}._widgetMainValue_1g67d_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1g67d_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1g67d_291{font-size:.75rem;color:#64748b}._widgetLoader_1g67d_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1g67d_303{opacity:.5;cursor:default}._widgetAddress_1g67d_308{font-size:.75rem;color:#64748b}._widgetTag_1g67d_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1g67d_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1g67d_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1g67d_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1g67d_334._green_1g67d_339:before,._chartValuesTitle_1g67d_334._dark_1g67d_339:before,._chartValuesTitle_1g67d_334._blue_1g67d_339: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_1g67d_334._green_1g67d_339:before{background:#22c55e}._chartValuesTitle_1g67d_334._dark_1g67d_339:before{background:#475569}._chartValuesTitle_1g67d_334._blue_1g67d_339:before{background:#43e0f8}._topbar_1g67d_361{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_1g67d_361._sticky_1g67d_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1g67d_379{display:inline-flex}._logo_1g67d_379{max-width:110px}._menuWrapper_1g67d_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1g67d_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1g67d_387._opened_1g67d_405{display:flex}}._menuItem_1g67d_410{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_1g67d_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1g67d_410 ._menuIcon_1g67d_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1g67d_410 ._menuIconPerformance_1g67d_436{fill:none}._menuItem_1g67d_410 ._menuIconStroke_1g67d_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1g67d_410._active_1g67d_444,._menuItem_1g67d_410:hover{background:#fff;color:#52c2fd}._menuItem_1g67d_410._active_1g67d_444 ._menuIcon_1g67d_431:not(._menuIconStroke_1g67d_439,._menuIconPerformance_1g67d_436),._menuItem_1g67d_410:hover ._menuIcon_1g67d_431:not(._menuIconStroke_1g67d_439,._menuIconPerformance_1g67d_436){fill:#52c2fd}._menuItem_1g67d_410._active_1g67d_444 ._menuIconPerformance_1g67d_436 path,._menuItem_1g67d_410:hover ._menuIconPerformance_1g67d_436 path{stroke:#59a6fd}._menuItem_1g67d_410._active_1g67d_444 ._menuIconStroke_1g67d_439:not(._menuIcon_1g67d_431),._menuItem_1g67d_410:hover ._menuIconStroke_1g67d_439:not(._menuIcon_1g67d_431){stroke:#52c2fd}._redDot_1g67d_458{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_1g67d_473{display:flex;justify-content:center}._link_1g67d_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._iconArrow_1g67d_484{width:16px;height:16px}._iconArrow_1g67d_484 svg{position:absolute;top:9px;right:8px}._iconArrow_1g67d_484._open_1g67d_405 svg{transform:rotate(180deg)}._iconClear_1g67d_497{display:inline-flex;align-items:center;justify-content:center;height:20px;width:20px;cursor:pointer}._iconClear_1g67d_497 svg{stroke:#64748b;transition:.2s;margin-left:2px}._iconClear_1g67d_497:hover svg{stroke:#000}._clearIcon_1g67d_514{display:inline-flex;align-items:center;justify-content:center;height:20px;width:20px;cursor:pointer}._clearIcon_1g67d_514 svg{stroke:#64748b;transition:.2s;margin-left:2px}._clearIcon_1g67d_514:hover svg{stroke:#000}._authButtonsWrapper_w5dh9_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_w5dh9_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_w5dh9_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_w5dh9_23{width:100%;margin-bottom:16px}._fieldWrapper_w5dh9_23:last-child{margin-bottom:0}._fieldLabel_w5dh9_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_w5dh9_36{font-size:.75rem;margin-top:8px}._field_w5dh9_23{width:100%;position:relative}._fieldLabelNew_w5dh9_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_w5dh9_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_w5dh9_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_w5dh9_52[type=password]{font-size:18px}._inputNew_w5dh9_52:focus,._inputNew_w5dh9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_w5dh9_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_w5dh9_52:disabled::placeholder{color:#cbd5e1}._inputNew_w5dh9_52._error_w5dh9_7{border:1px solid #ef4444}._inputNew_w5dh9_52._error_w5dh9_7:focus,._inputNew_w5dh9_52._error_w5dh9_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_w5dh9_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_w5dh9_90{width:calc(50% - 8px)}._tableNavWrapper_w5dh9_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_w5dh9_107{display:flex;align-items:center}._tableNavItem_w5dh9_112{margin:0 6px}._modalContent_w5dh9_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_w5dh9_116._center_w5dh9_122{text-align:center;font-family:Inter}._modalContent_w5dh9_116._settings_w5dh9_126{max-height:calc(90vh - 205px)}._modalContent_w5dh9_116._settingsIntegration_w5dh9_129,._modalContent_w5dh9_116._performanceTestModalContent_w5dh9_132{max-height:calc(90vh - 170px)}._modalContent_w5dh9_116._monitoringReportContent_w5dh9_135{max-height:calc(100vh - 100px)}._modalTitle_w5dh9_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_w5dh9_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_w5dh9_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_w5dh9_151:after,._modalLine_w5dh9_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_w5dh9_151:before{left:-20px}._modalLine_w5dh9_151:after{right:-20px}._infoMessage_w5dh9_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_w5dh9_174: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_w5dh9_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_w5dh9_189._buttonsAutoWidth_w5dh9_196{justify-content:flex-end}._modalFooter_w5dh9_189._buttonsAutoWidth_w5dh9_196 button,._modalFooter_w5dh9_189._buttonsAutoWidth_w5dh9_196 span{margin-left:12px}._fullWidthTitle_w5dh9_204{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_w5dh9_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_w5dh9_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_w5dh9_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_w5dh9_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_w5dh9_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_w5dh9_254{height:180px;display:flex;align-items:center}._widgetFooter_w5dh9_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_w5dh9_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_w5dh9_267:last-child{border:none}._widgetMainValue_w5dh9_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_w5dh9_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_w5dh9_291{font-size:.75rem;color:#64748b}._widgetLoader_w5dh9_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_w5dh9_303{opacity:.5;cursor:default}._widgetAddress_w5dh9_308{font-size:.75rem;color:#64748b}._widgetTag_w5dh9_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_w5dh9_321{font-weight:500;color:#0f172a}._chartValuesWrapper_w5dh9_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_w5dh9_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_w5dh9_334._green_w5dh9_339:before,._chartValuesTitle_w5dh9_334._dark_w5dh9_339:before,._chartValuesTitle_w5dh9_334._blue_w5dh9_339: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_w5dh9_334._green_w5dh9_339:before{background:#22c55e}._chartValuesTitle_w5dh9_334._dark_w5dh9_339:before{background:#475569}._chartValuesTitle_w5dh9_334._blue_w5dh9_339:before{background:#43e0f8}._topbar_w5dh9_361{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_w5dh9_361._sticky_w5dh9_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_w5dh9_379{display:inline-flex}._logo_w5dh9_379{max-width:110px}._menuWrapper_w5dh9_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_w5dh9_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_w5dh9_387._opened_w5dh9_405{display:flex}}._menuItem_w5dh9_410{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_w5dh9_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_w5dh9_410 ._menuIcon_w5dh9_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_w5dh9_410 ._menuIconPerformance_w5dh9_436{fill:none}._menuItem_w5dh9_410 ._menuIconStroke_w5dh9_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_w5dh9_410._active_w5dh9_444,._menuItem_w5dh9_410:hover{background:#fff;color:#52c2fd}._menuItem_w5dh9_410._active_w5dh9_444 ._menuIcon_w5dh9_431:not(._menuIconStroke_w5dh9_439,._menuIconPerformance_w5dh9_436),._menuItem_w5dh9_410:hover ._menuIcon_w5dh9_431:not(._menuIconStroke_w5dh9_439,._menuIconPerformance_w5dh9_436){fill:#52c2fd}._menuItem_w5dh9_410._active_w5dh9_444 ._menuIconPerformance_w5dh9_436 path,._menuItem_w5dh9_410:hover ._menuIconPerformance_w5dh9_436 path{stroke:#59a6fd}._menuItem_w5dh9_410._active_w5dh9_444 ._menuIconStroke_w5dh9_439:not(._menuIcon_w5dh9_431),._menuItem_w5dh9_410:hover ._menuIconStroke_w5dh9_439:not(._menuIcon_w5dh9_431){stroke:#52c2fd}._redDot_w5dh9_458{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_w5dh9_473{display:flex;justify-content:center}._link_w5dh9_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableSort_w5dh9_484{font-family:Inter;font-size:.875rem;color:#64748b;transition:.2s;display:inline-flex;align-items:center;cursor:pointer}._tableSort_w5dh9_484 svg{stroke:#64748b;transition:.2s;margin-left:2px;flex-shrink:0}._tableSort_w5dh9_484 ._desc_w5dh9_499{transform:rotate(180deg)}._tableSort_w5dh9_484._active_w5dh9_444,._tableSort_w5dh9_484:hover{color:#000}._tableSort_w5dh9_484._active_w5dh9_444 svg,._tableSort_w5dh9_484:hover svg{stroke:#000}._authButtonsWrapper_nw2in_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_nw2in_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_nw2in_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_nw2in_23{width:100%;margin-bottom:16px}._fieldWrapper_nw2in_23:last-child{margin-bottom:0}._fieldLabel_nw2in_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_nw2in_36{font-size:.75rem;margin-top:8px}._field_nw2in_23{width:100%;position:relative}._fieldLabelNew_nw2in_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_nw2in_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_nw2in_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_nw2in_52[type=password]{font-size:18px}._inputNew_nw2in_52:focus,._inputNew_nw2in_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_nw2in_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_nw2in_52:disabled::placeholder{color:#cbd5e1}._inputNew_nw2in_52._error_nw2in_7{border:1px solid #ef4444}._inputNew_nw2in_52._error_nw2in_7:focus,._inputNew_nw2in_52._error_nw2in_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_nw2in_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_nw2in_90{width:calc(50% - 8px)}._tableNavWrapper_nw2in_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_nw2in_107{display:flex;align-items:center}._tableNavItem_nw2in_112{margin:0 6px}._modalContent_nw2in_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_nw2in_116._center_nw2in_122{text-align:center;font-family:Inter}._modalContent_nw2in_116._settings_nw2in_126{max-height:calc(90vh - 205px)}._modalContent_nw2in_116._settingsIntegration_nw2in_129,._modalContent_nw2in_116._performanceTestModalContent_nw2in_132{max-height:calc(90vh - 170px)}._modalContent_nw2in_116._monitoringReportContent_nw2in_135{max-height:calc(100vh - 100px)}._modalTitle_nw2in_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_nw2in_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_nw2in_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_nw2in_151:after,._modalLine_nw2in_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_nw2in_151:before{left:-20px}._modalLine_nw2in_151:after{right:-20px}._infoMessage_nw2in_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_nw2in_174: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_nw2in_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_nw2in_189._buttonsAutoWidth_nw2in_196{justify-content:flex-end}._modalFooter_nw2in_189._buttonsAutoWidth_nw2in_196 button,._modalFooter_nw2in_189._buttonsAutoWidth_nw2in_196 span{margin-left:12px}._fullWidthTitle_nw2in_204{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_nw2in_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_nw2in_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_nw2in_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_nw2in_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_nw2in_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_nw2in_254{height:180px;display:flex;align-items:center}._widgetFooter_nw2in_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_nw2in_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_nw2in_267:last-child{border:none}._widgetMainValue_nw2in_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_nw2in_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_nw2in_291{font-size:.75rem;color:#64748b}._widgetLoader_nw2in_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_nw2in_303{opacity:.5;cursor:default}._widgetAddress_nw2in_308{font-size:.75rem;color:#64748b}._widgetTag_nw2in_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_nw2in_321{font-weight:500;color:#0f172a}._chartValuesWrapper_nw2in_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_nw2in_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_nw2in_334._green_nw2in_339:before,._chartValuesTitle_nw2in_334._dark_nw2in_339:before,._chartValuesTitle_nw2in_334._blue_nw2in_339: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_nw2in_334._green_nw2in_339:before{background:#22c55e}._chartValuesTitle_nw2in_334._dark_nw2in_339:before{background:#475569}._chartValuesTitle_nw2in_334._blue_nw2in_339:before{background:#43e0f8}._topbar_nw2in_361{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_nw2in_361._sticky_nw2in_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_nw2in_379{display:inline-flex}._logo_nw2in_379{max-width:110px}._menuWrapper_nw2in_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_nw2in_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_nw2in_387._opened_nw2in_405{display:flex}}._menuItem_nw2in_410{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_nw2in_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_nw2in_410 ._menuIcon_nw2in_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_nw2in_410 ._menuIconPerformance_nw2in_436{fill:none}._menuItem_nw2in_410 ._menuIconStroke_nw2in_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_nw2in_410._active_nw2in_444,._menuItem_nw2in_410:hover{background:#fff;color:#52c2fd}._menuItem_nw2in_410._active_nw2in_444 ._menuIcon_nw2in_431:not(._menuIconStroke_nw2in_439,._menuIconPerformance_nw2in_436),._menuItem_nw2in_410:hover ._menuIcon_nw2in_431:not(._menuIconStroke_nw2in_439,._menuIconPerformance_nw2in_436){fill:#52c2fd}._menuItem_nw2in_410._active_nw2in_444 ._menuIconPerformance_nw2in_436 path,._menuItem_nw2in_410:hover ._menuIconPerformance_nw2in_436 path{stroke:#59a6fd}._menuItem_nw2in_410._active_nw2in_444 ._menuIconStroke_nw2in_439:not(._menuIcon_nw2in_431),._menuItem_nw2in_410:hover ._menuIconStroke_nw2in_439:not(._menuIcon_nw2in_431){stroke:#52c2fd}._redDot_nw2in_458{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_nw2in_473{display:flex;justify-content:center}._link_nw2in_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableWrapper_nw2in_484{background:#fff;overflow-x:scroll;min-height:calc(100vh - 266px)}._table_nw2in_100{font-family:Inter;font-size:.875rem;line-height:1.5;display:inline-block}._tableHeaderCell_nw2in_497,._tableCell_nw2in_498{flex:0 0 300px;width:300px;box-sizing:border-box;transition:.2s;word-break:break-word;word-wrap:break-word}._tableHeaderCell_nw2in_497._withoutSizeSettings_nw2in_506,._tableCell_nw2in_498._withoutSizeSettings_nw2in_506{flex:0 0 auto;width:100%}._tableHeaderCell_nw2in_497:first-child,._tableCell_nw2in_498:first-child{border-radius:8px 0 0 8px}._tableHeaderCell_nw2in_497:last-child,._tableCell_nw2in_498:last-child{border-radius:0 8px 8px 0}._tableHeaderCell_nw2in_497 ._blue_nw2in_339,._tableCell_nw2in_498 ._blue_nw2in_339{color:#2db2c8}._tableHeaderCell_nw2in_497 ._orange_nw2in_523,._tableCell_nw2in_498 ._orange_nw2in_523{color:#f59e0b}._tableHeaderCell_nw2in_497 ._red_nw2in_458,._tableCell_nw2in_498 ._red_nw2in_458{color:#ef4444}._tableHeaderCell_nw2in_497._action_nw2in_531,._tableCell_nw2in_498._action_nw2in_531{color:#2db2c8;font-weight:500;cursor:pointer}._markdownWrapper_nw2in_538{display:block}._markdownWrapper_nw2in_538 ul li ul,._markdownWrapper_nw2in_538 ul li ol{padding-left:20px}._tableCell_nw2in_498:nth-last-of-type(2){border-radius:0 8px 8px 0}._tableHeaderCell_nw2in_497{display:flex;align-items:center;justify-content:space-between;position:relative;background:#f8fafc;padding-left:12px;color:#64748b}._tableHeaderCell_nw2in_497._withoutGaps_nw2in_559{padding:0!important}._tableHeader_nw2in_497{position:sticky;top:0;z-index:1000;margin-bottom:2px;display:flex;border-radius:8px;min-height:38px}._tableRow_nw2in_573{transition:.2s;display:flex}._tableRow_nw2in_573 ._rowNavVisibility_nw2in_577{opacity:0}._tableRow_nw2in_573._active_nw2in_444{border-radius:8px;background:#f8fafc}._tableRow_nw2in_573._active_nw2in_444 ._tableCell_nw2in_498{background:#f8fafc}._tableRow_nw2in_573:hover{border-radius:8px;background:#f8fafc}._tableRow_nw2in_573:hover ._tableCell_nw2in_498{background:#f8fafc}._tableRow_nw2in_573:hover ._rowNavVisibility_nw2in_577{opacity:1}._tableRow_nw2in_573._redFlag_nw2in_597{border-radius:8px}._tableRow_nw2in_573._redFlag_nw2in_597 ._tableCell_nw2in_498{background:#fee2e2}._tableRow_nw2in_573._redFlag_nw2in_597:hover ._tableCell_nw2in_498{background:#fbd5d5!important}._clickableRow_nw2in_607{cursor:pointer}._tableRowSelected_nw2in_611{border-radius:8px;background:#f8fafc}._tableRowSelected_nw2in_611 ._tableCell_nw2in_498{background:#f8fafc}._tableCell_nw2in_498{padding:22px 12px;display:inline-flex;align-items:center;border-bottom:1px solid #f1f5f9}._tableCell_nw2in_498._companyName_nw2in_625{padding:0 12px}._tableCell_nw2in_498._groupHeader_nw2in_628{flex:1;height:35px;background:#f8fafc;border-bottom:none;border-radius:8px}._spinnerWrapper_nw2in_636{position:fixed;z-index:1000;top:50%;left:50%;transform:translate(-50%,-50%)}._booleanValue_nw2in_644{display:inline-flex;align-items:center}._booleanValue_nw2in_644:before{display:inline-flex;content:"";width:8px;height:8px;border-radius:50%;margin-right:6px}._booleanValue_nw2in_644._enable_nw2in_656:before{background:#22c55e}._booleanValue_nw2in_644._disable_nw2in_303:before{background:#f59e0b}._tableActionsWrapper_nw2in_663{display:flex;align-items:center;justify-content:space-between;position:relative;border-radius:4px;background-color:#f8fafc;gap:8px;cursor:initial}._tableActionsWrapper_nw2in_663 span{height:32px;width:32px;padding:6px;border-radius:4px;cursor:pointer}._tableActionsWrapper_nw2in_663 span._disabledNavButton_nw2in_680{cursor:not-allowed}._tableActionsWrapper_nw2in_663 span._disabledNavButton_nw2in_680 svg{opacity:.4}._tableActionsWrapper_nw2in_663 span._hidden_nw2in_686{display:none}._tableActionsWrapper_nw2in_663 span svg{width:20px;height:20px;fill:transparent}._tableActionsWrapper_nw2in_663 span svg path{stroke:#64748b}._tableActionsWrapper_nw2in_663 span:hover{background-color:#e2e8f0}._tableActionsWrapper_nw2in_663 span:hover svg path{stroke:#0f172a}._tableActionsWrapper_nw2in_663._redFlag_nw2in_597,._tableActionsWrapper_nw2in_663._redFlag_nw2in_597 span:hover{background-color:#fbd5d5}._tooltipArrow_nw2in_710{display:none}._tooltip_nw2in_710{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}._rowNavWrapper_nw2in_725{display:flex;border-radius:4px;align-self:center;position:sticky;right:0;z-index:1000;transition:.2s;width:0px;justify-content:flex-end}._rowNavWrapper_nw2in_725._redFlag_nw2in_597 ._rowNavButtonsContainer_nw2in_736{background-color:#fbd5d5}._rowNavButtonsContainer_nw2in_736{display:flex;background:#f8fafc;gap:0px;padding-right:5px}._rowNavButton_nw2in_736{position:relative;height:30px;display:flex;justify-content:center;align-items:center;margin-left:4px;cursor:pointer}._rowNavButton_nw2in_736 svg{stroke:#64748b;transition:.2s}._rowNavButton_nw2in_736:hover svg{stroke:#334155}._authButtonsWrapper_4ykvs_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_4ykvs_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_4ykvs_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_4ykvs_23{width:100%;margin-bottom:16px}._fieldWrapper_4ykvs_23:last-child{margin-bottom:0}._fieldLabel_4ykvs_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_4ykvs_36{font-size:.75rem;margin-top:8px}._field_4ykvs_23{width:100%;position:relative}._fieldLabelNew_4ykvs_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_4ykvs_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_4ykvs_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_4ykvs_52[type=password]{font-size:18px}._inputNew_4ykvs_52:focus,._inputNew_4ykvs_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_4ykvs_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_4ykvs_52:disabled::placeholder{color:#cbd5e1}._inputNew_4ykvs_52._error_4ykvs_7{border:1px solid #ef4444}._inputNew_4ykvs_52._error_4ykvs_7:focus,._inputNew_4ykvs_52._error_4ykvs_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_4ykvs_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_4ykvs_90{width:calc(50% - 8px)}._tableNavWrapper_4ykvs_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_4ykvs_107{display:flex;align-items:center}._tableNavItem_4ykvs_112{margin:0 6px}._modalContent_4ykvs_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_4ykvs_116._center_4ykvs_122{text-align:center;font-family:Inter}._modalContent_4ykvs_116._settings_4ykvs_126{max-height:calc(90vh - 205px)}._modalContent_4ykvs_116._settingsIntegration_4ykvs_129,._modalContent_4ykvs_116._performanceTestModalContent_4ykvs_132{max-height:calc(90vh - 170px)}._modalContent_4ykvs_116._monitoringReportContent_4ykvs_135{max-height:calc(100vh - 100px)}._modalTitle_4ykvs_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_4ykvs_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_4ykvs_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_4ykvs_151:after,._modalLine_4ykvs_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_4ykvs_151:before{left:-20px}._modalLine_4ykvs_151:after{right:-20px}._infoMessage_4ykvs_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_4ykvs_174: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_4ykvs_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_4ykvs_189._buttonsAutoWidth_4ykvs_196{justify-content:flex-end}._modalFooter_4ykvs_189._buttonsAutoWidth_4ykvs_196 button,._modalFooter_4ykvs_189._buttonsAutoWidth_4ykvs_196 span{margin-left:12px}._fullWidthTitle_4ykvs_204{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_4ykvs_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_4ykvs_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_4ykvs_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_4ykvs_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_4ykvs_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_4ykvs_254{height:180px;display:flex;align-items:center}._widgetFooter_4ykvs_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_4ykvs_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_4ykvs_267:last-child{border:none}._widgetMainValue_4ykvs_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_4ykvs_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_4ykvs_291{font-size:.75rem;color:#64748b}._widgetLoader_4ykvs_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_4ykvs_303{opacity:.5;cursor:default}._widgetAddress_4ykvs_308{font-size:.75rem;color:#64748b}._widgetTag_4ykvs_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_4ykvs_321{font-weight:500;color:#0f172a}._chartValuesWrapper_4ykvs_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_4ykvs_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_4ykvs_334._green_4ykvs_339:before,._chartValuesTitle_4ykvs_334._dark_4ykvs_339:before,._chartValuesTitle_4ykvs_334._blue_4ykvs_339: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_4ykvs_334._green_4ykvs_339:before{background:#22c55e}._chartValuesTitle_4ykvs_334._dark_4ykvs_339:before{background:#475569}._chartValuesTitle_4ykvs_334._blue_4ykvs_339:before{background:#43e0f8}._topbar_4ykvs_361{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_4ykvs_361._sticky_4ykvs_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_4ykvs_379{display:inline-flex}._logo_4ykvs_379{max-width:110px}._menuWrapper_4ykvs_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_4ykvs_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_4ykvs_387._opened_4ykvs_405{display:flex}}._menuItem_4ykvs_410{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_4ykvs_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_4ykvs_410 ._menuIcon_4ykvs_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_4ykvs_410 ._menuIconPerformance_4ykvs_436{fill:none}._menuItem_4ykvs_410 ._menuIconStroke_4ykvs_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_4ykvs_410._active_4ykvs_444,._menuItem_4ykvs_410:hover{background:#fff;color:#52c2fd}._menuItem_4ykvs_410._active_4ykvs_444 ._menuIcon_4ykvs_431:not(._menuIconStroke_4ykvs_439,._menuIconPerformance_4ykvs_436),._menuItem_4ykvs_410:hover ._menuIcon_4ykvs_431:not(._menuIconStroke_4ykvs_439,._menuIconPerformance_4ykvs_436){fill:#52c2fd}._menuItem_4ykvs_410._active_4ykvs_444 ._menuIconPerformance_4ykvs_436 path,._menuItem_4ykvs_410:hover ._menuIconPerformance_4ykvs_436 path{stroke:#59a6fd}._menuItem_4ykvs_410._active_4ykvs_444 ._menuIconStroke_4ykvs_439:not(._menuIcon_4ykvs_431),._menuItem_4ykvs_410:hover ._menuIconStroke_4ykvs_439:not(._menuIcon_4ykvs_431){stroke:#52c2fd}._redDot_4ykvs_458{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_4ykvs_473{display:flex;justify-content:center}._link_4ykvs_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertStatus_4ykvs_484{text-transform:uppercase;font-size:.75rem;font-weight:500;display:inline-flex;align-items:center}._alertStatus_4ykvs_484:before{display:inline-flex;margin-right:6px;border-radius:50%;width:8px;height:8px;content:""}._alertStatus_4ykvs_484._active_4ykvs_444:before{background:#22c55e}._alertStatus_4ykvs_484._frozen_4ykvs_502:before{background:#475569}._alertStatus_4ykvs_484._acknowledged_4ykvs_505:before{background:#2db2c8}._authButtonsWrapper_tp11o_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_tp11o_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_tp11o_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_tp11o_23{width:100%;margin-bottom:16px}._fieldWrapper_tp11o_23:last-child{margin-bottom:0}._fieldLabel_tp11o_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_tp11o_36{font-size:.75rem;margin-top:8px}._field_tp11o_23{width:100%;position:relative}._fieldLabelNew_tp11o_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_tp11o_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_tp11o_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_tp11o_52[type=password]{font-size:18px}._inputNew_tp11o_52:focus,._inputNew_tp11o_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_tp11o_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_tp11o_52:disabled::placeholder{color:#cbd5e1}._inputNew_tp11o_52._error_tp11o_7{border:1px solid #ef4444}._inputNew_tp11o_52._error_tp11o_7:focus,._inputNew_tp11o_52._error_tp11o_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_tp11o_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_tp11o_90{width:calc(50% - 8px)}._tableNavWrapper_tp11o_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_tp11o_107{display:flex;align-items:center}._tableNavItem_tp11o_112{margin:0 6px}._modalContent_tp11o_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_tp11o_116._center_tp11o_122{text-align:center;font-family:Inter}._modalContent_tp11o_116._settings_tp11o_126{max-height:calc(90vh - 205px)}._modalContent_tp11o_116._settingsIntegration_tp11o_129,._modalContent_tp11o_116._performanceTestModalContent_tp11o_132{max-height:calc(90vh - 170px)}._modalContent_tp11o_116._monitoringReportContent_tp11o_135{max-height:calc(100vh - 100px)}._modalTitle_tp11o_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_tp11o_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_tp11o_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_tp11o_151:after,._modalLine_tp11o_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_tp11o_151:before{left:-20px}._modalLine_tp11o_151:after{right:-20px}._infoMessage_tp11o_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_tp11o_174: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_tp11o_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_tp11o_189._buttonsAutoWidth_tp11o_196{justify-content:flex-end}._modalFooter_tp11o_189._buttonsAutoWidth_tp11o_196 button,._modalFooter_tp11o_189._buttonsAutoWidth_tp11o_196 span{margin-left:12px}._fullWidthTitle_tp11o_204{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_tp11o_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_tp11o_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_tp11o_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_tp11o_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_tp11o_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_tp11o_254{height:180px;display:flex;align-items:center}._widgetFooter_tp11o_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_tp11o_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_tp11o_267:last-child{border:none}._widgetMainValue_tp11o_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_tp11o_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_tp11o_291{font-size:.75rem;color:#64748b}._widgetLoader_tp11o_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_tp11o_303{opacity:.5;cursor:default}._widgetAddress_tp11o_308{font-size:.75rem;color:#64748b}._widgetTag_tp11o_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_tp11o_321{font-weight:500;color:#0f172a}._chartValuesWrapper_tp11o_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_tp11o_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_tp11o_334._green_tp11o_339:before,._chartValuesTitle_tp11o_334._dark_tp11o_339:before,._chartValuesTitle_tp11o_334._blue_tp11o_339: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_tp11o_334._green_tp11o_339:before{background:#22c55e}._chartValuesTitle_tp11o_334._dark_tp11o_339:before{background:#475569}._chartValuesTitle_tp11o_334._blue_tp11o_339:before{background:#43e0f8}._topbar_tp11o_361{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_tp11o_361._sticky_tp11o_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_tp11o_379{display:inline-flex}._logo_tp11o_379{max-width:110px}._menuWrapper_tp11o_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_tp11o_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_tp11o_387._opened_tp11o_405{display:flex}}._menuItem_tp11o_410{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_tp11o_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_tp11o_410 ._menuIcon_tp11o_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_tp11o_410 ._menuIconPerformance_tp11o_436{fill:none}._menuItem_tp11o_410 ._menuIconStroke_tp11o_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_tp11o_410._active_tp11o_444,._menuItem_tp11o_410:hover{background:#fff;color:#52c2fd}._menuItem_tp11o_410._active_tp11o_444 ._menuIcon_tp11o_431:not(._menuIconStroke_tp11o_439,._menuIconPerformance_tp11o_436),._menuItem_tp11o_410:hover ._menuIcon_tp11o_431:not(._menuIconStroke_tp11o_439,._menuIconPerformance_tp11o_436){fill:#52c2fd}._menuItem_tp11o_410._active_tp11o_444 ._menuIconPerformance_tp11o_436 path,._menuItem_tp11o_410:hover ._menuIconPerformance_tp11o_436 path{stroke:#59a6fd}._menuItem_tp11o_410._active_tp11o_444 ._menuIconStroke_tp11o_439:not(._menuIcon_tp11o_431),._menuItem_tp11o_410:hover ._menuIconStroke_tp11o_439:not(._menuIcon_tp11o_431){stroke:#52c2fd}._redDot_tp11o_458{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_tp11o_473{display:flex;justify-content:center}._link_tp11o_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._statusButtonWrapper_tp11o_484{margin-right:12px}._statusButton_tp11o_484{display:inline-flex;font-size:.75rem;font-weight:500;text-transform:uppercase;padding:2px 8px;border-radius:20px;margin-left:4px;cursor:pointer}._statusButton_tp11o_484._disabled_tp11o_303{color:#cbd5e1;border:1px solid #cbd5e1;background:#f1f5f9}._statusButton_tp11o_484._transfer_tp11o_503{color:#164d63;border:1px solid #06b3d4;background:#cff9fe}._statusButton_tp11o_484._missing_tp11o_508{color:#b45309;border:1px solid #f59e0b;background:#fef3c7}._authButtonsWrapper_105iv_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_105iv_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_105iv_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_105iv_23{width:100%;margin-bottom:16px}._fieldWrapper_105iv_23:last-child{margin-bottom:0}._fieldLabel_105iv_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_105iv_36{font-size:.75rem;margin-top:8px}._field_105iv_23{width:100%;position:relative}._fieldLabelNew_105iv_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_105iv_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_105iv_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_105iv_52[type=password]{font-size:18px}._inputNew_105iv_52:focus,._inputNew_105iv_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_105iv_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_105iv_52:disabled::placeholder{color:#cbd5e1}._inputNew_105iv_52._error_105iv_7{border:1px solid #ef4444}._inputNew_105iv_52._error_105iv_7:focus,._inputNew_105iv_52._error_105iv_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_105iv_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_105iv_90{width:calc(50% - 8px)}._tableNavWrapper_105iv_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_105iv_107{display:flex;align-items:center}._tableNavItem_105iv_112{margin:0 6px}._modalContent_105iv_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_105iv_116._center_105iv_122{text-align:center;font-family:Inter}._modalContent_105iv_116._settings_105iv_126{max-height:calc(90vh - 205px)}._modalContent_105iv_116._settingsIntegration_105iv_129,._modalContent_105iv_116._performanceTestModalContent_105iv_132{max-height:calc(90vh - 170px)}._modalContent_105iv_116._monitoringReportContent_105iv_135{max-height:calc(100vh - 100px)}._modalTitle_105iv_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_105iv_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_105iv_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_105iv_151:after,._modalLine_105iv_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_105iv_151:before{left:-20px}._modalLine_105iv_151:after{right:-20px}._infoMessage_105iv_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_105iv_174: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_105iv_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_105iv_189._buttonsAutoWidth_105iv_196{justify-content:flex-end}._modalFooter_105iv_189._buttonsAutoWidth_105iv_196 button,._modalFooter_105iv_189._buttonsAutoWidth_105iv_196 span{margin-left:12px}._fullWidthTitle_105iv_204{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_105iv_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_105iv_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_105iv_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_105iv_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_105iv_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_105iv_254{height:180px;display:flex;align-items:center}._widgetFooter_105iv_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_105iv_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_105iv_267:last-child{border:none}._widgetMainValue_105iv_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_105iv_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_105iv_291{font-size:.75rem;color:#64748b}._widgetLoader_105iv_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_105iv_303{opacity:.5;cursor:default}._widgetAddress_105iv_308{font-size:.75rem;color:#64748b}._widgetTag_105iv_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_105iv_321{font-weight:500;color:#0f172a}._chartValuesWrapper_105iv_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_105iv_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_105iv_334._green_105iv_339:before,._chartValuesTitle_105iv_334._dark_105iv_339:before,._chartValuesTitle_105iv_334._blue_105iv_339: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_105iv_334._green_105iv_339:before{background:#22c55e}._chartValuesTitle_105iv_334._dark_105iv_339:before{background:#475569}._chartValuesTitle_105iv_334._blue_105iv_339:before{background:#43e0f8}._topbar_105iv_361{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_105iv_361._sticky_105iv_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_105iv_379{display:inline-flex}._logo_105iv_379{max-width:110px}._menuWrapper_105iv_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_105iv_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_105iv_387._opened_105iv_405{display:flex}}._menuItem_105iv_410{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_105iv_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_105iv_410 ._menuIcon_105iv_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_105iv_410 ._menuIconPerformance_105iv_436{fill:none}._menuItem_105iv_410 ._menuIconStroke_105iv_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_105iv_410._active_105iv_444,._menuItem_105iv_410:hover{background:#fff;color:#52c2fd}._menuItem_105iv_410._active_105iv_444 ._menuIcon_105iv_431:not(._menuIconStroke_105iv_439,._menuIconPerformance_105iv_436),._menuItem_105iv_410:hover ._menuIcon_105iv_431:not(._menuIconStroke_105iv_439,._menuIconPerformance_105iv_436){fill:#52c2fd}._menuItem_105iv_410._active_105iv_444 ._menuIconPerformance_105iv_436 path,._menuItem_105iv_410:hover ._menuIconPerformance_105iv_436 path{stroke:#59a6fd}._menuItem_105iv_410._active_105iv_444 ._menuIconStroke_105iv_439:not(._menuIcon_105iv_431),._menuItem_105iv_410:hover ._menuIconStroke_105iv_439:not(._menuIcon_105iv_431){stroke:#52c2fd}._redDot_105iv_458{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_105iv_473{display:flex;justify-content:center}._link_105iv_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._paginationWrapper_105iv_484{background:#fff;display:flex;justify-content:space-between;align-items:center;padding:12px 0}._paginationText_105iv_492{color:#475569;font-size:.875rem}._pageNumberList_105iv_497{display:inline-flex;align-items:center}._pageNumber_105iv_497{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_105iv_497 svg{fill:#475569}._pageNumber_105iv_497._active_105iv_444{border-color:#2db2c8;background:#ebfcff}._pageNumber_105iv_497._disabled_105iv_303{border:none;background:#f1f5f9}._pageNumber_105iv_497._disabled_105iv_303 svg{fill:#cbd5e1}._authButtonsWrapper_1wx1c_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1wx1c_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1wx1c_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_1wx1c_23{width:100%;margin-bottom:16px}._fieldWrapper_1wx1c_23:last-child{margin-bottom:0}._fieldLabel_1wx1c_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1wx1c_36{font-size:.75rem;margin-top:8px}._field_1wx1c_23{width:100%;position:relative}._fieldLabelNew_1wx1c_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1wx1c_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1wx1c_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1wx1c_52[type=password]{font-size:18px}._inputNew_1wx1c_52:focus,._inputNew_1wx1c_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1wx1c_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1wx1c_52:disabled::placeholder{color:#cbd5e1}._inputNew_1wx1c_52._error_1wx1c_7{border:1px solid #ef4444}._inputNew_1wx1c_52._error_1wx1c_7:focus,._inputNew_1wx1c_52._error_1wx1c_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1wx1c_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1wx1c_90{width:calc(50% - 8px)}._tableNavWrapper_1wx1c_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1wx1c_107{display:flex;align-items:center}._tableNavItem_1wx1c_112{margin:0 6px}._modalContent_1wx1c_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1wx1c_116._center_1wx1c_122{text-align:center;font-family:Inter}._modalContent_1wx1c_116._settings_1wx1c_126{max-height:calc(90vh - 205px)}._modalContent_1wx1c_116._settingsIntegration_1wx1c_129,._modalContent_1wx1c_116._performanceTestModalContent_1wx1c_132{max-height:calc(90vh - 170px)}._modalContent_1wx1c_116._monitoringReportContent_1wx1c_135{max-height:calc(100vh - 100px)}._modalTitle_1wx1c_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1wx1c_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1wx1c_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1wx1c_151:after,._modalLine_1wx1c_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1wx1c_151:before{left:-20px}._modalLine_1wx1c_151:after{right:-20px}._infoMessage_1wx1c_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1wx1c_174: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_1wx1c_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1wx1c_189._buttonsAutoWidth_1wx1c_196{justify-content:flex-end}._modalFooter_1wx1c_189._buttonsAutoWidth_1wx1c_196 button,._modalFooter_1wx1c_189._buttonsAutoWidth_1wx1c_196 span{margin-left:12px}._fullWidthTitle_1wx1c_204{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_1wx1c_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1wx1c_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1wx1c_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1wx1c_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1wx1c_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1wx1c_254{height:180px;display:flex;align-items:center}._widgetFooter_1wx1c_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1wx1c_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1wx1c_267:last-child{border:none}._widgetMainValue_1wx1c_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1wx1c_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1wx1c_291{font-size:.75rem;color:#64748b}._widgetLoader_1wx1c_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1wx1c_303{opacity:.5;cursor:default}._widgetAddress_1wx1c_308{font-size:.75rem;color:#64748b}._widgetTag_1wx1c_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1wx1c_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1wx1c_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1wx1c_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1wx1c_334._green_1wx1c_339:before,._chartValuesTitle_1wx1c_334._dark_1wx1c_339:before,._chartValuesTitle_1wx1c_334._blue_1wx1c_339: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_1wx1c_334._green_1wx1c_339:before{background:#22c55e}._chartValuesTitle_1wx1c_334._dark_1wx1c_339:before{background:#475569}._chartValuesTitle_1wx1c_334._blue_1wx1c_339:before{background:#43e0f8}._topbar_1wx1c_361{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_1wx1c_361._sticky_1wx1c_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1wx1c_379{display:inline-flex}._logo_1wx1c_379{max-width:110px}._menuWrapper_1wx1c_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1wx1c_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1wx1c_387._opened_1wx1c_405{display:flex}}._menuItem_1wx1c_410{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_1wx1c_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1wx1c_410 ._menuIcon_1wx1c_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1wx1c_410 ._menuIconPerformance_1wx1c_436{fill:none}._menuItem_1wx1c_410 ._menuIconStroke_1wx1c_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1wx1c_410._active_1wx1c_444,._menuItem_1wx1c_410:hover{background:#fff;color:#52c2fd}._menuItem_1wx1c_410._active_1wx1c_444 ._menuIcon_1wx1c_431:not(._menuIconStroke_1wx1c_439,._menuIconPerformance_1wx1c_436),._menuItem_1wx1c_410:hover ._menuIcon_1wx1c_431:not(._menuIconStroke_1wx1c_439,._menuIconPerformance_1wx1c_436){fill:#52c2fd}._menuItem_1wx1c_410._active_1wx1c_444 ._menuIconPerformance_1wx1c_436 path,._menuItem_1wx1c_410:hover ._menuIconPerformance_1wx1c_436 path{stroke:#59a6fd}._menuItem_1wx1c_410._active_1wx1c_444 ._menuIconStroke_1wx1c_439:not(._menuIcon_1wx1c_431),._menuItem_1wx1c_410:hover ._menuIconStroke_1wx1c_439:not(._menuIcon_1wx1c_431){stroke:#52c2fd}._redDot_1wx1c_458{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_1wx1c_473{display:flex;justify-content:center}._link_1wx1c_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._valueNote_1wx1c_484{font-size:12px;font-weight:400;color:#64748b}@media only screen and (max-width: 1300px){._widgetInventory_1wx1c_491{max-width:924px;margin-bottom:24px}}@media only screen and (max-width: 1024px){._widgetInventory_1wx1c_491{max-width:100%}}._rainbowWrapper_17jwn_1{width:240px}._authButtonsWrapper_1elx4_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1elx4_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1elx4_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_1elx4_23{width:100%;margin-bottom:16px}._fieldWrapper_1elx4_23:last-child{margin-bottom:0}._fieldLabel_1elx4_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1elx4_36{font-size:.75rem;margin-top:8px}._field_1elx4_23{width:100%;position:relative}._fieldLabelNew_1elx4_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1elx4_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1elx4_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1elx4_52[type=password]{font-size:18px}._inputNew_1elx4_52:focus,._inputNew_1elx4_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1elx4_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1elx4_52:disabled::placeholder{color:#cbd5e1}._inputNew_1elx4_52._error_1elx4_7{border:1px solid #ef4444}._inputNew_1elx4_52._error_1elx4_7:focus,._inputNew_1elx4_52._error_1elx4_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1elx4_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1elx4_90{width:calc(50% - 8px)}._tableNavWrapper_1elx4_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1elx4_107{display:flex;align-items:center}._tableNavItem_1elx4_112{margin:0 6px}._modalContent_1elx4_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1elx4_116._center_1elx4_122{text-align:center;font-family:Inter}._modalContent_1elx4_116._settings_1elx4_126{max-height:calc(90vh - 205px)}._modalContent_1elx4_116._settingsIntegration_1elx4_129,._modalContent_1elx4_116._performanceTestModalContent_1elx4_132{max-height:calc(90vh - 170px)}._modalContent_1elx4_116._monitoringReportContent_1elx4_135{max-height:calc(100vh - 100px)}._modalTitle_1elx4_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1elx4_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1elx4_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1elx4_151:after,._modalLine_1elx4_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1elx4_151:before{left:-20px}._modalLine_1elx4_151:after{right:-20px}._infoMessage_1elx4_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1elx4_174: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_1elx4_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1elx4_189._buttonsAutoWidth_1elx4_196{justify-content:flex-end}._modalFooter_1elx4_189._buttonsAutoWidth_1elx4_196 button,._modalFooter_1elx4_189._buttonsAutoWidth_1elx4_196 span{margin-left:12px}._fullWidthTitle_1elx4_204{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_1elx4_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1elx4_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1elx4_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1elx4_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1elx4_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1elx4_254{height:180px;display:flex;align-items:center}._widgetFooter_1elx4_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1elx4_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1elx4_267:last-child{border:none}._widgetMainValue_1elx4_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1elx4_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1elx4_291{font-size:.75rem;color:#64748b}._widgetLoader_1elx4_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1elx4_303{opacity:.5;cursor:default}._widgetAddress_1elx4_308{font-size:.75rem;color:#64748b}._widgetTag_1elx4_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1elx4_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1elx4_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1elx4_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1elx4_334._green_1elx4_339:before,._chartValuesTitle_1elx4_334._dark_1elx4_339:before,._chartValuesTitle_1elx4_334._blue_1elx4_339: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_1elx4_334._green_1elx4_339:before{background:#22c55e}._chartValuesTitle_1elx4_334._dark_1elx4_339:before{background:#475569}._chartValuesTitle_1elx4_334._blue_1elx4_339:before{background:#43e0f8}._topbar_1elx4_361{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_1elx4_361._sticky_1elx4_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1elx4_379{display:inline-flex}._logo_1elx4_379{max-width:110px}._menuWrapper_1elx4_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1elx4_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1elx4_387._opened_1elx4_405{display:flex}}._menuItem_1elx4_410{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_1elx4_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1elx4_410 ._menuIcon_1elx4_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1elx4_410 ._menuIconPerformance_1elx4_436{fill:none}._menuItem_1elx4_410 ._menuIconStroke_1elx4_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1elx4_410._active_1elx4_444,._menuItem_1elx4_410:hover{background:#fff;color:#52c2fd}._menuItem_1elx4_410._active_1elx4_444 ._menuIcon_1elx4_431:not(._menuIconStroke_1elx4_439,._menuIconPerformance_1elx4_436),._menuItem_1elx4_410:hover ._menuIcon_1elx4_431:not(._menuIconStroke_1elx4_439,._menuIconPerformance_1elx4_436){fill:#52c2fd}._menuItem_1elx4_410._active_1elx4_444 ._menuIconPerformance_1elx4_436 path,._menuItem_1elx4_410:hover ._menuIconPerformance_1elx4_436 path{stroke:#59a6fd}._menuItem_1elx4_410._active_1elx4_444 ._menuIconStroke_1elx4_439:not(._menuIcon_1elx4_431),._menuItem_1elx4_410:hover ._menuIconStroke_1elx4_439:not(._menuIcon_1elx4_431){stroke:#52c2fd}._redDot_1elx4_458{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_1elx4_473{display:flex;justify-content:center}._link_1elx4_478{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._monitoringMembership_1elx4_485{max-width:100%;margin-bottom:24px}}._valueNote_1elx4_491{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_1elx4_497{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_1elx4_326{position:absolute;bottom:-126px}._authButtonsWrapper_ozl1f_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_ozl1f_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_ozl1f_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_ozl1f_23{width:100%;margin-bottom:16px}._fieldWrapper_ozl1f_23:last-child{margin-bottom:0}._fieldLabel_ozl1f_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_ozl1f_36{font-size:.75rem;margin-top:8px}._field_ozl1f_23{width:100%;position:relative}._fieldLabelNew_ozl1f_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_ozl1f_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_ozl1f_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_ozl1f_52[type=password]{font-size:18px}._inputNew_ozl1f_52:focus,._inputNew_ozl1f_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ozl1f_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_ozl1f_52:disabled::placeholder{color:#cbd5e1}._inputNew_ozl1f_52._error_ozl1f_7{border:1px solid #ef4444}._inputNew_ozl1f_52._error_ozl1f_7:focus,._inputNew_ozl1f_52._error_ozl1f_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_ozl1f_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_ozl1f_90{width:calc(50% - 8px)}._tableNavWrapper_ozl1f_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_ozl1f_107{display:flex;align-items:center}._tableNavItem_ozl1f_112{margin:0 6px}._modalContent_ozl1f_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_ozl1f_116._center_ozl1f_122{text-align:center;font-family:Inter}._modalContent_ozl1f_116._settings_ozl1f_126{max-height:calc(90vh - 205px)}._modalContent_ozl1f_116._settingsIntegration_ozl1f_129,._modalContent_ozl1f_116._performanceTestModalContent_ozl1f_132{max-height:calc(90vh - 170px)}._modalContent_ozl1f_116._monitoringReportContent_ozl1f_135{max-height:calc(100vh - 100px)}._modalTitle_ozl1f_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_ozl1f_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_ozl1f_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_ozl1f_151:after,._modalLine_ozl1f_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_ozl1f_151:before{left:-20px}._modalLine_ozl1f_151:after{right:-20px}._infoMessage_ozl1f_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_ozl1f_174: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_ozl1f_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_ozl1f_189._buttonsAutoWidth_ozl1f_196{justify-content:flex-end}._modalFooter_ozl1f_189._buttonsAutoWidth_ozl1f_196 button,._modalFooter_ozl1f_189._buttonsAutoWidth_ozl1f_196 span{margin-left:12px}._fullWidthTitle_ozl1f_204{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_ozl1f_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_ozl1f_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_ozl1f_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_ozl1f_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ozl1f_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_ozl1f_254{height:180px;display:flex;align-items:center}._widgetFooter_ozl1f_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_ozl1f_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ozl1f_267:last-child{border:none}._widgetMainValue_ozl1f_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_ozl1f_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ozl1f_291{font-size:.75rem;color:#64748b}._widgetLoader_ozl1f_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_ozl1f_303{opacity:.5;cursor:default}._widgetAddress_ozl1f_308{font-size:.75rem;color:#64748b}._widgetTag_ozl1f_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_ozl1f_321{font-weight:500;color:#0f172a}._chartValuesWrapper_ozl1f_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_ozl1f_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_ozl1f_334._green_ozl1f_339:before,._chartValuesTitle_ozl1f_334._dark_ozl1f_339:before,._chartValuesTitle_ozl1f_334._blue_ozl1f_339: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_ozl1f_334._green_ozl1f_339:before{background:#22c55e}._chartValuesTitle_ozl1f_334._dark_ozl1f_339:before{background:#475569}._chartValuesTitle_ozl1f_334._blue_ozl1f_339:before{background:#43e0f8}._topbar_ozl1f_361{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_ozl1f_361._sticky_ozl1f_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_ozl1f_379{display:inline-flex}._logo_ozl1f_379{max-width:110px}._menuWrapper_ozl1f_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_ozl1f_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_ozl1f_387._opened_ozl1f_405{display:flex}}._menuItem_ozl1f_410{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_ozl1f_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_ozl1f_410 ._menuIcon_ozl1f_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_ozl1f_410 ._menuIconPerformance_ozl1f_436{fill:none}._menuItem_ozl1f_410 ._menuIconStroke_ozl1f_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_ozl1f_410._active_ozl1f_444,._menuItem_ozl1f_410:hover{background:#fff;color:#52c2fd}._menuItem_ozl1f_410._active_ozl1f_444 ._menuIcon_ozl1f_431:not(._menuIconStroke_ozl1f_439,._menuIconPerformance_ozl1f_436),._menuItem_ozl1f_410:hover ._menuIcon_ozl1f_431:not(._menuIconStroke_ozl1f_439,._menuIconPerformance_ozl1f_436){fill:#52c2fd}._menuItem_ozl1f_410._active_ozl1f_444 ._menuIconPerformance_ozl1f_436 path,._menuItem_ozl1f_410:hover ._menuIconPerformance_ozl1f_436 path{stroke:#59a6fd}._menuItem_ozl1f_410._active_ozl1f_444 ._menuIconStroke_ozl1f_439:not(._menuIcon_ozl1f_431),._menuItem_ozl1f_410:hover ._menuIconStroke_ozl1f_439:not(._menuIcon_ozl1f_431){stroke:#52c2fd}._redDot_ozl1f_458{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_ozl1f_473{display:flex;justify-content:center}._link_ozl1f_478{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._widgetStatus_ozl1f_485{max-width:100%}}._chartWrapper_ozl1f_490{display:flex;justify-content:flex-end}@media only screen and (max-width: 1024px){._chartWrapper_ozl1f_490{max-width:450px;margin:0 auto;position:relative}}._chart_ozl1f_326{position:absolute;top:-48px;left:-10px}@media only screen and (max-width: 1024px){._chart_ozl1f_326{top:-60px}}._widgetMainValue_ozl1f_276{position:absolute;bottom:45px;left:94px}._chartNotesWrapper_ozl1f_519{display:flex;flex-wrap:wrap;justify-content:space-between;flex-direction:column;row-gap:90px}._chartNotesWrapper_ozl1f_519 ._chartNotesWorkStatusSection_ozl1f_526{display:flex;flex-direction:column;align-items:flex-end;gap:8px;width:100%;height:45px}._chartNotesWrapper_ozl1f_519 ._chartNotesWorkStatusSection_ozl1f_526 ._chartNote_ozl1f_519{width:120px}@media only screen and (max-width: 1300px){._chartNotesWrapper_ozl1f_519 ._chartNotesWorkStatusSection_ozl1f_526{height:0px}}._chartNotesWrapper_ozl1f_519 ._chartNotesStatusSection_ozl1f_542{display:flex;flex-wrap:wrap;justify-content:space-around;row-gap:18px}._chartNotesWrapper_ozl1f_519 ._chartNotesStatusSection_ozl1f_542 ._chartNote_ozl1f_519{width:30%}@media only screen and (max-width: 1300px){._chartNotesWrapper_ozl1f_519{row-gap:8px}._chartNotesWrapper_ozl1f_519 ._chartNotesStatusSection_ozl1f_542{flex-direction:column;row-gap:8px}._chartNotesWrapper_ozl1f_519 ._chartNotesStatusSection_ozl1f_542 ._chartNote_ozl1f_519{width:100%}}._chartNote_ozl1f_519{display:flex;align-items:center;width:100%;margin-bottom:8px;font-size:12px;color:#64748b}._chartNote_ozl1f_519 ._chartNoteValue_ozl1f_572{margin-left:auto;padding-left:4px;font-weight:500;font-size:.875rem;line-height:20px;color:#0f172a}._chartNote_ozl1f_519:before{display:inline-flex;position:relative;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._chartNote_ozl1f_519._online_ozl1f_589:before{background:#86efac}._chartNote_ozl1f_519._offline_ozl1f_592:before{background:#e0e7ff}._chartNote_ozl1f_519._inventory_ozl1f_595:before{background:#f5d0ec}._chartNote_ozl1f_519._missing_ozl1f_598:before{background:#fcd34d}._chartNote_ozl1f_519._transferring_ozl1f_601:before{background:#2563eb}._chartNote_ozl1f_519._installed_ozl1f_604:before{background:#86efac}._chartNote_ozl1f_519._preinstalled_ozl1f_607:before{background:#14b8a6}._chartNote_ozl1f_519._warranty_ozl1f_610:before{background:#59afc6}._authButtonsWrapper_1aqqz_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1aqqz_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1aqqz_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_1aqqz_23{width:100%;margin-bottom:16px}._fieldWrapper_1aqqz_23:last-child{margin-bottom:0}._fieldLabel_1aqqz_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1aqqz_36{font-size:.75rem;margin-top:8px}._field_1aqqz_23{width:100%;position:relative}._fieldLabelNew_1aqqz_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1aqqz_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1aqqz_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1aqqz_52[type=password]{font-size:18px}._inputNew_1aqqz_52:focus,._inputNew_1aqqz_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1aqqz_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1aqqz_52:disabled::placeholder{color:#cbd5e1}._inputNew_1aqqz_52._error_1aqqz_7{border:1px solid #ef4444}._inputNew_1aqqz_52._error_1aqqz_7:focus,._inputNew_1aqqz_52._error_1aqqz_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1aqqz_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1aqqz_90{width:calc(50% - 8px)}._tableNavWrapper_1aqqz_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1aqqz_107{display:flex;align-items:center}._tableNavItem_1aqqz_112{margin:0 6px}._modalContent_1aqqz_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1aqqz_116._center_1aqqz_122{text-align:center;font-family:Inter}._modalContent_1aqqz_116._settings_1aqqz_126{max-height:calc(90vh - 205px)}._modalContent_1aqqz_116._settingsIntegration_1aqqz_129,._modalContent_1aqqz_116._performanceTestModalContent_1aqqz_132{max-height:calc(90vh - 170px)}._modalContent_1aqqz_116._monitoringReportContent_1aqqz_135{max-height:calc(100vh - 100px)}._modalTitle_1aqqz_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1aqqz_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1aqqz_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1aqqz_151:after,._modalLine_1aqqz_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1aqqz_151:before{left:-20px}._modalLine_1aqqz_151:after{right:-20px}._infoMessage_1aqqz_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1aqqz_174: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_1aqqz_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1aqqz_189._buttonsAutoWidth_1aqqz_196{justify-content:flex-end}._modalFooter_1aqqz_189._buttonsAutoWidth_1aqqz_196 button,._modalFooter_1aqqz_189._buttonsAutoWidth_1aqqz_196 span{margin-left:12px}._fullWidthTitle_1aqqz_204{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_1aqqz_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1aqqz_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1aqqz_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1aqqz_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1aqqz_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1aqqz_254{height:180px;display:flex;align-items:center}._widgetFooter_1aqqz_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1aqqz_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1aqqz_267:last-child{border:none}._widgetMainValue_1aqqz_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1aqqz_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1aqqz_291{font-size:.75rem;color:#64748b}._widgetLoader_1aqqz_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1aqqz_303{opacity:.5;cursor:default}._widgetAddress_1aqqz_308{font-size:.75rem;color:#64748b}._widgetTag_1aqqz_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1aqqz_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1aqqz_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1aqqz_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1aqqz_334._green_1aqqz_339:before,._chartValuesTitle_1aqqz_334._dark_1aqqz_339:before,._chartValuesTitle_1aqqz_334._blue_1aqqz_339: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_1aqqz_334._green_1aqqz_339:before{background:#22c55e}._chartValuesTitle_1aqqz_334._dark_1aqqz_339:before{background:#475569}._chartValuesTitle_1aqqz_334._blue_1aqqz_339:before{background:#43e0f8}._topbar_1aqqz_361{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_1aqqz_361._sticky_1aqqz_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1aqqz_379{display:inline-flex}._logo_1aqqz_379{max-width:110px}._menuWrapper_1aqqz_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1aqqz_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1aqqz_387._opened_1aqqz_405{display:flex}}._menuItem_1aqqz_410{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_1aqqz_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1aqqz_410 ._menuIcon_1aqqz_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1aqqz_410 ._menuIconPerformance_1aqqz_436{fill:none}._menuItem_1aqqz_410 ._menuIconStroke_1aqqz_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1aqqz_410._active_1aqqz_444,._menuItem_1aqqz_410:hover{background:#fff;color:#52c2fd}._menuItem_1aqqz_410._active_1aqqz_444 ._menuIcon_1aqqz_431:not(._menuIconStroke_1aqqz_439,._menuIconPerformance_1aqqz_436),._menuItem_1aqqz_410:hover ._menuIcon_1aqqz_431:not(._menuIconStroke_1aqqz_439,._menuIconPerformance_1aqqz_436){fill:#52c2fd}._menuItem_1aqqz_410._active_1aqqz_444 ._menuIconPerformance_1aqqz_436 path,._menuItem_1aqqz_410:hover ._menuIconPerformance_1aqqz_436 path{stroke:#59a6fd}._menuItem_1aqqz_410._active_1aqqz_444 ._menuIconStroke_1aqqz_439:not(._menuIcon_1aqqz_431),._menuItem_1aqqz_410:hover ._menuIconStroke_1aqqz_439:not(._menuIcon_1aqqz_431){stroke:#52c2fd}._redDot_1aqqz_458{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_1aqqz_473{display:flex;justify-content:center}._link_1aqqz_478{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1300px){._widgetsWrapper_1aqqz_216{flex-wrap:wrap}}._widgetsWrapperJustified_1aqqz_490{padding:0 6px;gap:32px}._widgetsWrapperJustified_1aqqz_490 div{max-width:unset;margin:0}._statusButtonWrapper_1aqqz_499{margin-right:12px}._statusButton_1aqqz_499{display:inline-flex;font-size:.75rem;font-weight:500;text-transform:uppercase;padding:2px 8px;border-radius:20px;margin-left:4px;cursor:pointer}._statusButton_1aqqz_499._disabled_1aqqz_303{cursor:default;pointer-events:none}._statusButton_1aqqz_499._transfer_1aqqz_517{color:#164d63;border:1px solid #06b3d4;background:#cff9fe}._statusButton_1aqqz_499._missing_1aqqz_522{color:#b45309;border:1px solid #f59e0b;background:#fef3c7}._statusButton_1aqqz_499._warranty_1aqqz_527{border:1px solid #2db2c8;background:#ebfcff;color:#165964}._statusButton_1aqqz_499._inventory_1aqqz_532{border:1px solid #fcceee;background:#fdf2fa;color:#c11574}._statusButton_1aqqz_499._preinstalled_1aqqz_537{border:1px solid #14b8a6;background:#dffbf4;color:#115e59}._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_1wia7_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1wia7_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1wia7_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_1wia7_23{width:100%;margin-bottom:16px}._fieldWrapper_1wia7_23:last-child{margin-bottom:0}._fieldLabel_1wia7_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1wia7_36{font-size:.75rem;margin-top:8px}._field_1wia7_23{width:100%;position:relative}._fieldLabelNew_1wia7_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1wia7_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1wia7_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1wia7_52[type=password]{font-size:18px}._inputNew_1wia7_52:focus,._inputNew_1wia7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1wia7_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1wia7_52:disabled::placeholder{color:#cbd5e1}._inputNew_1wia7_52._error_1wia7_7{border:1px solid #ef4444}._inputNew_1wia7_52._error_1wia7_7:focus,._inputNew_1wia7_52._error_1wia7_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1wia7_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1wia7_90{width:calc(50% - 8px)}._tableNavWrapper_1wia7_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1wia7_107{display:flex;align-items:center}._tableNavItem_1wia7_112{margin:0 6px}._modalContent_1wia7_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1wia7_116._center_1wia7_122{text-align:center;font-family:Inter}._modalContent_1wia7_116._settings_1wia7_126{max-height:calc(90vh - 205px)}._modalContent_1wia7_116._settingsIntegration_1wia7_129,._modalContent_1wia7_116._performanceTestModalContent_1wia7_132{max-height:calc(90vh - 170px)}._modalContent_1wia7_116._monitoringReportContent_1wia7_135{max-height:calc(100vh - 100px)}._modalTitle_1wia7_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1wia7_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1wia7_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1wia7_151:after,._modalLine_1wia7_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1wia7_151:before{left:-20px}._modalLine_1wia7_151:after{right:-20px}._infoMessage_1wia7_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1wia7_174: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_1wia7_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1wia7_189._buttonsAutoWidth_1wia7_196{justify-content:flex-end}._modalFooter_1wia7_189._buttonsAutoWidth_1wia7_196 button,._modalFooter_1wia7_189._buttonsAutoWidth_1wia7_196 span{margin-left:12px}._fullWidthTitle_1wia7_204{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_1wia7_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1wia7_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1wia7_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1wia7_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1wia7_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1wia7_254{height:180px;display:flex;align-items:center}._widgetFooter_1wia7_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1wia7_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1wia7_267:last-child{border:none}._widgetMainValue_1wia7_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1wia7_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1wia7_291{font-size:.75rem;color:#64748b}._widgetLoader_1wia7_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1wia7_303{opacity:.5;cursor:default}._widgetAddress_1wia7_308{font-size:.75rem;color:#64748b}._widgetTag_1wia7_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1wia7_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1wia7_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1wia7_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1wia7_334._green_1wia7_339:before,._chartValuesTitle_1wia7_334._dark_1wia7_339:before,._chartValuesTitle_1wia7_334._blue_1wia7_339: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_1wia7_334._green_1wia7_339:before{background:#22c55e}._chartValuesTitle_1wia7_334._dark_1wia7_339:before{background:#475569}._chartValuesTitle_1wia7_334._blue_1wia7_339:before{background:#43e0f8}._topbar_1wia7_361{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_1wia7_361._sticky_1wia7_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1wia7_379{display:inline-flex}._logo_1wia7_379{max-width:110px}._menuWrapper_1wia7_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1wia7_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1wia7_387._opened_1wia7_405{display:flex}}._menuItem_1wia7_410{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_1wia7_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1wia7_410 ._menuIcon_1wia7_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1wia7_410 ._menuIconPerformance_1wia7_436{fill:none}._menuItem_1wia7_410 ._menuIconStroke_1wia7_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1wia7_410._active_1wia7_444,._menuItem_1wia7_410:hover{background:#fff;color:#52c2fd}._menuItem_1wia7_410._active_1wia7_444 ._menuIcon_1wia7_431:not(._menuIconStroke_1wia7_439,._menuIconPerformance_1wia7_436),._menuItem_1wia7_410:hover ._menuIcon_1wia7_431:not(._menuIconStroke_1wia7_439,._menuIconPerformance_1wia7_436){fill:#52c2fd}._menuItem_1wia7_410._active_1wia7_444 ._menuIconPerformance_1wia7_436 path,._menuItem_1wia7_410:hover ._menuIconPerformance_1wia7_436 path{stroke:#59a6fd}._menuItem_1wia7_410._active_1wia7_444 ._menuIconStroke_1wia7_439:not(._menuIcon_1wia7_431),._menuItem_1wia7_410:hover ._menuIconStroke_1wia7_439:not(._menuIcon_1wia7_431){stroke:#52c2fd}._redDot_1wia7_458{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_1wia7_473{display:flex;justify-content:center}._link_1wia7_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._leftNavWrapper_1wia7_484{display:flex;align-items:center}._selectWrapper_1wia7_489{width:330px;margin:0 12px}._authButtonsWrapper_l0drh_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_l0drh_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_l0drh_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_l0drh_23{width:100%;margin-bottom:16px}._fieldWrapper_l0drh_23:last-child{margin-bottom:0}._fieldLabel_l0drh_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_l0drh_36{font-size:.75rem;margin-top:8px}._field_l0drh_23{width:100%;position:relative}._fieldLabelNew_l0drh_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_l0drh_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_l0drh_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_l0drh_52[type=password]{font-size:18px}._inputNew_l0drh_52:focus,._inputNew_l0drh_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_l0drh_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_l0drh_52:disabled::placeholder{color:#cbd5e1}._inputNew_l0drh_52._error_l0drh_7{border:1px solid #ef4444}._inputNew_l0drh_52._error_l0drh_7:focus,._inputNew_l0drh_52._error_l0drh_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_l0drh_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_l0drh_90{width:calc(50% - 8px)}._tableNavWrapper_l0drh_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_l0drh_107{display:flex;align-items:center}._tableNavItem_l0drh_112{margin:0 6px}._modalContent_l0drh_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_l0drh_116._center_l0drh_122{text-align:center;font-family:Inter}._modalContent_l0drh_116._settings_l0drh_126{max-height:calc(90vh - 205px)}._modalContent_l0drh_116._settingsIntegration_l0drh_129,._modalContent_l0drh_116._performanceTestModalContent_l0drh_132{max-height:calc(90vh - 170px)}._modalContent_l0drh_116._monitoringReportContent_l0drh_135{max-height:calc(100vh - 100px)}._modalTitle_l0drh_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_l0drh_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_l0drh_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_l0drh_151:after,._modalLine_l0drh_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_l0drh_151:before{left:-20px}._modalLine_l0drh_151:after{right:-20px}._infoMessage_l0drh_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_l0drh_174: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_l0drh_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_l0drh_189._buttonsAutoWidth_l0drh_196{justify-content:flex-end}._modalFooter_l0drh_189._buttonsAutoWidth_l0drh_196 button,._modalFooter_l0drh_189._buttonsAutoWidth_l0drh_196 span{margin-left:12px}._fullWidthTitle_l0drh_204{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_l0drh_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_l0drh_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_l0drh_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_l0drh_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_l0drh_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_l0drh_254{height:180px;display:flex;align-items:center}._widgetFooter_l0drh_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_l0drh_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_l0drh_267:last-child{border:none}._widgetMainValue_l0drh_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_l0drh_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_l0drh_291{font-size:.75rem;color:#64748b}._widgetLoader_l0drh_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_l0drh_303{opacity:.5;cursor:default}._widgetAddress_l0drh_308{font-size:.75rem;color:#64748b}._widgetTag_l0drh_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_l0drh_321{font-weight:500;color:#0f172a}._chartValuesWrapper_l0drh_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_l0drh_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_l0drh_334._green_l0drh_339:before,._chartValuesTitle_l0drh_334._dark_l0drh_339:before,._chartValuesTitle_l0drh_334._blue_l0drh_339: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_l0drh_334._green_l0drh_339:before{background:#22c55e}._chartValuesTitle_l0drh_334._dark_l0drh_339:before{background:#475569}._chartValuesTitle_l0drh_334._blue_l0drh_339:before{background:#43e0f8}._topbar_l0drh_361{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_l0drh_361._sticky_l0drh_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_l0drh_379{display:inline-flex}._logo_l0drh_379{max-width:110px}._menuWrapper_l0drh_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_l0drh_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_l0drh_387._opened_l0drh_405{display:flex}}._menuItem_l0drh_410{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_l0drh_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_l0drh_410 ._menuIcon_l0drh_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_l0drh_410 ._menuIconPerformance_l0drh_436{fill:none}._menuItem_l0drh_410 ._menuIconStroke_l0drh_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_l0drh_410._active_l0drh_444,._menuItem_l0drh_410:hover{background:#fff;color:#52c2fd}._menuItem_l0drh_410._active_l0drh_444 ._menuIcon_l0drh_431:not(._menuIconStroke_l0drh_439,._menuIconPerformance_l0drh_436),._menuItem_l0drh_410:hover ._menuIcon_l0drh_431:not(._menuIconStroke_l0drh_439,._menuIconPerformance_l0drh_436){fill:#52c2fd}._menuItem_l0drh_410._active_l0drh_444 ._menuIconPerformance_l0drh_436 path,._menuItem_l0drh_410:hover ._menuIconPerformance_l0drh_436 path{stroke:#59a6fd}._menuItem_l0drh_410._active_l0drh_444 ._menuIconStroke_l0drh_439:not(._menuIcon_l0drh_431),._menuItem_l0drh_410:hover ._menuIconStroke_l0drh_439:not(._menuIcon_l0drh_431){stroke:#52c2fd}._redDot_l0drh_458{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_l0drh_473{display:flex;justify-content:center}._link_l0drh_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertStatus_l0drh_484{font-size:.875rem}._alertStatus_l0drh_484:before{display:none}._alertStatus_l0drh_484._pending_l0drh_490{color:#f59e0b}._alertStatus_l0drh_484._failed_l0drh_493{color:#ef4444}._alertStatus_l0drh_484._delivered_l0drh_496{color:#2db2c8}._authButtonsWrapper_e6ytl_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_e6ytl_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_e6ytl_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_e6ytl_23{width:100%;margin-bottom:16px}._fieldWrapper_e6ytl_23:last-child{margin-bottom:0}._fieldLabel_e6ytl_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_e6ytl_36{font-size:.75rem;margin-top:8px}._field_e6ytl_23{width:100%;position:relative}._fieldLabelNew_e6ytl_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_e6ytl_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_e6ytl_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_e6ytl_52[type=password]{font-size:18px}._inputNew_e6ytl_52:focus,._inputNew_e6ytl_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_e6ytl_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_e6ytl_52:disabled::placeholder{color:#cbd5e1}._inputNew_e6ytl_52._error_e6ytl_7{border:1px solid #ef4444}._inputNew_e6ytl_52._error_e6ytl_7:focus,._inputNew_e6ytl_52._error_e6ytl_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_e6ytl_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_e6ytl_90{width:calc(50% - 8px)}._tableNavWrapper_e6ytl_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_e6ytl_107{display:flex;align-items:center}._tableNavItem_e6ytl_112{margin:0 6px}._modalContent_e6ytl_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_e6ytl_116._center_e6ytl_122{text-align:center;font-family:Inter}._modalContent_e6ytl_116._settings_e6ytl_126{max-height:calc(90vh - 205px)}._modalContent_e6ytl_116._settingsIntegration_e6ytl_129,._modalContent_e6ytl_116._performanceTestModalContent_e6ytl_132{max-height:calc(90vh - 170px)}._modalContent_e6ytl_116._monitoringReportContent_e6ytl_135{max-height:calc(100vh - 100px)}._modalTitle_e6ytl_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_e6ytl_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_e6ytl_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_e6ytl_151:after,._modalLine_e6ytl_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_e6ytl_151:before{left:-20px}._modalLine_e6ytl_151:after{right:-20px}._infoMessage_e6ytl_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_e6ytl_174: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_e6ytl_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_e6ytl_189._buttonsAutoWidth_e6ytl_196{justify-content:flex-end}._modalFooter_e6ytl_189._buttonsAutoWidth_e6ytl_196 button,._modalFooter_e6ytl_189._buttonsAutoWidth_e6ytl_196 span{margin-left:12px}._fullWidthTitle_e6ytl_204{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_e6ytl_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_e6ytl_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_e6ytl_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_e6ytl_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_e6ytl_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_e6ytl_254{height:180px;display:flex;align-items:center}._widgetFooter_e6ytl_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_e6ytl_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_e6ytl_267:last-child{border:none}._widgetMainValue_e6ytl_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_e6ytl_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_e6ytl_291{font-size:.75rem;color:#64748b}._widgetLoader_e6ytl_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_e6ytl_303{opacity:.5;cursor:default}._widgetAddress_e6ytl_308{font-size:.75rem;color:#64748b}._widgetTag_e6ytl_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_e6ytl_321{font-weight:500;color:#0f172a}._chartValuesWrapper_e6ytl_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_e6ytl_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_e6ytl_334._green_e6ytl_339:before,._chartValuesTitle_e6ytl_334._dark_e6ytl_339:before,._chartValuesTitle_e6ytl_334._blue_e6ytl_339: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_e6ytl_334._green_e6ytl_339:before{background:#22c55e}._chartValuesTitle_e6ytl_334._dark_e6ytl_339:before{background:#475569}._chartValuesTitle_e6ytl_334._blue_e6ytl_339:before{background:#43e0f8}._topbar_e6ytl_361{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_e6ytl_361._sticky_e6ytl_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_e6ytl_379{display:inline-flex}._logo_e6ytl_379{max-width:110px}._menuWrapper_e6ytl_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_e6ytl_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_e6ytl_387._opened_e6ytl_405{display:flex}}._menuItem_e6ytl_410{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_e6ytl_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_e6ytl_410 ._menuIcon_e6ytl_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_e6ytl_410 ._menuIconPerformance_e6ytl_436{fill:none}._menuItem_e6ytl_410 ._menuIconStroke_e6ytl_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_e6ytl_410._active_e6ytl_444,._menuItem_e6ytl_410:hover{background:#fff;color:#52c2fd}._menuItem_e6ytl_410._active_e6ytl_444 ._menuIcon_e6ytl_431:not(._menuIconStroke_e6ytl_439,._menuIconPerformance_e6ytl_436),._menuItem_e6ytl_410:hover ._menuIcon_e6ytl_431:not(._menuIconStroke_e6ytl_439,._menuIconPerformance_e6ytl_436){fill:#52c2fd}._menuItem_e6ytl_410._active_e6ytl_444 ._menuIconPerformance_e6ytl_436 path,._menuItem_e6ytl_410:hover ._menuIconPerformance_e6ytl_436 path{stroke:#59a6fd}._menuItem_e6ytl_410._active_e6ytl_444 ._menuIconStroke_e6ytl_439:not(._menuIcon_e6ytl_431),._menuItem_e6ytl_410:hover ._menuIconStroke_e6ytl_439:not(._menuIcon_e6ytl_431){stroke:#52c2fd}._redDot_e6ytl_458{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_e6ytl_473{display:flex;justify-content:center}._link_e6ytl_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._detailsWrapper_e6ytl_484{display:flex;margin-top:12px}._detailsItem_e6ytl_489{border-radius:12px;border:1px solid #e2e8f0;padding:16px;margin-right:12px;min-width:115px;max-width:400px}._detailsTitle_e6ytl_498{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_e6ytl_509{margin-right:4px}._detailsText_e6ytl_513{font-size:.875rem;font-weight:500;word-break:break-word;word-wrap:break-word}._detailsText_e6ytl_513 ul li ul,._detailsText_e6ytl_513 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}._authButtonsWrapper_1bx1x_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1bx1x_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1bx1x_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_1bx1x_23{width:100%;margin-bottom:16px}._fieldWrapper_1bx1x_23:last-child{margin-bottom:0}._fieldLabel_1bx1x_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1bx1x_36{font-size:.75rem;margin-top:8px}._field_1bx1x_23{width:100%;position:relative}._fieldLabelNew_1bx1x_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1bx1x_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1bx1x_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1bx1x_52[type=password]{font-size:18px}._inputNew_1bx1x_52:focus,._inputNew_1bx1x_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1bx1x_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1bx1x_52:disabled::placeholder{color:#cbd5e1}._inputNew_1bx1x_52._error_1bx1x_7{border:1px solid #ef4444}._inputNew_1bx1x_52._error_1bx1x_7:focus,._inputNew_1bx1x_52._error_1bx1x_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1bx1x_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1bx1x_90{width:calc(50% - 8px)}._tableNavWrapper_1bx1x_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1bx1x_107{display:flex;align-items:center}._tableNavItem_1bx1x_112{margin:0 6px}._modalContent_1bx1x_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1bx1x_116._center_1bx1x_122{text-align:center;font-family:Inter}._modalContent_1bx1x_116._settings_1bx1x_126{max-height:calc(90vh - 205px)}._modalContent_1bx1x_116._settingsIntegration_1bx1x_129,._modalContent_1bx1x_116._performanceTestModalContent_1bx1x_132{max-height:calc(90vh - 170px)}._modalContent_1bx1x_116._monitoringReportContent_1bx1x_135{max-height:calc(100vh - 100px)}._modalTitle_1bx1x_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1bx1x_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1bx1x_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1bx1x_151:after,._modalLine_1bx1x_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1bx1x_151:before{left:-20px}._modalLine_1bx1x_151:after{right:-20px}._infoMessage_1bx1x_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1bx1x_174: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_1bx1x_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1bx1x_189._buttonsAutoWidth_1bx1x_196{justify-content:flex-end}._modalFooter_1bx1x_189._buttonsAutoWidth_1bx1x_196 button,._modalFooter_1bx1x_189._buttonsAutoWidth_1bx1x_196 span{margin-left:12px}._fullWidthTitle_1bx1x_204{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_1bx1x_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1bx1x_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1bx1x_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1bx1x_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1bx1x_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1bx1x_254{height:180px;display:flex;align-items:center}._widgetFooter_1bx1x_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1bx1x_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1bx1x_267:last-child{border:none}._widgetMainValue_1bx1x_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1bx1x_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1bx1x_291{font-size:.75rem;color:#64748b}._widgetLoader_1bx1x_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1bx1x_303{opacity:.5;cursor:default}._widgetAddress_1bx1x_308{font-size:.75rem;color:#64748b}._widgetTag_1bx1x_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1bx1x_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1bx1x_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1bx1x_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1bx1x_334._green_1bx1x_339:before,._chartValuesTitle_1bx1x_334._dark_1bx1x_339:before,._chartValuesTitle_1bx1x_334._blue_1bx1x_339: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_1bx1x_334._green_1bx1x_339:before{background:#22c55e}._chartValuesTitle_1bx1x_334._dark_1bx1x_339:before{background:#475569}._chartValuesTitle_1bx1x_334._blue_1bx1x_339:before{background:#43e0f8}._topbar_1bx1x_361{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_1bx1x_361._sticky_1bx1x_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1bx1x_379{display:inline-flex}._logo_1bx1x_379{max-width:110px}._menuWrapper_1bx1x_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1bx1x_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1bx1x_387._opened_1bx1x_405{display:flex}}._menuItem_1bx1x_410{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_1bx1x_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1bx1x_410 ._menuIcon_1bx1x_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1bx1x_410 ._menuIconPerformance_1bx1x_436{fill:none}._menuItem_1bx1x_410 ._menuIconStroke_1bx1x_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1bx1x_410._active_1bx1x_444,._menuItem_1bx1x_410:hover{background:#fff;color:#52c2fd}._menuItem_1bx1x_410._active_1bx1x_444 ._menuIcon_1bx1x_431:not(._menuIconStroke_1bx1x_439,._menuIconPerformance_1bx1x_436),._menuItem_1bx1x_410:hover ._menuIcon_1bx1x_431:not(._menuIconStroke_1bx1x_439,._menuIconPerformance_1bx1x_436){fill:#52c2fd}._menuItem_1bx1x_410._active_1bx1x_444 ._menuIconPerformance_1bx1x_436 path,._menuItem_1bx1x_410:hover ._menuIconPerformance_1bx1x_436 path{stroke:#59a6fd}._menuItem_1bx1x_410._active_1bx1x_444 ._menuIconStroke_1bx1x_439:not(._menuIcon_1bx1x_431),._menuItem_1bx1x_410:hover ._menuIconStroke_1bx1x_439:not(._menuIcon_1bx1x_431){stroke:#52c2fd}._redDot_1bx1x_458{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_1bx1x_473{display:flex;justify-content:center}._link_1bx1x_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._editor_1bx1x_484{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_1bx1x_484:focus,._editor_1bx1x_484:active{border:1px solid #a7b8d0}._editor_1bx1x_484._error_1bx1x_7{border:1px solid #ef4444}._editor_1bx1x_484._error_1bx1x_7:focus,._editor_1bx1x_484._error_1bx1x_7:active{border-color:#ef4444;box-shadow:none}._authButtonsWrapper_1la8a_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1la8a_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1la8a_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_1la8a_23{width:100%;margin-bottom:16px}._fieldWrapper_1la8a_23:last-child{margin-bottom:0}._fieldLabel_1la8a_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1la8a_36{font-size:.75rem;margin-top:8px}._field_1la8a_23{width:100%;position:relative}._fieldLabelNew_1la8a_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1la8a_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1la8a_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1la8a_52[type=password]{font-size:18px}._inputNew_1la8a_52:focus,._inputNew_1la8a_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1la8a_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1la8a_52:disabled::placeholder{color:#cbd5e1}._inputNew_1la8a_52._error_1la8a_7{border:1px solid #ef4444}._inputNew_1la8a_52._error_1la8a_7:focus,._inputNew_1la8a_52._error_1la8a_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1la8a_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1la8a_90{width:calc(50% - 8px)}._tableNavWrapper_1la8a_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1la8a_107{display:flex;align-items:center}._tableNavItem_1la8a_112{margin:0 6px}._modalContent_1la8a_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1la8a_116._center_1la8a_122{text-align:center;font-family:Inter}._modalContent_1la8a_116._settings_1la8a_126{max-height:calc(90vh - 205px)}._modalContent_1la8a_116._settingsIntegration_1la8a_129,._modalContent_1la8a_116._performanceTestModalContent_1la8a_132{max-height:calc(90vh - 170px)}._modalContent_1la8a_116._monitoringReportContent_1la8a_135{max-height:calc(100vh - 100px)}._modalTitle_1la8a_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1la8a_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1la8a_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1la8a_151:after,._modalLine_1la8a_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1la8a_151:before{left:-20px}._modalLine_1la8a_151:after{right:-20px}._infoMessage_1la8a_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1la8a_174: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_1la8a_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1la8a_189._buttonsAutoWidth_1la8a_196{justify-content:flex-end}._modalFooter_1la8a_189._buttonsAutoWidth_1la8a_196 button,._modalFooter_1la8a_189._buttonsAutoWidth_1la8a_196 span{margin-left:12px}._fullWidthTitle_1la8a_204{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_1la8a_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1la8a_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1la8a_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1la8a_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1la8a_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1la8a_254{height:180px;display:flex;align-items:center}._widgetFooter_1la8a_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1la8a_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1la8a_267:last-child{border:none}._widgetMainValue_1la8a_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1la8a_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1la8a_291{font-size:.75rem;color:#64748b}._widgetLoader_1la8a_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1la8a_303{opacity:.5;cursor:default}._widgetAddress_1la8a_308{font-size:.75rem;color:#64748b}._widgetTag_1la8a_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1la8a_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1la8a_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1la8a_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1la8a_334._green_1la8a_339:before,._chartValuesTitle_1la8a_334._dark_1la8a_339:before,._chartValuesTitle_1la8a_334._blue_1la8a_339: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_1la8a_334._green_1la8a_339:before{background:#22c55e}._chartValuesTitle_1la8a_334._dark_1la8a_339:before{background:#475569}._chartValuesTitle_1la8a_334._blue_1la8a_339:before{background:#43e0f8}._topbar_1la8a_361{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_1la8a_361._sticky_1la8a_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1la8a_379{display:inline-flex}._logo_1la8a_379{max-width:110px}._menuWrapper_1la8a_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1la8a_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1la8a_387._opened_1la8a_405{display:flex}}._menuItem_1la8a_410{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_1la8a_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1la8a_410 ._menuIcon_1la8a_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1la8a_410 ._menuIconPerformance_1la8a_436{fill:none}._menuItem_1la8a_410 ._menuIconStroke_1la8a_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1la8a_410._active_1la8a_444,._menuItem_1la8a_410:hover{background:#fff;color:#52c2fd}._menuItem_1la8a_410._active_1la8a_444 ._menuIcon_1la8a_431:not(._menuIconStroke_1la8a_439,._menuIconPerformance_1la8a_436),._menuItem_1la8a_410:hover ._menuIcon_1la8a_431:not(._menuIconStroke_1la8a_439,._menuIconPerformance_1la8a_436){fill:#52c2fd}._menuItem_1la8a_410._active_1la8a_444 ._menuIconPerformance_1la8a_436 path,._menuItem_1la8a_410:hover ._menuIconPerformance_1la8a_436 path{stroke:#59a6fd}._menuItem_1la8a_410._active_1la8a_444 ._menuIconStroke_1la8a_439:not(._menuIcon_1la8a_431),._menuItem_1la8a_410:hover ._menuIconStroke_1la8a_439:not(._menuIcon_1la8a_431){stroke:#52c2fd}._redDot_1la8a_458{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_1la8a_473{display:flex;justify-content:center}._link_1la8a_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._messageFormWrapper_1la8a_484{border-radius:20px;border:1px solid #e2e8f0;padding:20px;height:100%}._titleImput_1la8a_491{height:48px;width:100%;border-radius:10px;padding:12px;background:#f8fafc;border:1px solid #e2e8f0;font-size:1rem;color:#475569}._titleImput_1la8a_491._error_1la8a_7{border:1px solid #ef4444}._titleImput_1la8a_491._error_1la8a_7:focus,._titleImput_1la8a_491._error_1la8a_7:active{border-color:#ef4444;box-shadow:none}._textareaWrapper_1la8a_509{margin-bottom:16px}._textareaLabel_1la8a_513{display:block;font-size:14px;margin-bottom:4px;margin-top:16px}._tooltip_1la8a_520 span{font-size:14px!important;color:#000}._repeatButtonsWrapper_1la8a_525{display:flex;justify-content:space-between;margin:8px 0 16px;border-bottom:1px solid #f1f5f9;padding-bottom:16px}._repeatButtons_1la8a_525{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_1la8a_525:hover,._repeatButtons_1la8a_525._active_1la8a_444{border-color:#43e0f8;background:#ebfcff}._submitButtonWrapper_1la8a_552{display:flex;justify-content:flex-end;align-items:center}._noteText_1la8a_558{margin-right:auto;color:#64748b;font-size:12px}._symbolsCount_1la8a_564{width:100%;text-align:right;font-size:14px;color:#64748b;margin-top:4px}._authButtonsWrapper_1hx7d_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1hx7d_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1hx7d_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_1hx7d_23{width:100%;margin-bottom:16px}._fieldWrapper_1hx7d_23:last-child{margin-bottom:0}._fieldLabel_1hx7d_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1hx7d_36{font-size:.75rem;margin-top:8px}._field_1hx7d_23{width:100%;position:relative}._fieldLabelNew_1hx7d_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1hx7d_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1hx7d_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1hx7d_52[type=password]{font-size:18px}._inputNew_1hx7d_52:focus,._inputNew_1hx7d_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1hx7d_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1hx7d_52:disabled::placeholder{color:#cbd5e1}._inputNew_1hx7d_52._error_1hx7d_7{border:1px solid #ef4444}._inputNew_1hx7d_52._error_1hx7d_7:focus,._inputNew_1hx7d_52._error_1hx7d_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1hx7d_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1hx7d_90{width:calc(50% - 8px)}._tableNavWrapper_1hx7d_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1hx7d_107{display:flex;align-items:center}._tableNavItem_1hx7d_112{margin:0 6px}._modalContent_1hx7d_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1hx7d_116._center_1hx7d_122{text-align:center;font-family:Inter}._modalContent_1hx7d_116._settings_1hx7d_126{max-height:calc(90vh - 205px)}._modalContent_1hx7d_116._settingsIntegration_1hx7d_129,._modalContent_1hx7d_116._performanceTestModalContent_1hx7d_132{max-height:calc(90vh - 170px)}._modalContent_1hx7d_116._monitoringReportContent_1hx7d_135{max-height:calc(100vh - 100px)}._modalTitle_1hx7d_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1hx7d_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1hx7d_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1hx7d_151:after,._modalLine_1hx7d_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1hx7d_151:before{left:-20px}._modalLine_1hx7d_151:after{right:-20px}._infoMessage_1hx7d_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1hx7d_174: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_1hx7d_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1hx7d_189._buttonsAutoWidth_1hx7d_196{justify-content:flex-end}._modalFooter_1hx7d_189._buttonsAutoWidth_1hx7d_196 button,._modalFooter_1hx7d_189._buttonsAutoWidth_1hx7d_196 span{margin-left:12px}._fullWidthTitle_1hx7d_204{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_1hx7d_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1hx7d_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1hx7d_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1hx7d_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1hx7d_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1hx7d_254{height:180px;display:flex;align-items:center}._widgetFooter_1hx7d_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1hx7d_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1hx7d_267:last-child{border:none}._widgetMainValue_1hx7d_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1hx7d_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1hx7d_291{font-size:.75rem;color:#64748b}._widgetLoader_1hx7d_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1hx7d_303{opacity:.5;cursor:default}._widgetAddress_1hx7d_308{font-size:.75rem;color:#64748b}._widgetTag_1hx7d_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1hx7d_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1hx7d_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1hx7d_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1hx7d_334._green_1hx7d_339:before,._chartValuesTitle_1hx7d_334._dark_1hx7d_339:before,._chartValuesTitle_1hx7d_334._blue_1hx7d_339: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_1hx7d_334._green_1hx7d_339:before{background:#22c55e}._chartValuesTitle_1hx7d_334._dark_1hx7d_339:before{background:#475569}._chartValuesTitle_1hx7d_334._blue_1hx7d_339:before{background:#43e0f8}._topbar_1hx7d_361{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_1hx7d_361._sticky_1hx7d_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1hx7d_379{display:inline-flex}._logo_1hx7d_379{max-width:110px}._menuWrapper_1hx7d_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1hx7d_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1hx7d_387._opened_1hx7d_405{display:flex}}._menuItem_1hx7d_410{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_1hx7d_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1hx7d_410 ._menuIcon_1hx7d_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1hx7d_410 ._menuIconPerformance_1hx7d_436{fill:none}._menuItem_1hx7d_410 ._menuIconStroke_1hx7d_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1hx7d_410._active_1hx7d_444,._menuItem_1hx7d_410:hover{background:#fff;color:#52c2fd}._menuItem_1hx7d_410._active_1hx7d_444 ._menuIcon_1hx7d_431:not(._menuIconStroke_1hx7d_439,._menuIconPerformance_1hx7d_436),._menuItem_1hx7d_410:hover ._menuIcon_1hx7d_431:not(._menuIconStroke_1hx7d_439,._menuIconPerformance_1hx7d_436){fill:#52c2fd}._menuItem_1hx7d_410._active_1hx7d_444 ._menuIconPerformance_1hx7d_436 path,._menuItem_1hx7d_410:hover ._menuIconPerformance_1hx7d_436 path{stroke:#59a6fd}._menuItem_1hx7d_410._active_1hx7d_444 ._menuIconStroke_1hx7d_439:not(._menuIcon_1hx7d_431),._menuItem_1hx7d_410:hover ._menuIconStroke_1hx7d_439:not(._menuIcon_1hx7d_431){stroke:#52c2fd}._redDot_1hx7d_458{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_1hx7d_473{display:flex;justify-content:center}._link_1hx7d_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._templateList_1hx7d_484{border-radius:20px;border:1px solid #e2e8f0;padding:20px;height:100%;overflow-y:auto;position:relative}._table_1hx7d_100{min-height:100%;top:0}._tabsWrapper_1hx7d_498{width:100%;display:inline-flex;height:40px;padding:4px;margin-bottom:20px;border-radius:32px;background:#f1f5f9}._tab_1hx7d_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_1hx7d_100._active_1hx7d_444{background:#fff;color:#334155;box-shadow:0 1px 3px #3341550a,0 1px 2px #3341550a}._tab_1hx7d_100:last-child{margin-right:0}._tab_1hx7d_100._disabled_1hx7d_303{box-shadow:none;background:#f1f5f9}._tab_1hx7d_100._grey_1hx7d_535{box-shadow:none;background:#f1f5f9;color:#94a3b8;cursor:pointer}._messageTemplateButtonContainer_1hx7d_542{gap:0px}._messageTemplateButtonContainer_1hx7d_542 span{height:28px;width:28px;padding:4px}._messageTemplateButtonContainer_1hx7d_542 span:hover{background-color:transparent}._messageTemplateButtonContainer_1hx7d_542 span:hover svg path{stroke:#0f172a}._authButtonsWrapper_1fh4k_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1fh4k_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1fh4k_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_1fh4k_23{width:100%;margin-bottom:16px}._fieldWrapper_1fh4k_23:last-child{margin-bottom:0}._fieldLabel_1fh4k_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1fh4k_36{font-size:.75rem;margin-top:8px}._field_1fh4k_23{width:100%;position:relative}._fieldLabelNew_1fh4k_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1fh4k_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1fh4k_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1fh4k_52[type=password]{font-size:18px}._inputNew_1fh4k_52:focus,._inputNew_1fh4k_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fh4k_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1fh4k_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fh4k_52._error_1fh4k_7{border:1px solid #ef4444}._inputNew_1fh4k_52._error_1fh4k_7:focus,._inputNew_1fh4k_52._error_1fh4k_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1fh4k_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1fh4k_90{width:calc(50% - 8px)}._tableNavWrapper_1fh4k_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1fh4k_107{display:flex;align-items:center}._tableNavItem_1fh4k_112{margin:0 6px}._modalContent_1fh4k_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1fh4k_116._center_1fh4k_122{text-align:center;font-family:Inter}._modalContent_1fh4k_116._settings_1fh4k_126{max-height:calc(90vh - 205px)}._modalContent_1fh4k_116._settingsIntegration_1fh4k_129,._modalContent_1fh4k_116._performanceTestModalContent_1fh4k_132{max-height:calc(90vh - 170px)}._modalContent_1fh4k_116._monitoringReportContent_1fh4k_135{max-height:calc(100vh - 100px)}._modalTitle_1fh4k_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1fh4k_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1fh4k_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1fh4k_151:after,._modalLine_1fh4k_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1fh4k_151:before{left:-20px}._modalLine_1fh4k_151:after{right:-20px}._infoMessage_1fh4k_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1fh4k_174: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_1fh4k_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1fh4k_189._buttonsAutoWidth_1fh4k_196{justify-content:flex-end}._modalFooter_1fh4k_189._buttonsAutoWidth_1fh4k_196 button,._modalFooter_1fh4k_189._buttonsAutoWidth_1fh4k_196 span{margin-left:12px}._fullWidthTitle_1fh4k_204{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_1fh4k_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1fh4k_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1fh4k_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1fh4k_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1fh4k_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fh4k_254{height:180px;display:flex;align-items:center}._widgetFooter_1fh4k_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1fh4k_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1fh4k_267:last-child{border:none}._widgetMainValue_1fh4k_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1fh4k_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fh4k_291{font-size:.75rem;color:#64748b}._widgetLoader_1fh4k_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1fh4k_303{opacity:.5;cursor:default}._widgetAddress_1fh4k_308{font-size:.75rem;color:#64748b}._widgetTag_1fh4k_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1fh4k_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1fh4k_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1fh4k_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1fh4k_334._green_1fh4k_339:before,._chartValuesTitle_1fh4k_334._dark_1fh4k_339:before,._chartValuesTitle_1fh4k_334._blue_1fh4k_339: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_1fh4k_334._green_1fh4k_339:before{background:#22c55e}._chartValuesTitle_1fh4k_334._dark_1fh4k_339:before{background:#475569}._chartValuesTitle_1fh4k_334._blue_1fh4k_339:before{background:#43e0f8}._topbar_1fh4k_361{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_1fh4k_361._sticky_1fh4k_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1fh4k_379{display:inline-flex}._logo_1fh4k_379{max-width:110px}._menuWrapper_1fh4k_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1fh4k_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1fh4k_387._opened_1fh4k_405{display:flex}}._menuItem_1fh4k_410{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_1fh4k_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1fh4k_410 ._menuIcon_1fh4k_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1fh4k_410 ._menuIconPerformance_1fh4k_436{fill:none}._menuItem_1fh4k_410 ._menuIconStroke_1fh4k_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1fh4k_410._active_1fh4k_444,._menuItem_1fh4k_410:hover{background:#fff;color:#52c2fd}._menuItem_1fh4k_410._active_1fh4k_444 ._menuIcon_1fh4k_431:not(._menuIconStroke_1fh4k_439,._menuIconPerformance_1fh4k_436),._menuItem_1fh4k_410:hover ._menuIcon_1fh4k_431:not(._menuIconStroke_1fh4k_439,._menuIconPerformance_1fh4k_436){fill:#52c2fd}._menuItem_1fh4k_410._active_1fh4k_444 ._menuIconPerformance_1fh4k_436 path,._menuItem_1fh4k_410:hover ._menuIconPerformance_1fh4k_436 path{stroke:#59a6fd}._menuItem_1fh4k_410._active_1fh4k_444 ._menuIconStroke_1fh4k_439:not(._menuIcon_1fh4k_431),._menuItem_1fh4k_410:hover ._menuIconStroke_1fh4k_439:not(._menuIcon_1fh4k_431){stroke:#52c2fd}._redDot_1fh4k_458{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_1fh4k_473{display:flex;justify-content:center}._link_1fh4k_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._modalHeader_1fh4k_484{display:flex;align-items:center;padding:10px 36px 10px 16px;border-bottom:1px solid #e2e8f0}._performanceIconWrapper_1fh4k_491{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_1fh4k_491 svg{fill:none}._performanceIconWrapper_1fh4k_491 svg path{stroke:#59a6fd}._performanceTestInfo_1fh4k_510{display:flex;flex-direction:column;justify-content:center;align-items:flex-start}._performanceTestInfo_1fh4k_510 h3{font-size:18px;font-weight:500;line-height:24px;color:#0f172a;margin-bottom:4px}._performanceTestInfo_1fh4k_510 p{font-size:14px;font-weight:400;line-height:20px;color:#64748b}._modalBody_1fh4k_530{padding:16px}._performanceTestActionsWrapper_1fh4k_534{display:flex;justify-content:space-between;gap:10px}._performanceTestAction_1fh4k_534{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_1fh4k_534:hover{border:1px solid #43e0f8;background-color:#ebfcff}._performanceTestAction_1fh4k_534:hover svg path{fill:#165964}._performanceTestAction_1fh4k_534 svg path{fill:#0f172a}._performanceTestAction_1fh4k_534 p{font-size:14px;font-weight:500;color:#0f172a}._performanceTestAction_1fh4k_534 span{font-size:12px;font-weight:400;color:#475569}._activeAction_1fh4k_572{border:1px solid #43e0f8;background-color:#ebfcff}._activeAction_1fh4k_572 svg path{fill:#165964}._scheduleSection_1fh4k_580,._labelSection_1fh4k_581{display:flex;flex-direction:column}._scheduleSection_1fh4k_580 p,._labelSection_1fh4k_581 p{font-size:14px;line-height:20px;font-weight:400;margin-bottom:4px}._scheduleSection_1fh4k_580{position:relative;margin-top:12px}._selectItemWrapper_1fh4k_598{display:flex;align-items:center;padding:8px;border-radius:8px;margin:4px}._selectItemWrapper_1fh4k_598:hover{background-color:#f8fafc}._selectItemWrapper_1fh4k_598 span{font-size:14px;line-height:20px;font-weight:400;color:#0f172a}._addBtnWrapper_1fh4k_615{display:flex;align-items:center;padding:8px 8px 8px 16px}._addBtnWrapper_1fh4k_615 span{font-size:14px;line-height:20px;font-weight:400;color:#2db2c8}._plusIcon_1fh4k_627{font-size:16px;line-height:14px;margin-right:4px}._performanceTestStatus_16taq_1{display:flex;padding:4px 8px;border-radius:6px;line-height:16px;position:relative;font-size:.75rem;display:inline-flex;align-items:center;border:1px solid #e2e8f0;text-transform:capitalize}._performanceTestStatus_16taq_1:before{content:"";width:8px;height:8px;border-radius:50%;margin-right:8px}._performanceTestStatus_16taq_1._passed_16taq_21{color:#15803d}._performanceTestStatus_16taq_1._passed_16taq_21:before{background:#22c55e}._performanceTestStatus_16taq_1._issue_16taq_27{color:#b91c1c}._performanceTestStatus_16taq_1._issue_16taq_27:before{background:#ef4444}._performanceTestStatus_16taq_1._scheduled_16taq_33{color:#2db2c8}._performanceTestStatus_16taq_1._scheduled_16taq_33:before{background:#43e0f8}._performanceTestStatus_16taq_1._rescheduled_16taq_39{color:#2563eb}._performanceTestStatus_16taq_1._rescheduled_16taq_39:before{background:#3b82f6}._performanceTestStatus_16taq_1._running_16taq_45{color:#f59e0b}._performanceTestStatus_16taq_1._running_16taq_45:before{background:#e3930a}._performanceTestStatus_16taq_1._clickable_16taq_51{cursor:pointer}._authButtonsWrapper_123ot_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_123ot_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_123ot_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_123ot_23{width:100%;margin-bottom:16px}._fieldWrapper_123ot_23:last-child{margin-bottom:0}._fieldLabel_123ot_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_123ot_36{font-size:.75rem;margin-top:8px}._field_123ot_23{width:100%;position:relative}._fieldLabelNew_123ot_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_123ot_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_123ot_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_123ot_52[type=password]{font-size:18px}._inputNew_123ot_52:focus,._inputNew_123ot_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_123ot_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_123ot_52:disabled::placeholder{color:#cbd5e1}._inputNew_123ot_52._error_123ot_7{border:1px solid #ef4444}._inputNew_123ot_52._error_123ot_7:focus,._inputNew_123ot_52._error_123ot_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_123ot_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_123ot_90{width:calc(50% - 8px)}._tableNavWrapper_123ot_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_123ot_107{display:flex;align-items:center}._tableNavItem_123ot_112{margin:0 6px}._modalContent_123ot_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_123ot_116._center_123ot_122{text-align:center;font-family:Inter}._modalContent_123ot_116._settings_123ot_126{max-height:calc(90vh - 205px)}._modalContent_123ot_116._settingsIntegration_123ot_129,._modalContent_123ot_116._performanceTestModalContent_123ot_132{max-height:calc(90vh - 170px)}._modalContent_123ot_116._monitoringReportContent_123ot_135{max-height:calc(100vh - 100px)}._modalTitle_123ot_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_123ot_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_123ot_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_123ot_151:after,._modalLine_123ot_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_123ot_151:before{left:-20px}._modalLine_123ot_151:after{right:-20px}._infoMessage_123ot_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_123ot_174: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_123ot_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_123ot_189._buttonsAutoWidth_123ot_196{justify-content:flex-end}._modalFooter_123ot_189._buttonsAutoWidth_123ot_196 button,._modalFooter_123ot_189._buttonsAutoWidth_123ot_196 span{margin-left:12px}._fullWidthTitle_123ot_204{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_123ot_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_123ot_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_123ot_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_123ot_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_123ot_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_123ot_254{height:180px;display:flex;align-items:center}._widgetFooter_123ot_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_123ot_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_123ot_267:last-child{border:none}._widgetMainValue_123ot_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_123ot_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_123ot_291{font-size:.75rem;color:#64748b}._widgetLoader_123ot_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_123ot_303{opacity:.5;cursor:default}._widgetAddress_123ot_308{font-size:.75rem;color:#64748b}._widgetTag_123ot_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_123ot_321{font-weight:500;color:#0f172a}._chartValuesWrapper_123ot_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_123ot_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_123ot_334._green_123ot_339:before,._chartValuesTitle_123ot_334._dark_123ot_339:before,._chartValuesTitle_123ot_334._blue_123ot_339: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_123ot_334._green_123ot_339:before{background:#22c55e}._chartValuesTitle_123ot_334._dark_123ot_339:before{background:#475569}._chartValuesTitle_123ot_334._blue_123ot_339:before{background:#43e0f8}._topbar_123ot_361{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_123ot_361._sticky_123ot_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_123ot_379{display:inline-flex}._logo_123ot_379{max-width:110px}._menuWrapper_123ot_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_123ot_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_123ot_387._opened_123ot_405{display:flex}}._menuItem_123ot_410{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_123ot_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_123ot_410 ._menuIcon_123ot_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_123ot_410 ._menuIconPerformance_123ot_436{fill:none}._menuItem_123ot_410 ._menuIconStroke_123ot_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_123ot_410._active_123ot_444,._menuItem_123ot_410:hover{background:#fff;color:#52c2fd}._menuItem_123ot_410._active_123ot_444 ._menuIcon_123ot_431:not(._menuIconStroke_123ot_439,._menuIconPerformance_123ot_436),._menuItem_123ot_410:hover ._menuIcon_123ot_431:not(._menuIconStroke_123ot_439,._menuIconPerformance_123ot_436){fill:#52c2fd}._menuItem_123ot_410._active_123ot_444 ._menuIconPerformance_123ot_436 path,._menuItem_123ot_410:hover ._menuIconPerformance_123ot_436 path{stroke:#59a6fd}._menuItem_123ot_410._active_123ot_444 ._menuIconStroke_123ot_439:not(._menuIcon_123ot_431),._menuItem_123ot_410:hover ._menuIconStroke_123ot_439:not(._menuIcon_123ot_431){stroke:#52c2fd}._redDot_123ot_458{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_123ot_473{display:flex;justify-content:center}._link_123ot_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._deviceStatus_123ot_484: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_123ot_484._online_123ot_496:before{background:#22c55e}._deviceStatus_123ot_484._offline_123ot_499:before{background:#94a3b8}._authButtonsWrapper_qud1m_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_qud1m_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_qud1m_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_qud1m_23{width:100%;margin-bottom:16px}._fieldWrapper_qud1m_23:last-child{margin-bottom:0}._fieldLabel_qud1m_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_qud1m_36{font-size:.75rem;margin-top:8px}._field_qud1m_23{width:100%;position:relative}._fieldLabelNew_qud1m_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_qud1m_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_qud1m_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_qud1m_52[type=password]{font-size:18px}._inputNew_qud1m_52:focus,._inputNew_qud1m_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_qud1m_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_qud1m_52:disabled::placeholder{color:#cbd5e1}._inputNew_qud1m_52._error_qud1m_7{border:1px solid #ef4444}._inputNew_qud1m_52._error_qud1m_7:focus,._inputNew_qud1m_52._error_qud1m_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_qud1m_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_qud1m_90{width:calc(50% - 8px)}._tableNavWrapper_qud1m_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_qud1m_107{display:flex;align-items:center}._tableNavItem_qud1m_112{margin:0 6px}._modalContent_qud1m_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_qud1m_116._center_qud1m_122{text-align:center;font-family:Inter}._modalContent_qud1m_116._settings_qud1m_126{max-height:calc(90vh - 205px)}._modalContent_qud1m_116._settingsIntegration_qud1m_129,._modalContent_qud1m_116._performanceTestModalContent_qud1m_132{max-height:calc(90vh - 170px)}._modalContent_qud1m_116._monitoringReportContent_qud1m_135{max-height:calc(100vh - 100px)}._modalTitle_qud1m_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_qud1m_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_qud1m_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_qud1m_151:after,._modalLine_qud1m_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_qud1m_151:before{left:-20px}._modalLine_qud1m_151:after{right:-20px}._infoMessage_qud1m_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_qud1m_174: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_qud1m_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_qud1m_189._buttonsAutoWidth_qud1m_196{justify-content:flex-end}._modalFooter_qud1m_189._buttonsAutoWidth_qud1m_196 button,._modalFooter_qud1m_189._buttonsAutoWidth_qud1m_196 span{margin-left:12px}._fullWidthTitle_qud1m_204{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_qud1m_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_qud1m_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_qud1m_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_qud1m_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_qud1m_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_qud1m_254{height:180px;display:flex;align-items:center}._widgetFooter_qud1m_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_qud1m_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_qud1m_267:last-child{border:none}._widgetMainValue_qud1m_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_qud1m_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_qud1m_291{font-size:.75rem;color:#64748b}._widgetLoader_qud1m_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_qud1m_303{opacity:.5;cursor:default}._widgetAddress_qud1m_308{font-size:.75rem;color:#64748b}._widgetTag_qud1m_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_qud1m_321{font-weight:500;color:#0f172a}._chartValuesWrapper_qud1m_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_qud1m_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_qud1m_334._green_qud1m_339:before,._chartValuesTitle_qud1m_334._dark_qud1m_339:before,._chartValuesTitle_qud1m_334._blue_qud1m_339: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_qud1m_334._green_qud1m_339:before{background:#22c55e}._chartValuesTitle_qud1m_334._dark_qud1m_339:before{background:#475569}._chartValuesTitle_qud1m_334._blue_qud1m_339:before{background:#43e0f8}._topbar_qud1m_361{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_qud1m_361._sticky_qud1m_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_qud1m_379{display:inline-flex}._logo_qud1m_379{max-width:110px}._menuWrapper_qud1m_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_qud1m_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_qud1m_387._opened_qud1m_405{display:flex}}._menuItem_qud1m_410{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_qud1m_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_qud1m_410 ._menuIcon_qud1m_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_qud1m_410 ._menuIconPerformance_qud1m_436{fill:none}._menuItem_qud1m_410 ._menuIconStroke_qud1m_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_qud1m_410._active_qud1m_444,._menuItem_qud1m_410:hover{background:#fff;color:#52c2fd}._menuItem_qud1m_410._active_qud1m_444 ._menuIcon_qud1m_431:not(._menuIconStroke_qud1m_439,._menuIconPerformance_qud1m_436),._menuItem_qud1m_410:hover ._menuIcon_qud1m_431:not(._menuIconStroke_qud1m_439,._menuIconPerformance_qud1m_436){fill:#52c2fd}._menuItem_qud1m_410._active_qud1m_444 ._menuIconPerformance_qud1m_436 path,._menuItem_qud1m_410:hover ._menuIconPerformance_qud1m_436 path{stroke:#59a6fd}._menuItem_qud1m_410._active_qud1m_444 ._menuIconStroke_qud1m_439:not(._menuIcon_qud1m_431),._menuItem_qud1m_410:hover ._menuIconStroke_qud1m_439:not(._menuIcon_qud1m_431){stroke:#52c2fd}._redDot_qud1m_458{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_qud1m_473{display:flex;justify-content:center}._link_qud1m_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderItem_qud1m_484{margin-bottom:8px;font-family:Inter;list-style:none}._orderItem_qud1m_484:last-child{margin-bottom:0}._orderItemName_qud1m_493{color:#64748b}._orderItemValue_qud1m_497{display:inline-flex;margin-left:8px;font-weight:500}._authButtonsWrapper_cb6sc_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_cb6sc_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_cb6sc_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_cb6sc_23{width:100%;margin-bottom:16px}._fieldWrapper_cb6sc_23:last-child{margin-bottom:0}._fieldLabel_cb6sc_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_cb6sc_36{font-size:.75rem;margin-top:8px}._field_cb6sc_23{width:100%;position:relative}._fieldLabelNew_cb6sc_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_cb6sc_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_cb6sc_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_cb6sc_52[type=password]{font-size:18px}._inputNew_cb6sc_52:focus,._inputNew_cb6sc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_cb6sc_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_cb6sc_52:disabled::placeholder{color:#cbd5e1}._inputNew_cb6sc_52._error_cb6sc_7{border:1px solid #ef4444}._inputNew_cb6sc_52._error_cb6sc_7:focus,._inputNew_cb6sc_52._error_cb6sc_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_cb6sc_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_cb6sc_90{width:calc(50% - 8px)}._tableNavWrapper_cb6sc_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_cb6sc_107{display:flex;align-items:center}._tableNavItem_cb6sc_112{margin:0 6px}._modalContent_cb6sc_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_cb6sc_116._center_cb6sc_122{text-align:center;font-family:Inter}._modalContent_cb6sc_116._settings_cb6sc_126{max-height:calc(90vh - 205px)}._modalContent_cb6sc_116._settingsIntegration_cb6sc_129,._modalContent_cb6sc_116._performanceTestModalContent_cb6sc_132{max-height:calc(90vh - 170px)}._modalContent_cb6sc_116._monitoringReportContent_cb6sc_135{max-height:calc(100vh - 100px)}._modalTitle_cb6sc_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_cb6sc_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_cb6sc_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_cb6sc_151:after,._modalLine_cb6sc_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_cb6sc_151:before{left:-20px}._modalLine_cb6sc_151:after{right:-20px}._infoMessage_cb6sc_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_cb6sc_174: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_cb6sc_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_cb6sc_189._buttonsAutoWidth_cb6sc_196{justify-content:flex-end}._modalFooter_cb6sc_189._buttonsAutoWidth_cb6sc_196 button,._modalFooter_cb6sc_189._buttonsAutoWidth_cb6sc_196 span{margin-left:12px}._fullWidthTitle_cb6sc_204{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_cb6sc_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_cb6sc_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_cb6sc_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_cb6sc_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_cb6sc_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_cb6sc_254{height:180px;display:flex;align-items:center}._widgetFooter_cb6sc_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_cb6sc_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_cb6sc_267:last-child{border:none}._widgetMainValue_cb6sc_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_cb6sc_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_cb6sc_291{font-size:.75rem;color:#64748b}._widgetLoader_cb6sc_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_cb6sc_303{opacity:.5;cursor:default}._widgetAddress_cb6sc_308{font-size:.75rem;color:#64748b}._widgetTag_cb6sc_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_cb6sc_321{font-weight:500;color:#0f172a}._chartValuesWrapper_cb6sc_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_cb6sc_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_cb6sc_334._green_cb6sc_339:before,._chartValuesTitle_cb6sc_334._dark_cb6sc_339:before,._chartValuesTitle_cb6sc_334._blue_cb6sc_339: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_cb6sc_334._green_cb6sc_339:before{background:#22c55e}._chartValuesTitle_cb6sc_334._dark_cb6sc_339:before{background:#475569}._chartValuesTitle_cb6sc_334._blue_cb6sc_339:before{background:#43e0f8}._topbar_cb6sc_361{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_cb6sc_361._sticky_cb6sc_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_cb6sc_379{display:inline-flex}._logo_cb6sc_379{max-width:110px}._menuWrapper_cb6sc_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_cb6sc_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_cb6sc_387._opened_cb6sc_405{display:flex}}._menuItem_cb6sc_410{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_cb6sc_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_cb6sc_410 ._menuIcon_cb6sc_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_cb6sc_410 ._menuIconPerformance_cb6sc_436{fill:none}._menuItem_cb6sc_410 ._menuIconStroke_cb6sc_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_cb6sc_410._active_cb6sc_444,._menuItem_cb6sc_410:hover{background:#fff;color:#52c2fd}._menuItem_cb6sc_410._active_cb6sc_444 ._menuIcon_cb6sc_431:not(._menuIconStroke_cb6sc_439,._menuIconPerformance_cb6sc_436),._menuItem_cb6sc_410:hover ._menuIcon_cb6sc_431:not(._menuIconStroke_cb6sc_439,._menuIconPerformance_cb6sc_436){fill:#52c2fd}._menuItem_cb6sc_410._active_cb6sc_444 ._menuIconPerformance_cb6sc_436 path,._menuItem_cb6sc_410:hover ._menuIconPerformance_cb6sc_436 path{stroke:#59a6fd}._menuItem_cb6sc_410._active_cb6sc_444 ._menuIconStroke_cb6sc_439:not(._menuIcon_cb6sc_431),._menuItem_cb6sc_410:hover ._menuIconStroke_cb6sc_439:not(._menuIcon_cb6sc_431){stroke:#52c2fd}._redDot_cb6sc_458{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_cb6sc_473{display:flex;justify-content:center}._link_cb6sc_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderStatus_cb6sc_484{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_cb6sc_484:before{display:inline-flex;margin-right:2px;position:relative;top:1px}._orderStatus_cb6sc_484._new_cb6sc_500{background:#dcfce7;color:#15803d}._orderStatus_cb6sc_484._new_cb6sc_500: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_cb6sc_484._pending_cb6sc_507{background:#fef3c7;color:#b45309}._orderStatus_cb6sc_484._pending_cb6sc_507: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_cb6sc_484._confirmed_cb6sc_514{background:#cdfcff;color:#134f66}._orderStatus_cb6sc_484._confirmed_cb6sc_514: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_cb6sc_484._packed_cb6sc_521{background:#f3e8ff;color:#7e22ce}._orderStatus_cb6sc_484._packed_cb6sc_521: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_cb6sc_484._shipping_cb6sc_528{background:#dbeafe;color:#2563eb}._orderStatus_cb6sc_484._shipping_cb6sc_528: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_cb6sc_484._fulfilled_cb6sc_535{background:#e0e7ff;color:#4338ca}._orderStatus_cb6sc_484._fulfilled_cb6sc_535: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_cb6sc_484._denied_cb6sc_542{background:#fee2e2;color:#b91c1c}._orderStatus_cb6sc_484._denied_cb6sc_542: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_cb6sc_484._canceled_cb6sc_549{background:#fee2e2;color:#b91c1c}._orderStatus_cb6sc_484._canceled_cb6sc_549: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_7pv83_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_7pv83_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_7pv83_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_7pv83_23{width:100%;margin-bottom:16px}._fieldWrapper_7pv83_23:last-child{margin-bottom:0}._fieldLabel_7pv83_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_7pv83_36{font-size:.75rem;margin-top:8px}._field_7pv83_23{width:100%;position:relative}._fieldLabelNew_7pv83_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_7pv83_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_7pv83_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_7pv83_52[type=password]{font-size:18px}._inputNew_7pv83_52:focus,._inputNew_7pv83_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_7pv83_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_7pv83_52:disabled::placeholder{color:#cbd5e1}._inputNew_7pv83_52._error_7pv83_7{border:1px solid #ef4444}._inputNew_7pv83_52._error_7pv83_7:focus,._inputNew_7pv83_52._error_7pv83_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_7pv83_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_7pv83_90{width:calc(50% - 8px)}._tableNavWrapper_7pv83_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_7pv83_107{display:flex;align-items:center}._tableNavItem_7pv83_112{margin:0 6px}._modalContent_7pv83_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_7pv83_116._center_7pv83_122{text-align:center;font-family:Inter}._modalContent_7pv83_116._settings_7pv83_126{max-height:calc(90vh - 205px)}._modalContent_7pv83_116._settingsIntegration_7pv83_129,._modalContent_7pv83_116._performanceTestModalContent_7pv83_132{max-height:calc(90vh - 170px)}._modalContent_7pv83_116._monitoringReportContent_7pv83_135{max-height:calc(100vh - 100px)}._modalTitle_7pv83_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_7pv83_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_7pv83_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_7pv83_151:after,._modalLine_7pv83_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_7pv83_151:before{left:-20px}._modalLine_7pv83_151:after{right:-20px}._infoMessage_7pv83_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_7pv83_174: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_7pv83_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_7pv83_189._buttonsAutoWidth_7pv83_196{justify-content:flex-end}._modalFooter_7pv83_189._buttonsAutoWidth_7pv83_196 button,._modalFooter_7pv83_189._buttonsAutoWidth_7pv83_196 span{margin-left:12px}._fullWidthTitle_7pv83_204{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_7pv83_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_7pv83_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_7pv83_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_7pv83_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_7pv83_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_7pv83_254{height:180px;display:flex;align-items:center}._widgetFooter_7pv83_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_7pv83_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_7pv83_267:last-child{border:none}._widgetMainValue_7pv83_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_7pv83_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_7pv83_291{font-size:.75rem;color:#64748b}._widgetLoader_7pv83_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_7pv83_303{opacity:.5;cursor:default}._widgetAddress_7pv83_308{font-size:.75rem;color:#64748b}._widgetTag_7pv83_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_7pv83_321{font-weight:500;color:#0f172a}._chartValuesWrapper_7pv83_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_7pv83_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_7pv83_334._green_7pv83_339:before,._chartValuesTitle_7pv83_334._dark_7pv83_339:before,._chartValuesTitle_7pv83_334._blue_7pv83_339: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_7pv83_334._green_7pv83_339:before{background:#22c55e}._chartValuesTitle_7pv83_334._dark_7pv83_339:before{background:#475569}._chartValuesTitle_7pv83_334._blue_7pv83_339:before{background:#43e0f8}._topbar_7pv83_361{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_7pv83_361._sticky_7pv83_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_7pv83_379{display:inline-flex}._logo_7pv83_379{max-width:110px}._menuWrapper_7pv83_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_7pv83_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_7pv83_387._opened_7pv83_405{display:flex}}._menuItem_7pv83_410{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_7pv83_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_7pv83_410 ._menuIcon_7pv83_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_7pv83_410 ._menuIconPerformance_7pv83_436{fill:none}._menuItem_7pv83_410 ._menuIconStroke_7pv83_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_7pv83_410._active_7pv83_444,._menuItem_7pv83_410:hover{background:#fff;color:#52c2fd}._menuItem_7pv83_410._active_7pv83_444 ._menuIcon_7pv83_431:not(._menuIconStroke_7pv83_439,._menuIconPerformance_7pv83_436),._menuItem_7pv83_410:hover ._menuIcon_7pv83_431:not(._menuIconStroke_7pv83_439,._menuIconPerformance_7pv83_436){fill:#52c2fd}._menuItem_7pv83_410._active_7pv83_444 ._menuIconPerformance_7pv83_436 path,._menuItem_7pv83_410:hover ._menuIconPerformance_7pv83_436 path{stroke:#59a6fd}._menuItem_7pv83_410._active_7pv83_444 ._menuIconStroke_7pv83_439:not(._menuIcon_7pv83_431),._menuItem_7pv83_410:hover ._menuIconStroke_7pv83_439:not(._menuIcon_7pv83_431){stroke:#52c2fd}._redDot_7pv83_458{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_7pv83_473{display:flex;justify-content:center}._link_7pv83_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableFiltersWrapper_7pv83_484{display:flex;border-radius:6px;border:1px solid #e2e8f0;margin:16px 0;position:relative}._datePickerWrapper_7pv83_492{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_7pv83_492 div:first-child{border:none}._datePickerWrapper_7pv83_492 ._dateButtonsWrapper_7pv83_505{display:flex;align-items:center;justify-content:space-between;padding:12px 16px;border-top:1px solid #f1f5f9}._datePickerWrapper_7pv83_492 ._dateButtonsWrapper_7pv83_505 button{color:#165964}._innerWrapper_7pv83_516{background-color:#ff0}._tableFilter_7pv83_484{display:flex;align-items:center;justify-content:center;padding:8px;border-right:1px solid #e2e8f0;cursor:pointer}._tableFilter_7pv83_484 span{font-size:14px;font-weight:500;line-height:20px;color:#475569}._tableFilter_7pv83_484:first-child{border-top-left-radius:6px;border-bottom-left-radius:6px}._tableFilter_7pv83_484:last-child{border-top-right-radius:6px;border-bottom-right-radius:6px;border-right:none}._tableFilter_7pv83_484:hover{background-color:#f8fafc}._tableFilter_7pv83_484._active_7pv83_444{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_864ip_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_864ip_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_864ip_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_864ip_23{width:100%;margin-bottom:16px}._fieldWrapper_864ip_23:last-child{margin-bottom:0}._fieldLabel_864ip_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_864ip_36{font-size:.75rem;margin-top:8px}._field_864ip_23{width:100%;position:relative}._fieldLabelNew_864ip_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_864ip_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_864ip_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_864ip_52[type=password]{font-size:18px}._inputNew_864ip_52:focus,._inputNew_864ip_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_864ip_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_864ip_52:disabled::placeholder{color:#cbd5e1}._inputNew_864ip_52._error_864ip_7{border:1px solid #ef4444}._inputNew_864ip_52._error_864ip_7:focus,._inputNew_864ip_52._error_864ip_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_864ip_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_864ip_90{width:calc(50% - 8px)}._tableNavWrapper_864ip_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_864ip_107{display:flex;align-items:center}._tableNavItem_864ip_112{margin:0 6px}._modalContent_864ip_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_864ip_116._center_864ip_122{text-align:center;font-family:Inter}._modalContent_864ip_116._settings_864ip_126{max-height:calc(90vh - 205px)}._modalContent_864ip_116._settingsIntegration_864ip_129,._modalContent_864ip_116._performanceTestModalContent_864ip_132{max-height:calc(90vh - 170px)}._modalContent_864ip_116._monitoringReportContent_864ip_135{max-height:calc(100vh - 100px)}._modalTitle_864ip_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_864ip_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_864ip_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_864ip_151:after,._modalLine_864ip_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_864ip_151:before{left:-20px}._modalLine_864ip_151:after{right:-20px}._infoMessage_864ip_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_864ip_174: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_864ip_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_864ip_189._buttonsAutoWidth_864ip_196{justify-content:flex-end}._modalFooter_864ip_189._buttonsAutoWidth_864ip_196 button,._modalFooter_864ip_189._buttonsAutoWidth_864ip_196 span{margin-left:12px}._fullWidthTitle_864ip_204{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_864ip_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_864ip_223,._perfTestWidgetWrapper_864ip_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_864ip_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_864ip_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_864ip_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_864ip_254{height:180px;display:flex;align-items:center}._widgetFooter_864ip_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_864ip_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_864ip_267:last-child{border:none}._widgetMainValue_864ip_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_864ip_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_864ip_291{font-size:.75rem;color:#64748b}._widgetLoader_864ip_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_864ip_303{opacity:.5;cursor:default}._widgetAddress_864ip_308{font-size:.75rem;color:#64748b}._widgetTag_864ip_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_864ip_321{font-weight:500;color:#0f172a}._chartValuesWrapper_864ip_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_864ip_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_864ip_334._green_864ip_339:before,._chartValuesTitle_864ip_334._dark_864ip_339:before,._chartValuesTitle_864ip_334._blue_864ip_339: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_864ip_334._green_864ip_339:before{background:#22c55e}._chartValuesTitle_864ip_334._dark_864ip_339:before{background:#475569}._chartValuesTitle_864ip_334._blue_864ip_339:before{background:#43e0f8}._topbar_864ip_361{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_864ip_361._sticky_864ip_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_864ip_379{display:inline-flex}._logo_864ip_379{max-width:110px}._menuWrapper_864ip_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_864ip_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_864ip_387._opened_864ip_405{display:flex}}._menuItem_864ip_410{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_864ip_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_864ip_410 ._menuIcon_864ip_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_864ip_410 ._menuIconPerformance_864ip_436{fill:none}._menuItem_864ip_410 ._menuIconStroke_864ip_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_864ip_410._active_864ip_444,._menuItem_864ip_410:hover{background:#fff;color:#52c2fd}._menuItem_864ip_410._active_864ip_444 ._menuIcon_864ip_431:not(._menuIconStroke_864ip_439,._menuIconPerformance_864ip_436),._menuItem_864ip_410:hover ._menuIcon_864ip_431:not(._menuIconStroke_864ip_439,._menuIconPerformance_864ip_436){fill:#52c2fd}._menuItem_864ip_410._active_864ip_444 ._menuIconPerformance_864ip_436 path,._menuItem_864ip_410:hover ._menuIconPerformance_864ip_436 path{stroke:#59a6fd}._menuItem_864ip_410._active_864ip_444 ._menuIconStroke_864ip_439:not(._menuIcon_864ip_431),._menuItem_864ip_410:hover ._menuIconStroke_864ip_439:not(._menuIcon_864ip_431){stroke:#52c2fd}._redDot_864ip_458{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_864ip_473{display:flex;justify-content:center}._link_864ip_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._perfTestWidgetWrapper_864ip_223{max-width:100%;min-height:193px}._chartWrapper_864ip_489{padding:16px 0}._indicatorsWrapper_864ip_493{margin-top:16px}._indicator_864ip_493{display:inline-flex;align-items:center;font-size:12px;font-style:normal;font-weight:500;color:#475569;text-transform:uppercase;margin-right:20px}._indicator_864ip_493 i{font-style:normal;color:#0f172a;padding-left:4px}._colorCircle_864ip_513{width:8px;height:8px;border-radius:50%;display:inline-flex;margin-right:6px}._authButtonsWrapper_1gj3x_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1gj3x_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1gj3x_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_1gj3x_23{width:100%;margin-bottom:16px}._fieldWrapper_1gj3x_23:last-child{margin-bottom:0}._fieldLabel_1gj3x_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1gj3x_36{font-size:.75rem;margin-top:8px}._field_1gj3x_23{width:100%;position:relative}._fieldLabelNew_1gj3x_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1gj3x_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1gj3x_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1gj3x_52[type=password]{font-size:18px}._inputNew_1gj3x_52:focus,._inputNew_1gj3x_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1gj3x_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1gj3x_52:disabled::placeholder{color:#cbd5e1}._inputNew_1gj3x_52._error_1gj3x_7{border:1px solid #ef4444}._inputNew_1gj3x_52._error_1gj3x_7:focus,._inputNew_1gj3x_52._error_1gj3x_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1gj3x_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1gj3x_90{width:calc(50% - 8px)}._tableNavWrapper_1gj3x_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1gj3x_107{display:flex;align-items:center}._tableNavItem_1gj3x_112{margin:0 6px}._modalContent_1gj3x_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1gj3x_116._center_1gj3x_122{text-align:center;font-family:Inter}._modalContent_1gj3x_116._settings_1gj3x_126{max-height:calc(90vh - 205px)}._modalContent_1gj3x_116._settingsIntegration_1gj3x_129,._modalContent_1gj3x_116._performanceTestModalContent_1gj3x_132{max-height:calc(90vh - 170px)}._modalContent_1gj3x_116._monitoringReportContent_1gj3x_135{max-height:calc(100vh - 100px)}._modalTitle_1gj3x_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1gj3x_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1gj3x_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1gj3x_151:after,._modalLine_1gj3x_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1gj3x_151:before{left:-20px}._modalLine_1gj3x_151:after{right:-20px}._infoMessage_1gj3x_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1gj3x_174: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_1gj3x_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1gj3x_189._buttonsAutoWidth_1gj3x_196{justify-content:flex-end}._modalFooter_1gj3x_189._buttonsAutoWidth_1gj3x_196 button,._modalFooter_1gj3x_189._buttonsAutoWidth_1gj3x_196 span{margin-left:12px}._fullWidthTitle_1gj3x_204{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_1gj3x_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1gj3x_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1gj3x_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1gj3x_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1gj3x_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1gj3x_254{height:180px;display:flex;align-items:center}._widgetFooter_1gj3x_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1gj3x_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1gj3x_267:last-child{border:none}._widgetMainValue_1gj3x_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1gj3x_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1gj3x_291{font-size:.75rem;color:#64748b}._widgetLoader_1gj3x_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1gj3x_303{opacity:.5;cursor:default}._widgetAddress_1gj3x_308{font-size:.75rem;color:#64748b}._widgetTag_1gj3x_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1gj3x_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1gj3x_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1gj3x_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1gj3x_334._green_1gj3x_339:before,._chartValuesTitle_1gj3x_334._dark_1gj3x_339:before,._chartValuesTitle_1gj3x_334._blue_1gj3x_339: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_1gj3x_334._green_1gj3x_339:before{background:#22c55e}._chartValuesTitle_1gj3x_334._dark_1gj3x_339:before{background:#475569}._chartValuesTitle_1gj3x_334._blue_1gj3x_339:before{background:#43e0f8}._topbar_1gj3x_361{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_1gj3x_361._sticky_1gj3x_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1gj3x_379{display:inline-flex}._logo_1gj3x_379{max-width:110px}._menuWrapper_1gj3x_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1gj3x_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1gj3x_387._opened_1gj3x_405{display:flex}}._menuItem_1gj3x_410{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_1gj3x_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1gj3x_410 ._menuIcon_1gj3x_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1gj3x_410 ._menuIconPerformance_1gj3x_436{fill:none}._menuItem_1gj3x_410 ._menuIconStroke_1gj3x_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1gj3x_410._active_1gj3x_444,._menuItem_1gj3x_410:hover{background:#fff;color:#52c2fd}._menuItem_1gj3x_410._active_1gj3x_444 ._menuIcon_1gj3x_431:not(._menuIconStroke_1gj3x_439,._menuIconPerformance_1gj3x_436),._menuItem_1gj3x_410:hover ._menuIcon_1gj3x_431:not(._menuIconStroke_1gj3x_439,._menuIconPerformance_1gj3x_436){fill:#52c2fd}._menuItem_1gj3x_410._active_1gj3x_444 ._menuIconPerformance_1gj3x_436 path,._menuItem_1gj3x_410:hover ._menuIconPerformance_1gj3x_436 path{stroke:#59a6fd}._menuItem_1gj3x_410._active_1gj3x_444 ._menuIconStroke_1gj3x_439:not(._menuIcon_1gj3x_431),._menuItem_1gj3x_410:hover ._menuIconStroke_1gj3x_439:not(._menuIcon_1gj3x_431){stroke:#52c2fd}._redDot_1gj3x_458{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_1gj3x_473{display:flex;justify-content:center}._link_1gj3x_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._tableNavButtonsWrapper_1gj3x_107{display:flex}._confirmedCheckboxWrapper_1gj3x_488{display:flex;align-items:center;margin:0 6px}._confirmedCheckboxWrapper_1gj3x_488 label{margin-right:8px}._startPerformanceButton_1gj3x_497{background-color:#43e0f8!important;color:#165964!important}._startPerformanceButton_1gj3x_497[disabled]{background-color:#f1f5f9!important;color:#cbd5e1!important;border:1px solid #f1f5f9}._cancelButton_1gj3x_507{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_1gj3x_507[disabled]{opacity:.5!important}._authButtonsWrapper_e74y9_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_e74y9_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_e74y9_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_e74y9_23{width:100%;margin-bottom:16px}._fieldWrapper_e74y9_23:last-child{margin-bottom:0}._fieldLabel_e74y9_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_e74y9_36{font-size:.75rem;margin-top:8px}._field_e74y9_23{width:100%;position:relative}._fieldLabelNew_e74y9_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_e74y9_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_e74y9_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_e74y9_52[type=password]{font-size:18px}._inputNew_e74y9_52:focus,._inputNew_e74y9_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_e74y9_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_e74y9_52:disabled::placeholder{color:#cbd5e1}._inputNew_e74y9_52._error_e74y9_7{border:1px solid #ef4444}._inputNew_e74y9_52._error_e74y9_7:focus,._inputNew_e74y9_52._error_e74y9_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_e74y9_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_e74y9_90{width:calc(50% - 8px)}._tableNavWrapper_e74y9_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_e74y9_107{display:flex;align-items:center}._tableNavItem_e74y9_112{margin:0 6px}._modalContent_e74y9_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_e74y9_116._center_e74y9_122{text-align:center;font-family:Inter}._modalContent_e74y9_116._settings_e74y9_126{max-height:calc(90vh - 205px)}._modalContent_e74y9_116._settingsIntegration_e74y9_129,._modalContent_e74y9_116._performanceTestModalContent_e74y9_132{max-height:calc(90vh - 170px)}._modalContent_e74y9_116._monitoringReportContent_e74y9_135{max-height:calc(100vh - 100px)}._modalTitle_e74y9_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_e74y9_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_e74y9_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_e74y9_151:after,._modalLine_e74y9_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_e74y9_151:before{left:-20px}._modalLine_e74y9_151:after{right:-20px}._infoMessage_e74y9_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_e74y9_174: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_e74y9_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_e74y9_189._buttonsAutoWidth_e74y9_196{justify-content:flex-end}._modalFooter_e74y9_189._buttonsAutoWidth_e74y9_196 button,._modalFooter_e74y9_189._buttonsAutoWidth_e74y9_196 span{margin-left:12px}._fullWidthTitle_e74y9_204{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_e74y9_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_e74y9_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_e74y9_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_e74y9_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_e74y9_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_e74y9_254{height:180px;display:flex;align-items:center}._widgetFooter_e74y9_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_e74y9_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_e74y9_267:last-child{border:none}._widgetMainValue_e74y9_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_e74y9_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_e74y9_291{font-size:.75rem;color:#64748b}._widgetLoader_e74y9_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_e74y9_303{opacity:.5;cursor:default}._widgetAddress_e74y9_308{font-size:.75rem;color:#64748b}._widgetTag_e74y9_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_e74y9_321{font-weight:500;color:#0f172a}._chartValuesWrapper_e74y9_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_e74y9_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_e74y9_334._green_e74y9_339:before,._chartValuesTitle_e74y9_334._dark_e74y9_339:before,._chartValuesTitle_e74y9_334._blue_e74y9_339: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_e74y9_334._green_e74y9_339:before{background:#22c55e}._chartValuesTitle_e74y9_334._dark_e74y9_339:before{background:#475569}._chartValuesTitle_e74y9_334._blue_e74y9_339:before{background:#43e0f8}._topbar_e74y9_361{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_e74y9_361._sticky_e74y9_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_e74y9_379{display:inline-flex}._logo_e74y9_379{max-width:110px}._menuWrapper_e74y9_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_e74y9_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_e74y9_387._opened_e74y9_405{display:flex}}._menuItem_e74y9_410{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_e74y9_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_e74y9_410 ._menuIcon_e74y9_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_e74y9_410 ._menuIconPerformance_e74y9_436{fill:none}._menuItem_e74y9_410 ._menuIconStroke_e74y9_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_e74y9_410._active_e74y9_444,._menuItem_e74y9_410:hover{background:#fff;color:#52c2fd}._menuItem_e74y9_410._active_e74y9_444 ._menuIcon_e74y9_431:not(._menuIconStroke_e74y9_439,._menuIconPerformance_e74y9_436),._menuItem_e74y9_410:hover ._menuIcon_e74y9_431:not(._menuIconStroke_e74y9_439,._menuIconPerformance_e74y9_436){fill:#52c2fd}._menuItem_e74y9_410._active_e74y9_444 ._menuIconPerformance_e74y9_436 path,._menuItem_e74y9_410:hover ._menuIconPerformance_e74y9_436 path{stroke:#59a6fd}._menuItem_e74y9_410._active_e74y9_444 ._menuIconStroke_e74y9_439:not(._menuIcon_e74y9_431),._menuItem_e74y9_410:hover ._menuIconStroke_e74y9_439:not(._menuIcon_e74y9_431){stroke:#52c2fd}._redDot_e74y9_458{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_e74y9_473{display:flex;justify-content:center}._link_e74y9_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_e74y9_223{width:100%;max-width:100%;min-height:193px}@media only screen and (max-width: 1200px){._widgetWrapper_e74y9_223{margin-bottom:24px}}@media only screen and (max-width: 1024px){._widgetWrapper_e74y9_223{width:100%}}._alertWidgetSubtitle_e74y9_500{font-size:.75rem;margin:16px 0 18px}._indicatorsWrapper_e74y9_505{display:flex;justify-content:space-between;flex-wrap:wrap}._indicatorWrapper_e74y9_511{display:flex;flex-wrap:wrap;justify-content:center;align-items:center}._indicatorValue_e74y9_518{width:100%;text-align:center;font-size:16px;font-weight:500;margin-bottom:16px;color:#0f172a}._indicator_e74y9_505{color:#475569;font-size:.75rem}._summaryIndicators_e74y9_532{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_e74y9_532 i{display:inline-flex;padding:0 5px;font-style:normal;font-size:12px;font-weight:500;color:#0f172a}._authButtonsWrapper_ym25l_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_ym25l_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_ym25l_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_ym25l_23{width:100%;margin-bottom:16px}._fieldWrapper_ym25l_23:last-child{margin-bottom:0}._fieldLabel_ym25l_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_ym25l_36{font-size:.75rem;margin-top:8px}._field_ym25l_23{width:100%;position:relative}._fieldLabelNew_ym25l_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_ym25l_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_ym25l_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_ym25l_52[type=password]{font-size:18px}._inputNew_ym25l_52:focus,._inputNew_ym25l_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_ym25l_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_ym25l_52:disabled::placeholder{color:#cbd5e1}._inputNew_ym25l_52._error_ym25l_7{border:1px solid #ef4444}._inputNew_ym25l_52._error_ym25l_7:focus,._inputNew_ym25l_52._error_ym25l_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_ym25l_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_ym25l_90{width:calc(50% - 8px)}._tableNavWrapper_ym25l_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_ym25l_107{display:flex;align-items:center}._tableNavItem_ym25l_112{margin:0 6px}._modalContent_ym25l_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_ym25l_116._center_ym25l_122{text-align:center;font-family:Inter}._modalContent_ym25l_116._settings_ym25l_126{max-height:calc(90vh - 205px)}._modalContent_ym25l_116._settingsIntegration_ym25l_129,._modalContent_ym25l_116._performanceTestModalContent_ym25l_132{max-height:calc(90vh - 170px)}._modalContent_ym25l_116._monitoringReportContent_ym25l_135{max-height:calc(100vh - 100px)}._modalTitle_ym25l_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_ym25l_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_ym25l_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_ym25l_151:after,._modalLine_ym25l_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_ym25l_151:before{left:-20px}._modalLine_ym25l_151:after{right:-20px}._infoMessage_ym25l_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_ym25l_174: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_ym25l_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_ym25l_189._buttonsAutoWidth_ym25l_196{justify-content:flex-end}._modalFooter_ym25l_189._buttonsAutoWidth_ym25l_196 button,._modalFooter_ym25l_189._buttonsAutoWidth_ym25l_196 span{margin-left:12px}._fullWidthTitle_ym25l_204{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_ym25l_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_ym25l_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_ym25l_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_ym25l_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_ym25l_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_ym25l_254{height:180px;display:flex;align-items:center}._widgetFooter_ym25l_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_ym25l_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_ym25l_267:last-child{border:none}._widgetMainValue_ym25l_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_ym25l_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_ym25l_291{font-size:.75rem;color:#64748b}._widgetLoader_ym25l_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_ym25l_303{opacity:.5;cursor:default}._widgetAddress_ym25l_308{font-size:.75rem;color:#64748b}._widgetTag_ym25l_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_ym25l_321{font-weight:500;color:#0f172a}._chartValuesWrapper_ym25l_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_ym25l_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_ym25l_334._green_ym25l_339:before,._chartValuesTitle_ym25l_334._dark_ym25l_339:before,._chartValuesTitle_ym25l_334._blue_ym25l_339: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_ym25l_334._green_ym25l_339:before{background:#22c55e}._chartValuesTitle_ym25l_334._dark_ym25l_339:before{background:#475569}._chartValuesTitle_ym25l_334._blue_ym25l_339:before{background:#43e0f8}._topbar_ym25l_361{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_ym25l_361._sticky_ym25l_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_ym25l_379{display:inline-flex}._logo_ym25l_379{max-width:110px}._menuWrapper_ym25l_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_ym25l_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_ym25l_387._opened_ym25l_405{display:flex}}._menuItem_ym25l_410{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_ym25l_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_ym25l_410 ._menuIcon_ym25l_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_ym25l_410 ._menuIconPerformance_ym25l_436{fill:none}._menuItem_ym25l_410 ._menuIconStroke_ym25l_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_ym25l_410._active_ym25l_444,._menuItem_ym25l_410:hover{background:#fff;color:#52c2fd}._menuItem_ym25l_410._active_ym25l_444 ._menuIcon_ym25l_431:not(._menuIconStroke_ym25l_439,._menuIconPerformance_ym25l_436),._menuItem_ym25l_410:hover ._menuIcon_ym25l_431:not(._menuIconStroke_ym25l_439,._menuIconPerformance_ym25l_436){fill:#52c2fd}._menuItem_ym25l_410._active_ym25l_444 ._menuIconPerformance_ym25l_436 path,._menuItem_ym25l_410:hover ._menuIconPerformance_ym25l_436 path{stroke:#59a6fd}._menuItem_ym25l_410._active_ym25l_444 ._menuIconStroke_ym25l_439:not(._menuIcon_ym25l_431),._menuItem_ym25l_410:hover ._menuIconStroke_ym25l_439:not(._menuIcon_ym25l_431){stroke:#52c2fd}._redDot_ym25l_458{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_ym25l_473{display:flex;justify-content:center}._link_ym25l_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_ym25l_223{width:100%;max-width:100%;min-height:193px}@media only screen and (max-width: 1024px){._widgetWrapper_ym25l_223{width:100%}}._chartWrapper_ym25l_495{padding:16px 0}._indicatorsWrapper_ym25l_499{margin-top:16px}._indicator_ym25l_499{display:inline-flex;align-items:center;font-size:12px;font-style:normal;font-weight:500;color:#475569;text-transform:uppercase;margin-right:20px}._indicator_ym25l_499 i{font-style:normal;color:#0f172a;padding-left:4px}._colorCircle_ym25l_519{width:8px;height:8px;border-radius:50%;display:inline-flex;margin-right:6px}._authButtonsWrapper_11j6q_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_11j6q_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_11j6q_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_11j6q_23{width:100%;margin-bottom:16px}._fieldWrapper_11j6q_23:last-child{margin-bottom:0}._fieldLabel_11j6q_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_11j6q_36{font-size:.75rem;margin-top:8px}._field_11j6q_23{width:100%;position:relative}._fieldLabelNew_11j6q_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_11j6q_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_11j6q_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_11j6q_52[type=password]{font-size:18px}._inputNew_11j6q_52:focus,._inputNew_11j6q_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_11j6q_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_11j6q_52:disabled::placeholder{color:#cbd5e1}._inputNew_11j6q_52._error_11j6q_7{border:1px solid #ef4444}._inputNew_11j6q_52._error_11j6q_7:focus,._inputNew_11j6q_52._error_11j6q_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_11j6q_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_11j6q_90{width:calc(50% - 8px)}._tableNavWrapper_11j6q_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_11j6q_107{display:flex;align-items:center}._tableNavItem_11j6q_112{margin:0 6px}._modalContent_11j6q_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_11j6q_116._center_11j6q_122{text-align:center;font-family:Inter}._modalContent_11j6q_116._settings_11j6q_126{max-height:calc(90vh - 205px)}._modalContent_11j6q_116._settingsIntegration_11j6q_129,._modalContent_11j6q_116._performanceTestModalContent_11j6q_132{max-height:calc(90vh - 170px)}._modalContent_11j6q_116._monitoringReportContent_11j6q_135{max-height:calc(100vh - 100px)}._modalTitle_11j6q_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_11j6q_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_11j6q_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_11j6q_151:after,._modalLine_11j6q_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_11j6q_151:before{left:-20px}._modalLine_11j6q_151:after{right:-20px}._infoMessage_11j6q_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_11j6q_174: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_11j6q_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_11j6q_189._buttonsAutoWidth_11j6q_196{justify-content:flex-end}._modalFooter_11j6q_189._buttonsAutoWidth_11j6q_196 button,._modalFooter_11j6q_189._buttonsAutoWidth_11j6q_196 span{margin-left:12px}._fullWidthTitle_11j6q_204{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_11j6q_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_11j6q_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_11j6q_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_11j6q_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_11j6q_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_11j6q_254{height:180px;display:flex;align-items:center}._widgetFooter_11j6q_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_11j6q_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_11j6q_267:last-child{border:none}._widgetMainValue_11j6q_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_11j6q_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_11j6q_291{font-size:.75rem;color:#64748b}._widgetLoader_11j6q_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_11j6q_303{opacity:.5;cursor:default}._widgetAddress_11j6q_308{font-size:.75rem;color:#64748b}._widgetTag_11j6q_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_11j6q_321{font-weight:500;color:#0f172a}._chartValuesWrapper_11j6q_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_11j6q_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_11j6q_334._green_11j6q_339:before,._chartValuesTitle_11j6q_334._dark_11j6q_339:before,._chartValuesTitle_11j6q_334._blue_11j6q_339: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_11j6q_334._green_11j6q_339:before{background:#22c55e}._chartValuesTitle_11j6q_334._dark_11j6q_339:before{background:#475569}._chartValuesTitle_11j6q_334._blue_11j6q_339:before{background:#43e0f8}._topbar_11j6q_361{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_11j6q_361._sticky_11j6q_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_11j6q_379{display:inline-flex}._logo_11j6q_379{max-width:110px}._menuWrapper_11j6q_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_11j6q_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_11j6q_387._opened_11j6q_405{display:flex}}._menuItem_11j6q_410{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_11j6q_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_11j6q_410 ._menuIcon_11j6q_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_11j6q_410 ._menuIconPerformance_11j6q_436{fill:none}._menuItem_11j6q_410 ._menuIconStroke_11j6q_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_11j6q_410._active_11j6q_444,._menuItem_11j6q_410:hover{background:#fff;color:#52c2fd}._menuItem_11j6q_410._active_11j6q_444 ._menuIcon_11j6q_431:not(._menuIconStroke_11j6q_439,._menuIconPerformance_11j6q_436),._menuItem_11j6q_410:hover ._menuIcon_11j6q_431:not(._menuIconStroke_11j6q_439,._menuIconPerformance_11j6q_436){fill:#52c2fd}._menuItem_11j6q_410._active_11j6q_444 ._menuIconPerformance_11j6q_436 path,._menuItem_11j6q_410:hover ._menuIconPerformance_11j6q_436 path{stroke:#59a6fd}._menuItem_11j6q_410._active_11j6q_444 ._menuIconStroke_11j6q_439:not(._menuIcon_11j6q_431),._menuItem_11j6q_410:hover ._menuIconStroke_11j6q_439:not(._menuIcon_11j6q_431){stroke:#52c2fd}._redDot_11j6q_458{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_11j6q_473{display:flex;justify-content:center}._link_11j6q_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetsWrapper_11j6q_216{column-count:2}@media only screen and (max-width: 1200px){._widgetsWrapper_11j6q_216{flex-wrap:wrap}}._statusButtonWrapper_11j6q_493{margin-right:12px}._statusButton_11j6q_493{display:inline-flex;font-size:.75rem;font-weight:500;text-transform:uppercase;padding:2px 8px;border-radius:20px;margin-left:4px;cursor:pointer}._statusButton_11j6q_493._disabled_11j6q_303{color:#cbd5e1;border:1px solid #cbd5e1;background:#f1f5f9}._statusButton_11j6q_493._transfer_11j6q_512{color:#164d63;border:1px solid #06b3d4;background:#cff9fe}._statusButton_11j6q_493._missing_11j6q_517{color:#b45309;border:1px solid #f59e0b;background:#fef3c7}._authButtonsWrapper_1d1oe_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1d1oe_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1d1oe_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_1d1oe_23{width:100%;margin-bottom:16px}._fieldWrapper_1d1oe_23:last-child{margin-bottom:0}._fieldLabel_1d1oe_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1d1oe_36{font-size:.75rem;margin-top:8px}._field_1d1oe_23{width:100%;position:relative}._fieldLabelNew_1d1oe_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1d1oe_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1d1oe_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1d1oe_52[type=password]{font-size:18px}._inputNew_1d1oe_52:focus,._inputNew_1d1oe_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1d1oe_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1d1oe_52:disabled::placeholder{color:#cbd5e1}._inputNew_1d1oe_52._error_1d1oe_7{border:1px solid #ef4444}._inputNew_1d1oe_52._error_1d1oe_7:focus,._inputNew_1d1oe_52._error_1d1oe_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1d1oe_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1d1oe_90{width:calc(50% - 8px)}._tableNavWrapper_1d1oe_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1d1oe_107{display:flex;align-items:center}._tableNavItem_1d1oe_112{margin:0 6px}._modalContent_1d1oe_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1d1oe_116._center_1d1oe_122{text-align:center;font-family:Inter}._modalContent_1d1oe_116._settings_1d1oe_126{max-height:calc(90vh - 205px)}._modalContent_1d1oe_116._settingsIntegration_1d1oe_129,._modalContent_1d1oe_116._performanceTestModalContent_1d1oe_132{max-height:calc(90vh - 170px)}._modalContent_1d1oe_116._monitoringReportContent_1d1oe_135{max-height:calc(100vh - 100px)}._modalTitle_1d1oe_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1d1oe_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1d1oe_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1d1oe_151:after,._modalLine_1d1oe_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1d1oe_151:before{left:-20px}._modalLine_1d1oe_151:after{right:-20px}._infoMessage_1d1oe_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1d1oe_174: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_1d1oe_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1d1oe_189._buttonsAutoWidth_1d1oe_196{justify-content:flex-end}._modalFooter_1d1oe_189._buttonsAutoWidth_1d1oe_196 button,._modalFooter_1d1oe_189._buttonsAutoWidth_1d1oe_196 span{margin-left:12px}._fullWidthTitle_1d1oe_204{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_1d1oe_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1d1oe_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1d1oe_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1d1oe_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1d1oe_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1d1oe_254{height:180px;display:flex;align-items:center}._widgetFooter_1d1oe_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1d1oe_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1d1oe_267:last-child{border:none}._widgetMainValue_1d1oe_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1d1oe_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1d1oe_291{font-size:.75rem;color:#64748b}._widgetLoader_1d1oe_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1d1oe_303{opacity:.5;cursor:default}._widgetAddress_1d1oe_308{font-size:.75rem;color:#64748b}._widgetTag_1d1oe_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1d1oe_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1d1oe_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1d1oe_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1d1oe_334._green_1d1oe_339:before,._chartValuesTitle_1d1oe_334._dark_1d1oe_339:before,._chartValuesTitle_1d1oe_334._blue_1d1oe_339: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_1d1oe_334._green_1d1oe_339:before{background:#22c55e}._chartValuesTitle_1d1oe_334._dark_1d1oe_339:before{background:#475569}._chartValuesTitle_1d1oe_334._blue_1d1oe_339:before{background:#43e0f8}._topbar_1d1oe_361{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_1d1oe_361._sticky_1d1oe_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1d1oe_379{display:inline-flex}._logo_1d1oe_379{max-width:110px}._menuWrapper_1d1oe_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1d1oe_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1d1oe_387._opened_1d1oe_405{display:flex}}._menuItem_1d1oe_410{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_1d1oe_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1d1oe_410 ._menuIcon_1d1oe_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1d1oe_410 ._menuIconPerformance_1d1oe_436{fill:none}._menuItem_1d1oe_410 ._menuIconStroke_1d1oe_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1d1oe_410._active_1d1oe_444,._menuItem_1d1oe_410:hover{background:#fff;color:#52c2fd}._menuItem_1d1oe_410._active_1d1oe_444 ._menuIcon_1d1oe_431:not(._menuIconStroke_1d1oe_439,._menuIconPerformance_1d1oe_436),._menuItem_1d1oe_410:hover ._menuIcon_1d1oe_431:not(._menuIconStroke_1d1oe_439,._menuIconPerformance_1d1oe_436){fill:#52c2fd}._menuItem_1d1oe_410._active_1d1oe_444 ._menuIconPerformance_1d1oe_436 path,._menuItem_1d1oe_410:hover ._menuIconPerformance_1d1oe_436 path{stroke:#59a6fd}._menuItem_1d1oe_410._active_1d1oe_444 ._menuIconStroke_1d1oe_439:not(._menuIcon_1d1oe_431),._menuItem_1d1oe_410:hover ._menuIconStroke_1d1oe_439:not(._menuIcon_1d1oe_431){stroke:#52c2fd}._redDot_1d1oe_458{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_1d1oe_473{display:flex;justify-content:center}._link_1d1oe_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._toggleFieldWrapper_1d1oe_484{display:flex;align-items:center;justify-content:space-between}._saveButton_1d1oe_490{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_1d1oe_490{width:60px}}._contractorContainer_1d1oe_511{overflow:scroll;height:calc(100vh - 76px)}._addButton_1d1oe_516{display:inline-flex;align-items:center;color:#2db2c8;font-weight:500;font-size:.875rem;cursor:pointer}._addButton_1d1oe_516: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_1d1oe_532{z-index:2;top:18px}._inputText_1d1oe_537{margin-bottom:0}._row_1d1oe_541{display:flex;flex-direction:row;gap:16px;padding:0 20px;margin-bottom:20px}._row_1d1oe_541>div{flex:1}@media only screen and (max-width: 450px){._row_1d1oe_541{flex-direction:column}._row_1d1oe_541._subscriptionRow_1d1oe_555{flex-direction:row}}._directionColumn_1d1oe_560{flex-direction:column;gap:5px}._sectionTitleInfoIcon_1d1oe_565 path{fill:#64769b}._titleInformationIcon_1d1oe_569 span:after{display:block;transform:scale(1.2)}._subscriptionSectionModalLine_1d1oe_574{margin:0}._subscriptionPlanName_1d1oe_578 div:nth-child(1){font-size:16px;margin-bottom:10px;font-weight:500;color:#0f172a}._subscriptionPlanName_1d1oe_578 div:nth-child(2){font-size:14px;color:#64769b}._subscriptionDropdownContainer_1d1oe_589{max-width:140px}._subscriptionDropdownContainer_1d1oe_589 .static-select__control{border:0!important;box-shadow:none!important;outline:none}._subscriptionDropdownContainer_1d1oe_589 .static-select__control{min-width:95px;font-size:14px;color:#2db2c8;cursor:pointer}._subscriptionDropdownContainer_1d1oe_589 .static-select__indicator{color:#2db2c8;right:20px}._subscriptionDropdownContainer_1d1oe_589 .static-select__indicator:hover svg{color:#2db2c8}._subscriptionDropdownContainer_1d1oe_589 .static-select__indicator svg{width:18px;height:18px}._subscriptionDropdownContainer_1d1oe_589 .static-select__menu,._subscriptionSelectMenu_1d1oe_619{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_twd77_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_twd77_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_twd77_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_twd77_23{width:100%;margin-bottom:16px}._fieldWrapper_twd77_23:last-child{margin-bottom:0}._fieldLabel_twd77_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_twd77_36{font-size:.75rem;margin-top:8px}._field_twd77_23{width:100%;position:relative}._fieldLabelNew_twd77_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_twd77_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_twd77_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_twd77_52[type=password]{font-size:18px}._inputNew_twd77_52:focus,._inputNew_twd77_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_twd77_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_twd77_52:disabled::placeholder{color:#cbd5e1}._inputNew_twd77_52._error_twd77_7{border:1px solid #ef4444}._inputNew_twd77_52._error_twd77_7:focus,._inputNew_twd77_52._error_twd77_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_twd77_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_twd77_90{width:calc(50% - 8px)}._tableNavWrapper_twd77_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_twd77_107{display:flex;align-items:center}._tableNavItem_twd77_112{margin:0 6px}._modalContent_twd77_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_twd77_116._center_twd77_122{text-align:center;font-family:Inter}._modalContent_twd77_116._settings_twd77_126{max-height:calc(90vh - 205px)}._modalContent_twd77_116._settingsIntegration_twd77_129,._modalContent_twd77_116._performanceTestModalContent_twd77_132{max-height:calc(90vh - 170px)}._modalContent_twd77_116._monitoringReportContent_twd77_135{max-height:calc(100vh - 100px)}._modalTitle_twd77_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_twd77_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_twd77_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_twd77_151:after,._modalLine_twd77_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_twd77_151:before{left:-20px}._modalLine_twd77_151:after{right:-20px}._infoMessage_twd77_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_twd77_174: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_twd77_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_twd77_189._buttonsAutoWidth_twd77_196{justify-content:flex-end}._modalFooter_twd77_189._buttonsAutoWidth_twd77_196 button,._modalFooter_twd77_189._buttonsAutoWidth_twd77_196 span{margin-left:12px}._fullWidthTitle_twd77_204{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_twd77_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_twd77_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_twd77_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_twd77_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_twd77_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_twd77_254{height:180px;display:flex;align-items:center}._widgetFooter_twd77_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_twd77_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_twd77_267:last-child{border:none}._widgetMainValue_twd77_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_twd77_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_twd77_291{font-size:.75rem;color:#64748b}._widgetLoader_twd77_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_twd77_303{opacity:.5;cursor:default}._widgetAddress_twd77_308{font-size:.75rem;color:#64748b}._widgetTag_twd77_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_twd77_321{font-weight:500;color:#0f172a}._chartValuesWrapper_twd77_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_twd77_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_twd77_334._green_twd77_339:before,._chartValuesTitle_twd77_334._dark_twd77_339:before,._chartValuesTitle_twd77_334._blue_twd77_339: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_twd77_334._green_twd77_339:before{background:#22c55e}._chartValuesTitle_twd77_334._dark_twd77_339:before{background:#475569}._chartValuesTitle_twd77_334._blue_twd77_339:before{background:#43e0f8}._topbar_twd77_361{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_twd77_361._sticky_twd77_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_twd77_379{display:inline-flex}._logo_twd77_379{max-width:110px}._menuWrapper_twd77_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_twd77_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_twd77_387._opened_twd77_405{display:flex}}._menuItem_twd77_410{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_twd77_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_twd77_410 ._menuIcon_twd77_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_twd77_410 ._menuIconPerformance_twd77_436{fill:none}._menuItem_twd77_410 ._menuIconStroke_twd77_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_twd77_410._active_twd77_444,._menuItem_twd77_410:hover{background:#fff;color:#52c2fd}._menuItem_twd77_410._active_twd77_444 ._menuIcon_twd77_431:not(._menuIconStroke_twd77_439,._menuIconPerformance_twd77_436),._menuItem_twd77_410:hover ._menuIcon_twd77_431:not(._menuIconStroke_twd77_439,._menuIconPerformance_twd77_436){fill:#52c2fd}._menuItem_twd77_410._active_twd77_444 ._menuIconPerformance_twd77_436 path,._menuItem_twd77_410:hover ._menuIconPerformance_twd77_436 path{stroke:#59a6fd}._menuItem_twd77_410._active_twd77_444 ._menuIconStroke_twd77_439:not(._menuIcon_twd77_431),._menuItem_twd77_410:hover ._menuIconStroke_twd77_439:not(._menuIcon_twd77_431){stroke:#52c2fd}._redDot_twd77_458{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_twd77_473{display:flex;justify-content:center}._link_twd77_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._inputButton_twd77_484,._iconWrapper_twd77_485{position:absolute;right:10px;top:11px;font-size:.875rem;font-weight:500;color:#43e0f8;cursor:pointer}._iconWrapper_twd77_485{top:11px}@media only screen and (max-width: 1024px){._jobID_twd77_500 svg{width:18px!important;height:18px!important}}._authButtonsWrapper_hj9pc_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_hj9pc_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_hj9pc_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_hj9pc_23{width:100%;margin-bottom:16px}._fieldWrapper_hj9pc_23:last-child{margin-bottom:0}._fieldLabel_hj9pc_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_hj9pc_36{font-size:.75rem;margin-top:8px}._field_hj9pc_23{width:100%;position:relative}._fieldLabelNew_hj9pc_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_hj9pc_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_hj9pc_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_hj9pc_52[type=password]{font-size:18px}._inputNew_hj9pc_52:focus,._inputNew_hj9pc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_hj9pc_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_hj9pc_52:disabled::placeholder{color:#cbd5e1}._inputNew_hj9pc_52._error_hj9pc_7{border:1px solid #ef4444}._inputNew_hj9pc_52._error_hj9pc_7:focus,._inputNew_hj9pc_52._error_hj9pc_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_hj9pc_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_hj9pc_90{width:calc(50% - 8px)}._tableNavWrapper_hj9pc_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_hj9pc_107{display:flex;align-items:center}._tableNavItem_hj9pc_112{margin:0 6px}._modalContent_hj9pc_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_hj9pc_116._center_hj9pc_122{text-align:center;font-family:Inter}._modalContent_hj9pc_116._settings_hj9pc_126{max-height:calc(90vh - 205px)}._modalContent_hj9pc_116._settingsIntegration_hj9pc_129,._modalContent_hj9pc_116._performanceTestModalContent_hj9pc_132{max-height:calc(90vh - 170px)}._modalContent_hj9pc_116._monitoringReportContent_hj9pc_135{max-height:calc(100vh - 100px)}._modalTitle_hj9pc_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_hj9pc_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_hj9pc_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_hj9pc_151:after,._modalLine_hj9pc_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_hj9pc_151:before{left:-20px}._modalLine_hj9pc_151:after{right:-20px}._infoMessage_hj9pc_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_hj9pc_174: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_hj9pc_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_hj9pc_189._buttonsAutoWidth_hj9pc_196{justify-content:flex-end}._modalFooter_hj9pc_189._buttonsAutoWidth_hj9pc_196 button,._modalFooter_hj9pc_189._buttonsAutoWidth_hj9pc_196 span{margin-left:12px}._fullWidthTitle_hj9pc_204{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_hj9pc_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_hj9pc_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_hj9pc_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_hj9pc_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_hj9pc_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_hj9pc_254{height:180px;display:flex;align-items:center}._widgetFooter_hj9pc_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_hj9pc_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_hj9pc_267:last-child{border:none}._widgetMainValue_hj9pc_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_hj9pc_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_hj9pc_291{font-size:.75rem;color:#64748b}._widgetLoader_hj9pc_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_hj9pc_303{opacity:.5;cursor:default}._widgetAddress_hj9pc_308{font-size:.75rem;color:#64748b}._widgetTag_hj9pc_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_hj9pc_321{font-weight:500;color:#0f172a}._chartValuesWrapper_hj9pc_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_hj9pc_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_hj9pc_334._green_hj9pc_339:before,._chartValuesTitle_hj9pc_334._dark_hj9pc_339:before,._chartValuesTitle_hj9pc_334._blue_hj9pc_339: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_hj9pc_334._green_hj9pc_339:before{background:#22c55e}._chartValuesTitle_hj9pc_334._dark_hj9pc_339:before{background:#475569}._chartValuesTitle_hj9pc_334._blue_hj9pc_339:before{background:#43e0f8}._topbar_hj9pc_361{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_hj9pc_361._sticky_hj9pc_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_hj9pc_379{display:inline-flex}._logo_hj9pc_379{max-width:110px}._menuWrapper_hj9pc_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_hj9pc_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_hj9pc_387._opened_hj9pc_405{display:flex}}._menuItem_hj9pc_410{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_hj9pc_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_hj9pc_410 ._menuIcon_hj9pc_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_hj9pc_410 ._menuIconPerformance_hj9pc_436{fill:none}._menuItem_hj9pc_410 ._menuIconStroke_hj9pc_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_hj9pc_410._active_hj9pc_444,._menuItem_hj9pc_410:hover{background:#fff;color:#52c2fd}._menuItem_hj9pc_410._active_hj9pc_444 ._menuIcon_hj9pc_431:not(._menuIconStroke_hj9pc_439,._menuIconPerformance_hj9pc_436),._menuItem_hj9pc_410:hover ._menuIcon_hj9pc_431:not(._menuIconStroke_hj9pc_439,._menuIconPerformance_hj9pc_436){fill:#52c2fd}._menuItem_hj9pc_410._active_hj9pc_444 ._menuIconPerformance_hj9pc_436 path,._menuItem_hj9pc_410:hover ._menuIconPerformance_hj9pc_436 path{stroke:#59a6fd}._menuItem_hj9pc_410._active_hj9pc_444 ._menuIconStroke_hj9pc_439:not(._menuIcon_hj9pc_431),._menuItem_hj9pc_410:hover ._menuIconStroke_hj9pc_439:not(._menuIcon_hj9pc_431){stroke:#52c2fd}._redDot_hj9pc_458{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_hj9pc_473{display:flex;justify-content:center}._link_hj9pc_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._closeIconClassName_hj9pc_484{z-index:2;top:18px}._hiddenModal_hj9pc_489{display:none}._changeSubscriptionSubModal_hj9pc_493 ._modalBody_hj9pc_493{display:flex;flex-direction:column;align-items:center;padding:16px 20px}._changeSubscriptionSubModal_hj9pc_493 ._modalBody_hj9pc_493 p{font-size:14px;color:#475569;margin-top:4px;text-align:center}._changeSubscriptionSubModal_hj9pc_493 ._modalBody_hj9pc_493 span{font-weight:700}._changeSubscriptionSubModal_hj9pc_493 ._subscriptionSubModalFooter_hj9pc_508{flex-direction:column;gap:12px}._changeSubscriptionSubModal_hj9pc_493 ._iconWrapper_hj9pc_512{display:flex;width:44px;height:44px;border-radius:10px;align-items:center;justify-content:center;margin-bottom:16px;background-color:#ebfcff}._changeSubscriptionSubModal_hj9pc_493 ._iconWrapper_hj9pc_512 svg{width:24px;height:24px}._closeIconClassName_1jdgt_1{z-index:2;top:13px}._installedDevicesHistoryModalWrapper_1jdgt_6 header{padding:22px 60px 22px 20px}._authButtonsWrapper_rza0r_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_rza0r_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_rza0r_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_rza0r_23{width:100%;margin-bottom:16px}._fieldWrapper_rza0r_23:last-child{margin-bottom:0}._fieldLabel_rza0r_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_rza0r_36{font-size:.75rem;margin-top:8px}._field_rza0r_23{width:100%;position:relative}._fieldLabelNew_rza0r_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_rza0r_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_rza0r_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_rza0r_52[type=password]{font-size:18px}._inputNew_rza0r_52:focus,._inputNew_rza0r_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_rza0r_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_rza0r_52:disabled::placeholder{color:#cbd5e1}._inputNew_rza0r_52._error_rza0r_7{border:1px solid #ef4444}._inputNew_rza0r_52._error_rza0r_7:focus,._inputNew_rza0r_52._error_rza0r_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_rza0r_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_rza0r_90{width:calc(50% - 8px)}._tableNavWrapper_rza0r_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_rza0r_107{display:flex;align-items:center}._tableNavItem_rza0r_112{margin:0 6px}._modalContent_rza0r_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_rza0r_116._center_rza0r_122{text-align:center;font-family:Inter}._modalContent_rza0r_116._settings_rza0r_126{max-height:calc(90vh - 205px)}._modalContent_rza0r_116._settingsIntegration_rza0r_129,._modalContent_rza0r_116._performanceTestModalContent_rza0r_132{max-height:calc(90vh - 170px)}._modalContent_rza0r_116._monitoringReportContent_rza0r_135{max-height:calc(100vh - 100px)}._modalTitle_rza0r_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_rza0r_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_rza0r_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_rza0r_151:after,._modalLine_rza0r_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_rza0r_151:before{left:-20px}._modalLine_rza0r_151:after{right:-20px}._infoMessage_rza0r_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_rza0r_174: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_rza0r_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_rza0r_189._buttonsAutoWidth_rza0r_196{justify-content:flex-end}._modalFooter_rza0r_189._buttonsAutoWidth_rza0r_196 button,._modalFooter_rza0r_189._buttonsAutoWidth_rza0r_196 span{margin-left:12px}._fullWidthTitle_rza0r_204{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_rza0r_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_rza0r_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_rza0r_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_rza0r_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_rza0r_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_rza0r_254{height:180px;display:flex;align-items:center}._widgetFooter_rza0r_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_rza0r_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_rza0r_267:last-child{border:none}._widgetMainValue_rza0r_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_rza0r_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_rza0r_291{font-size:.75rem;color:#64748b}._widgetLoader_rza0r_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_rza0r_303{opacity:.5;cursor:default}._widgetAddress_rza0r_308{font-size:.75rem;color:#64748b}._widgetTag_rza0r_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_rza0r_321{font-weight:500;color:#0f172a}._chartValuesWrapper_rza0r_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_rza0r_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_rza0r_334._green_rza0r_339:before,._chartValuesTitle_rza0r_334._dark_rza0r_339:before,._chartValuesTitle_rza0r_334._blue_rza0r_339: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_rza0r_334._green_rza0r_339:before{background:#22c55e}._chartValuesTitle_rza0r_334._dark_rza0r_339:before{background:#475569}._chartValuesTitle_rza0r_334._blue_rza0r_339:before{background:#43e0f8}._topbar_rza0r_361{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_rza0r_361._sticky_rza0r_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_rza0r_379{display:inline-flex}._logo_rza0r_379{max-width:110px}._menuWrapper_rza0r_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_rza0r_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_rza0r_387._opened_rza0r_405{display:flex}}._menuItem_rza0r_410{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_rza0r_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_rza0r_410 ._menuIcon_rza0r_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_rza0r_410 ._menuIconPerformance_rza0r_436{fill:none}._menuItem_rza0r_410 ._menuIconStroke_rza0r_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_rza0r_410._active_rza0r_444,._menuItem_rza0r_410:hover{background:#fff;color:#52c2fd}._menuItem_rza0r_410._active_rza0r_444 ._menuIcon_rza0r_431:not(._menuIconStroke_rza0r_439,._menuIconPerformance_rza0r_436),._menuItem_rza0r_410:hover ._menuIcon_rza0r_431:not(._menuIconStroke_rza0r_439,._menuIconPerformance_rza0r_436){fill:#52c2fd}._menuItem_rza0r_410._active_rza0r_444 ._menuIconPerformance_rza0r_436 path,._menuItem_rza0r_410:hover ._menuIconPerformance_rza0r_436 path{stroke:#59a6fd}._menuItem_rza0r_410._active_rza0r_444 ._menuIconStroke_rza0r_439:not(._menuIcon_rza0r_431),._menuItem_rza0r_410:hover ._menuIconStroke_rza0r_439:not(._menuIcon_rza0r_431){stroke:#52c2fd}._redDot_rza0r_458{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_rza0r_473{display:flex;justify-content:center}._link_rza0r_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_rza0r_223{width:100%;max-width:100%;min-height:170px}@media only screen and (max-width: 1200px){._widgetWrapper_rza0r_223{margin-bottom:24px}}._chart_rza0r_326{height:20px}._authButtonsWrapper_2lgne_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_2lgne_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_2lgne_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_2lgne_23{width:100%;margin-bottom:16px}._fieldWrapper_2lgne_23:last-child{margin-bottom:0}._fieldLabel_2lgne_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_2lgne_36{font-size:.75rem;margin-top:8px}._field_2lgne_23{width:100%;position:relative}._fieldLabelNew_2lgne_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_2lgne_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_2lgne_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_2lgne_52[type=password]{font-size:18px}._inputNew_2lgne_52:focus,._inputNew_2lgne_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_2lgne_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_2lgne_52:disabled::placeholder{color:#cbd5e1}._inputNew_2lgne_52._error_2lgne_7{border:1px solid #ef4444}._inputNew_2lgne_52._error_2lgne_7:focus,._inputNew_2lgne_52._error_2lgne_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_2lgne_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_2lgne_90{width:calc(50% - 8px)}._tableNavWrapper_2lgne_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_2lgne_107{display:flex;align-items:center}._tableNavItem_2lgne_112{margin:0 6px}._modalContent_2lgne_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_2lgne_116._center_2lgne_122{text-align:center;font-family:Inter}._modalContent_2lgne_116._settings_2lgne_126{max-height:calc(90vh - 205px)}._modalContent_2lgne_116._settingsIntegration_2lgne_129,._modalContent_2lgne_116._performanceTestModalContent_2lgne_132{max-height:calc(90vh - 170px)}._modalContent_2lgne_116._monitoringReportContent_2lgne_135{max-height:calc(100vh - 100px)}._modalTitle_2lgne_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_2lgne_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_2lgne_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_2lgne_151:after,._modalLine_2lgne_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_2lgne_151:before{left:-20px}._modalLine_2lgne_151:after{right:-20px}._infoMessage_2lgne_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_2lgne_174: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_2lgne_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_2lgne_189._buttonsAutoWidth_2lgne_196{justify-content:flex-end}._modalFooter_2lgne_189._buttonsAutoWidth_2lgne_196 button,._modalFooter_2lgne_189._buttonsAutoWidth_2lgne_196 span{margin-left:12px}._fullWidthTitle_2lgne_204{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_2lgne_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_2lgne_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_2lgne_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_2lgne_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_2lgne_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_2lgne_254{height:180px;display:flex;align-items:center}._widgetFooter_2lgne_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_2lgne_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_2lgne_267:last-child{border:none}._widgetMainValue_2lgne_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_2lgne_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_2lgne_291{font-size:.75rem;color:#64748b}._widgetLoader_2lgne_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_2lgne_303{opacity:.5;cursor:default}._widgetAddress_2lgne_308{font-size:.75rem;color:#64748b}._widgetTag_2lgne_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_2lgne_321{font-weight:500;color:#0f172a}._chartValuesWrapper_2lgne_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_2lgne_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_2lgne_334._green_2lgne_339:before,._chartValuesTitle_2lgne_334._dark_2lgne_339:before,._chartValuesTitle_2lgne_334._blue_2lgne_339: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_2lgne_334._green_2lgne_339:before{background:#22c55e}._chartValuesTitle_2lgne_334._dark_2lgne_339:before{background:#475569}._chartValuesTitle_2lgne_334._blue_2lgne_339:before{background:#43e0f8}._topbar_2lgne_361{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_2lgne_361._sticky_2lgne_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_2lgne_379{display:inline-flex}._logo_2lgne_379{max-width:110px}._menuWrapper_2lgne_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_2lgne_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_2lgne_387._opened_2lgne_405{display:flex}}._menuItem_2lgne_410{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_2lgne_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_2lgne_410 ._menuIcon_2lgne_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_2lgne_410 ._menuIconPerformance_2lgne_436{fill:none}._menuItem_2lgne_410 ._menuIconStroke_2lgne_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_2lgne_410._active_2lgne_444,._menuItem_2lgne_410:hover{background:#fff;color:#52c2fd}._menuItem_2lgne_410._active_2lgne_444 ._menuIcon_2lgne_431:not(._menuIconStroke_2lgne_439,._menuIconPerformance_2lgne_436),._menuItem_2lgne_410:hover ._menuIcon_2lgne_431:not(._menuIconStroke_2lgne_439,._menuIconPerformance_2lgne_436){fill:#52c2fd}._menuItem_2lgne_410._active_2lgne_444 ._menuIconPerformance_2lgne_436 path,._menuItem_2lgne_410:hover ._menuIconPerformance_2lgne_436 path{stroke:#59a6fd}._menuItem_2lgne_410._active_2lgne_444 ._menuIconStroke_2lgne_439:not(._menuIcon_2lgne_431),._menuItem_2lgne_410:hover ._menuIconStroke_2lgne_439:not(._menuIcon_2lgne_431){stroke:#52c2fd}._redDot_2lgne_458{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_2lgne_473{display:flex;justify-content:center}._link_2lgne_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_2lgne_223{margin:0 12px;width:100%;max-width:calc(50% - 12px)}@media only screen and (max-width: 1200px){._widgetWrapper_2lgne_223{margin-bottom:24px;max-width:100%}}._valueNote_2lgne_496{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_2lgne_502{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_2lgne_326{position:absolute;bottom:-126px}._text_2lgne_515{font-size:.75rem;color:#64748b;font-family:Inter}._online_2lgne_521,._offline_2lgne_522{display:inline-flex;align-items:center}._online_2lgne_521:before,._offline_2lgne_522:before{width:12px;height:12px;border-radius:50%;display:inline-flex;margin-right:4px;content:""}._online_2lgne_521:before{background-color:#22c55e}._offline_2lgne_522:before{background-color:#e2e8f0}._authButtonsWrapper_1qd0p_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1qd0p_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1qd0p_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_1qd0p_23{width:100%;margin-bottom:16px}._fieldWrapper_1qd0p_23:last-child{margin-bottom:0}._fieldLabel_1qd0p_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1qd0p_36{font-size:.75rem;margin-top:8px}._field_1qd0p_23{width:100%;position:relative}._fieldLabelNew_1qd0p_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1qd0p_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1qd0p_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1qd0p_52[type=password]{font-size:18px}._inputNew_1qd0p_52:focus,._inputNew_1qd0p_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1qd0p_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1qd0p_52:disabled::placeholder{color:#cbd5e1}._inputNew_1qd0p_52._error_1qd0p_7{border:1px solid #ef4444}._inputNew_1qd0p_52._error_1qd0p_7:focus,._inputNew_1qd0p_52._error_1qd0p_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1qd0p_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1qd0p_90{width:calc(50% - 8px)}._tableNavWrapper_1qd0p_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1qd0p_107{display:flex;align-items:center}._tableNavItem_1qd0p_112{margin:0 6px}._modalContent_1qd0p_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1qd0p_116._center_1qd0p_122{text-align:center;font-family:Inter}._modalContent_1qd0p_116._settings_1qd0p_126{max-height:calc(90vh - 205px)}._modalContent_1qd0p_116._settingsIntegration_1qd0p_129,._modalContent_1qd0p_116._performanceTestModalContent_1qd0p_132{max-height:calc(90vh - 170px)}._modalContent_1qd0p_116._monitoringReportContent_1qd0p_135{max-height:calc(100vh - 100px)}._modalTitle_1qd0p_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1qd0p_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1qd0p_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1qd0p_151:after,._modalLine_1qd0p_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1qd0p_151:before{left:-20px}._modalLine_1qd0p_151:after{right:-20px}._infoMessage_1qd0p_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1qd0p_174: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_1qd0p_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1qd0p_189._buttonsAutoWidth_1qd0p_196{justify-content:flex-end}._modalFooter_1qd0p_189._buttonsAutoWidth_1qd0p_196 button,._modalFooter_1qd0p_189._buttonsAutoWidth_1qd0p_196 span{margin-left:12px}._fullWidthTitle_1qd0p_204{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_1qd0p_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1qd0p_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1qd0p_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1qd0p_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1qd0p_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1qd0p_254{height:180px;display:flex;align-items:center}._widgetFooter_1qd0p_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1qd0p_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1qd0p_267:last-child{border:none}._widgetMainValue_1qd0p_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1qd0p_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1qd0p_291{font-size:.75rem;color:#64748b}._widgetLoader_1qd0p_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1qd0p_303{opacity:.5;cursor:default}._widgetAddress_1qd0p_308{font-size:.75rem;color:#64748b}._widgetTag_1qd0p_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1qd0p_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1qd0p_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1qd0p_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1qd0p_334._green_1qd0p_339:before,._chartValuesTitle_1qd0p_334._dark_1qd0p_339:before,._chartValuesTitle_1qd0p_334._blue_1qd0p_339: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_1qd0p_334._green_1qd0p_339:before{background:#22c55e}._chartValuesTitle_1qd0p_334._dark_1qd0p_339:before{background:#475569}._chartValuesTitle_1qd0p_334._blue_1qd0p_339:before{background:#43e0f8}._topbar_1qd0p_361{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_1qd0p_361._sticky_1qd0p_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1qd0p_379{display:inline-flex}._logo_1qd0p_379{max-width:110px}._menuWrapper_1qd0p_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1qd0p_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1qd0p_387._opened_1qd0p_405{display:flex}}._menuItem_1qd0p_410{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_1qd0p_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1qd0p_410 ._menuIcon_1qd0p_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1qd0p_410 ._menuIconPerformance_1qd0p_436{fill:none}._menuItem_1qd0p_410 ._menuIconStroke_1qd0p_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1qd0p_410._active_1qd0p_444,._menuItem_1qd0p_410:hover{background:#fff;color:#52c2fd}._menuItem_1qd0p_410._active_1qd0p_444 ._menuIcon_1qd0p_431:not(._menuIconStroke_1qd0p_439,._menuIconPerformance_1qd0p_436),._menuItem_1qd0p_410:hover ._menuIcon_1qd0p_431:not(._menuIconStroke_1qd0p_439,._menuIconPerformance_1qd0p_436){fill:#52c2fd}._menuItem_1qd0p_410._active_1qd0p_444 ._menuIconPerformance_1qd0p_436 path,._menuItem_1qd0p_410:hover ._menuIconPerformance_1qd0p_436 path{stroke:#59a6fd}._menuItem_1qd0p_410._active_1qd0p_444 ._menuIconStroke_1qd0p_439:not(._menuIcon_1qd0p_431),._menuItem_1qd0p_410:hover ._menuIconStroke_1qd0p_439:not(._menuIcon_1qd0p_431){stroke:#52c2fd}._redDot_1qd0p_458{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_1qd0p_473{display:flex;justify-content:center}._link_1qd0p_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_1qd0p_223{width:100%;max-width:calc(50% - 12px);flex:1 0 700px}@media only screen and (max-width: 1200px){._widgetWrapper_1qd0p_223{max-width:100%;margin-bottom:24px}}._chartWrapper_1qd0p_496{display:flex;justify-content:flex-end}@media only screen and (max-width: 1100px){._chartWrapper_1qd0p_496{max-width:560px;margin:0 auto;position:relative}}._chart_1qd0p_326{position:absolute;top:-36px;left:0}@media only screen and (max-width: 1100px){._chart_1qd0p_326{top:-54px}}._widgetMainValue_1qd0p_276{position:absolute;left:14px;bottom:30px;width:210px}._chartNotesWrapper_1qd0p_526{display:flex;flex-wrap:wrap;justify-content:flex-end;width:100%;row-gap:36px}@media only screen and (max-width: 1420px){._chartNotesWrapper_1qd0p_526 ._rowLastNote_1qd0p_534{width:14%}}@media only screen and (min-width: 1201px) and (max-width: 1299px){._chartNotesWrapper_1qd0p_526 ._rowPreLastNote_1qd0p_539{width:17%}}@media only screen and (max-width: 690px){._chartNotesWrapper_1qd0p_526{width:46%;gap:30px 10px}}._chartNote_1qd0p_526{font-size:.75rem;font-weight:400;color:#64748b;width:20%;break-inside:avoid-column}._chartNote_1qd0p_526:nth-child(3){margin-bottom:0}._chartNote_1qd0p_526:before{display:inline-flex;position:relative;top:2px;width:4px;height:12px;border-radius:4px;margin-right:6px;content:""}._chartNote_1qd0p_526._installed_1qd0p_570:before{background:#14b8a6}._chartNote_1qd0p_526._packed_1qd0p_573:before{background:#a855f7}._chartNote_1qd0p_526._inInventory_1qd0p_576:before{background:#c11574}._chartNote_1qd0p_526._inStock_1qd0p_579:before{background:#22c55e}._chartNote_1qd0p_526._missing_1qd0p_582:before{background:#fcd34d}._chartNote_1qd0p_526._preinstalled_1qd0p_585:before{background:#115e59}._chartNote_1qd0p_526._damaged_1qd0p_588:before{background:#ef4444}._chartNote_1qd0p_526._transfering_1qd0p_591:before{background:#3b82f6}._chartNote_1qd0p_526._production_1qd0p_594:before{background:#cbd5e1}._chartNote_1qd0p_526._warranty_1qd0p_597:before{background:#43e0f8}@media only screen and (max-width: 690px){._chartNote_1qd0p_526{width:45%!important}}@media only screen and (max-width: 690px){._hiddenChartNote_1qd0p_607{display:none}}._chartNoteValue_1qd0p_612{display:block;font-weight:500;font-size:1rem;color:#000;margin-top:10px}._authButtonsWrapper_18c9b_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_18c9b_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_18c9b_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_18c9b_23{width:100%;margin-bottom:16px}._fieldWrapper_18c9b_23:last-child{margin-bottom:0}._fieldLabel_18c9b_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_18c9b_36{font-size:.75rem;margin-top:8px}._field_18c9b_23{width:100%;position:relative}._fieldLabelNew_18c9b_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_18c9b_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_18c9b_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_18c9b_52[type=password]{font-size:18px}._inputNew_18c9b_52:focus,._inputNew_18c9b_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_18c9b_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_18c9b_52:disabled::placeholder{color:#cbd5e1}._inputNew_18c9b_52._error_18c9b_7{border:1px solid #ef4444}._inputNew_18c9b_52._error_18c9b_7:focus,._inputNew_18c9b_52._error_18c9b_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_18c9b_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_18c9b_90{width:calc(50% - 8px)}._tableNavWrapper_18c9b_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_18c9b_107{display:flex;align-items:center}._tableNavItem_18c9b_112{margin:0 6px}._modalContent_18c9b_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_18c9b_116._center_18c9b_122{text-align:center;font-family:Inter}._modalContent_18c9b_116._settings_18c9b_126{max-height:calc(90vh - 205px)}._modalContent_18c9b_116._settingsIntegration_18c9b_129,._modalContent_18c9b_116._performanceTestModalContent_18c9b_132{max-height:calc(90vh - 170px)}._modalContent_18c9b_116._monitoringReportContent_18c9b_135{max-height:calc(100vh - 100px)}._modalTitle_18c9b_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_18c9b_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_18c9b_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_18c9b_151:after,._modalLine_18c9b_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_18c9b_151:before{left:-20px}._modalLine_18c9b_151:after{right:-20px}._infoMessage_18c9b_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_18c9b_174: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_18c9b_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_18c9b_189._buttonsAutoWidth_18c9b_196{justify-content:flex-end}._modalFooter_18c9b_189._buttonsAutoWidth_18c9b_196 button,._modalFooter_18c9b_189._buttonsAutoWidth_18c9b_196 span{margin-left:12px}._fullWidthTitle_18c9b_204{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_18c9b_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_18c9b_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_18c9b_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_18c9b_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_18c9b_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_18c9b_254{height:180px;display:flex;align-items:center}._widgetFooter_18c9b_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_18c9b_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_18c9b_267:last-child{border:none}._widgetMainValue_18c9b_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_18c9b_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_18c9b_291{font-size:.75rem;color:#64748b}._widgetLoader_18c9b_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_18c9b_303{opacity:.5;cursor:default}._widgetAddress_18c9b_308{font-size:.75rem;color:#64748b}._widgetTag_18c9b_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_18c9b_321{font-weight:500;color:#0f172a}._chartValuesWrapper_18c9b_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_18c9b_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_18c9b_334._green_18c9b_339:before,._chartValuesTitle_18c9b_334._dark_18c9b_339:before,._chartValuesTitle_18c9b_334._blue_18c9b_339: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_18c9b_334._green_18c9b_339:before{background:#22c55e}._chartValuesTitle_18c9b_334._dark_18c9b_339:before{background:#475569}._chartValuesTitle_18c9b_334._blue_18c9b_339:before{background:#43e0f8}._topbar_18c9b_361{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_18c9b_361._sticky_18c9b_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_18c9b_379{display:inline-flex}._logo_18c9b_379{max-width:110px}._menuWrapper_18c9b_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_18c9b_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_18c9b_387._opened_18c9b_405{display:flex}}._menuItem_18c9b_410{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_18c9b_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_18c9b_410 ._menuIcon_18c9b_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_18c9b_410 ._menuIconPerformance_18c9b_436{fill:none}._menuItem_18c9b_410 ._menuIconStroke_18c9b_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_18c9b_410._active_18c9b_444,._menuItem_18c9b_410:hover{background:#fff;color:#52c2fd}._menuItem_18c9b_410._active_18c9b_444 ._menuIcon_18c9b_431:not(._menuIconStroke_18c9b_439,._menuIconPerformance_18c9b_436),._menuItem_18c9b_410:hover ._menuIcon_18c9b_431:not(._menuIconStroke_18c9b_439,._menuIconPerformance_18c9b_436){fill:#52c2fd}._menuItem_18c9b_410._active_18c9b_444 ._menuIconPerformance_18c9b_436 path,._menuItem_18c9b_410:hover ._menuIconPerformance_18c9b_436 path{stroke:#59a6fd}._menuItem_18c9b_410._active_18c9b_444 ._menuIconStroke_18c9b_439:not(._menuIcon_18c9b_431),._menuItem_18c9b_410:hover ._menuIconStroke_18c9b_439:not(._menuIcon_18c9b_431){stroke:#52c2fd}._redDot_18c9b_458{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_18c9b_473{display:flex;justify-content:center}._link_18c9b_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_18c9b_223{width:100%;max-width:100%;min-height:150px}._chart_18c9b_326{height:16px}._chartItemWrapper_18c9b_494{margin-bottom:20px}._rainbowWrapper_1oy9k_1{width:210px}._authButtonsWrapper_cbila_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_cbila_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_cbila_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_cbila_23{width:100%;margin-bottom:16px}._fieldWrapper_cbila_23:last-child{margin-bottom:0}._fieldLabel_cbila_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_cbila_36{font-size:.75rem;margin-top:8px}._field_cbila_23{width:100%;position:relative}._fieldLabelNew_cbila_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_cbila_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_cbila_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_cbila_52[type=password]{font-size:18px}._inputNew_cbila_52:focus,._inputNew_cbila_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_cbila_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_cbila_52:disabled::placeholder{color:#cbd5e1}._inputNew_cbila_52._error_cbila_7{border:1px solid #ef4444}._inputNew_cbila_52._error_cbila_7:focus,._inputNew_cbila_52._error_cbila_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_cbila_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_cbila_90{width:calc(50% - 8px)}._tableNavWrapper_cbila_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_cbila_107{display:flex;align-items:center}._tableNavItem_cbila_112{margin:0 6px}._modalContent_cbila_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_cbila_116._center_cbila_122{text-align:center;font-family:Inter}._modalContent_cbila_116._settings_cbila_126{max-height:calc(90vh - 205px)}._modalContent_cbila_116._settingsIntegration_cbila_129,._modalContent_cbila_116._performanceTestModalContent_cbila_132{max-height:calc(90vh - 170px)}._modalContent_cbila_116._monitoringReportContent_cbila_135{max-height:calc(100vh - 100px)}._modalTitle_cbila_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_cbila_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_cbila_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_cbila_151:after,._modalLine_cbila_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_cbila_151:before{left:-20px}._modalLine_cbila_151:after{right:-20px}._infoMessage_cbila_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_cbila_174: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_cbila_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_cbila_189._buttonsAutoWidth_cbila_196{justify-content:flex-end}._modalFooter_cbila_189._buttonsAutoWidth_cbila_196 button,._modalFooter_cbila_189._buttonsAutoWidth_cbila_196 span{margin-left:12px}._fullWidthTitle_cbila_204{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_cbila_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_cbila_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_cbila_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_cbila_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_cbila_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_cbila_254{height:180px;display:flex;align-items:center}._widgetFooter_cbila_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_cbila_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_cbila_267:last-child{border:none}._widgetMainValue_cbila_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_cbila_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_cbila_291{font-size:.75rem;color:#64748b}._widgetLoader_cbila_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_cbila_303{opacity:.5;cursor:default}._widgetAddress_cbila_308{font-size:.75rem;color:#64748b}._widgetTag_cbila_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_cbila_321{font-weight:500;color:#0f172a}._chartValuesWrapper_cbila_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_cbila_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_cbila_334._green_cbila_339:before,._chartValuesTitle_cbila_334._dark_cbila_339:before,._chartValuesTitle_cbila_334._blue_cbila_339: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_cbila_334._green_cbila_339:before{background:#22c55e}._chartValuesTitle_cbila_334._dark_cbila_339:before{background:#475569}._chartValuesTitle_cbila_334._blue_cbila_339:before{background:#43e0f8}._topbar_cbila_361{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_cbila_361._sticky_cbila_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_cbila_379{display:inline-flex}._logo_cbila_379{max-width:110px}._menuWrapper_cbila_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_cbila_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_cbila_387._opened_cbila_405{display:flex}}._menuItem_cbila_410{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_cbila_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_cbila_410 ._menuIcon_cbila_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_cbila_410 ._menuIconPerformance_cbila_436{fill:none}._menuItem_cbila_410 ._menuIconStroke_cbila_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_cbila_410._active_cbila_444,._menuItem_cbila_410:hover{background:#fff;color:#52c2fd}._menuItem_cbila_410._active_cbila_444 ._menuIcon_cbila_431:not(._menuIconStroke_cbila_439,._menuIconPerformance_cbila_436),._menuItem_cbila_410:hover ._menuIcon_cbila_431:not(._menuIconStroke_cbila_439,._menuIconPerformance_cbila_436){fill:#52c2fd}._menuItem_cbila_410._active_cbila_444 ._menuIconPerformance_cbila_436 path,._menuItem_cbila_410:hover ._menuIconPerformance_cbila_436 path{stroke:#59a6fd}._menuItem_cbila_410._active_cbila_444 ._menuIconStroke_cbila_439:not(._menuIcon_cbila_431),._menuItem_cbila_410:hover ._menuIconStroke_cbila_439:not(._menuIcon_cbila_431){stroke:#52c2fd}._redDot_cbila_458{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_cbila_473{display:flex;justify-content:center}._link_cbila_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_cbila_223{width:100%;max-width:calc(50% - 12px)}@media only screen and (max-width: 1200px){._widgetWrapper_cbila_223{max-width:100%;margin-bottom:0}}._chartWrapper_cbila_495{display:flex;justify-content:flex-end}@media only screen and (max-width: 1300px){._chartWrapper_cbila_495{max-width:513px;margin:0 auto;position:relative}}._chart_cbila_326{position:absolute;top:16px;left:0}@media only screen and (max-width: 1300px){._chart_cbila_326{top:0}}._widgetMainValue_cbila_276{position:absolute;left:0;bottom:63px;width:210px}._chartNotesWrapper_cbila_525{display:flex;justify-content:space-between;gap:40px;height:203px;padding-top:12px;padding-bottom:12px;width:calc(100% - 230px)}._chartNotesWrapperColumn_cbila_535{height:100%;display:flex;flex:1;flex-flow:column;padding-top:25px}._chartNote_cbila_525{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_cbila_525:last-child{border-bottom:none}._chartNote_cbila_525:before{display:inline-flex;position:relative;top:2px;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._chartNote_cbila_525._new_cbila_567:before{background-color:#4ade80}._chartNote_cbila_525._pending_cbila_570:before{background-color:#fde047}._chartNote_cbila_525._confirmed_cbila_573:before{background-color:#43e0f8}._chartNote_cbila_525._packed_cbila_576:before{background-color:#7e22ce}._chartNote_cbila_525._shipping_cbila_579:before{background-color:#2563eb}._chartNote_cbila_525._denied_cbila_582:before{background-color:#ef4444}._chartNoteValue_cbila_586{font-weight:500;padding-left:4px;font-size:.875rem;color:#000;margin-left:auto}._authButtonsWrapper_rbjtn_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_rbjtn_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_rbjtn_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_rbjtn_23{width:100%;margin-bottom:16px}._fieldWrapper_rbjtn_23:last-child{margin-bottom:0}._fieldLabel_rbjtn_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_rbjtn_36{font-size:.75rem;margin-top:8px}._field_rbjtn_23{width:100%;position:relative}._fieldLabelNew_rbjtn_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_rbjtn_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_rbjtn_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_rbjtn_52[type=password]{font-size:18px}._inputNew_rbjtn_52:focus,._inputNew_rbjtn_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_rbjtn_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_rbjtn_52:disabled::placeholder{color:#cbd5e1}._inputNew_rbjtn_52._error_rbjtn_7{border:1px solid #ef4444}._inputNew_rbjtn_52._error_rbjtn_7:focus,._inputNew_rbjtn_52._error_rbjtn_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_rbjtn_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_rbjtn_90{width:calc(50% - 8px)}._tableNavWrapper_rbjtn_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_rbjtn_107{display:flex;align-items:center}._tableNavItem_rbjtn_112{margin:0 6px}._modalContent_rbjtn_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_rbjtn_116._center_rbjtn_122{text-align:center;font-family:Inter}._modalContent_rbjtn_116._settings_rbjtn_126{max-height:calc(90vh - 205px)}._modalContent_rbjtn_116._settingsIntegration_rbjtn_129,._modalContent_rbjtn_116._performanceTestModalContent_rbjtn_132{max-height:calc(90vh - 170px)}._modalContent_rbjtn_116._monitoringReportContent_rbjtn_135{max-height:calc(100vh - 100px)}._modalTitle_rbjtn_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_rbjtn_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_rbjtn_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_rbjtn_151:after,._modalLine_rbjtn_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_rbjtn_151:before{left:-20px}._modalLine_rbjtn_151:after{right:-20px}._infoMessage_rbjtn_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_rbjtn_174: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_rbjtn_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_rbjtn_189._buttonsAutoWidth_rbjtn_196{justify-content:flex-end}._modalFooter_rbjtn_189._buttonsAutoWidth_rbjtn_196 button,._modalFooter_rbjtn_189._buttonsAutoWidth_rbjtn_196 span{margin-left:12px}._fullWidthTitle_rbjtn_204{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_rbjtn_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_rbjtn_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_rbjtn_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_rbjtn_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_rbjtn_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_rbjtn_254{height:180px;display:flex;align-items:center}._widgetFooter_rbjtn_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_rbjtn_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_rbjtn_267:last-child{border:none}._widgetMainValue_rbjtn_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_rbjtn_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_rbjtn_291{font-size:.75rem;color:#64748b}._widgetLoader_rbjtn_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_rbjtn_303{opacity:.5;cursor:default}._widgetAddress_rbjtn_308{font-size:.75rem;color:#64748b}._widgetTag_rbjtn_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_rbjtn_321{font-weight:500;color:#0f172a}._chartValuesWrapper_rbjtn_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_rbjtn_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_rbjtn_334._green_rbjtn_339:before,._chartValuesTitle_rbjtn_334._dark_rbjtn_339:before,._chartValuesTitle_rbjtn_334._blue_rbjtn_339: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_rbjtn_334._green_rbjtn_339:before{background:#22c55e}._chartValuesTitle_rbjtn_334._dark_rbjtn_339:before{background:#475569}._chartValuesTitle_rbjtn_334._blue_rbjtn_339:before{background:#43e0f8}._topbar_rbjtn_361{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_rbjtn_361._sticky_rbjtn_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_rbjtn_379{display:inline-flex}._logo_rbjtn_379{max-width:110px}._menuWrapper_rbjtn_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_rbjtn_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_rbjtn_387._opened_rbjtn_405{display:flex}}._menuItem_rbjtn_410{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_rbjtn_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_rbjtn_410 ._menuIcon_rbjtn_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_rbjtn_410 ._menuIconPerformance_rbjtn_436{fill:none}._menuItem_rbjtn_410 ._menuIconStroke_rbjtn_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_rbjtn_410._active_rbjtn_444,._menuItem_rbjtn_410:hover{background:#fff;color:#52c2fd}._menuItem_rbjtn_410._active_rbjtn_444 ._menuIcon_rbjtn_431:not(._menuIconStroke_rbjtn_439,._menuIconPerformance_rbjtn_436),._menuItem_rbjtn_410:hover ._menuIcon_rbjtn_431:not(._menuIconStroke_rbjtn_439,._menuIconPerformance_rbjtn_436){fill:#52c2fd}._menuItem_rbjtn_410._active_rbjtn_444 ._menuIconPerformance_rbjtn_436 path,._menuItem_rbjtn_410:hover ._menuIconPerformance_rbjtn_436 path{stroke:#59a6fd}._menuItem_rbjtn_410._active_rbjtn_444 ._menuIconStroke_rbjtn_439:not(._menuIcon_rbjtn_431),._menuItem_rbjtn_410:hover ._menuIconStroke_rbjtn_439:not(._menuIcon_rbjtn_431){stroke:#52c2fd}._redDot_rbjtn_458{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_rbjtn_473{display:flex;justify-content:center}._link_rbjtn_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_rbjtn_223{width:100%;max-width:calc(50% - 12px)}@media only screen and (max-width: 1200px){._widgetWrapper_rbjtn_223{max-width:100%;margin-bottom:24px}}._widgetContent_rbjtn_495{display:flex;justify-content:space-between;gap:16px}._widgetBlock_rbjtn_501{flex:1;border-radius:10px;border:1px;border-color:#e2e8f0;border-style:solid;text-align:center}._widgetBlockHeader_rbjtn_510{border-top-left-radius:10px;border-top-right-radius:10px;background-color:#e2e8f0;color:#0f172a;padding-top:6px;padding-bottom:6px}._widgetBlockContent_rbjtn_519{padding:16px}._widgetBlockTotal_rbjtn_523 p:first-child{font-weight:500;font-size:24px;line-height:32px}._widgetBlockTotal_rbjtn_523 p:last-child{font-weight:500;font-size:12px;line-height:16px;color:#64748b}._widgetBlockAvailable_rbjtn_536{padding-top:22px;padding-bottom:12px;border-bottom:1px solid #f1f5f9;display:flex;justify-content:space-between}._widgetBlockAvailable_rbjtn_536 span{font-weight:500;font-size:14px;line-height:20px}._widgetBlockAvailable_rbjtn_536 span:first-child{background-color:#dcfce7;color:#15803d;padding:2px 8px;border-radius:10px}._widgetBlockPacked_rbjtn_557{padding-top:12px;display:flex;justify-content:space-between}._widgetBlockPacked_rbjtn_557 span{font-weight:500;font-size:14px;line-height:20px}._widgetBlockPacked_rbjtn_557 span:first-child{background-color:#f3e8ff;color:#0f172a;padding:2px 8px;border-radius:10px}._valueNote_rbjtn_576{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_rbjtn_582{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_rbjtn_326{position:absolute;bottom:-126px}._text_rbjtn_595{font-size:.75rem;color:#64748b;font-family:Inter}._available_rbjtn_601,._packed_rbjtn_602{display:inline-flex;align-items:center}._available_rbjtn_601:before,._packed_rbjtn_602:before{width:12px;height:12px;border-radius:50%;display:inline-flex;margin-right:4px;content:""}._available_rbjtn_601:before{background-color:#fef3c7}._packed_rbjtn_602:before{background-color:#fcd34d}._authButtonsWrapper_cb76n_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_cb76n_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_cb76n_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_cb76n_23{width:100%;margin-bottom:16px}._fieldWrapper_cb76n_23:last-child{margin-bottom:0}._fieldLabel_cb76n_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_cb76n_36{font-size:.75rem;margin-top:8px}._field_cb76n_23{width:100%;position:relative}._fieldLabelNew_cb76n_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_cb76n_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_cb76n_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_cb76n_52[type=password]{font-size:18px}._inputNew_cb76n_52:focus,._inputNew_cb76n_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_cb76n_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_cb76n_52:disabled::placeholder{color:#cbd5e1}._inputNew_cb76n_52._error_cb76n_7{border:1px solid #ef4444}._inputNew_cb76n_52._error_cb76n_7:focus,._inputNew_cb76n_52._error_cb76n_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_cb76n_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_cb76n_90{width:calc(50% - 8px)}._tableNavWrapper_cb76n_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_cb76n_107{display:flex;align-items:center}._tableNavItem_cb76n_112{margin:0 6px}._modalContent_cb76n_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_cb76n_116._center_cb76n_122{text-align:center;font-family:Inter}._modalContent_cb76n_116._settings_cb76n_126{max-height:calc(90vh - 205px)}._modalContent_cb76n_116._settingsIntegration_cb76n_129,._modalContent_cb76n_116._performanceTestModalContent_cb76n_132{max-height:calc(90vh - 170px)}._modalContent_cb76n_116._monitoringReportContent_cb76n_135{max-height:calc(100vh - 100px)}._modalTitle_cb76n_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_cb76n_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_cb76n_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_cb76n_151:after,._modalLine_cb76n_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_cb76n_151:before{left:-20px}._modalLine_cb76n_151:after{right:-20px}._infoMessage_cb76n_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_cb76n_174: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_cb76n_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_cb76n_189._buttonsAutoWidth_cb76n_196{justify-content:flex-end}._modalFooter_cb76n_189._buttonsAutoWidth_cb76n_196 button,._modalFooter_cb76n_189._buttonsAutoWidth_cb76n_196 span{margin-left:12px}._fullWidthTitle_cb76n_204{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_cb76n_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_cb76n_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_cb76n_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_cb76n_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_cb76n_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_cb76n_254{height:180px;display:flex;align-items:center}._widgetFooter_cb76n_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_cb76n_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_cb76n_267:last-child{border:none}._widgetMainValue_cb76n_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_cb76n_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_cb76n_291{font-size:.75rem;color:#64748b}._widgetLoader_cb76n_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_cb76n_303{opacity:.5;cursor:default}._widgetAddress_cb76n_308{font-size:.75rem;color:#64748b}._widgetTag_cb76n_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_cb76n_321{font-weight:500;color:#0f172a}._chartValuesWrapper_cb76n_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_cb76n_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_cb76n_334._green_cb76n_339:before,._chartValuesTitle_cb76n_334._dark_cb76n_339:before,._chartValuesTitle_cb76n_334._blue_cb76n_339: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_cb76n_334._green_cb76n_339:before{background:#22c55e}._chartValuesTitle_cb76n_334._dark_cb76n_339:before{background:#475569}._chartValuesTitle_cb76n_334._blue_cb76n_339:before{background:#43e0f8}._topbar_cb76n_361{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_cb76n_361._sticky_cb76n_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_cb76n_379{display:inline-flex}._logo_cb76n_379{max-width:110px}._menuWrapper_cb76n_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_cb76n_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_cb76n_387._opened_cb76n_405{display:flex}}._menuItem_cb76n_410{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_cb76n_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_cb76n_410 ._menuIcon_cb76n_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_cb76n_410 ._menuIconPerformance_cb76n_436{fill:none}._menuItem_cb76n_410 ._menuIconStroke_cb76n_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_cb76n_410._active_cb76n_444,._menuItem_cb76n_410:hover{background:#fff;color:#52c2fd}._menuItem_cb76n_410._active_cb76n_444 ._menuIcon_cb76n_431:not(._menuIconStroke_cb76n_439,._menuIconPerformance_cb76n_436),._menuItem_cb76n_410:hover ._menuIcon_cb76n_431:not(._menuIconStroke_cb76n_439,._menuIconPerformance_cb76n_436){fill:#52c2fd}._menuItem_cb76n_410._active_cb76n_444 ._menuIconPerformance_cb76n_436 path,._menuItem_cb76n_410:hover ._menuIconPerformance_cb76n_436 path{stroke:#59a6fd}._menuItem_cb76n_410._active_cb76n_444 ._menuIconStroke_cb76n_439:not(._menuIcon_cb76n_431),._menuItem_cb76n_410:hover ._menuIconStroke_cb76n_439:not(._menuIcon_cb76n_431){stroke:#52c2fd}._redDot_cb76n_458{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_cb76n_473{display:flex;justify-content:center}._link_cb76n_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetsWrapper_cb76n_216{flex-wrap:wrap}._widgetsRowWrapper_cb76n_488{width:100%;margin-bottom:24px;padding:24px 8px;background:#f8fafc;border-radius:40px}._widgetsRowWrapper_cb76n_488._half_cb76n_495{width:calc(50% - 12px);margin-bottom:0}@media only screen and (max-width: 1200px){._widgetsRowWrapper_cb76n_488._half_cb76n_495{width:100%;margin-bottom:24px}}._widgetsRowWrapper_cb76n_488:last-child{margin-bottom:0}._widgetsHalfRowWrapper_cb76n_509{display:flex;justify-content:space-between;flex-wrap:wrap;width:100%}._widgetsHalfRowWrapper_cb76n_509 ._widgetsRow_cb76n_488{flex-wrap:wrap}@media only screen and (max-width: 1200px){._widgetsHalfRowWrapper_cb76n_509 br{display:none}}._widgetsRow_cb76n_488{display:flex;width:100%}@media only screen and (max-width: 1200px){._widgetsRow_cb76n_488{flex-wrap:wrap}._widgetsRow_cb76n_488 ._widgetWrapper_cb76n_223{width:100%;max-width:100%}}._widgetsRowTitle_cb76n_538{font-size:24px;font-weight:500;line-height:1;margin-bottom:16px;padding-left:16px}._authButtonsWrapper_6a7mu_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_6a7mu_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_6a7mu_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_6a7mu_23{width:100%;margin-bottom:16px}._fieldWrapper_6a7mu_23:last-child{margin-bottom:0}._fieldLabel_6a7mu_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_6a7mu_36{font-size:.75rem;margin-top:8px}._field_6a7mu_23{width:100%;position:relative}._fieldLabelNew_6a7mu_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_6a7mu_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_6a7mu_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_6a7mu_52[type=password]{font-size:18px}._inputNew_6a7mu_52:focus,._inputNew_6a7mu_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_6a7mu_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_6a7mu_52:disabled::placeholder{color:#cbd5e1}._inputNew_6a7mu_52._error_6a7mu_7{border:1px solid #ef4444}._inputNew_6a7mu_52._error_6a7mu_7:focus,._inputNew_6a7mu_52._error_6a7mu_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_6a7mu_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_6a7mu_90{width:calc(50% - 8px)}._tableNavWrapper_6a7mu_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_6a7mu_107{display:flex;align-items:center}._tableNavItem_6a7mu_112{margin:0 6px}._modalContent_6a7mu_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_6a7mu_116._center_6a7mu_122{text-align:center;font-family:Inter}._modalContent_6a7mu_116._settings_6a7mu_126{max-height:calc(90vh - 205px)}._modalContent_6a7mu_116._settingsIntegration_6a7mu_129,._modalContent_6a7mu_116._performanceTestModalContent_6a7mu_132{max-height:calc(90vh - 170px)}._modalContent_6a7mu_116._monitoringReportContent_6a7mu_135{max-height:calc(100vh - 100px)}._modalTitle_6a7mu_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_6a7mu_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_6a7mu_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_6a7mu_151:after,._modalLine_6a7mu_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_6a7mu_151:before{left:-20px}._modalLine_6a7mu_151:after{right:-20px}._infoMessage_6a7mu_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_6a7mu_174: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_6a7mu_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_6a7mu_189._buttonsAutoWidth_6a7mu_196{justify-content:flex-end}._modalFooter_6a7mu_189._buttonsAutoWidth_6a7mu_196 button,._modalFooter_6a7mu_189._buttonsAutoWidth_6a7mu_196 span{margin-left:12px}._fullWidthTitle_6a7mu_204{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_6a7mu_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_6a7mu_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_6a7mu_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_6a7mu_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_6a7mu_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_6a7mu_254{height:180px;display:flex;align-items:center}._widgetFooter_6a7mu_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_6a7mu_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_6a7mu_267:last-child{border:none}._widgetMainValue_6a7mu_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_6a7mu_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_6a7mu_291{font-size:.75rem;color:#64748b}._widgetLoader_6a7mu_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_6a7mu_303{opacity:.5;cursor:default}._widgetAddress_6a7mu_308{font-size:.75rem;color:#64748b}._widgetTag_6a7mu_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_6a7mu_321{font-weight:500;color:#0f172a}._chartValuesWrapper_6a7mu_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_6a7mu_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_6a7mu_334._green_6a7mu_339:before,._chartValuesTitle_6a7mu_334._dark_6a7mu_339:before,._chartValuesTitle_6a7mu_334._blue_6a7mu_339: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_6a7mu_334._green_6a7mu_339:before{background:#22c55e}._chartValuesTitle_6a7mu_334._dark_6a7mu_339:before{background:#475569}._chartValuesTitle_6a7mu_334._blue_6a7mu_339:before{background:#43e0f8}._topbar_6a7mu_361{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_6a7mu_361._sticky_6a7mu_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_6a7mu_379{display:inline-flex}._logo_6a7mu_379{max-width:110px}._menuWrapper_6a7mu_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_6a7mu_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_6a7mu_387._opened_6a7mu_405{display:flex}}._menuItem_6a7mu_410{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_6a7mu_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_6a7mu_410 ._menuIcon_6a7mu_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_6a7mu_410 ._menuIconPerformance_6a7mu_436{fill:none}._menuItem_6a7mu_410 ._menuIconStroke_6a7mu_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_6a7mu_410._active_6a7mu_444,._menuItem_6a7mu_410:hover{background:#fff;color:#52c2fd}._menuItem_6a7mu_410._active_6a7mu_444 ._menuIcon_6a7mu_431:not(._menuIconStroke_6a7mu_439,._menuIconPerformance_6a7mu_436),._menuItem_6a7mu_410:hover ._menuIcon_6a7mu_431:not(._menuIconStroke_6a7mu_439,._menuIconPerformance_6a7mu_436){fill:#52c2fd}._menuItem_6a7mu_410._active_6a7mu_444 ._menuIconPerformance_6a7mu_436 path,._menuItem_6a7mu_410:hover ._menuIconPerformance_6a7mu_436 path{stroke:#59a6fd}._menuItem_6a7mu_410._active_6a7mu_444 ._menuIconStroke_6a7mu_439:not(._menuIcon_6a7mu_431),._menuItem_6a7mu_410:hover ._menuIconStroke_6a7mu_439:not(._menuIcon_6a7mu_431){stroke:#52c2fd}._redDot_6a7mu_458{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_6a7mu_473{display:flex;justify-content:center}._link_6a7mu_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_6a7mu_223{margin:0 12px;width:100%;max-width:calc(50% - 12px)}@media only screen and (max-width: 1200px){._widgetWrapper_6a7mu_223{max-width:100%}}._valueNote_6a7mu_495{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_6a7mu_501{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_6a7mu_326{position:absolute;bottom:-126px}._text_6a7mu_514{font-size:.75rem;color:#64748b;font-family:Inter}._withMobileApp_6a7mu_520,._withoutMobileApp_6a7mu_521{display:inline-flex;align-items:center}._withMobileApp_6a7mu_520:before,._withoutMobileApp_6a7mu_521:before{width:12px;height:12px;border-radius:50%;display:inline-flex;margin-right:4px;content:""}._withMobileApp_6a7mu_520:before{background-color:#22c55e}._withoutMobileApp_6a7mu_521:before{background-color:#e2e8f0}._authButtonsWrapper_lsdtf_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_lsdtf_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_lsdtf_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_lsdtf_23{width:100%;margin-bottom:16px}._fieldWrapper_lsdtf_23:last-child{margin-bottom:0}._fieldLabel_lsdtf_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_lsdtf_36{font-size:.75rem;margin-top:8px}._field_lsdtf_23{width:100%;position:relative}._fieldLabelNew_lsdtf_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_lsdtf_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_lsdtf_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_lsdtf_52[type=password]{font-size:18px}._inputNew_lsdtf_52:focus,._inputNew_lsdtf_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_lsdtf_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_lsdtf_52:disabled::placeholder{color:#cbd5e1}._inputNew_lsdtf_52._error_lsdtf_7{border:1px solid #ef4444}._inputNew_lsdtf_52._error_lsdtf_7:focus,._inputNew_lsdtf_52._error_lsdtf_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_lsdtf_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_lsdtf_90{width:calc(50% - 8px)}._tableNavWrapper_lsdtf_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_lsdtf_107{display:flex;align-items:center}._tableNavItem_lsdtf_112{margin:0 6px}._modalContent_lsdtf_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_lsdtf_116._center_lsdtf_122{text-align:center;font-family:Inter}._modalContent_lsdtf_116._settings_lsdtf_126{max-height:calc(90vh - 205px)}._modalContent_lsdtf_116._settingsIntegration_lsdtf_129,._modalContent_lsdtf_116._performanceTestModalContent_lsdtf_132{max-height:calc(90vh - 170px)}._modalContent_lsdtf_116._monitoringReportContent_lsdtf_135{max-height:calc(100vh - 100px)}._modalTitle_lsdtf_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_lsdtf_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_lsdtf_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_lsdtf_151:after,._modalLine_lsdtf_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_lsdtf_151:before{left:-20px}._modalLine_lsdtf_151:after{right:-20px}._infoMessage_lsdtf_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_lsdtf_174: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_lsdtf_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_lsdtf_189._buttonsAutoWidth_lsdtf_196{justify-content:flex-end}._modalFooter_lsdtf_189._buttonsAutoWidth_lsdtf_196 button,._modalFooter_lsdtf_189._buttonsAutoWidth_lsdtf_196 span{margin-left:12px}._fullWidthTitle_lsdtf_204{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_lsdtf_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_lsdtf_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_lsdtf_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_lsdtf_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_lsdtf_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_lsdtf_254{height:180px;display:flex;align-items:center}._widgetFooter_lsdtf_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_lsdtf_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_lsdtf_267:last-child{border:none}._widgetMainValue_lsdtf_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_lsdtf_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_lsdtf_291{font-size:.75rem;color:#64748b}._widgetLoader_lsdtf_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_lsdtf_303{opacity:.5;cursor:default}._widgetAddress_lsdtf_308{font-size:.75rem;color:#64748b}._widgetTag_lsdtf_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_lsdtf_321{font-weight:500;color:#0f172a}._chartValuesWrapper_lsdtf_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_lsdtf_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_lsdtf_334._green_lsdtf_339:before,._chartValuesTitle_lsdtf_334._dark_lsdtf_339:before,._chartValuesTitle_lsdtf_334._blue_lsdtf_339: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_lsdtf_334._green_lsdtf_339:before{background:#22c55e}._chartValuesTitle_lsdtf_334._dark_lsdtf_339:before{background:#475569}._chartValuesTitle_lsdtf_334._blue_lsdtf_339:before{background:#43e0f8}._topbar_lsdtf_361{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_lsdtf_361._sticky_lsdtf_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_lsdtf_379{display:inline-flex}._logo_lsdtf_379{max-width:110px}._menuWrapper_lsdtf_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_lsdtf_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_lsdtf_387._opened_lsdtf_405{display:flex}}._menuItem_lsdtf_410{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_lsdtf_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_lsdtf_410 ._menuIcon_lsdtf_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_lsdtf_410 ._menuIconPerformance_lsdtf_436{fill:none}._menuItem_lsdtf_410 ._menuIconStroke_lsdtf_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_lsdtf_410._active_lsdtf_444,._menuItem_lsdtf_410:hover{background:#fff;color:#52c2fd}._menuItem_lsdtf_410._active_lsdtf_444 ._menuIcon_lsdtf_431:not(._menuIconStroke_lsdtf_439,._menuIconPerformance_lsdtf_436),._menuItem_lsdtf_410:hover ._menuIcon_lsdtf_431:not(._menuIconStroke_lsdtf_439,._menuIconPerformance_lsdtf_436){fill:#52c2fd}._menuItem_lsdtf_410._active_lsdtf_444 ._menuIconPerformance_lsdtf_436 path,._menuItem_lsdtf_410:hover ._menuIconPerformance_lsdtf_436 path{stroke:#59a6fd}._menuItem_lsdtf_410._active_lsdtf_444 ._menuIconStroke_lsdtf_439:not(._menuIcon_lsdtf_431),._menuItem_lsdtf_410:hover ._menuIconStroke_lsdtf_439:not(._menuIcon_lsdtf_431){stroke:#52c2fd}._redDot_lsdtf_458{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_lsdtf_473{display:flex;justify-content:center}._link_lsdtf_478{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1200px){._widgetsWrapper_lsdtf_216{flex-wrap:wrap}}._actionButtonsWrapper_lsdtf_490._disabled_lsdtf_303 ._actionButton_lsdtf_490{border:1px solid #cbd5e1!important;background:#f1f5f9!important;color:#cbd5e1!important;cursor:default!important}._actionButton_lsdtf_490{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_lsdtf_490._transfer_lsdtf_507{border:1px solid #3b82f6;background:#dbeafe;color:#1e40af}._actionButton_lsdtf_490._missing_lsdtf_512{border:1px solid #f59e0b;background:#fef3c7;color:#b45309}._actionButton_lsdtf_490._damaged_lsdtf_517{border:1px solid #ef4444;background:#fee2e2;color:#b91c1c}._actionButton_lsdtf_490._warehouse_lsdtf_522{border:1px solid #64748b;background:#f1f5f9;color:#1e293b}._actionButton_lsdtf_490._warranty_lsdtf_527{border:1px solid #43e0f8;background:#ebfcff;color:#165964}._actionButton_lsdtf_490:disabled{opacity:.5;cursor:default}._authButtonsWrapper_1debi_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1debi_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1debi_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_1debi_23{width:100%;margin-bottom:16px}._fieldWrapper_1debi_23:last-child{margin-bottom:0}._fieldLabel_1debi_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1debi_36{font-size:.75rem;margin-top:8px}._field_1debi_23{width:100%;position:relative}._fieldLabelNew_1debi_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1debi_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1debi_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1debi_52[type=password]{font-size:18px}._inputNew_1debi_52:focus,._inputNew_1debi_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1debi_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1debi_52:disabled::placeholder{color:#cbd5e1}._inputNew_1debi_52._error_1debi_7{border:1px solid #ef4444}._inputNew_1debi_52._error_1debi_7:focus,._inputNew_1debi_52._error_1debi_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1debi_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1debi_90{width:calc(50% - 8px)}._tableNavWrapper_1debi_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1debi_107{display:flex;align-items:center}._tableNavItem_1debi_112{margin:0 6px}._modalContent_1debi_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1debi_116._center_1debi_122{text-align:center;font-family:Inter}._modalContent_1debi_116._settings_1debi_126{max-height:calc(90vh - 205px)}._modalContent_1debi_116._settingsIntegration_1debi_129,._modalContent_1debi_116._performanceTestModalContent_1debi_132{max-height:calc(90vh - 170px)}._modalContent_1debi_116._monitoringReportContent_1debi_135{max-height:calc(100vh - 100px)}._modalTitle_1debi_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1debi_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1debi_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1debi_151:after,._modalLine_1debi_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1debi_151:before{left:-20px}._modalLine_1debi_151:after{right:-20px}._infoMessage_1debi_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1debi_174: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_1debi_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1debi_189._buttonsAutoWidth_1debi_196{justify-content:flex-end}._modalFooter_1debi_189._buttonsAutoWidth_1debi_196 button,._modalFooter_1debi_189._buttonsAutoWidth_1debi_196 span{margin-left:12px}._fullWidthTitle_1debi_204{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_1debi_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1debi_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1debi_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1debi_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1debi_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1debi_254{height:180px;display:flex;align-items:center}._widgetFooter_1debi_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1debi_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1debi_267:last-child{border:none}._widgetMainValue_1debi_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1debi_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1debi_291{font-size:.75rem;color:#64748b}._widgetLoader_1debi_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1debi_303{opacity:.5;cursor:default}._widgetAddress_1debi_308{font-size:.75rem;color:#64748b}._widgetTag_1debi_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1debi_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1debi_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1debi_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1debi_334._green_1debi_339:before,._chartValuesTitle_1debi_334._dark_1debi_339:before,._chartValuesTitle_1debi_334._blue_1debi_339: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_1debi_334._green_1debi_339:before{background:#22c55e}._chartValuesTitle_1debi_334._dark_1debi_339:before{background:#475569}._chartValuesTitle_1debi_334._blue_1debi_339:before{background:#43e0f8}._topbar_1debi_361{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_1debi_361._sticky_1debi_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1debi_379{display:inline-flex}._logo_1debi_379{max-width:110px}._menuWrapper_1debi_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1debi_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1debi_387._opened_1debi_405{display:flex}}._menuItem_1debi_410{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_1debi_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1debi_410 ._menuIcon_1debi_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1debi_410 ._menuIconPerformance_1debi_436{fill:none}._menuItem_1debi_410 ._menuIconStroke_1debi_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1debi_410._active_1debi_444,._menuItem_1debi_410:hover{background:#fff;color:#52c2fd}._menuItem_1debi_410._active_1debi_444 ._menuIcon_1debi_431:not(._menuIconStroke_1debi_439,._menuIconPerformance_1debi_436),._menuItem_1debi_410:hover ._menuIcon_1debi_431:not(._menuIconStroke_1debi_439,._menuIconPerformance_1debi_436){fill:#52c2fd}._menuItem_1debi_410._active_1debi_444 ._menuIconPerformance_1debi_436 path,._menuItem_1debi_410:hover ._menuIconPerformance_1debi_436 path{stroke:#59a6fd}._menuItem_1debi_410._active_1debi_444 ._menuIconStroke_1debi_439:not(._menuIcon_1debi_431),._menuItem_1debi_410:hover ._menuIconStroke_1debi_439:not(._menuIcon_1debi_431){stroke:#52c2fd}._redDot_1debi_458{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_1debi_473{display:flex;justify-content:center}._link_1debi_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderDetails_1debi_484{display:flex;justify-content:space-between;font-family:Inter}._orderDetailsItem_1debi_490{width:33%}._orderDetailsLabel_1debi_494{display:block;font-size:.875rem;margin-bottom:4px;color:#64748b}._orderDetailsValue_1debi_501{font-weight:500;display:block}._separator_1debi_506{height:1px;width:100%;margin:20px 0;background:#e2e8f0}._deviceWrapper_1debi_513{display:flex;justify-content:space-between;align-items:center;font-family:Inter}._deviceWrapper_1debi_513:before{display:block;content:url(/assets/device-O4Bbl98r.svg)}._deviceWrapper_1debi_513 svg{stroke:#64748b}@media only screen and (max-width: 900px){._deviceWrapper_1debi_513{flex-wrap:wrap}}._deviceQtyDelete_1debi_532{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_1debi_544{padding-left:16px;margin-right:20px}._deviceName_1debi_549{display:block;font-weight:500;margin-bottom:4px}._deviceQty_1debi_532{display:block;font-size:.875rem;color:#64748b}._orderInputWrapper_1debi_561{display:inline-flex;align-items:center}._orderInput_1debi_561{margin:0 4px;height:40px;width:64px;border-radius:10px;border:1px solid #cbd5e1;text-align:center;font-size:.875rem;font-family:Inter}._orderInput_1debi_561::-webkit-outer-spin-button,._orderInput_1debi_561::-webkit-inner-spin-button{appearance:none}._orderInputButton_1debi_580{width:36px;height:36px;display:flex;justify-content:center;align-items:center;border:1px solid #cbd5e1;border-radius:8px;cursor:pointer}._orderNote_1debi_591{font-size:.75rem;color:#64748b;margin-top:20px}._orderNote_1debi_591:before{content:"*";color:#42e8ff}._authButtonsWrapper_jgz37_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_jgz37_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_jgz37_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_jgz37_23{width:100%;margin-bottom:16px}._fieldWrapper_jgz37_23:last-child{margin-bottom:0}._fieldLabel_jgz37_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_jgz37_36{font-size:.75rem;margin-top:8px}._field_jgz37_23{width:100%;position:relative}._fieldLabelNew_jgz37_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_jgz37_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_jgz37_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_jgz37_52[type=password]{font-size:18px}._inputNew_jgz37_52:focus,._inputNew_jgz37_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_jgz37_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_jgz37_52:disabled::placeholder{color:#cbd5e1}._inputNew_jgz37_52._error_jgz37_7{border:1px solid #ef4444}._inputNew_jgz37_52._error_jgz37_7:focus,._inputNew_jgz37_52._error_jgz37_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_jgz37_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_jgz37_90{width:calc(50% - 8px)}._tableNavWrapper_jgz37_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_jgz37_107{display:flex;align-items:center}._tableNavItem_jgz37_112{margin:0 6px}._modalContent_jgz37_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_jgz37_116._center_jgz37_122{text-align:center;font-family:Inter}._modalContent_jgz37_116._settings_jgz37_126{max-height:calc(90vh - 205px)}._modalContent_jgz37_116._settingsIntegration_jgz37_129,._modalContent_jgz37_116._performanceTestModalContent_jgz37_132{max-height:calc(90vh - 170px)}._modalContent_jgz37_116._monitoringReportContent_jgz37_135{max-height:calc(100vh - 100px)}._modalTitle_jgz37_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_jgz37_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_jgz37_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_jgz37_151:after,._modalLine_jgz37_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_jgz37_151:before{left:-20px}._modalLine_jgz37_151:after{right:-20px}._infoMessage_jgz37_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_jgz37_174: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_jgz37_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_jgz37_189._buttonsAutoWidth_jgz37_196{justify-content:flex-end}._modalFooter_jgz37_189._buttonsAutoWidth_jgz37_196 button,._modalFooter_jgz37_189._buttonsAutoWidth_jgz37_196 span{margin-left:12px}._fullWidthTitle_jgz37_204{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_jgz37_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_jgz37_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_jgz37_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_jgz37_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_jgz37_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_jgz37_254{height:180px;display:flex;align-items:center}._widgetFooter_jgz37_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_jgz37_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_jgz37_267:last-child{border:none}._widgetMainValue_jgz37_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_jgz37_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_jgz37_291{font-size:.75rem;color:#64748b}._widgetLoader_jgz37_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_jgz37_303{opacity:.5;cursor:default}._widgetAddress_jgz37_308{font-size:.75rem;color:#64748b}._widgetTag_jgz37_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_jgz37_321{font-weight:500;color:#0f172a}._chartValuesWrapper_jgz37_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_jgz37_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_jgz37_334._green_jgz37_339:before,._chartValuesTitle_jgz37_334._dark_jgz37_339:before,._chartValuesTitle_jgz37_334._blue_jgz37_339: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_jgz37_334._green_jgz37_339:before{background:#22c55e}._chartValuesTitle_jgz37_334._dark_jgz37_339:before{background:#475569}._chartValuesTitle_jgz37_334._blue_jgz37_339:before{background:#43e0f8}._topbar_jgz37_361{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_jgz37_361._sticky_jgz37_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_jgz37_379{display:inline-flex}._logo_jgz37_379{max-width:110px}._menuWrapper_jgz37_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_jgz37_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_jgz37_387._opened_jgz37_405{display:flex}}._menuItem_jgz37_410{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_jgz37_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_jgz37_410 ._menuIcon_jgz37_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_jgz37_410 ._menuIconPerformance_jgz37_436{fill:none}._menuItem_jgz37_410 ._menuIconStroke_jgz37_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_jgz37_410._active_jgz37_444,._menuItem_jgz37_410:hover{background:#fff;color:#52c2fd}._menuItem_jgz37_410._active_jgz37_444 ._menuIcon_jgz37_431:not(._menuIconStroke_jgz37_439,._menuIconPerformance_jgz37_436),._menuItem_jgz37_410:hover ._menuIcon_jgz37_431:not(._menuIconStroke_jgz37_439,._menuIconPerformance_jgz37_436){fill:#52c2fd}._menuItem_jgz37_410._active_jgz37_444 ._menuIconPerformance_jgz37_436 path,._menuItem_jgz37_410:hover ._menuIconPerformance_jgz37_436 path{stroke:#59a6fd}._menuItem_jgz37_410._active_jgz37_444 ._menuIconStroke_jgz37_439:not(._menuIcon_jgz37_431),._menuItem_jgz37_410:hover ._menuIconStroke_jgz37_439:not(._menuIcon_jgz37_431){stroke:#52c2fd}._redDot_jgz37_458{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_jgz37_473{display:flex;justify-content:center}._link_jgz37_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._orderDetails_jgz37_484{font-family:Inter;display:flex;flex-direction:column;gap:20px}._orderDetailsRow_jgz37_491{display:flex;justify-content:space-between;gap:20px}._orderDetailsItem_jgz37_497{width:100%}._orderDetailsLabel_jgz37_501{display:block;font-size:.875rem;margin-bottom:4px;color:#64748b}._orderDetailsValue_jgz37_508{font-weight:500;display:block}._separator_jgz37_513{height:1px;width:100%;margin:20px 0;background:#e2e8f0}._deviceWrapper_jgz37_520{display:flex;align-items:center;font-family:Inter}._deviceWrapper_jgz37_520:before{display:block;content:url(/assets/device-O4Bbl98r.svg)}._deviceWrapper_jgz37_520 svg{stroke:#64748b}._deviceQtyWrapper_jgz37_533{padding-left:16px;margin-right:20px}._deviceName_jgz37_538{display:block;font-weight:500;margin-bottom:4px}._deviceQty_jgz37_533{display:block;font-size:.875rem;color:#64748b}._deviceQtyDelete_jgz37_550{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_jgz37_562{font-size:.75rem;color:#64748b;margin-top:20px}._orderNote_jgz37_562:before{content:"*";color:#42e8ff}._authButtonsWrapper_1q8n2_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1q8n2_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1q8n2_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_1q8n2_23{width:100%;margin-bottom:16px}._fieldWrapper_1q8n2_23:last-child{margin-bottom:0}._fieldLabel_1q8n2_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1q8n2_36{font-size:.75rem;margin-top:8px}._field_1q8n2_23{width:100%;position:relative}._fieldLabelNew_1q8n2_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1q8n2_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1q8n2_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1q8n2_52[type=password]{font-size:18px}._inputNew_1q8n2_52:focus,._inputNew_1q8n2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1q8n2_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1q8n2_52:disabled::placeholder{color:#cbd5e1}._inputNew_1q8n2_52._error_1q8n2_7{border:1px solid #ef4444}._inputNew_1q8n2_52._error_1q8n2_7:focus,._inputNew_1q8n2_52._error_1q8n2_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1q8n2_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1q8n2_90{width:calc(50% - 8px)}._tableNavWrapper_1q8n2_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1q8n2_107{display:flex;align-items:center}._tableNavItem_1q8n2_112{margin:0 6px}._modalContent_1q8n2_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1q8n2_116._center_1q8n2_122{text-align:center;font-family:Inter}._modalContent_1q8n2_116._settings_1q8n2_126{max-height:calc(90vh - 205px)}._modalContent_1q8n2_116._settingsIntegration_1q8n2_129,._modalContent_1q8n2_116._performanceTestModalContent_1q8n2_132{max-height:calc(90vh - 170px)}._modalContent_1q8n2_116._monitoringReportContent_1q8n2_135{max-height:calc(100vh - 100px)}._modalTitle_1q8n2_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1q8n2_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1q8n2_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1q8n2_151:after,._modalLine_1q8n2_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1q8n2_151:before{left:-20px}._modalLine_1q8n2_151:after{right:-20px}._infoMessage_1q8n2_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1q8n2_174: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_1q8n2_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1q8n2_189._buttonsAutoWidth_1q8n2_196{justify-content:flex-end}._modalFooter_1q8n2_189._buttonsAutoWidth_1q8n2_196 button,._modalFooter_1q8n2_189._buttonsAutoWidth_1q8n2_196 span{margin-left:12px}._fullWidthTitle_1q8n2_204{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_1q8n2_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1q8n2_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1q8n2_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1q8n2_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1q8n2_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1q8n2_254{height:180px;display:flex;align-items:center}._widgetFooter_1q8n2_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1q8n2_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1q8n2_267:last-child{border:none}._widgetMainValue_1q8n2_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1q8n2_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1q8n2_291{font-size:.75rem;color:#64748b}._widgetLoader_1q8n2_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1q8n2_303{opacity:.5;cursor:default}._widgetAddress_1q8n2_308{font-size:.75rem;color:#64748b}._widgetTag_1q8n2_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1q8n2_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1q8n2_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1q8n2_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1q8n2_334._green_1q8n2_339:before,._chartValuesTitle_1q8n2_334._dark_1q8n2_339:before,._chartValuesTitle_1q8n2_334._blue_1q8n2_339: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_1q8n2_334._green_1q8n2_339:before{background:#22c55e}._chartValuesTitle_1q8n2_334._dark_1q8n2_339:before{background:#475569}._chartValuesTitle_1q8n2_334._blue_1q8n2_339:before{background:#43e0f8}._topbar_1q8n2_361{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_1q8n2_361._sticky_1q8n2_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1q8n2_379{display:inline-flex}._logo_1q8n2_379{max-width:110px}._menuWrapper_1q8n2_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1q8n2_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1q8n2_387._opened_1q8n2_405{display:flex}}._menuItem_1q8n2_410{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_1q8n2_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1q8n2_410 ._menuIcon_1q8n2_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1q8n2_410 ._menuIconPerformance_1q8n2_436{fill:none}._menuItem_1q8n2_410 ._menuIconStroke_1q8n2_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1q8n2_410._active_1q8n2_444,._menuItem_1q8n2_410:hover{background:#fff;color:#52c2fd}._menuItem_1q8n2_410._active_1q8n2_444 ._menuIcon_1q8n2_431:not(._menuIconStroke_1q8n2_439,._menuIconPerformance_1q8n2_436),._menuItem_1q8n2_410:hover ._menuIcon_1q8n2_431:not(._menuIconStroke_1q8n2_439,._menuIconPerformance_1q8n2_436){fill:#52c2fd}._menuItem_1q8n2_410._active_1q8n2_444 ._menuIconPerformance_1q8n2_436 path,._menuItem_1q8n2_410:hover ._menuIconPerformance_1q8n2_436 path{stroke:#59a6fd}._menuItem_1q8n2_410._active_1q8n2_444 ._menuIconStroke_1q8n2_439:not(._menuIcon_1q8n2_431),._menuItem_1q8n2_410:hover ._menuIconStroke_1q8n2_439:not(._menuIcon_1q8n2_431){stroke:#52c2fd}._redDot_1q8n2_458{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_1q8n2_473{display:flex;justify-content:center}._link_1q8n2_478{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1200px){._widgetsWrapper_1q8n2_216{flex-wrap:wrap}}._authButtonsWrapper_7a2du_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_7a2du_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_7a2du_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_7a2du_23{width:100%;margin-bottom:16px}._fieldWrapper_7a2du_23:last-child{margin-bottom:0}._fieldLabel_7a2du_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_7a2du_36{font-size:.75rem;margin-top:8px}._field_7a2du_23{width:100%;position:relative}._fieldLabelNew_7a2du_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_7a2du_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_7a2du_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_7a2du_52[type=password]{font-size:18px}._inputNew_7a2du_52:focus,._inputNew_7a2du_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_7a2du_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_7a2du_52:disabled::placeholder{color:#cbd5e1}._inputNew_7a2du_52._error_7a2du_7{border:1px solid #ef4444}._inputNew_7a2du_52._error_7a2du_7:focus,._inputNew_7a2du_52._error_7a2du_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_7a2du_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_7a2du_90{width:calc(50% - 8px)}._tableNavWrapper_7a2du_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_7a2du_107{display:flex;align-items:center}._tableNavItem_7a2du_112{margin:0 6px}._modalContent_7a2du_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_7a2du_116._center_7a2du_122{text-align:center;font-family:Inter}._modalContent_7a2du_116._settings_7a2du_126{max-height:calc(90vh - 205px)}._modalContent_7a2du_116._settingsIntegration_7a2du_129,._modalContent_7a2du_116._performanceTestModalContent_7a2du_132{max-height:calc(90vh - 170px)}._modalContent_7a2du_116._monitoringReportContent_7a2du_135{max-height:calc(100vh - 100px)}._modalTitle_7a2du_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_7a2du_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_7a2du_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_7a2du_151:after,._modalLine_7a2du_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_7a2du_151:before{left:-20px}._modalLine_7a2du_151:after{right:-20px}._infoMessage_7a2du_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_7a2du_174: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_7a2du_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_7a2du_189._buttonsAutoWidth_7a2du_196{justify-content:flex-end}._modalFooter_7a2du_189._buttonsAutoWidth_7a2du_196 button,._modalFooter_7a2du_189._buttonsAutoWidth_7a2du_196 span{margin-left:12px}._fullWidthTitle_7a2du_204{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_7a2du_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_7a2du_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_7a2du_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_7a2du_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_7a2du_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_7a2du_254{height:180px;display:flex;align-items:center}._widgetFooter_7a2du_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_7a2du_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_7a2du_267:last-child{border:none}._widgetMainValue_7a2du_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_7a2du_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_7a2du_291{font-size:.75rem;color:#64748b}._widgetLoader_7a2du_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_7a2du_303{opacity:.5;cursor:default}._widgetAddress_7a2du_308{font-size:.75rem;color:#64748b}._widgetTag_7a2du_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_7a2du_321{font-weight:500;color:#0f172a}._chartValuesWrapper_7a2du_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_7a2du_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_7a2du_334._green_7a2du_339:before,._chartValuesTitle_7a2du_334._dark_7a2du_339:before,._chartValuesTitle_7a2du_334._blue_7a2du_339: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_7a2du_334._green_7a2du_339:before{background:#22c55e}._chartValuesTitle_7a2du_334._dark_7a2du_339:before{background:#475569}._chartValuesTitle_7a2du_334._blue_7a2du_339:before{background:#43e0f8}._topbar_7a2du_361{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_7a2du_361._sticky_7a2du_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_7a2du_379{display:inline-flex}._logo_7a2du_379{max-width:110px}._menuWrapper_7a2du_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_7a2du_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_7a2du_387._opened_7a2du_405{display:flex}}._menuItem_7a2du_410{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_7a2du_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_7a2du_410 ._menuIcon_7a2du_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_7a2du_410 ._menuIconPerformance_7a2du_436{fill:none}._menuItem_7a2du_410 ._menuIconStroke_7a2du_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_7a2du_410._active_7a2du_444,._menuItem_7a2du_410:hover{background:#fff;color:#52c2fd}._menuItem_7a2du_410._active_7a2du_444 ._menuIcon_7a2du_431:not(._menuIconStroke_7a2du_439,._menuIconPerformance_7a2du_436),._menuItem_7a2du_410:hover ._menuIcon_7a2du_431:not(._menuIconStroke_7a2du_439,._menuIconPerformance_7a2du_436){fill:#52c2fd}._menuItem_7a2du_410._active_7a2du_444 ._menuIconPerformance_7a2du_436 path,._menuItem_7a2du_410:hover ._menuIconPerformance_7a2du_436 path{stroke:#59a6fd}._menuItem_7a2du_410._active_7a2du_444 ._menuIconStroke_7a2du_439:not(._menuIcon_7a2du_431),._menuItem_7a2du_410:hover ._menuIconStroke_7a2du_439:not(._menuIcon_7a2du_431){stroke:#52c2fd}._redDot_7a2du_458{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_7a2du_473{display:flex;justify-content:center}._link_7a2du_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._fileWrapper_7a2du_484{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_7a2du_498{background-color:#b8f6b8;cursor:grabbing}._inputFile_7a2du_503{display:none}._labelText_7a2du_507{font-family:Inter;font-size:.875rem;width:100%;text-align:center;color:#64748b}._labelText_7a2du_507 span{color:#43e0f8}._icon_7a2du_518{margin-bottom:16px}._uploadedImage_7a2du_522{max-width:80%;max-height:100px}._fileNameWrapper_7a2du_527{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_7a2du_527{padding-left:4px;max-width:calc(100% - 30px)}._clearFile_7a2du_545{position:absolute;right:8px;cursor:pointer}._authButtonsWrapper_teetc_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_teetc_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_teetc_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_teetc_23{width:100%;margin-bottom:16px}._fieldWrapper_teetc_23:last-child{margin-bottom:0}._fieldLabel_teetc_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_teetc_36{font-size:.75rem;margin-top:8px}._field_teetc_23{width:100%;position:relative}._fieldLabelNew_teetc_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_teetc_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_teetc_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_teetc_52[type=password]{font-size:18px}._inputNew_teetc_52:focus,._inputNew_teetc_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_teetc_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_teetc_52:disabled::placeholder{color:#cbd5e1}._inputNew_teetc_52._error_teetc_7{border:1px solid #ef4444}._inputNew_teetc_52._error_teetc_7:focus,._inputNew_teetc_52._error_teetc_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_teetc_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_teetc_90{width:calc(50% - 8px)}._tableNavWrapper_teetc_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_teetc_107{display:flex;align-items:center}._tableNavItem_teetc_112{margin:0 6px}._modalContent_teetc_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_teetc_116._center_teetc_122{text-align:center;font-family:Inter}._modalContent_teetc_116._settings_teetc_126{max-height:calc(90vh - 205px)}._modalContent_teetc_116._settingsIntegration_teetc_129,._modalContent_teetc_116._performanceTestModalContent_teetc_132{max-height:calc(90vh - 170px)}._modalContent_teetc_116._monitoringReportContent_teetc_135{max-height:calc(100vh - 100px)}._modalTitle_teetc_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_teetc_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_teetc_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_teetc_151:after,._modalLine_teetc_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_teetc_151:before{left:-20px}._modalLine_teetc_151:after{right:-20px}._infoMessage_teetc_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_teetc_174: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_teetc_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_teetc_189._buttonsAutoWidth_teetc_196{justify-content:flex-end}._modalFooter_teetc_189._buttonsAutoWidth_teetc_196 button,._modalFooter_teetc_189._buttonsAutoWidth_teetc_196 span{margin-left:12px}._fullWidthTitle_teetc_204{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_teetc_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_teetc_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_teetc_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_teetc_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_teetc_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_teetc_254{height:180px;display:flex;align-items:center}._widgetFooter_teetc_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_teetc_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_teetc_267:last-child{border:none}._widgetMainValue_teetc_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_teetc_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_teetc_291{font-size:.75rem;color:#64748b}._widgetLoader_teetc_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_teetc_303{opacity:.5;cursor:default}._widgetAddress_teetc_308{font-size:.75rem;color:#64748b}._widgetTag_teetc_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_teetc_321{font-weight:500;color:#0f172a}._chartValuesWrapper_teetc_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_teetc_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_teetc_334._green_teetc_339:before,._chartValuesTitle_teetc_334._dark_teetc_339:before,._chartValuesTitle_teetc_334._blue_teetc_339: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_teetc_334._green_teetc_339:before{background:#22c55e}._chartValuesTitle_teetc_334._dark_teetc_339:before{background:#475569}._chartValuesTitle_teetc_334._blue_teetc_339:before{background:#43e0f8}._topbar_teetc_361{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_teetc_361._sticky_teetc_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_teetc_379{display:inline-flex}._logo_teetc_379{max-width:110px}._menuWrapper_teetc_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_teetc_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_teetc_387._opened_teetc_405{display:flex}}._menuItem_teetc_410{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_teetc_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_teetc_410 ._menuIcon_teetc_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_teetc_410 ._menuIconPerformance_teetc_436{fill:none}._menuItem_teetc_410 ._menuIconStroke_teetc_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_teetc_410._active_teetc_444,._menuItem_teetc_410:hover{background:#fff;color:#52c2fd}._menuItem_teetc_410._active_teetc_444 ._menuIcon_teetc_431:not(._menuIconStroke_teetc_439,._menuIconPerformance_teetc_436),._menuItem_teetc_410:hover ._menuIcon_teetc_431:not(._menuIconStroke_teetc_439,._menuIconPerformance_teetc_436){fill:#52c2fd}._menuItem_teetc_410._active_teetc_444 ._menuIconPerformance_teetc_436 path,._menuItem_teetc_410:hover ._menuIconPerformance_teetc_436 path{stroke:#59a6fd}._menuItem_teetc_410._active_teetc_444 ._menuIconStroke_teetc_439:not(._menuIcon_teetc_431),._menuItem_teetc_410:hover ._menuIconStroke_teetc_439:not(._menuIcon_teetc_431){stroke:#52c2fd}._redDot_teetc_458{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_teetc_473{display:flex;justify-content:center}._link_teetc_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._inputWrapper_teetc_484{display:flex;margin-bottom:16px}._inputWrapper_teetc_484:last-child{margin-bottom:0}._inputNumber_teetc_492{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_teetc_504{flex-shrink:3;margin-bottom:0}._clearButton_teetc_509{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_1fuj2_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1fuj2_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1fuj2_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_1fuj2_23{width:100%;margin-bottom:16px}._fieldWrapper_1fuj2_23:last-child{margin-bottom:0}._fieldLabel_1fuj2_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1fuj2_36{font-size:.75rem;margin-top:8px}._field_1fuj2_23{width:100%;position:relative}._fieldLabelNew_1fuj2_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1fuj2_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1fuj2_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1fuj2_52[type=password]{font-size:18px}._inputNew_1fuj2_52:focus,._inputNew_1fuj2_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1fuj2_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1fuj2_52:disabled::placeholder{color:#cbd5e1}._inputNew_1fuj2_52._error_1fuj2_7{border:1px solid #ef4444}._inputNew_1fuj2_52._error_1fuj2_7:focus,._inputNew_1fuj2_52._error_1fuj2_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1fuj2_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1fuj2_90{width:calc(50% - 8px)}._tableNavWrapper_1fuj2_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1fuj2_107{display:flex;align-items:center}._tableNavItem_1fuj2_112{margin:0 6px}._modalContent_1fuj2_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1fuj2_116._center_1fuj2_122{text-align:center;font-family:Inter}._modalContent_1fuj2_116._settings_1fuj2_126{max-height:calc(90vh - 205px)}._modalContent_1fuj2_116._settingsIntegration_1fuj2_129,._modalContent_1fuj2_116._performanceTestModalContent_1fuj2_132{max-height:calc(90vh - 170px)}._modalContent_1fuj2_116._monitoringReportContent_1fuj2_135{max-height:calc(100vh - 100px)}._modalTitle_1fuj2_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1fuj2_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1fuj2_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1fuj2_151:after,._modalLine_1fuj2_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1fuj2_151:before{left:-20px}._modalLine_1fuj2_151:after{right:-20px}._infoMessage_1fuj2_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1fuj2_174: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_1fuj2_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1fuj2_189._buttonsAutoWidth_1fuj2_196{justify-content:flex-end}._modalFooter_1fuj2_189._buttonsAutoWidth_1fuj2_196 button,._modalFooter_1fuj2_189._buttonsAutoWidth_1fuj2_196 span{margin-left:12px}._fullWidthTitle_1fuj2_204{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_1fuj2_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1fuj2_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1fuj2_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1fuj2_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1fuj2_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1fuj2_254{height:180px;display:flex;align-items:center}._widgetFooter_1fuj2_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1fuj2_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1fuj2_267:last-child{border:none}._widgetMainValue_1fuj2_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1fuj2_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1fuj2_291{font-size:.75rem;color:#64748b}._widgetLoader_1fuj2_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1fuj2_303{opacity:.5;cursor:default}._widgetAddress_1fuj2_308{font-size:.75rem;color:#64748b}._widgetTag_1fuj2_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1fuj2_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1fuj2_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1fuj2_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1fuj2_334._green_1fuj2_339:before,._chartValuesTitle_1fuj2_334._dark_1fuj2_339:before,._chartValuesTitle_1fuj2_334._blue_1fuj2_339: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_1fuj2_334._green_1fuj2_339:before{background:#22c55e}._chartValuesTitle_1fuj2_334._dark_1fuj2_339:before{background:#475569}._chartValuesTitle_1fuj2_334._blue_1fuj2_339:before{background:#43e0f8}._topbar_1fuj2_361{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_1fuj2_361._sticky_1fuj2_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1fuj2_379{display:inline-flex}._logo_1fuj2_379{max-width:110px}._menuWrapper_1fuj2_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1fuj2_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1fuj2_387._opened_1fuj2_405{display:flex}}._menuItem_1fuj2_410{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_1fuj2_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1fuj2_410 ._menuIcon_1fuj2_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1fuj2_410 ._menuIconPerformance_1fuj2_436{fill:none}._menuItem_1fuj2_410 ._menuIconStroke_1fuj2_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1fuj2_410._active_1fuj2_444,._menuItem_1fuj2_410:hover{background:#fff;color:#52c2fd}._menuItem_1fuj2_410._active_1fuj2_444 ._menuIcon_1fuj2_431:not(._menuIconStroke_1fuj2_439,._menuIconPerformance_1fuj2_436),._menuItem_1fuj2_410:hover ._menuIcon_1fuj2_431:not(._menuIconStroke_1fuj2_439,._menuIconPerformance_1fuj2_436){fill:#52c2fd}._menuItem_1fuj2_410._active_1fuj2_444 ._menuIconPerformance_1fuj2_436 path,._menuItem_1fuj2_410:hover ._menuIconPerformance_1fuj2_436 path{stroke:#59a6fd}._menuItem_1fuj2_410._active_1fuj2_444 ._menuIconStroke_1fuj2_439:not(._menuIcon_1fuj2_431),._menuItem_1fuj2_410:hover ._menuIconStroke_1fuj2_439:not(._menuIcon_1fuj2_431){stroke:#52c2fd}._redDot_1fuj2_458{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_1fuj2_473{display:flex;justify-content:center}._link_1fuj2_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._dataWrapper_1fuj2_484{display:flex;margin-bottom:16px}._dataItem_1fuj2_489{width:50%}._dataItemTitle_1fuj2_493{font-size:.875rem;color:#64748b;margin-bottom:8px}._dataItemText_1fuj2_499{font-weight:500}._line_1fuj2_503{width:100%;height:1px;background:#e2e8f0;margin-bottom:16px}._inputFileWrapper_1fuj2_510{position:relative;margin-bottom:16px}._spinnerWrapper_1fuj2_515{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_1fuj2_522{max-width:100%}._authButtonsWrapper_z5j5f_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_z5j5f_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_z5j5f_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_z5j5f_23{width:100%;margin-bottom:16px}._fieldWrapper_z5j5f_23:last-child{margin-bottom:0}._fieldLabel_z5j5f_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_z5j5f_36{font-size:.75rem;margin-top:8px}._field_z5j5f_23{width:100%;position:relative}._fieldLabelNew_z5j5f_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_z5j5f_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_z5j5f_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_z5j5f_52[type=password]{font-size:18px}._inputNew_z5j5f_52:focus,._inputNew_z5j5f_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_z5j5f_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_z5j5f_52:disabled::placeholder{color:#cbd5e1}._inputNew_z5j5f_52._error_z5j5f_7{border:1px solid #ef4444}._inputNew_z5j5f_52._error_z5j5f_7:focus,._inputNew_z5j5f_52._error_z5j5f_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_z5j5f_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_z5j5f_90{width:calc(50% - 8px)}._tableNavWrapper_z5j5f_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_z5j5f_107{display:flex;align-items:center}._tableNavItem_z5j5f_112{margin:0 6px}._modalContent_z5j5f_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_z5j5f_116._center_z5j5f_122{text-align:center;font-family:Inter}._modalContent_z5j5f_116._settings_z5j5f_126{max-height:calc(90vh - 205px)}._modalContent_z5j5f_116._settingsIntegration_z5j5f_129,._modalContent_z5j5f_116._performanceTestModalContent_z5j5f_132{max-height:calc(90vh - 170px)}._modalContent_z5j5f_116._monitoringReportContent_z5j5f_135{max-height:calc(100vh - 100px)}._modalTitle_z5j5f_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_z5j5f_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_z5j5f_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_z5j5f_151:after,._modalLine_z5j5f_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_z5j5f_151:before{left:-20px}._modalLine_z5j5f_151:after{right:-20px}._infoMessage_z5j5f_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_z5j5f_174: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_z5j5f_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_z5j5f_189._buttonsAutoWidth_z5j5f_196{justify-content:flex-end}._modalFooter_z5j5f_189._buttonsAutoWidth_z5j5f_196 button,._modalFooter_z5j5f_189._buttonsAutoWidth_z5j5f_196 span{margin-left:12px}._fullWidthTitle_z5j5f_204{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_z5j5f_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_z5j5f_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_z5j5f_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_z5j5f_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_z5j5f_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_z5j5f_254{height:180px;display:flex;align-items:center}._widgetFooter_z5j5f_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_z5j5f_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_z5j5f_267:last-child{border:none}._widgetMainValue_z5j5f_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_z5j5f_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_z5j5f_291{font-size:.75rem;color:#64748b}._widgetLoader_z5j5f_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_z5j5f_303{opacity:.5;cursor:default}._widgetAddress_z5j5f_308{font-size:.75rem;color:#64748b}._widgetTag_z5j5f_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_z5j5f_321{font-weight:500;color:#0f172a}._chartValuesWrapper_z5j5f_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_z5j5f_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_z5j5f_334._green_z5j5f_339:before,._chartValuesTitle_z5j5f_334._dark_z5j5f_339:before,._chartValuesTitle_z5j5f_334._blue_z5j5f_339: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_z5j5f_334._green_z5j5f_339:before{background:#22c55e}._chartValuesTitle_z5j5f_334._dark_z5j5f_339:before{background:#475569}._chartValuesTitle_z5j5f_334._blue_z5j5f_339:before{background:#43e0f8}._topbar_z5j5f_361{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_z5j5f_361._sticky_z5j5f_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_z5j5f_379{display:inline-flex}._logo_z5j5f_379{max-width:110px}._menuWrapper_z5j5f_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_z5j5f_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_z5j5f_387._opened_z5j5f_405{display:flex}}._menuItem_z5j5f_410{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_z5j5f_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_z5j5f_410 ._menuIcon_z5j5f_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_z5j5f_410 ._menuIconPerformance_z5j5f_436{fill:none}._menuItem_z5j5f_410 ._menuIconStroke_z5j5f_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_z5j5f_410._active_z5j5f_444,._menuItem_z5j5f_410:hover{background:#fff;color:#52c2fd}._menuItem_z5j5f_410._active_z5j5f_444 ._menuIcon_z5j5f_431:not(._menuIconStroke_z5j5f_439,._menuIconPerformance_z5j5f_436),._menuItem_z5j5f_410:hover ._menuIcon_z5j5f_431:not(._menuIconStroke_z5j5f_439,._menuIconPerformance_z5j5f_436){fill:#52c2fd}._menuItem_z5j5f_410._active_z5j5f_444 ._menuIconPerformance_z5j5f_436 path,._menuItem_z5j5f_410:hover ._menuIconPerformance_z5j5f_436 path{stroke:#59a6fd}._menuItem_z5j5f_410._active_z5j5f_444 ._menuIconStroke_z5j5f_439:not(._menuIcon_z5j5f_431),._menuItem_z5j5f_410:hover ._menuIconStroke_z5j5f_439:not(._menuIcon_z5j5f_431){stroke:#52c2fd}._redDot_z5j5f_458{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_z5j5f_473{display:flex;justify-content:center}._link_z5j5f_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._valueNote_z5j5f_484{font-size:12px;font-weight:400;color:#64748b}._devicesWrapper_z5j5f_490{width:100%;max-width:920px;min-height:240px}._valueNote_z5j5f_484{font-size:.75rem;color:#64748b;display:inline-flex;align-items:center}._valueNote_z5j5f_484:before{display:inline-flex;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._valueNote_z5j5f_484._green_z5j5f_339:before{background-color:#4ade80}._valueNote_z5j5f_484._yellow_z5j5f_513:before{background-color:#fde047}._valueNote_z5j5f_484._red_z5j5f_458:before{background-color:#ef4444}._valueNote_z5j5f_484._turquoise_z5j5f_519:before{background-color:#43e0f8}._valueNote_z5j5f_484._purple_z5j5f_522:before{background-color:#a855f7}._devicesFooter_z5j5f_526{margin-top:16px}._authButtonsWrapper_lpdmd_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_lpdmd_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_lpdmd_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_lpdmd_23{width:100%;margin-bottom:16px}._fieldWrapper_lpdmd_23:last-child{margin-bottom:0}._fieldLabel_lpdmd_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_lpdmd_36{font-size:.75rem;margin-top:8px}._field_lpdmd_23{width:100%;position:relative}._fieldLabelNew_lpdmd_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_lpdmd_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_lpdmd_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_lpdmd_52[type=password]{font-size:18px}._inputNew_lpdmd_52:focus,._inputNew_lpdmd_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_lpdmd_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_lpdmd_52:disabled::placeholder{color:#cbd5e1}._inputNew_lpdmd_52._error_lpdmd_7{border:1px solid #ef4444}._inputNew_lpdmd_52._error_lpdmd_7:focus,._inputNew_lpdmd_52._error_lpdmd_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_lpdmd_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_lpdmd_90{width:calc(50% - 8px)}._tableNavWrapper_lpdmd_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_lpdmd_107{display:flex;align-items:center}._tableNavItem_lpdmd_112{margin:0 6px}._modalContent_lpdmd_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_lpdmd_116._center_lpdmd_122{text-align:center;font-family:Inter}._modalContent_lpdmd_116._settings_lpdmd_126{max-height:calc(90vh - 205px)}._modalContent_lpdmd_116._settingsIntegration_lpdmd_129,._modalContent_lpdmd_116._performanceTestModalContent_lpdmd_132{max-height:calc(90vh - 170px)}._modalContent_lpdmd_116._monitoringReportContent_lpdmd_135{max-height:calc(100vh - 100px)}._modalTitle_lpdmd_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_lpdmd_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_lpdmd_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_lpdmd_151:after,._modalLine_lpdmd_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_lpdmd_151:before{left:-20px}._modalLine_lpdmd_151:after{right:-20px}._infoMessage_lpdmd_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_lpdmd_174: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_lpdmd_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_lpdmd_189._buttonsAutoWidth_lpdmd_196{justify-content:flex-end}._modalFooter_lpdmd_189._buttonsAutoWidth_lpdmd_196 button,._modalFooter_lpdmd_189._buttonsAutoWidth_lpdmd_196 span{margin-left:12px}._fullWidthTitle_lpdmd_204{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_lpdmd_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_lpdmd_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_lpdmd_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_lpdmd_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_lpdmd_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_lpdmd_254{height:180px;display:flex;align-items:center}._widgetFooter_lpdmd_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_lpdmd_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_lpdmd_267:last-child{border:none}._widgetMainValue_lpdmd_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_lpdmd_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_lpdmd_291{font-size:.75rem;color:#64748b}._widgetLoader_lpdmd_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_lpdmd_303{opacity:.5;cursor:default}._widgetAddress_lpdmd_308{font-size:.75rem;color:#64748b}._widgetTag_lpdmd_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_lpdmd_321{font-weight:500;color:#0f172a}._chartValuesWrapper_lpdmd_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_lpdmd_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_lpdmd_334._green_lpdmd_339:before,._chartValuesTitle_lpdmd_334._dark_lpdmd_339:before,._chartValuesTitle_lpdmd_334._blue_lpdmd_339: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_lpdmd_334._green_lpdmd_339:before{background:#22c55e}._chartValuesTitle_lpdmd_334._dark_lpdmd_339:before{background:#475569}._chartValuesTitle_lpdmd_334._blue_lpdmd_339:before{background:#43e0f8}._topbar_lpdmd_361{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_lpdmd_361._sticky_lpdmd_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_lpdmd_379{display:inline-flex}._logo_lpdmd_379{max-width:110px}._menuWrapper_lpdmd_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_lpdmd_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_lpdmd_387._opened_lpdmd_405{display:flex}}._menuItem_lpdmd_410{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_lpdmd_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_lpdmd_410 ._menuIcon_lpdmd_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_lpdmd_410 ._menuIconPerformance_lpdmd_436{fill:none}._menuItem_lpdmd_410 ._menuIconStroke_lpdmd_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_lpdmd_410._active_lpdmd_444,._menuItem_lpdmd_410:hover{background:#fff;color:#52c2fd}._menuItem_lpdmd_410._active_lpdmd_444 ._menuIcon_lpdmd_431:not(._menuIconStroke_lpdmd_439,._menuIconPerformance_lpdmd_436),._menuItem_lpdmd_410:hover ._menuIcon_lpdmd_431:not(._menuIconStroke_lpdmd_439,._menuIconPerformance_lpdmd_436){fill:#52c2fd}._menuItem_lpdmd_410._active_lpdmd_444 ._menuIconPerformance_lpdmd_436 path,._menuItem_lpdmd_410:hover ._menuIconPerformance_lpdmd_436 path{stroke:#59a6fd}._menuItem_lpdmd_410._active_lpdmd_444 ._menuIconStroke_lpdmd_439:not(._menuIcon_lpdmd_431),._menuItem_lpdmd_410:hover ._menuIconStroke_lpdmd_439:not(._menuIcon_lpdmd_431){stroke:#52c2fd}._redDot_lpdmd_458{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_lpdmd_473{display:flex;justify-content:center}._link_lpdmd_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._tagButton_lpdmd_484{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_lpdmd_484._yellow_lpdmd_500{border-color:#f59e0b;color:#b45309;background:#fef3c7}._tagButton_lpdmd_484._red_lpdmd_458{border-color:#ef4444;color:#b91c1c;background:#fee2e2}._authButtonsWrapper_15jv7_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_15jv7_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_15jv7_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_15jv7_23{width:100%;margin-bottom:16px}._fieldWrapper_15jv7_23:last-child{margin-bottom:0}._fieldLabel_15jv7_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_15jv7_36{font-size:.75rem;margin-top:8px}._field_15jv7_23{width:100%;position:relative}._fieldLabelNew_15jv7_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_15jv7_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_15jv7_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_15jv7_52[type=password]{font-size:18px}._inputNew_15jv7_52:focus,._inputNew_15jv7_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_15jv7_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_15jv7_52:disabled::placeholder{color:#cbd5e1}._inputNew_15jv7_52._error_15jv7_7{border:1px solid #ef4444}._inputNew_15jv7_52._error_15jv7_7:focus,._inputNew_15jv7_52._error_15jv7_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_15jv7_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_15jv7_90{width:calc(50% - 8px)}._tableNavWrapper_15jv7_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_15jv7_107{display:flex;align-items:center}._tableNavItem_15jv7_112{margin:0 6px}._modalContent_15jv7_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_15jv7_116._center_15jv7_122{text-align:center;font-family:Inter}._modalContent_15jv7_116._settings_15jv7_126{max-height:calc(90vh - 205px)}._modalContent_15jv7_116._settingsIntegration_15jv7_129,._modalContent_15jv7_116._performanceTestModalContent_15jv7_132{max-height:calc(90vh - 170px)}._modalContent_15jv7_116._monitoringReportContent_15jv7_135{max-height:calc(100vh - 100px)}._modalTitle_15jv7_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_15jv7_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_15jv7_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_15jv7_151:after,._modalLine_15jv7_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_15jv7_151:before{left:-20px}._modalLine_15jv7_151:after{right:-20px}._infoMessage_15jv7_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_15jv7_174: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_15jv7_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_15jv7_189._buttonsAutoWidth_15jv7_196{justify-content:flex-end}._modalFooter_15jv7_189._buttonsAutoWidth_15jv7_196 button,._modalFooter_15jv7_189._buttonsAutoWidth_15jv7_196 span{margin-left:12px}._fullWidthTitle_15jv7_204{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_15jv7_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_15jv7_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_15jv7_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_15jv7_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_15jv7_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_15jv7_254{height:180px;display:flex;align-items:center}._widgetFooter_15jv7_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_15jv7_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_15jv7_267:last-child{border:none}._widgetMainValue_15jv7_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_15jv7_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_15jv7_291{font-size:.75rem;color:#64748b}._widgetLoader_15jv7_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_15jv7_303{opacity:.5;cursor:default}._widgetAddress_15jv7_308{font-size:.75rem;color:#64748b}._widgetTag_15jv7_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_15jv7_321{font-weight:500;color:#0f172a}._chartValuesWrapper_15jv7_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_15jv7_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_15jv7_334._green_15jv7_339:before,._chartValuesTitle_15jv7_334._dark_15jv7_339:before,._chartValuesTitle_15jv7_334._blue_15jv7_339: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_15jv7_334._green_15jv7_339:before{background:#22c55e}._chartValuesTitle_15jv7_334._dark_15jv7_339:before{background:#475569}._chartValuesTitle_15jv7_334._blue_15jv7_339:before{background:#43e0f8}._topbar_15jv7_361{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_15jv7_361._sticky_15jv7_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_15jv7_379{display:inline-flex}._logo_15jv7_379{max-width:110px}._menuWrapper_15jv7_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_15jv7_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_15jv7_387._opened_15jv7_405{display:flex}}._menuItem_15jv7_410{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_15jv7_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_15jv7_410 ._menuIcon_15jv7_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_15jv7_410 ._menuIconPerformance_15jv7_436{fill:none}._menuItem_15jv7_410 ._menuIconStroke_15jv7_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_15jv7_410._active_15jv7_444,._menuItem_15jv7_410:hover{background:#fff;color:#52c2fd}._menuItem_15jv7_410._active_15jv7_444 ._menuIcon_15jv7_431:not(._menuIconStroke_15jv7_439,._menuIconPerformance_15jv7_436),._menuItem_15jv7_410:hover ._menuIcon_15jv7_431:not(._menuIconStroke_15jv7_439,._menuIconPerformance_15jv7_436){fill:#52c2fd}._menuItem_15jv7_410._active_15jv7_444 ._menuIconPerformance_15jv7_436 path,._menuItem_15jv7_410:hover ._menuIconPerformance_15jv7_436 path{stroke:#59a6fd}._menuItem_15jv7_410._active_15jv7_444 ._menuIconStroke_15jv7_439:not(._menuIcon_15jv7_431),._menuItem_15jv7_410:hover ._menuIconStroke_15jv7_439:not(._menuIcon_15jv7_431){stroke:#52c2fd}._redDot_15jv7_458{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_15jv7_473{display:flex;justify-content:center}._link_15jv7_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._dataWrapper_15jv7_484{display:flex;margin-bottom:16px}._dataItem_15jv7_489{width:50%}._dataItemTitle_15jv7_493{font-size:.875rem;color:#64748b;margin-bottom:8px}._dataItemText_15jv7_499{font-weight:500}._devicesInfo_15jv7_503{border-radius:12px;background:#f8fafc}._devicesInfoItem_15jv7_508{padding:12px 16px}._line_15jv7_512{width:100%;height:1px;background:#e2e8f0;margin-bottom:16px}._inputFileWrapper_15jv7_519{position:relative;margin-bottom:16px}._spinnerWrapper_15jv7_524{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._errorMessageFullWith_15jv7_531{max-width:100%}._authButtonsWrapper_e49x6_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_e49x6_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_e49x6_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_e49x6_23{width:100%;margin-bottom:16px}._fieldWrapper_e49x6_23:last-child{margin-bottom:0}._fieldLabel_e49x6_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_e49x6_36{font-size:.75rem;margin-top:8px}._field_e49x6_23{width:100%;position:relative}._fieldLabelNew_e49x6_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_e49x6_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_e49x6_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_e49x6_52[type=password]{font-size:18px}._inputNew_e49x6_52:focus,._inputNew_e49x6_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_e49x6_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_e49x6_52:disabled::placeholder{color:#cbd5e1}._inputNew_e49x6_52._error_e49x6_7{border:1px solid #ef4444}._inputNew_e49x6_52._error_e49x6_7:focus,._inputNew_e49x6_52._error_e49x6_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_e49x6_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_e49x6_90{width:calc(50% - 8px)}._tableNavWrapper_e49x6_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_e49x6_107{display:flex;align-items:center}._tableNavItem_e49x6_112{margin:0 6px}._modalContent_e49x6_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_e49x6_116._center_e49x6_122{text-align:center;font-family:Inter}._modalContent_e49x6_116._settings_e49x6_126{max-height:calc(90vh - 205px)}._modalContent_e49x6_116._settingsIntegration_e49x6_129,._modalContent_e49x6_116._performanceTestModalContent_e49x6_132{max-height:calc(90vh - 170px)}._modalContent_e49x6_116._monitoringReportContent_e49x6_135{max-height:calc(100vh - 100px)}._modalTitle_e49x6_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_e49x6_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_e49x6_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_e49x6_151:after,._modalLine_e49x6_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_e49x6_151:before{left:-20px}._modalLine_e49x6_151:after{right:-20px}._infoMessage_e49x6_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_e49x6_174: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_e49x6_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_e49x6_189._buttonsAutoWidth_e49x6_196{justify-content:flex-end}._modalFooter_e49x6_189._buttonsAutoWidth_e49x6_196 button,._modalFooter_e49x6_189._buttonsAutoWidth_e49x6_196 span{margin-left:12px}._fullWidthTitle_e49x6_204{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_e49x6_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_e49x6_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_e49x6_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_e49x6_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_e49x6_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_e49x6_254{height:180px;display:flex;align-items:center}._widgetFooter_e49x6_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_e49x6_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_e49x6_267:last-child{border:none}._widgetMainValue_e49x6_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_e49x6_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_e49x6_291{font-size:.75rem;color:#64748b}._widgetLoader_e49x6_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_e49x6_303{opacity:.5;cursor:default}._widgetAddress_e49x6_308{font-size:.75rem;color:#64748b}._widgetTag_e49x6_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_e49x6_321{font-weight:500;color:#0f172a}._chartValuesWrapper_e49x6_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_e49x6_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_e49x6_334._green_e49x6_339:before,._chartValuesTitle_e49x6_334._dark_e49x6_339:before,._chartValuesTitle_e49x6_334._blue_e49x6_339: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_e49x6_334._green_e49x6_339:before{background:#22c55e}._chartValuesTitle_e49x6_334._dark_e49x6_339:before{background:#475569}._chartValuesTitle_e49x6_334._blue_e49x6_339:before{background:#43e0f8}._topbar_e49x6_361{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_e49x6_361._sticky_e49x6_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_e49x6_379{display:inline-flex}._logo_e49x6_379{max-width:110px}._menuWrapper_e49x6_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_e49x6_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_e49x6_387._opened_e49x6_405{display:flex}}._menuItem_e49x6_410{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_e49x6_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_e49x6_410 ._menuIcon_e49x6_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_e49x6_410 ._menuIconPerformance_e49x6_436{fill:none}._menuItem_e49x6_410 ._menuIconStroke_e49x6_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_e49x6_410._active_e49x6_444,._menuItem_e49x6_410:hover{background:#fff;color:#52c2fd}._menuItem_e49x6_410._active_e49x6_444 ._menuIcon_e49x6_431:not(._menuIconStroke_e49x6_439,._menuIconPerformance_e49x6_436),._menuItem_e49x6_410:hover ._menuIcon_e49x6_431:not(._menuIconStroke_e49x6_439,._menuIconPerformance_e49x6_436){fill:#52c2fd}._menuItem_e49x6_410._active_e49x6_444 ._menuIconPerformance_e49x6_436 path,._menuItem_e49x6_410:hover ._menuIconPerformance_e49x6_436 path{stroke:#59a6fd}._menuItem_e49x6_410._active_e49x6_444 ._menuIconStroke_e49x6_439:not(._menuIcon_e49x6_431),._menuItem_e49x6_410:hover ._menuIconStroke_e49x6_439:not(._menuIcon_e49x6_431){stroke:#52c2fd}._redDot_e49x6_458{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_e49x6_473{display:flex;justify-content:center}._link_e49x6_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._alertStatus_e49x6_484{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_e49x6_484:before{display:none}._alertStatus_e49x6_484._packed_e49x6_498{background:#fef3c7;color:#78350f;border-color:#b45309}._alertStatus_e49x6_484._confirmed_e49x6_503{background:#dcfce7;color:#14532d;border-color:#15803d}._alertStatus_e49x6_484._shipping_e49x6_508{background:#dbeafe;color:#264af8;border-color:#2563eb}._authButtonsWrapper_1l8tj_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1l8tj_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1l8tj_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_1l8tj_23{width:100%;margin-bottom:16px}._fieldWrapper_1l8tj_23:last-child{margin-bottom:0}._fieldLabel_1l8tj_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1l8tj_36{font-size:.75rem;margin-top:8px}._field_1l8tj_23{width:100%;position:relative}._fieldLabelNew_1l8tj_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1l8tj_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1l8tj_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1l8tj_52[type=password]{font-size:18px}._inputNew_1l8tj_52:focus,._inputNew_1l8tj_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1l8tj_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1l8tj_52:disabled::placeholder{color:#cbd5e1}._inputNew_1l8tj_52._error_1l8tj_7{border:1px solid #ef4444}._inputNew_1l8tj_52._error_1l8tj_7:focus,._inputNew_1l8tj_52._error_1l8tj_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1l8tj_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1l8tj_90{width:calc(50% - 8px)}._tableNavWrapper_1l8tj_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1l8tj_107{display:flex;align-items:center}._tableNavItem_1l8tj_112{margin:0 6px}._modalContent_1l8tj_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1l8tj_116._center_1l8tj_122{text-align:center;font-family:Inter}._modalContent_1l8tj_116._settings_1l8tj_126{max-height:calc(90vh - 205px)}._modalContent_1l8tj_116._settingsIntegration_1l8tj_129,._modalContent_1l8tj_116._performanceTestModalContent_1l8tj_132{max-height:calc(90vh - 170px)}._modalContent_1l8tj_116._monitoringReportContent_1l8tj_135{max-height:calc(100vh - 100px)}._modalTitle_1l8tj_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1l8tj_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1l8tj_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1l8tj_151:after,._modalLine_1l8tj_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1l8tj_151:before{left:-20px}._modalLine_1l8tj_151:after{right:-20px}._infoMessage_1l8tj_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1l8tj_174: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_1l8tj_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1l8tj_189._buttonsAutoWidth_1l8tj_196{justify-content:flex-end}._modalFooter_1l8tj_189._buttonsAutoWidth_1l8tj_196 button,._modalFooter_1l8tj_189._buttonsAutoWidth_1l8tj_196 span{margin-left:12px}._fullWidthTitle_1l8tj_204{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_1l8tj_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1l8tj_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1l8tj_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1l8tj_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1l8tj_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1l8tj_254{height:180px;display:flex;align-items:center}._widgetFooter_1l8tj_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1l8tj_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1l8tj_267:last-child{border:none}._widgetMainValue_1l8tj_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1l8tj_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1l8tj_291{font-size:.75rem;color:#64748b}._widgetLoader_1l8tj_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1l8tj_303{opacity:.5;cursor:default}._widgetAddress_1l8tj_308{font-size:.75rem;color:#64748b}._widgetTag_1l8tj_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1l8tj_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1l8tj_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1l8tj_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1l8tj_334._green_1l8tj_339:before,._chartValuesTitle_1l8tj_334._dark_1l8tj_339:before,._chartValuesTitle_1l8tj_334._blue_1l8tj_339: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_1l8tj_334._green_1l8tj_339:before{background:#22c55e}._chartValuesTitle_1l8tj_334._dark_1l8tj_339:before{background:#475569}._chartValuesTitle_1l8tj_334._blue_1l8tj_339:before{background:#43e0f8}._topbar_1l8tj_361{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_1l8tj_361._sticky_1l8tj_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1l8tj_379{display:inline-flex}._logo_1l8tj_379{max-width:110px}._menuWrapper_1l8tj_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1l8tj_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1l8tj_387._opened_1l8tj_405{display:flex}}._menuItem_1l8tj_410{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_1l8tj_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1l8tj_410 ._menuIcon_1l8tj_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1l8tj_410 ._menuIconPerformance_1l8tj_436{fill:none}._menuItem_1l8tj_410 ._menuIconStroke_1l8tj_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1l8tj_410._active_1l8tj_444,._menuItem_1l8tj_410:hover{background:#fff;color:#52c2fd}._menuItem_1l8tj_410._active_1l8tj_444 ._menuIcon_1l8tj_431:not(._menuIconStroke_1l8tj_439,._menuIconPerformance_1l8tj_436),._menuItem_1l8tj_410:hover ._menuIcon_1l8tj_431:not(._menuIconStroke_1l8tj_439,._menuIconPerformance_1l8tj_436){fill:#52c2fd}._menuItem_1l8tj_410._active_1l8tj_444 ._menuIconPerformance_1l8tj_436 path,._menuItem_1l8tj_410:hover ._menuIconPerformance_1l8tj_436 path{stroke:#59a6fd}._menuItem_1l8tj_410._active_1l8tj_444 ._menuIconStroke_1l8tj_439:not(._menuIcon_1l8tj_431),._menuItem_1l8tj_410:hover ._menuIconStroke_1l8tj_439:not(._menuIcon_1l8tj_431){stroke:#52c2fd}._redDot_1l8tj_458{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_1l8tj_473{display:flex;justify-content:center}._link_1l8tj_478{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._widgetWrapper_1l8tj_223{max-width:100%;margin-bottom:24px}}._chartWrapper_1l8tj_491{display:flex;justify-content:flex-end}@media only screen and (max-width: 1024px){._chartWrapper_1l8tj_491{max-width:450px;margin:0 auto;position:relative}}._chart_1l8tj_326{position:absolute;top:16px;left:0}@media only screen and (max-width: 1024px){._chart_1l8tj_326{top:0}}._widgetMainValue_1l8tj_276{position:absolute;left:0;bottom:63px;width:210px}._chartNotesWrapper_1l8tj_521{padding-top:10px}._chartNote_1l8tj_521{font-size:12px;font-weight:400;color:#64748b;width:100%}._chartNote_1l8tj_521:before{display:inline-flex;position:relative;top:2px;width:12px;height:12px;border-radius:50%;margin-right:4px;content:""}._chartNote_1l8tj_521._green_1l8tj_339:before{background:#22c55e}._chartNote_1l8tj_521._yellow_1l8tj_544:before{background:#fcd34d}._chartNote_1l8tj_521._purple_1l8tj_547:before{background:#2563eb}._chartNoteValue_1l8tj_551{font-weight:500;padding-left:4px;font-size:.875rem;color:#000}._chartNoteLine_1l8tj_558{display:block;width:110px;height:1px;background:#f1f5f9;margin:25px 0}._authButtonsWrapper_q21le_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_q21le_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_q21le_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_q21le_23{width:100%;margin-bottom:16px}._fieldWrapper_q21le_23:last-child{margin-bottom:0}._fieldLabel_q21le_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_q21le_36{font-size:.75rem;margin-top:8px}._field_q21le_23{width:100%;position:relative}._fieldLabelNew_q21le_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_q21le_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_q21le_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_q21le_52[type=password]{font-size:18px}._inputNew_q21le_52:focus,._inputNew_q21le_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_q21le_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_q21le_52:disabled::placeholder{color:#cbd5e1}._inputNew_q21le_52._error_q21le_7{border:1px solid #ef4444}._inputNew_q21le_52._error_q21le_7:focus,._inputNew_q21le_52._error_q21le_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_q21le_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_q21le_90{width:calc(50% - 8px)}._tableNavWrapper_q21le_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_q21le_107{display:flex;align-items:center}._tableNavItem_q21le_112{margin:0 6px}._modalContent_q21le_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_q21le_116._center_q21le_122{text-align:center;font-family:Inter}._modalContent_q21le_116._settings_q21le_126{max-height:calc(90vh - 205px)}._modalContent_q21le_116._settingsIntegration_q21le_129,._modalContent_q21le_116._performanceTestModalContent_q21le_132{max-height:calc(90vh - 170px)}._modalContent_q21le_116._monitoringReportContent_q21le_135{max-height:calc(100vh - 100px)}._modalTitle_q21le_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_q21le_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_q21le_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_q21le_151:after,._modalLine_q21le_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_q21le_151:before{left:-20px}._modalLine_q21le_151:after{right:-20px}._infoMessage_q21le_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_q21le_174: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_q21le_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_q21le_189._buttonsAutoWidth_q21le_196{justify-content:flex-end}._modalFooter_q21le_189._buttonsAutoWidth_q21le_196 button,._modalFooter_q21le_189._buttonsAutoWidth_q21le_196 span{margin-left:12px}._fullWidthTitle_q21le_204{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_q21le_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_q21le_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_q21le_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_q21le_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_q21le_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_q21le_254{height:180px;display:flex;align-items:center}._widgetFooter_q21le_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_q21le_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_q21le_267:last-child{border:none}._widgetMainValue_q21le_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_q21le_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_q21le_291{font-size:.75rem;color:#64748b}._widgetLoader_q21le_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_q21le_303{opacity:.5;cursor:default}._widgetAddress_q21le_308{font-size:.75rem;color:#64748b}._widgetTag_q21le_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_q21le_321{font-weight:500;color:#0f172a}._chartValuesWrapper_q21le_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_q21le_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_q21le_334._green_q21le_339:before,._chartValuesTitle_q21le_334._dark_q21le_339:before,._chartValuesTitle_q21le_334._blue_q21le_339: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_q21le_334._green_q21le_339:before{background:#22c55e}._chartValuesTitle_q21le_334._dark_q21le_339:before{background:#475569}._chartValuesTitle_q21le_334._blue_q21le_339:before{background:#43e0f8}._topbar_q21le_361{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_q21le_361._sticky_q21le_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_q21le_379{display:inline-flex}._logo_q21le_379{max-width:110px}._menuWrapper_q21le_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_q21le_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_q21le_387._opened_q21le_405{display:flex}}._menuItem_q21le_410{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_q21le_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_q21le_410 ._menuIcon_q21le_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_q21le_410 ._menuIconPerformance_q21le_436{fill:none}._menuItem_q21le_410 ._menuIconStroke_q21le_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_q21le_410._active_q21le_444,._menuItem_q21le_410:hover{background:#fff;color:#52c2fd}._menuItem_q21le_410._active_q21le_444 ._menuIcon_q21le_431:not(._menuIconStroke_q21le_439,._menuIconPerformance_q21le_436),._menuItem_q21le_410:hover ._menuIcon_q21le_431:not(._menuIconStroke_q21le_439,._menuIconPerformance_q21le_436){fill:#52c2fd}._menuItem_q21le_410._active_q21le_444 ._menuIconPerformance_q21le_436 path,._menuItem_q21le_410:hover ._menuIconPerformance_q21le_436 path{stroke:#59a6fd}._menuItem_q21le_410._active_q21le_444 ._menuIconStroke_q21le_439:not(._menuIcon_q21le_431),._menuItem_q21le_410:hover ._menuIconStroke_q21le_439:not(._menuIcon_q21le_431){stroke:#52c2fd}._redDot_q21le_458{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_q21le_473{display:flex;justify-content:center}._link_q21le_478{color:#2db2c8;text-decoration:underline;cursor:pointer}._widgetWrapper_q21le_223{margin:0 12px}@media only screen and (max-width: 1024px){._widgetWrapper_q21le_223{max-width:100%}}._valueNote_q21le_493{font-size:12px;font-weight:400;color:#64748b}._chartWrapper_q21le_499{display:flex;justify-content:center;align-items:center;height:50px;position:relative}._chart_q21le_326{position:absolute;bottom:-126px}._text_q21le_512{font-size:.75rem;color:#64748b;font-family:Inter}._available_q21le_518,._packed_q21le_519{display:inline-flex;align-items:center}._available_q21le_518:before,._packed_q21le_519:before{width:12px;height:12px;border-radius:50%;display:inline-flex;margin-right:4px;content:""}._available_q21le_518:before{background-color:#fef3c7}._packed_q21le_519:before{background-color:#fcd34d}._authButtonsWrapper_1dyu1_1{display:flex;justify-content:space-between;margin-top:24px}._errorMessage_1dyu1_7{font-family:Inter;font-size:.875rem;color:#ef4444;max-width:75%;margin-top:5px;padding-left:20px;position:relative}._errorMessage_1dyu1_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_1dyu1_23{width:100%;margin-bottom:16px}._fieldWrapper_1dyu1_23:last-child{margin-bottom:0}._fieldLabel_1dyu1_31{font-size:.75rem;margin-bottom:8px}._fieldLabelBottom_1dyu1_36{font-size:.75rem;margin-top:8px}._field_1dyu1_23{width:100%;position:relative}._fieldLabelNew_1dyu1_46{font-family:Inter;font-size:.875rem;margin-bottom:5px}._inputNew_1dyu1_52{height:40px;padding:0 50px 0 12px;width:100%;font-size:.875rem;font-family:Inter;border-radius:10px;border:1px solid #e2e8f0}._inputNew_1dyu1_52::placeholder{font-size:.875rem;font-family:Inter;color:#94a3b8}._inputNew_1dyu1_52[type=password]{font-size:18px}._inputNew_1dyu1_52:focus,._inputNew_1dyu1_52:active{border:1px solid #4ae9ff;box-shadow:0 0 0 4px #cdfcffb3,0 0 0 2px #fff}._inputNew_1dyu1_52:disabled{border:none;box-shadow:none;background:#f1f5f9}._inputNew_1dyu1_52:disabled::placeholder{color:#cbd5e1}._inputNew_1dyu1_52._error_1dyu1_7{border:1px solid #ef4444}._inputNew_1dyu1_52._error_1dyu1_7:focus,._inputNew_1dyu1_52._error_1dyu1_7:active{border-color:#ef4444;box-shadow:none}._formCellsWrapper_1dyu1_90{display:flex;justify-content:space-between;margin-bottom:16px}._formCell_1dyu1_90{width:calc(50% - 8px)}._tableNavWrapper_1dyu1_100{display:flex;justify-content:space-between;align-items:center;margin-bottom:12px}._tableNavButtonsWrapper_1dyu1_107{display:flex;align-items:center}._tableNavItem_1dyu1_112{margin:0 6px}._modalContent_1dyu1_116{padding:20px;max-height:calc(90vh - 145px);overflow-y:auto;overflow-x:hidden}._modalContent_1dyu1_116._center_1dyu1_122{text-align:center;font-family:Inter}._modalContent_1dyu1_116._settings_1dyu1_126{max-height:calc(90vh - 205px)}._modalContent_1dyu1_116._settingsIntegration_1dyu1_129,._modalContent_1dyu1_116._performanceTestModalContent_1dyu1_132{max-height:calc(90vh - 170px)}._modalContent_1dyu1_116._monitoringReportContent_1dyu1_135{max-height:calc(100vh - 100px)}._modalTitle_1dyu1_139{font-size:1.125rem;font-weight:500;margin:16px 0 4px}._modalMessage_1dyu1_145{font-size:.875rem;line-height:20px;color:#475569}._modalLine_1dyu1_151{width:100%;height:1px;background:#e2e8f0;margin:20px 0;position:relative}._modalLine_1dyu1_151:after,._modalLine_1dyu1_151:before{display:block;position:absolute;height:1px;width:20px;top:0;background:#e2e8f0;content:""}._modalLine_1dyu1_151:before{left:-20px}._modalLine_1dyu1_151:after{right:-20px}._infoMessage_1dyu1_174{font-family:Inter;font-size:.875rem;color:#64748b;margin-top:5px;padding-left:20px;position:relative}._infoMessage_1dyu1_174: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_1dyu1_189{padding:16px 20px;display:flex;justify-content:space-between;border-top:1px solid #e2e8f0;gap:10px}._modalFooter_1dyu1_189._buttonsAutoWidth_1dyu1_196{justify-content:flex-end}._modalFooter_1dyu1_189._buttonsAutoWidth_1dyu1_196 button,._modalFooter_1dyu1_189._buttonsAutoWidth_1dyu1_196 span{margin-left:12px}._fullWidthTitle_1dyu1_204{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_1dyu1_216{display:flex;justify-content:center;padding:0 12px;margin-bottom:24px}._widgetWrapper_1dyu1_223{border-radius:20px;border:1px solid #e2e8f0;background:#fff;padding:0 32px 20px;max-width:450px;margin:0 12px;width:100%;min-height:316px;position:relative}._widgetHeader_1dyu1_235{display:flex;justify-content:space-between;align-items:center;height:70px;border-bottom:1px solid #f1f5f9}._widgetTitle_1dyu1_243{font-family:Inter;font-size:1rem;font-weight:500}._widgetDataWrapper_1dyu1_249{padding-top:16px;position:relative}._widgetSpinnerWrapper_1dyu1_254{height:180px;display:flex;align-items:center}._widgetFooter_1dyu1_260{border-top:1px solid #f1f5f9;padding-top:16px;display:flex;justify-content:center}._widgetFooterItem_1dyu1_267{text-align:center;border-right:1px solid #f1f5f9;flex:1}._widgetFooterItem_1dyu1_267:last-child{border:none}._widgetMainValue_1dyu1_276{display:flex;flex-direction:column;justify-content:center;align-items:center;padding:16px 0 10px}._widgetValueWrapper_1dyu1_284{margin-top:4px;font-size:1.5rem;font-weight:500;line-height:1.5}._widgetNote_1dyu1_291{font-size:.75rem;color:#64748b}._widgetLoader_1dyu1_296{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%)}._disabled_1dyu1_303{opacity:.5;cursor:default}._widgetAddress_1dyu1_308{font-size:.75rem;color:#64748b}._widgetTag_1dyu1_313{font-size:.75rem;color:#475569;border:1px solid #e2e8f0;padding:4px 10px;border-radius:6px}._widgetTagValue_1dyu1_321{font-weight:500;color:#0f172a}._chartValuesWrapper_1dyu1_326{width:100%;display:flex;align-items:center;justify-content:space-between;margin-bottom:8px}._chartValuesTitle_1dyu1_334{font-size:14px;color:#475569;display:inline-flex}._chartValuesTitle_1dyu1_334._green_1dyu1_339:before,._chartValuesTitle_1dyu1_334._dark_1dyu1_339:before,._chartValuesTitle_1dyu1_334._blue_1dyu1_339: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_1dyu1_334._green_1dyu1_339:before{background:#22c55e}._chartValuesTitle_1dyu1_334._dark_1dyu1_339:before{background:#475569}._chartValuesTitle_1dyu1_334._blue_1dyu1_339:before{background:#43e0f8}._topbar_1dyu1_361{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_1dyu1_361._sticky_1dyu1_372{position:sticky;top:0;left:0;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 94.88%)}._logoWrapper_1dyu1_379{display:inline-flex}._logo_1dyu1_379{max-width:110px}._menuWrapper_1dyu1_387{display:flex}@media only screen and (max-width: 1340px){._menuWrapper_1dyu1_387{width:265px;height:100vh;background:#fff;background:linear-gradient(114deg,#4ae9ff 3.88%,#627afa 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_1dyu1_387._opened_1dyu1_405{display:flex}}._menuItem_1dyu1_410{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_1dyu1_410{flex-grow:0;flex-shrink:0;flex-basis:auto;width:auto;margin-bottom:10px}}._menuItem_1dyu1_410 ._menuIcon_1dyu1_431{fill:#fff;transition:.2s;margin-right:8px}._menuItem_1dyu1_410 ._menuIconPerformance_1dyu1_436{fill:none}._menuItem_1dyu1_410 ._menuIconStroke_1dyu1_439{transition:.2s;margin-right:8px;stroke:#fff}._menuItem_1dyu1_410._active_1dyu1_444,._menuItem_1dyu1_410:hover{background:#fff;color:#52c2fd}._menuItem_1dyu1_410._active_1dyu1_444 ._menuIcon_1dyu1_431:not(._menuIconStroke_1dyu1_439,._menuIconPerformance_1dyu1_436),._menuItem_1dyu1_410:hover ._menuIcon_1dyu1_431:not(._menuIconStroke_1dyu1_439,._menuIconPerformance_1dyu1_436){fill:#52c2fd}._menuItem_1dyu1_410._active_1dyu1_444 ._menuIconPerformance_1dyu1_436 path,._menuItem_1dyu1_410:hover ._menuIconPerformance_1dyu1_436 path{stroke:#59a6fd}._menuItem_1dyu1_410._active_1dyu1_444 ._menuIconStroke_1dyu1_439:not(._menuIcon_1dyu1_431),._menuItem_1dyu1_410:hover ._menuIconStroke_1dyu1_439:not(._menuIcon_1dyu1_431){stroke:#52c2fd}._redDot_1dyu1_458{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_1dyu1_473{display:flex;justify-content:center}._link_1dyu1_478{color:#2db2c8;text-decoration:underline;cursor:pointer}@media only screen and (max-width: 1024px){._widgetsWrapper_1dyu1_216{flex-wrap:wrap}}._tableActionsWrapper_1dyu1_490 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}
